Aspiring Software Developer | Drone Pilot | Habla Español | Life long learner

Joined December 2024
10 Photos and videos
Pinned Tweet
I’m gonna be learning software testing and couple it with the new app I’m building. ejoapp.netlify.app/ That’s the standing of the app thus far
Testing is what helps keep software reliable after you ship new features. And in this course, Beau teaches you software testing fundamentals like the testing pyramid and TDD. You'll use Playwright to test a real e-commerce app & also learn about API testing, debugging, accessibility checks, mocking, CI/CD practices, and how AI tools like KaneAI fit into modern testing workflows. freecodecamp.org/news/softwa…
1
46
Writing Python objects (dict with name, age, skills, active) to a JSON file using json.dump, and reading JSON back into Python objects using json.load. Python object → JSON file → Python object.
6
Today I’m learning using Dunder Methods. One step at a time marching forward towards pythons mastery.
1
3
I am learning python programming and here is a nice little help that ChatGPT put together for the OOP explanation using a house analogy.
1
8
Today I learned the difference between: with open(“fileName.txt”, “r”) as file: content=file.read() print(content) And open(“fileName.txt”, “r”) as file: content=file.read() print(content)

1
1
12
The first code closes the file opened by python which prevents file corruption and frees the memory of your computer #python If you’re learning python let’s connect
2
17
Hi innovators! I'm looking to connect with people interested in: → Frontend → Backend → Full Stack → DevOps → LeetCode → AI/ML → Data Science → UI/UX → Freelancing → Startups Say hi & let's grow together 👋
14
I am back in the game. I have completed Build a String Inspector #freecodecamp check out the course for yourself it is amazing. #datavalidation #formvalidation #WebDevelopment freecodecamp.org/learn/javas…
1
2
16
.includes() and .slice() might seem basic, but these simple JavaScript methods power real-life string validation—checking emails, filtering passwords, verifying data, cleaning inputs, and more. Small tools, huge impact.
11
Benjamin N. retweeted
Full stack web development courses for free: 💻 HTML 💅 CSS 🚀 JavaScript ⚛️ React 💡 jQuery 🐙 Git & GitHub 🌐 APIs ⚙️ Node.js 📊 SQL ➕..and more! To get it, just 48 Hours ⏰ - 1. Like & repost 2. Reply " COURSE " 3. Follow me (so that I can DM)
320
224
709
52,576
Benjamin N. retweeted
Object-oriented programming is a popular way to write code in Python. And to help you learn the basics, @TiagoMo53450790 wrote this practical guide. He explains OOP concepts like objects, classes, the self parameter, and __init__ with lots of code. freecodecamp.org/news/object…
2
59
333
21,221
20 Aug 2025
Learning in public is scary and today my journey begins. Building Ejo app for Kinyarwanda language. Built with #JavaScript, #HTML, #CSS, and deployed on #Netlify via #GitHub. Developed in #VSCode. Check comments for the story.
1
1
34
The Power of Words . youtu.be/pGlHjI7m5GQ?si=U8o5… via @YouTube for you they might just be words but for someone else they breathe life or death. So, choose your words carefully!
1
17
I just earned a Certificate on @edXOnline! Check it out: courses.edx.org/certificates… #spanish #learning

10
Today I earned my "Build your first end-to-end test with Playwright" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey! learn.microsoft.com/api/achi… #MSLearnBadge
9