priyadarshi ranjanpriyadarshi.hashnode.dev·Aug 27, 2024🌠Introduction To AWS Cloud 🌠😲 Why Choose AWS Cloud? Leading the Market: AWS is a giant in the cloud computing industry, holding a large market share. Learning AWS gives you skills that are highly valued in today’s job market. Wide Range of Services: AWS offers a vast selection...1 likeAWS Cloud2Articles1Week
Sivaranjansivadevops.hashnode.dev·Aug 4, 2024Netflix Clone CI/CD with Monitoring | Jenkins | Docker| Kubernetes| Monitoring | DevSecOpsHello friends, we will be deploying a Netflix clone. We will be using Jenkins as a CICD tool and deploying our application on a Docker container and Kubernetes Cluster and we will monitor the Jenkins and Kubernetes metrics using Grafana, Prometheus a...Hashnode
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 30, 2024Everyone's path is unique, and sometimes the journey itself can lead to unexpected and rewarding destinations.In Angular, understanding relative and absolute paths is crucial for correctly importing modules and assets. Here's a simple explanation: Relative Path👨🏽🤝👨🏽 A relative path specifies the location of a file or folder relative to the current fil...10 likesMagic of Angular✨2Articles1Week
Anaz S. Ajiajianaz.dev·Jul 19, 2024How to Store API Keys in Flutter: --dart-define vs .env FilesHandling sensitive data such as API keys securely is a crucial aspect of mobile application development. In Flutter, developers often face the challenge of deciding how to store and manage these keys securely. This article will explore two popular me...35 reads2Articles1Week
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jun 26, 2024Ultimate Guide to Using Vim Text Editor in LinuxIntroduction When it comes to text editors in the Linux world, Vim stands out as a favorite among many developers and system administrators. Known for its efficiency and powerful features, Vim can seem daunting at first, but once mastered, it becomes...LinuxTools
Arnab Chatterjeearnab2001.hashnode.dev·Jan 7, 2024Stop Juggling Dependencies: Let Nestjs and TypeScript Inject Some OrderImagine this: You're deep into a complex Node.js project, each new module adding another layer to the intricate web of dependencies. Just when you think you've got a grip, a seemingly innocuous update breaks your entire application, and you find your...1 like·171 readsNode.js
Cindy Kandiecindykandie.hashnode.dev·Nov 28, 2023Why GitHub is Important Even for Beginners and First-Time DevelopersLife Update As we approach the end of the year, I'm delighted to share that amid our crazy coding endeavours, I was placed among the top 200 GitHub contributors in Kenya. This has indeed added an extra sparkle to the holiday season. What a lovely tes...GitHub
Anjalihelpingtechies.hashnode.dev·Nov 15, 2023Type Conversion / Strings 🚀Type conversion in JavaScript refers to the process of converting a value from one data type to another. JavaScript is a loosely typed language, which means that variables can hold values of any type, and type conversion can happen implicitly or expl...33 readsJavaScript JourneysJavaScript
Anjalihelpingtechies.hashnode.dev·Nov 10, 2023Backward Compatible / Forward CompatibleJavascript is a backward-compatible language. This means that code written in older versions of JavaScript will typically work in newer versions and modern browsers. for example - the var keyword which was the primary way of declaring variables in Ja...29 readsJavaScript Journeys2Articles1Week
Anjalihelpingtechies.hashnode.dev·Nov 10, 2023Weird History Of JAVASCRIPTThe story of JavaScript began with the purpose of fulfilling a need: adding interactivity to websites. Now, the question arises—what does this mean, and how important is it? The answer lies in understanding that interactivity on websites refers to th...34 readsJavaScript Journeys2Articles1Week