Nexuza.hashnode.nexuza.com·Oct 6, 2024Build Your First Simple Nodejs App: Step-By-Step TutorialIntroduction By using JavaScript on both the server and client-side, you can get a seamless development experience. A lot of developers like node js for it's scalability and performance also because it's easy to learn. Node.js is a very modern and fa...build nodejs app
Anupam Srivastavacodingstalk.hashnode.dev·Apr 19, 2024What is Java: A Beginner Guide To JavaJava stands as a cornerstone in the world of programming, renowned for its portability, scalability, and robustness. In this comprehensive guide, we will embark on a journey to uncover the essence of Java, exploring its fundamentals, features, and ap...Certified Java Developer
Vishwas Acharyavishwasacharya.hashnode.dev·Oct 27, 2023Creating Command-Line Tools with Node.jsIntroduction Command-line tools are powerful utilities that allow developers and system administrators to interact with their computers through the command-line interface (CLI). These tools can automate tasks, streamline workflows, and improve produc...Node.js
WebTutorwebtutor.hashnode.dev·Sep 21, 2023Mastering Node.js Events with WebTutor: Unleash the Power of Event-Driven DevelopmentNode.js, known for its event-driven architecture, has transformed the way we build scalable and responsive web applications. Understanding Node.js events is pivotal for any web developer looking to harness this power. In this blog, we will delve into...Node.js
Tushar Khatritusharkhatri.hashnode.dev·Oct 28, 2022How to Use Environment Files (.env) in Node.js | Tushar KhatriWhen I was learning back-end development I encountered some major problems while hosting my apps, one of these was how to upload the code to a remote repository and at the same time prevent my secrets from being exposed. Data such as API keys or Dat...823 readshow to use .env files