Blog

  • Hope learning to code - hangman game snippet
    ,

    Hope in Learning To Code: Rose From Concrete’s Hangman Game

    .

    Play the classic game Hangman right in your browser! Guess Play Again // ASCII stages of Hangman const hangmanStages = [ “”, “________”, “| |”, “| 0”, “| /|\\”, “| / \\”, “|” ]; let secretWord = “”; let scoreBoard = []; let stage = 0; let gameOver = false; let wrongGuesses = []; //…

  • Sociology vs Software Engineering Highway Signs
    ,

    From Sociology to Software Engineering: A Journey of Lifelong Learning

    .

    Discover my transformative journey from sociology to software engineering at the age of forty. Learn how I embraced new skills, pursued further education, and harnessed the power of generative AI to excel in web development. Follow my path to becoming a full-time student in Mathematics and Computer Science, and see how I design affordable, professional-grade…