Olive Uzomaolivec.hashnode.dev·Sep 11, 2024My Journey into Python Programming: A Personal ExperienceAs part of a computer science course I’m currently taking, I've started learning Python, and so far, it's been an interesting journey. Python is widely regarded as a beginner-friendly language, and I’m beginning to see why. Even though I’m just getti...Discuss·16 likesMy Journey into Python Programming: A Personal Experience
Akash Dasakashdas7781.hashnode.dev·Sep 10, 2024Getting Started with Java: The Ultimate Beginner’s GuideEver wondered how apps like Twitter or games like Minecraft are built? Many of them are powered by Java, a language known for its simplicity, flexibility, and incredible power. Whether you’re a beginner stepping into the coding world or someone curio...Discuss·2 likesJava guide
Polkam Srinidhinidhiblog.hashnode.dev·Sep 9, 2024Day-1 JavaScript Notes 2024The basic JavaScript concepts, along with examples and a summary table for revision: 1. Variables Definition: Variables store data values. In JavaScript, you can declare variables using var, let, or const. var: Function-scoped. let: Block-scoped. ...Discussjs
Akash Dasakashdas7781.hashnode.dev·Sep 8, 2024Introduction to Java : A Brief Overview ...Before diving into the world of Java, I will give a brief overview of what a programming language is and how it helps us communicate with a machine. What is a Programming Language? A programming language is a structured system designed to instruct co...Discussgetting started with java
Srushtisrushti1200.hashnode.dev·Aug 31, 2024System design - a high level overviewHow many of us have tried to learn this complex process and then stopped thinking... this is too vast or I am doing well now, why set foot in this maze 🌀.Yup, been there , done that!Now, lets take some action 🎯 rather than this procrastination, rig...DiscussSystem Design
Anjanesh LekshminarayananforLit Me Inlit.me.in·Aug 7, 2024Getting Started with litSo I've been wanted to try for sometime but what put me off was the lack of a comprehensive documentation from scratch assuming a little knowledge of TypeScript and build tools by the learner. Because that's where I was coming from. Had it been JavaS...Discuss·40 readslit
Michael Pipermichaelpiper.hashnode.dev·Jul 25, 2024Comprehensive Guide to State Management in Flutter: Choosing the Right Solution for Your AppState management in Flutter is a fundamental concept for building dynamic and reactive applications. It involves managing the state of an application and ensuring that the UI reflects the current state. There are several approaches to state managemen...Discuss·1 likeFlutter
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 1, 2024Introduction to AWS Free Tier for New UsersIntroduction Welcome to our AWS journey! Today, we will explore the AWS Free Tier a great way for beginners to use AWS services without spending money. This blog post will guide you on how to sign up for the AWS Free Tier, look at the available servi...Discuss·29 readsAWS Cloudaws-free-services
Manvendra Singhnoder254.hashnode.dev·Jun 23, 2024Beginning with React Development: Quick Start GuideIntroduction What is React? React is a JavaScript library developed by Facebook for building user interfaces. It allows developers to create large web applications that can update and render efficiently in response to data changes. React's core conce...Discuss·1 likeReact
Sachin Nairsachinsblogs.hashnode.dev·Jun 21, 2024Lets Rust Up!Getting started with Rust Hey there, future Rustacean! Yess, you heard it right...we have an official title name for the rust developers, and it sound cool too! Ready to dive into the world of Rust? Let's get you set up and writing your first "Hello,...DiscussRust