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·35 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·202 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
Parth Sharmaparth-sharma-devops.hashnode.dev·Oct 18, 2024DevOps Learning Journey Day 7What is a Package Manager in Linux? If you're new to Linux, you might hear the term "package manager" a lot. But what does it mean, and why is it important? A package manager is a tool that helps you install, update, and manage software on your Linux...Discusspackage
Joshua Thomasbanehjosh.hashnode.dev·Oct 14, 202410 Famous Node.js Packages with Exampleswhat is Node.js? Node.js is a JavaScript runtime built on Chrome's V8 engine, allowing developers to execute JavaScript code server-side. Node.js enables developers to use JavaScript for both client-side and server-side scripting, creating a seamless...DiscussComputer Science
Vanshika Sharmavanshikasharmaa.hashnode.dev·Oct 10, 2024Understanding package manager and systemctlWhat is a package manager in Linux? A package manager in Linux is like your personal app store and librarian rolled into one. It helps you install, update, and manage software on your system by keeping track of all your software and ensuring everyth...Discuss·2 likespackage