Abdo Achhoubi - Astroastrodev.hashnode.dev·Aug 15, 202390 Snippets: What could be more fun than freeing storage? 🥸Howdy, fellow coding enthusiasts! Astro here, excited to take you on a detailed journey through a remarkable shell script called "cleaner." In this article, we'll delve deep into the inner workings of the script, dissecting its code step by step. Joi...Discuss90 Snippets2Articles1Week
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 10, 2023Day 3: Exploring Chrome's V8 Engine: Powering Node.js for Efficient JavaScript ExecutionIntroduction The V8 engine, developed by Google, is a special program that can understand and execute JavaScript code. It is like a translator that helps computers understand the instructions written by developers in JavaScript. It is designed to mak...Discuss·1 like·33 readsJavaScript
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 9, 2023Day 2: Understanding ECMAScript: The Evolution of Web Development"Let's first understand what ECMAScript is." Background In 1993, Mosaic, the first web browser with a graphical user interface (UI), was released, marking a significant milestone in the history of the web. The developers behind Mosaic recognized the ...Discuss·45 readsJavaScript
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 8, 2023Day 1: Exploring the Power of Node.js : Why Dive into the World of Node?Welcome to the Node Unleashed series, where we embark on an exciting journey into the world of Node.js. In this first part, we'll start with a simple introduction to Node. Prerequisites: JavaScript Fundamentals Basic understanding of Web developmen...Discuss·27 readsNode.js
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 7, 2023Create Your First "Hello World" Program Using Pure ReactTechnology is evolving every day. It's impossible to keep up with every new technology in the market. One of the mistakes we do as a beginner in the programming world is that we want to learn everything quickly. In this process, sometimes we neglect ...Discuss·32 readsReact
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 6, 2023Making My First PR to an Open Source Project with the first-contributions RepositoryIntroduction I've always been interested in contributing to open-source projects, but I had never really contributed to any projects before. I decided to finally take the plunge and make my first PR last year into an open-source project using the fir...Discuss·2 likes·34 reads7daystreak
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 5, 2023"Dockerizing a Node.js Web App: A Simple Hello Node Program"Introduction Docker has evolved beyond being solely a DevOps tool and has now become an essential tool for developers as well. In today's software development landscape, having a basic understanding of Docker is highly valuable and can greatly benefi...DiscussDevops
Pratima Adhikaripratima-adhikari.hashnode.dev·Jul 4, 2023"Executing JavaScript Code Outside Your Browser: Node REPL and Command Line"INTRODUCTION Node.js is a popular runtime environment that allows you to execute JavaScript code outside of a web browser. In this blog, we'll focus on two common methods: using the Node REPL and running JavaScript files through the command line. 1. ...DiscussNode.js
Abhijeet Kumarknowledgekumar.hashnode.dev·May 11, 2023Quantum Computing: A Revolution in Computing TechnologyWhat Are Quantum Computers? Quantum computers are a type of computer that use quantum mechanics to perform operations on data. Traditional computers use bits, which can be either a 0 or a 1, to store and process information. Quantum computers, on the...DiscussComputer Science
Abhijeet Kumarknowledgekumar.hashnode.dev·May 10, 2023Exploring the Power of OpenAI APIOpenAI is an artificial intelligence research laboratory consisting of some of the most prominent names in the field of AI. The company was founded in December 2015 by several high-profile figures, including Elon Musk, Sam Altman, Greg Brockman, and ...Discuss·29 readsAPIs