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
Playwright Awesome Selectors
Check out my short post on Playwright Awesome Selectors My personal favourite is page.getByRole(role, options) eg: await page.getByRole('button',…
💬 Integrating Twilio into your project: Part 3 – Handling Webhooks and Sending Messages with Laravel and Express
In this part, we’ll: Create a simple service to send WhatsApp messages. Handle incoming WhatsApp messages by replying…
Recreating my Portfolio in Next.js
I have recently started learning Next.js/React and I wanted to compare the speeds of Next.js and the framework…