Carla Notarobot
Carla Notarobot
  • Видео 36
  • Просмотров 177 452
Build a Snake Game in Python in Under 50 Lines of Code
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: github.com/Carla-Codes/simple-snake-game-python
Medium Tutorial: carlanotarobot.medium.com/build-a-snake-game-in-python-in-under-50-lines-of-code-faed4bfc5acf
Follow me on Twitter for bad tech jokes: CarlaNotarobot
Просмотров: 3 692

Видео

How I Became a Software Engineer
Просмотров 1,9 тыс.3 года назад
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 and machining. Medium article: bit.ly/3rGB8zr Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ
#JavaScriptmas Dec. 24 2020 Challenge -- Test Your Agility Game -- Solution
Просмотров 1553 года назад
#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 or loses in the stop() function. Don't forget to share your solution with #JavaScriptmas for a chance to win $1,000! Follow me...
7 Technical Interview Tips and Tricks
Просмотров 1,1 тыс.4 года назад
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 interviewed at Google, Microsoft, Chick-fil-A, and several other companies for software engineering positions. Here are some tip...
Code a Starry Night CSS Animation Background (Easy) | CSS for Beginners | 5min Tech Projects
Просмотров 13 тыс.4 года назад
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: github.com/Carla-Codes/starry-night-css-animation Let me know what you want to see next! Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ My Favorite Desk Decor Mini Rubber Duckies: amzn.to/2YPHPDe Rubik's Cube Alarm Clock: www.amazon.com/...
Code a Magic 8 Ball CSS Animation Website in 5min | CSS For Beginners | 5min Tech Project
Просмотров 3,6 тыс.4 года назад
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: github.com/Carla-Codes/Magic8Ball Let me know what you want to see next! Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ My Favorite Desk Decor Mini Rubber Duckies: amzn.to/2YPHPDe Rubik's Cube Alarm Clock: www.amazon.com/Made-Humans-...
Code a Bad Advice Chat Bot Using Python and NLP in 5min | 5min Tech Projects
Просмотров 1,2 тыс.4 года назад
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: github.com/Carla-Codes/bad-advice-chatbot Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ My Favorite Desk Decor Mini Rubber Duckies: amzn.to/2YPHPDe Rubik's Cube Alarm Clock: www.amazon.com/Made-Humans-Rubiks-Cloc...
Code a Yoda Twitter Bot in 5min | Python | 5min Tech Projects
Просмотров 3,9 тыс.4 года назад
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: github.com/Carla-Codes/yodaTweet Yoda Translator API: rapidapi.com/orthosie/api/yoda-translator/ Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ My Favori...
How I Automated My Internship
Просмотров 1 тыс.4 года назад
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: bit.ly/2KGqacJ My Favorite Desk Decor Mini Rubber Duckies: amzn.to/2YPHPDe Rubik's Cube Alarm Clock: www.amazon.com/Made-Humans-Rubiks-Clock-Digital/dp/B001BLZSNG/ref=cm_cr_arp_d_product_top?ie=UTF8 Recording Equipment: GoP...
HTML, CSS, JS "Try it Yourself" Code Editor From Scratch Tutorial
Просмотров 7244 года назад
HTML/CSS/JS "Try it Yourself" Code Editor From Scratch Tutorial GitHub Repository (code): 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 you want to see? Let me know in the Comments! Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ Need some rubber duckies...
HTML, CSS, and JavaScript CRUD Website in 30min | Start to Finish Tutorial
Просмотров 50 тыс.4 года назад
How to Make a CRUD Website in 30min Using Only HTML, CSS, and JavaScript | Carla Codes | Start to Finish Tutorial GitHub Repository (code): github.com/Carla-Codes/Simple-Crud-html-css-js CRUD stands for: - Create - Read - Update - Delete CRUD actions are essential to almost any project web or otherwise. In this tutorial, you will learn to make a website with CRUD actions using only HTML, CSS, a...
Why Rubber ducks are Important Tools For Programmers | Rubber Duck Debugging Explained | Carla Codes
Просмотров 1,1 тыс.4 года назад
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: bit.ly/2KGqacJ Need some rubber duckies to talk to? Might as well get 100 mini ones: amzn.to/2YPHPDe Have any questions or tech tutorials you want to see? Let me know in the Comments...
5 Mistakes Novice Programmers Make | Carla Codes
Просмотров 1,5 тыс.4 года назад
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 on the fundamentals. 4. Not asking for help from others when you're stuck. 5. Not setting enough time aside to practice a...
Avoid Half-Finished Projects and Combat Motivation Loss When Learning to Code | Carla Codes
Просмотров 1,4 тыс.4 года назад
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 major to computer science. I have fallen into the same pit starting and not finishing projects. I easily have 15 or so ha...
How to Find the Median of Two Sorted Arrays (Simple JavaScript Solution) | JavaScript | Carla Codes
Просмотров 2,7 тыс.4 года назад
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 Comments! Follow me on Twitter, I Tweet bad tech jokes: bit.ly/2KGqacJ Get Your Own Mini Whiteboard Here! amzn.to/2yof71z N...
Two Sum | Find a Pair in an Integer Array Whose Sum is Equal to a Target Number | JavaScript
Просмотров 7 тыс.4 года назад
Two Sum | Find a Pair in an Integer Array Whose Sum is Equal to a Target Number | JavaScript
How to Make a Creepy Rubber Ducky Nightlight | D-I-Why?
Просмотров 6054 года назад
How to Make a Creepy Rubber Ducky Nightlight | D-I-Why?
The 3 Most Common Intern Technical Interview Questions and How to Solve Them | Carla Codes
Просмотров 23 тыс.4 года назад
The 3 Most Common Intern Technical Interview Questions and How to Solve Them | Carla Codes
How to Make a Remote Controlled Door Closer Out of a Toy RC Car
Просмотров 23 тыс.4 года назад
How to Make a Remote Controlled Door Closer Out of a Toy RC Car
How to Make Chocolate Butter
Просмотров 3584 года назад
How to Make Chocolate Butter
How to Start Your Career in Tech WITHOUT a Computer Science Degree | Carla Codes
Просмотров 7674 года назад
How to Start Your Career in Tech WITHOUT a Computer Science Degree | Carla Codes
Bichon Wants Dinner NOW!
Просмотров 1,3 тыс.7 лет назад
Bichon Wants Dinner NOW!
HUGE 16 LAYER GUMMY CAKE | Beautiful Amber GUMMY Cake | DIY - Amber Gummy Cake
Просмотров 3307 лет назад
HUGE 16 LAYER GUMMY CAKE | Beautiful Amber GUMMY Cake | DIY - Amber Gummy Cake
How to Make Cheese out of Chocolate Milk
Просмотров 10 тыс.7 лет назад
How to Make Cheese out of Chocolate Milk
K'NEX Ice Cream Machine Robot - DIY
Просмотров 3,5 тыс.7 лет назад
K'NEX Ice Cream Machine Robot - DIY
Gluten Balloon: Extracting Gluten From Flour and Making Gluten Balloons - DIY
Просмотров 11 тыс.7 лет назад
Gluten Balloon: Extracting Gluten From Flour and Making Gluten Balloons - DIY
Dish Soap VS. Hand Mixer: What Happens?
Просмотров 2 тыс.7 лет назад
Dish Soap VS. Hand Mixer: What Happens?
Rubik's Cube Solve - Time Lapse!
Просмотров 2757 лет назад
Rubik's Cube Solve - Time Lapse!
Lego Ice Cream Maker (WeDo Lego Robotics Kit)
Просмотров 2,2 тыс.7 лет назад
Lego Ice Cream Maker (WeDo Lego Robotics Kit)
Buddy Getting Harassed By Some Squirrels
Просмотров 8277 лет назад
Buddy Getting Harassed By Some Squirrels

