Aditya Chaudharyjsweek1.hashnode.dev·Dec 19, 2024Introductary Week In JSHi everyone, welcome to the first article about my experiences, lessons, projects, and challenges from this week. This blog is divided into six sections, so you can focus on the parts that interest you: Things learnt this week. Steps I followed. P...1 likeJavaScript
Nicsady Ngwenyadeegemini.hashnode.dev·Nov 29, 2024Hello, World! OriginsAh, “Hello, World!”—the moment where every programmer starts their journey. It’s like your first wobbly step as a baby, except instead of a proud parent, it’s your computer saying, “Okay, you’re not entirely useless.” But have you ever stopped to won...3 likesProgramming Blogs
Rafael Nascimentorafaelnascimento.hashnode.dev·Nov 25, 2024Hello WorldThis is amazing to check the hashnode features as a blog platform! Code tips: package com.example.demo; public class Main { public static void main(String[] args) { System.out.println("Hello, world!"); } } This is looking good! Re...Java
Evan Leeevanlee.hashnode.dev·Nov 19, 2024Hello World!The cover image was generated using FLUX1.1 [pro] ultra prompt: Artistic font "Hello World!", used for blog coverHello World
Daviddavidbalishyan.hashnode.dev·Nov 19, 2024Here is my first blog post in hashnodeMy name is David, I am from Armenia, and I`m a web developer Here is some of the tech, that I use html, css, js, React js, vite, tailwindcss, bulmacss, bootstrap css, svelteKit and so on… I wanna talk about in my future blog posts i wanna talk about ...Hello World
Vibhas Thakurdesaicodotics.hashnode.dev·Nov 10, 2024Write Your First Program In C· HEADER FILES Header files consist standard functions which are essential to write our program. It is code which is already written in C so we can use it directly. Without declaring proper header file code will not run. At basic level we will u...c programming
Jitender Kaushikjitenderkaushik.com·Nov 6, 2024"Hello World" in Python, Java, and Scala: A Quick Dive into Spark Data Analysis.The "Hello World" program is the simplest way to demonstrate the syntax of a programming language. By writing a "Hello World" program in Python, Java, and Scala, we can explore how each language introduces us to coding concepts, and then delve into t...Java
Vasant Mestryvasantmestry.hashnode.dev·Nov 6, 2024Day 1 of 30 Days JavaScript ChallengeHellooo guys, welcome back to new series of JavaScript, where we‘ll be solving 30 days of JavaScript Questions from Leetcode. Here is link of all the problems In this series, we'll tackle each question one by one. I'll guide you by providing solutio...1 like30 days of JavaScript Leetcode30 Days of Code
Engineering Coderstarting-my-mern-stack-journey.hashnode.dev·Sep 21, 2024Getting Started ( First Program - Hello World! || Comments, Tags v/s Elements and Attribute || HTML Entities )First Program - Hello World! Basics of HTML HTML stands for Hyper Text Markup Language. It is the standard markup language for creating Web pages. If our websites are buildings then HTML is the most basic building block of the Web. It defines the ...first program