Brock ByrdinGeek CultureLanding your first Software Engineering jobIf you feel lost or feel like it’s never going to happen, you feel like you’re never going to land that first job. Just remember you are…Dec 13, 2021Dec 13, 2021
Brock ByrdinPython in Plain EnglishHow to Create Snake in Pygame — Part 2I left off my last blog post about creating Snake in Pygame with moving your player around the display screen. The next steps will be to…Jun 10, 2021Jun 10, 2021
Brock ByrdRedux Store and StateRedux is to React like Mjollnir to Thor. While Thor is not powerless without his hammer, he is much more powerful when weilding his hammer…May 28, 2021May 28, 2021
Brock ByrdCreating Hangman in PythonThe game Hangman is a simple but fun game that can pass the time. I’m gonna show you how to make an easy hangman-like game, that will greet…May 21, 2021May 21, 2021
Brock ByrdinPython in Plain EnglishHow to Create a Calculator in PythonCreate a Calculator in Python with User InputMay 14, 2021May 14, 2021
Brock ByrdinPython in Plain EnglishSolving the FizzBuzz problem in PythonThe FizzBuzz problem is something you’ll hear a lot when becoming a developer.May 7, 2021May 7, 2021
Brock ByrdinPython in Plain EnglishSending a DELETE Request from a React Application to the Flask APIFlask and React are both pretty user-friendly and have easy-to-read syntax. The DELETE request however, was a bit of a challenge for me.Apr 30, 2021Apr 30, 2021
Brock ByrdinJavaScript in Plain EnglishHow to Send a POST Request to your Flask API from a React AppThis post will help beginners with making POST and DELETE requests to the Flask API from their React application.Apr 23, 2021Apr 23, 2021
Brock ByrdinJavaScript in Plain English“Hooking” your React frontend to your Flask APIBuilding out a React front end that calls onto a Flask API is very concise and easy, but very powerful. You have access to a very powerful…Apr 16, 2021Apr 16, 2021