Learning Python? Enjoy a quick tutorial on how to build a super simple Snake game right in your terminal in under 50 lines of code! Github Repo: https://github.com/Carla-Codes/simple-snake-game-python Medium Tutorial:...
active · last success 2026-06-18 21:34
Learning Python? Enjoy a quick tutorial on how to build a super simple Snake game right in your terminal in under 50 lines of code! Github Repo: https://github.com/Carla-Codes/simple-snake-game-python Medium Tutorial:...
Since so many people have asked me how and why I got into software engineering, here you go! Seven years ago, I would have adamantly told you that I wouldn’t ever work in tech — it just wasn’t my thing. Code, to me, just wasn’t as visual or exciting as mechanical components...
#JavaScriptmas Dec. 24 2020 Challenge -- Test Your Agility Game -- Solution Thanks for joining me for the LAST CHALLENGE of Scrimba's JavaScriptmas! Your Challenge: Make a counter that increments every 75 milliseconds in the spin() function and display whether the player wins...
So you’ve got a technical interview coming up, that’s awesome! Nervous? That’s ok — you’ll do great! Over the past few years, between internships and full time positions, I have participated in roughly 15–20 technical interviews (also called coding interviews). I have...
For Beginners! In just 5min, learn to code a beautiful starry night CSS animated background using just HTML, CSS, and a few images. Link to Code: https://github.com/Carla-Codes/starry-night-css-animation Let me know what you want to see next! Follow me on Twitter, I Tweet bad...
For Beginners! Learn to build a Magic 8 Ball website using HTML, JS, and CSS animation -- click on the "Shake" button to get your fortune! Link to Code: https://github.com/Carla-Codes/Magic8Ball Let me know what you want to see next! Follow me on Twitter, I Tweet bad tech...
You've seen good chatbots, but what about a chatbot that only gives bad advice? In just over 5min, you will learn how to build a simple Python NLP chatbot. Link to Code: https://github.com/Carla-Codes/bad-advice-chatbot Follow me on Twitter, I Tweet bad tech jokes:...
Yoda Tweet - How to Build a Yoda Translator Twitter Bot with Python How to code a Python script that finds the most recent tweet you were mentioned in and translates it to "Yoda Speak" using the Yoda Translator API. Link to Code: https://github.com/Carla-Codes/yodaTweet Yoda...
How I Automated My Internship I am the laziest person in the world -- if there is a way to automate a boring task, I will find it. Follow me on Twitter, I Tweet bad tech jokes: https://bit.ly/2KGqacJ My Favorite Desk Decor Mini Rubber Duckies: https://amzn.to/2YPHPDe Rubik's...
HTML/CSS/JS "Try it Yourself" Code Editor From Scratch Tutorial GitHub Repository (code): https://github.com/Carla-Codes/Simple-try-it-yourself-editor In less than 20 minutes, you can make a simple code editor website using only HTML, CSS, and JavaScript! Have any projects...
How to Make a CRUD Website in 30min Using Only HTML, CSS, and JavaScript | Carla Codes | Start to Finish Tutorial GitHub Repository (code): https://github.com/Carla-Codes/Simple-Crud-html-css-js CRUD stands for: - Create - Read - Update - Delete CRUD actions are essential to...
Why Rubber ducks are Important Tools For Programmers | Rubber Duck Debugging Explained | Carla Codes What is rubber duck debugging and why is it helpful to programmers? Follow me on Twitter, I Tweet bad tech jokes: https://bit.ly/2KGqacJ Need some rubber duckies to talk to?...
5 Mistakes Novice Programmers Make | Carla Codes So, you're learning how to code, that's great! Here are some mistakes to avoid: 1. Biting off more than you can chew with big projects. 2. Jumping from project-to-project without finishing. 3. Not spending enough time focusing...
How to Avoid Half-Finished Projects and Combat Motivation Loss When Learning to Code | Carla Codes So , you have a bunch of half-finished tech projects and your motivation is tanking, what can you do to solve this? I spent a year learning to code on my own before changing my...
How to Find the Median of Two Sorted Arrays (Simple Solution) | JavaScript | Carla Codes Given two sorted arrays, find the median (middle value) of the two sorted arrays. Leetcode Problem: 4. Median of Two Sorted Arrays Have any problems you want to see? Let me know in the...