The Ultimate Debugging Guide
Every competition deserves a dramatic submission just before the deadline 馃槈
Mar 11, 20235 min read56

Search for a command to run...
Articles tagged with #beginners
Every competition deserves a dramatic submission just before the deadline 馃槈

Welcome to Part 2 of the Flask Series. If you have been following along, you'd have a simple API in Flask which returns your favorite games. If you haven't, simply clone this GitHub repository and install flask and dotenv packages. What we did the la...

Initially as a developer, I always thought there are only two aspects of a full stack application, you have the frontend, you straight up connect it to a database, fire queries and you're good to go. As I kept learning more about backend technologies...