Комментарии

  • @TheXentios
    @TheXentios 27 дней назад

    This was pretty fun and creative, why you stop posting videos?

  • @emmathomson2584
    @emmathomson2584 Месяц назад

    I think we have the same type of autism - hell yeah 😂

  • @skeeballz
    @skeeballz 5 месяцев назад

    I looked up "use rc car to open and close door" as a joke and ended up here, we are reaching MAXIMUM gamer levels now.

  • @netbug94
    @netbug94 6 месяцев назад

    Omg, I thought I wouldn't find a 'how-to'"for this. All links lead me to photoshop tutorials."

  • @DhammasakUaAphithorn
    @DhammasakUaAphithorn 7 месяцев назад

    works

  • @StainelessSteelOG
    @StainelessSteelOG 8 месяцев назад

    It is 11:30 at the time of making this comment, I’m tryna sleep, and I looked this up cause it just randomly popped into my head. Best part- this video is 6-7 years old and I only just thought to look this up.

  • @paranoidgenius9164
    @paranoidgenius9164 9 месяцев назад

    Aw nooooo! Cheesy Euro techno music, put gluten in my ears girls, pleeeaaase!!!!🥺

  • @Obligingfox
    @Obligingfox Год назад

    You swear to much watch that fucking mouth

  • @TheJcris87
    @TheJcris87 Год назад

    RUclips algorithm decided i needed to see this. Was not disappointed.

  • @TheRevelationTheRevolution
    @TheRevelationTheRevolution Год назад

    This was kind of funny , thank you

  • @valenciawalker6498
    @valenciawalker6498 Год назад

    Thank you

  • @eirikmb
    @eirikmb Год назад

    I did this and it just got place above everything else. All i have done is underneath, i would like to have this in the backgorund. I dont know i gave z-index 3,4,5 to everything, it still did not get on top of the png's

  • @komalkashyap1895
    @komalkashyap1895 Год назад

    great

  • @komalkashyap1895
    @komalkashyap1895 Год назад

    👍

  • @EdugeBDroN
    @EdugeBDroN Год назад

    I need to turn my daughter on to this young lady's channel I stead of that makeup frou-frou mess

  • @piggiesgosqueal8066
    @piggiesgosqueal8066 Год назад

    Haha that’s awesome. Also I think it’s a special type of lazy that is willing to learn how to automate to save long term pain/effort. I previously automated one of my IT processes with PowerShell and am finally found a way to automate another process using Python. I hope to one day find a job where I can just automate my tasks fully- but I don’t really want to finish my CS degree because the advanced theories/math kill me.

  • @tomasdi.stefano6827
    @tomasdi.stefano6827 Год назад

    This is great! I just started to learn coding not too long ago so im pretty new to all this. Not only the starry background looks excellent but you are also great at explaining so thank you so much!

  • @devanteswing701
    @devanteswing701 Год назад

    dope! does anyone know how to change the background color of the page? i tried putting "body {background: color; } in css but no change

    • @isaiahbrown7702
      @isaiahbrown7702 Год назад

      I’m pretty sure you know by now but it’s body{ background-color: black(or whatever color)}

  • @kremmidis_773
    @kremmidis_773 Год назад

    What does the CSS library at 2:30 do exactly?

  • @HackerDanieldickson
    @HackerDanieldickson Год назад

    can you make an hydraulic press

  • @valvar83
    @valvar83 2 года назад

    this is such a great video!! Thank you so much Carla!!

  • @valescosharmaynemariea.1560
    @valescosharmaynemariea.1560 2 года назад

    how to save to database?

  • @KennTollens
    @KennTollens 2 года назад

    I never coded javascript like that. What courses will teach me how to do it like that?

  • @Tony.Nguyen137
    @Tony.Nguyen137 2 года назад

    Is the new keyword necessary? var app = function would work as well right?

  • @sethcarlson9938
    @sethcarlson9938 2 года назад

    spent 3 hours trying to figure out what was wrong with my code..... I spelt title, tittle

  • @Henry_Nunez
    @Henry_Nunez 2 года назад

    👍🌹

  • @GeorgWilde
    @GeorgWilde 2 года назад

    Where are you saving the entries? You don't want them to be gone when you reload the page, right?

  • @traveltools7621
    @traveltools7621 2 года назад

    i need your help Carla

  • @jez9999
    @jez9999 2 года назад

    Sorry, how is this CSS? You're using 3 images.

  • @WillNys
    @WillNys 2 года назад

    it says "break" outside loop

  • @WillNys
    @WillNys 2 года назад

    i cant use "break"

  • @nmkhaim
    @nmkhaim 2 года назад

    Lol I just searched this up

  • @austinschaaf6586
    @austinschaaf6586 2 года назад

    good job

  • @phamthang6558
    @phamthang6558 2 года назад

    great !

  • @lynnkay3216
    @lynnkay3216 2 года назад

    Great tutorial!! Thank you so much!

  • @crocolierrblx9365
    @crocolierrblx9365 2 года назад

    fnaf irl

  • @Human_Evolution-
    @Human_Evolution- 2 года назад

    Cute

  • @monles_yen
    @monles_yen 2 года назад

    Thank you! It's awesome

  • @machadoviewer
    @machadoviewer 2 года назад

    Great tutorial! I'm using in a job test :)

  • @matthewharris2582
    @matthewharris2582 2 года назад

    This was amazing thanks!!

  • @katiecates1695
    @katiecates1695 2 года назад

    I'm trying to practice at getting better at Python, and even though you are coding in Java, this was still very helpful! I was able to translate it over to Python. Thank you for the explanations and heads up on the type of questions!

  • @aviroxi
    @aviroxi 2 года назад

    thank you so much carla :)

  • @sashaleal5505
    @sashaleal5505 2 года назад

    I liked the explanation. How can I add local storage use to this?

  • @mary-hu3ff
    @mary-hu3ff 2 года назад

    This was an amazing tutorial, I was waiting for a very complex code but turns out it was very easy to understand and follow along! Thank you! 💛

  • @autisticreactions4397
    @autisticreactions4397 2 года назад

    Combine a holographic projector with an Apple phone touchscreen and a Wii motion remote sensor and try to project a 2D hologram flat screen on your Apple phone that reacts to your finger move it due to the Wii motion remote sensor.

  • @kartikghuge19
    @kartikghuge19 2 года назад

    Wowoww 💯💯💯

  • @takalvert
    @takalvert 2 года назад

    Haha 😄 nice one

  • @joquijada
    @joquijada 2 года назад

    Thanks Carla. As you mentioned, the psychological aspect is also very important. Treat any “failure” as a step closer to a good fitting job. I’ve had my share of interviews where I felt I got kicked in my face. But it was all just part of the process of connecting me to the right for. Defeat can be our best teachers.

  • @joquijada
    @joquijada 2 года назад

    Chances are there’s already a solution for the problem at hand. Cut down in more than half the time it was taking to import excel sheets, because the developer had to first save the file as CSV so that the Java program could understand it. I found a 3rd party JAR that can seamlessly process excel files, eliminating the need for the intermediate step. My team mates were extremely receptive to the idea. I took it a step further and added a feature to a existing admin tool that allowed the business stakeholders to upload the excel themselves, removing altogether the role of developers in this process. This freed up around 6+ hours of developer time weekly.

  • @shadowposter
    @shadowposter 2 года назад

    Thanks for the encouragement and knowledge!