Coding

  • Why I Love Building Websites (and Teaching My Kids to Do the Same)

    There’s something deeply fulfilling about building a website from scratch, taking a vision, organizing the pieces, designing the layout, and then watching it come alive online. But what makes it even more powerful for me isn’t just launching a polished… Continue reading

  • Finish That Project — The World Might Be Waiting On It

    This article encourages developers to revisit and complete the projects they’ve left unfinished. It highlights that even an idea collecting dust in a GitHub repo could be the next big thing someone in the world needs. The focus is on… Continue reading

  • What If You’re Already a “Real Developer”?

    This article challenges the idea that being a “real developer” is something you only become after hitting certain milestones—like learning a new framework, launching a side project, or getting a dev job. Instead, it affirms that if you’re writing code,… Continue reading

  • Learning React and Building an App

    What is the last thing you learned? Today I learned some basics into creating a react app. It’s been really fun and exciting learning a new coding language. Things I learned today: I learned the basics of setting up a… Continue reading

  • Understanding the Basics of HTML: A Beginner’s Guide

    HTML, or HyperText Markup Language, is the backbone of web development. It is the standard markup language used to create and design the structure of web pages. Whether you’re a budding web developer or just curious about how websites work,… Continue reading

    Understanding the Basics of HTML: A Beginner’s Guide
  • Learning the Basics of Coding

    In today’s fast-paced, technology-driven world, coding has become a fundamental skill that opens up a plethora of opportunities across various industries. Whether you’re interested in developing software, creating websites, or even exploring the exciting field of artificial intelligence, having a… Continue reading

    Learning the Basics of Coding
  • Advantages of Embracing GitHub for Developers

    In the ever-evolving landscape of software development, having a GitHub account has become a crucial asset for developers worldwide. GitHub, a web-based platform for version control and collaborative coding, offers an array of benefits that can significantly enhance a developer’s… Continue reading

    Advantages of Embracing GitHub for Developers
  • Python Programming Language

    Python, a versatile and powerful programming language, has become a cornerstone in the world of software development. Guido van Rossum released the first version of Python in 1991, and since then, it has evolved into a language that is widely… Continue reading

    Python Programming Language
  • What is Node.js and how do you install it?

    Node.js is a runtime environment that allows you to execute JavaScript code on the server side. It is built on the V8 JavaScript runtime engine, which is the same engine that powers the Google Chrome browser. Node.js enables developers to… Continue reading

    What is Node.js and how do you install it?
  • Learning how to code

    It is so fascinating how many resources there are for you to learn to code. All the free resources will only teach you the basics of coding in whatever language you are trying to learn. Many of the videos that… Continue reading