Sakthivel RamamoorthiforSakthivel Ramamoorthi's Talkssakthivelramamoorthi.hashnode.dev·Sep 21, 2023Reduce React App SizeYou can dramatically reduce the size by gzipping the bundle.js. There are two ways to do it. 1. dynamic gzip (not preferred) and 2. build-time gzip (preferred) 3. Suggestion 1. dynamic gzip: You can simply add “compression” Express plugin to your a...DiscussJavaScript
$€®¥09@Prospfx-app.dev·Sep 6, 2023Understanding package.json versioningIf you are a developer who works with npm, you probably have seen the package.json file in your project. This file contains information about your project and its dependencies. One of the most important fields in the package.json file is the version ...Discussnpm
Diwakardiwakarkashyap.hashnode.dev·Aug 26, 2023Packages and Import in Go (Golang)Packages and Import in Go: Imagine you're cooking, and you have different boxes of ingredients. Each box has a label and contains specific ingredients for a particular recipe. In the Go programming language, these boxes are like "packages." They grou...DiscussGo Language
Ayush Guptamadmecodes.hashnode.dev·Aug 14, 2023Package.json vs Package-lock.jsonpackage.json and package-lock.json are both files used in Node.js projects to manage dependencies, but they serve different purposes. package.json: package.json is the manifest file for your Node.js project. It contains metadata about your project,...Discuss·1 likepackage
Sunil Kumarshunnu.hashnode.dev·Aug 12, 2023Sending Emails with Node.js and Nodemailer: A Complete GuideIntroduction Sending emails programmatically is an essential feature for many web applications. Whether it's sending account verification emails, notifications, or updates, the ability to send emails from your Node.js application is crucial. In this ...Discussnodemailer
Saswat Samalsaswatblogs.hashnode.dev·Aug 6, 2023🐧📦 DevOps 1.3: Package Management in Linux 🚀💻INTRODUCTION - Welcome to DevOps 1.3! In this edition, we delve into the fascinating world of package management in Linux. Discover how to efficiently install, update, and manage software packages on your Linux system, empowering you to streamline yo...Discuss 🚀 DevOps 1.0: Linux Zero to One 🌟💻Linux
Rohit Guptadevoperation.hashnode.dev·Aug 2, 2023Understanding package manager:What is Package & Package Manager in Linux? A package is usually referred to an application but it could be a GUI application, command line tool or a software library (required by other software programs). A package is essentially an archive file con...DiscussLinux
Moses Sundaymoses-sunday.hashnode.dev·Jul 26, 2023Enhance Your Web Application's Performance with BundlephobiaIntroduction: As a web developer, you're likely familiar with the convenience and power of npm packages in enhancing your web applications. However, with a plethora of packages available, it's crucial to be mindful of their impact on your application...Discusspackage
Karan Idnanikaranidnani6.hashnode.dev·Jul 26, 2023#Day7: Understanding Package Manager and SystemCtl🐧📦 All About Package Managers in Linux! 🚀 Hey there, fellow Linux explorers! 🤗 Today, we're diving into the world of package managers in Linux. 🌍 If you've ever wondered how software gets installed and managed on your Linux system, you're in the...Discuss#90daysofdevops
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Jul 25, 2023📂Unraveling the Mysteries of Package Manager and systemctl 📦🔧Hello there, tech enthusiasts! 👋 Today, let's delve into "Package Managers" and "systemctl". By the end of this post, you'll have a deeper understanding of these key Linux components and be able to confidently use them in your day-to-day tasks. So, ...Discusspackage