Pavan Varmapavan-varma.hashnode.dev·Dec 17, 2024Java Functions/Methods: A Beginner's Guide to Writing Efficient CodeIntro: In this article, I would like to share some insights about... Functions/Methods Works Scoping Shadowing Variable Arguments Function Overloading let’s goooo..🙂🔥🔥🔥✌ Functions: A Function/Method is a block of code that only runs when ...Programming Blogs
Ende Nathaniel Johnprogram0.hashnode.dev·Dec 12, 2024Is Technology Really Taking Over the World?Is Technology Really Taking Over the World? In the modern era, technology has infiltrated nearly every aspect of human life. From the way we communicate to the way we work, learn, and entertain ourselves, technological advancements have transformed s...20 likestechnology
Michael Laroccamichaeljudelarocca.hashnode.dev·Dec 9, 2024JavaScriptmas 2024 Week TwoTis the season! JavaScriptmas is here again! JavaScriptmas is a FREE annual festive coding event hosted by the online coding school Scrimba, consisting of 24 daily coding challenges, prizes, and more! What is JavaScriptmas? JavaScriptmas is a fest...Scrimba
NATHANIEL ENDE JOELprogram01.hashnode.dev·Dec 7, 2024Coding vs. Programming:--- ### **Introduction: Unraveling the Tech World** The terms *coding* and *programming* are often used interchangeably, but they represent distinct concepts in the world of software development. If you’re new to tech, understanding the differenc...20 likescoding challenge
Pavan Varmapavan-varma.hashnode.dev·Dec 3, 2024Java 101: Understanding Variables, Data Types, and Input/OutputIntroduction: Java is one of the most popular and versatile programming languages in the world, and it is used in everything from web applications to mobile apps. Understanding the basics is essential if you're starting your journey into Java. In thi...DSA
Michael Laroccamichaeljudelarocca.hashnode.dev·Dec 2, 2024JavaScriptmas 2024 - Week OneTis the season! JavaScriptmas is here again! JavaScriptmas is a FREE annual festive coding event hosted by the online coding school Scrimba, consisting of 24 daily coding challenges, prizes, and more! What is JavaScriptmas? JavaScriptmas is a fest...2 likesJavaScript
Anirudhblog.redtrib3.in·Dec 1, 2024Advent of Code: 2024 SolutionsThis article contains solutions to the Advent of Code 2024 Christmas coding challenges. Check out Advent of Code here: https://adventofcode.com/2024 All solutions will be available in this GitHub repository:https://github.com/redtrib3/advent-of-code-...52 readsProgramming Blogs
gayatri kumargeekee.hashnode.dev·Nov 22, 2024Structuring APIs the RESTful Way: Building a Solid FrameworkIn the previous part, we built a basic API using Node.js and Express. Now, it’s time to take things further by structuring our API according to REST principles. REST (Representational State Transfer) is a design approach that makes APIs more reliable...10 likesWeb Developmentjs
Akshay Thakurblog.aksact.dev·Nov 21, 2024Chapter 3: Adding an Evaluator to MonkeyLangIntroduction After implementing a lexer to tokenize our code and a parser to create an Abstract Syntax Tree (AST), the next crucial step in building MonkeyLang is adding an evaluator. The evaluator traverses our AST and executes the code, bringing ou...1 like·88 readsGo Language
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Nov 21, 2024Are developers not that much happy?The 2024 Stack Overflow Developer Survey has revealed a startling statistic: only 20% of developers are happy in their current roles. This alarming figure underscores a growing issue within the tech industry, prompting a deeper look into the factors ...Devops