Nearly two decades ago, I began a journey to join the programming/ computer science world. As life often does, its had its ups and downs. I tried several avenues to get there, but life had other plans. I’ve had a few college level intro classes and I made it about 2/3 of the way through a python for beginners instructional book. Up to this point, I felt like I was missing some important fundamentals. Every program I wrote felt like it didn’t have a backbone. Something was missing. Now here I am, back at the mountain and ready to climb once again. I’m feeling energetic and optimistic to be back at it again. Six months of developer bootcamp! I’m ready to do this. I’ll keep posting as I go. Wish me luck.
Related Posts
How to use nodemon with VSCode debugger?
Table Of Contents Intro Step by step Demo Intro As a developer, you know that debugging is a…
Ibuprofeno.py💊| #120: Explica este código Python
Explica este código Python Dificultad: Fácil x = {"pepe", "albert", "jacinto", "alba"} print(x[1]) 👉 A. pepe 👉 B.…
Migrating SQL Server to Azure SQL Database with SQL Server Management Studio (SSMS)
Introduction Databases from an on-premises SQL Server instance can be moved to an Azure SQL Database (offline) using…