Jonathanblog.jonathan.com.ar·Oct 12, 2024Cómo Destacar en la Era de los Bootcamps: Sin Atajos¡Buenas! Hoy voy a tener un blog un poco diferente (y quizás varios similares) no solo en mi idioma nativo (que igualmente escribo mal) pero sino algo no tan técnico sino bien más contando una experiencia (como también dando consejos) TL;DR - Dedique...Discuss·393 readsreflection
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 8, 2024Deploy & VisualizeStarbaseDB is the quickest way to deploy a database and begin visualizing it in a user interface where you can query data, add records, modify the structure and more. This article is going to walk through how to deploy your own instance of StarbaseDB...Discussgetting started
Anyanwaokoro Chimdiebubeebube4im.hashnode.dev·Oct 7, 2024My Journey into Tech! [The bitter-sweet experiences]“Why did I even get into tech…”, “I think I should give farming a try…”, “Or should I just become a musician…”. These are usually my thoughts whenever I am being held by terrible bugs or deadlines cramping up. At other times, I am actually happy to...DiscussEbube4im
Shubham Mergushubham-mergu-07.hashnode.dev·Oct 1, 2024Basic Structure of HTML DocumentCurious about the hidden language that shapes every webpage you visit? When starting out with web development, HTML (Hyper Text Markup Language) is the very first thing you encounter. It's the skeleton of every webpage on the internet, providing stru...DiscussHTML5
Priya Srivastavapriyasrivastava.hashnode.dev·Sep 21, 2024What is Kubernetes? Let’s Run a Cluster and Find Out!Introduction Recently, I explored Kubernetes by using Minikube, a tool that sets up a local Kubernetes (K8s) environment on your machine. This hands-on experience helped me understand Kubernetes clusters, deployments, services, and the critical infra...DiscussTechKubernetes
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...Benson Imoh, ST and 1 other are discussing this2 people are discussing thisDiscuss·17 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