In our last-blog we have already covered what Build Tools are, what are application artifacts, what is Maven and a thorough hands on demo to understand maven lifecycles so do check it out if you dont want to miss out. But in this Blog post lets get a...
Preface As someone who has been working with React Native for about a year, I've come to believe that one of the most valuable skills every React Native developer should have in their toolkit is the ability to patch third-party packages and libraries...
Q. What is the difference between CentOS, RHEL, and Ubuntu? There are hundreds of Linux distributions in use today. One of the ways to categories Linux distribution is by the package manager it uses. For example, RHEL (Red Hat Enterprise Linux), Cent...
Linux, the powerhouse of servers and a favorite among developers, is known for its stability and security. But even the most robust systems need a little TLC to stay in top shape. That's where patching comes in. What is Linux Patching? Imagine your...
Keeping your Node.js dependencies up to date is crucial for security, performance, and compatibility. But updating everything at once can break your project! 😨 In this guide, I’ll show you how to upgrade all packages in a project safely—without brea...
Okay so lets get cracking on what could be the last part of this Linux Fundamentals series, and this is a exciting one to say the least ! Storage Management The Importance of High Throughput and Low Latency Storage In computing, the efficiency of s...
Creating a versatile npm package today means supporting multiple module systems. In this post, we explore why you should build your package with both CommonJS (CJS) and ECMAScript Module (ESM) formats, how to configure Rollup for this purpose, and th...
Hello Everyone! 👋This is Part 2 of the Helm Explained Blog. It is about how you can create your own Helm Chart for your applications. If you want to understand what Helm is and how to install and manage applications using Helm, etc., please refer to...
Bun 1.2: The Game-Changer You Didn’t See Coming! 🚀 If you thought Bun was just another runtime like Node.js or Deno, think again! The latest release, Bun 1.2, is here to shake things up. It’s not just a runtime anymore—it’s a bundler, package manage...
The fundamentals of package management in Linux and its importance in software development. Key concepts such as packages, dependencies, repositories, in package management. A comparison of popular package managers like APT, YUM,DNF How to instal...