Jyotiprakash Mishrablog.jyotiprakash.org·Dec 6, 2024A Beginner's Journey into Java: Writing Your First Real-World ProgramWhy Learn Java? Java stands as one of the most powerful and enduring programming languages, renowned for its simplicity, robustness, and versatility. Over the years, it has carved a niche across diverse domains, ranging from mobile and web applicatio...Discuss·607 readsjavac
Muhammad Fiazmuhammadfiaz.hashnode.dev·Nov 28, 2024VLT: A New Dawn for Package ManagementIn the ever-evolving landscape of JavaScript development, dependency management has always been a key factor in ensuring project success. For years, tools like NPM and Yarn have set the standard. More recently, Bun has emerged as a rising star in the...Discuss·10 likes·28 readsvlt
Great Lakes Consultingblog.glcs.io·Nov 25, 2024How to Create a Julia Package from ScratchThis post was written by Steven Whitaker. The Julia programming language is a high-level language that is known, at least in part, for its excellent package manager and outstanding composability. (See another blog post that illustrates this composab...Discuss·1 like·193 readsDiving into JuliaJulia
gayatri kumargeekee.hashnode.dev·Nov 20, 2024JavaScript in the Real World: Node and Beyond!Welcome aboard your very own space station, powered by the versatile Node.js engine. But just like any space station, you need supplies to function. That's where npm (Node Package Manager) comes in—it’s the supply ship that delivers the tools and pac...Discuss·10 likesWeb Developmentjs
Soumyadip Moniavater.hashnode.dev·Nov 15, 2024HackerRank Bugs, a Rejection, and Building a Resume ParserRecently, I came across a job posting for HackerRank's SDE Intern role, and I was really excited to apply. One of my senior had previously worked at HackerRank, and from all the articles I had read, it was clear that the company had an amazing work c...Discuss·38 readsHackerrank
Karan Datwanibackpackforlaravel.hashnode.dev·Nov 11, 2024🍣 Sushi — Your Eloquent model driver for other data sourcesIn Laravel projects, we usually store data in databases, create tables, and run migrations. But not every bit of data needs that level of complexity. Sometimes, you have small, static datasets—like a list of countries, settings, or configs—that hardl...DiscussLaravel
Think Throothinkthroo.hashnode.dev·Nov 8, 2024Bunchee, a bundler for JS/TS packageI found that Bunchee is used in t3-env to bundle their core, nextjs, nuxt packages. Bunchee Bunchee is a zero configuration bundler makes bundling JS/TS library effortless. It’s built on top of Rollup and SWC, allowing you to focus on writing code a...Discussbunchee
Jack Linkejacklinke.com·Oct 31, 2024Simplify SaaS App Form Customization With Django Tenant OptionsI've been working on a Django package for a couple of years now that solves a specific, but common problem in B2B SaaS applications. If you've ever built a multi-tenant application where different business customers need to customize form options whi...Discuss·1 like·233 readsDjango
Ratul Hasan Ruhanratulhasanruhan.hashnode.dev·Oct 30, 2024Flutter AAPT: error: resource android:attr/lStar not found. SolutionsCause: Some packages use compileSdkVersion:30. In this SDK version, there are no attribute names lStar. Solutions: You get a package name in the error message where the attribute lStar is not found. Find the package name. In my case, that was flutte...DiscussFlutter
Spoorti Shettyspoorti.hashnode.dev·Oct 20, 2024Understanding Package Manager and Systemctl in LinuxIn this blog, we’re diving into package managers and systemctl, two essential components of managing Linux systems. These tools allow you to install software and control services efficiently, making them crucial for system administration and DevOps t...Discuss#90daysofdevops