VCViolet Caulfieldinlearningbybuilding.hashnode.dev·1h ago · 3 min readWelcome to Learning by Building🩷Hey hey, I'm Violet! Welcome to my little corner of the internet, where I'll be sharing both my programming journey and the projects I'm building along the way. A bit about me. I'm a young developer00
TMTejas Mintejas-genai.hashnode.dev·11h ago · 12 min readHow ChatGPT Understands Your QuestionsYou type a question, hit enter, and a few seconds later you get an answer that actually makes sense. It feels like there's someone on the other side reading your words and thinking about them. Here's 00
SKSreeram K Sincode-as-a-story.hashnode.dev·1d ago · 6 min readHTTPS, SSL & TLSMost of us type https:// into a browser without giving it a second thought. But in the few milliseconds before a webpage appears, your computer and a server perform one of the most fascinating convers00
KMKaustubh Mishrainkmscratch.hashnode.dev·1d ago · 22 min readThe Holy Trinity: JVM, JRE, and JDK Explained Hello guys, a warm welcome to my scratchPad. If you are new to this series and wanna know more about it, as well as my resources and motivation behind it, you can read it up here in the Series Introdu10
SSandeepinbuggleboy.hashnode.dev·1d ago · 7 min readWhat is a Comparator in JavaScript? (and why sorting algorithms depend on it)Last week when I was revising sorting concept in JavaScript, I came across an interesting point - sorting in either ascending or descending order when an array is presented in a mixed case. We all lik00
CMCharles Mwangiincharlesbuilds.hashnode.dev·2d ago · 10 min readHow to Set Up Your First WhatsApp Business Bot in One Weekend — No Laptop NeededBy Charles Mwangi | AI & Tech Specialist, Nakuru, Kenya When I tell people I built a WhatsApp bot from my Android phone over a weekend, they assume I'm exaggerating. I'm not. No laptop. No coding boot00
NPNeel Patilingowithcompiler.hashnode.dev·3d ago · 3 min readGo Backend Journey — Chapter 1: Introduction to Go Why Was Go Created? Go was developed at Google to address challenges such as: Slow compilation of large projects. Complex language features that made code harder to maintain. Difficulty writing con00
MSManikandan Sinmanikandan4411.hashnode.dev·3d ago · 5 min readConditional Statements in JavaIntroduction In programming, we often need to make decisions based on certain conditions. For example: If a user enters the correct password, allow login. If a student's mark is above 40, show "Pass00
SDSamaresh Dasinsams-insights.hashnode.dev·4d ago · 9 min readI Interviewed 5 Candidates for a Technical Role — Here's What Nobody Tells FreshersLast week I sat across the table from five candidates interviewing for a frontend technical role. Different backgrounds, different colleges, different project stacks. But by the end of day two, I noti00
VVinuthnainvinuthna.hashnode.dev·3d ago · 6 min read🐳 Docker with Python (Part 2): Build, Run, and Understand What Happens Behind the ScenesIntroduction In Part 1, we created a simple Python Flask application and wrote a production-ready Dockerfile. If you haven't read Part 1 yet, I recommend starting there before continuing. In this arti00