Lenny
devbeto.bsky.social
Lenny
@devbeto.bsky.social
Backend Software Engineer | Proficient in Python, Django, DRF, GraphQL, MySQL, PostgreSQL, Docker & Kubernetes |

Avid Learner {currently delving into AWS Cloud Practitioner & Solutions Architect, and Frontend Stack -> React, Next.js, and TypeScript}
Job roles in prompt engineering will be at risk in the near future, as LLMs will have sufficient datasets to generate accurate results. #PromptEngineering #LLMs
November 11, 2025 at 10:38 PM
Reposted by Lenny
Wholeheartedly endorse reviewing your own PRs! The transparency helps so much and it's a great opportunity to proactively call out anything that might require discussion

Great, actionable way to shift towards a healthier review culture in the absence of team alignment

h/t @cferdinandi.bsky.social
Review your own git pull requests
Last week, I wrote about my experience working with the team at Cloud Four, and in particular some of their great practices around PR management. Today, I wanted to talk specifically about a habit my ...
gomakethings.com
November 11, 2025 at 4:53 PM
On shell fundamentals, if you need to move a subdirectory up to its parent directory, here's a command to consider:

mv 0x04-TypeScript ../frontend-javascript/

The ../ notation means "parent directory"—it moves the item one level up in the directory tree from your current location.
November 9, 2025 at 10:39 AM
I was stuck trying to duplicate an old project into a new one from GitHub. Here are the steps I found useful:
cp -r old_project new_project
cd new project
git clone <new project url>
git remote remove origin
git remote add origin <new project url>
git push -u origin main
November 9, 2025 at 10:30 AM
Big updates on my professional online spaces! ✅ My GitHub README is revamped to feature key achievements, and LinkedIn's got a new look with updated headline, bio & skills. Onward!
@alx_africa
#ALX_PDFE #ALX_SE

Github - github.com/LennyBeto
LinkedIn - www.linkedin.com/in/lenny-sus...
LennyBeto - Overview
Software Engineer | Student - ALX Africa. LennyBeto has 27 repositories available. Follow their code on GitHub.
github.com
October 26, 2025 at 7:15 PM
🤯 Just nailed Bash piping thanks to AI! Learned how | creates seamless, real-time data streams between commands. Way faster & clearer than man pages/trial-and-error. Definitely using this AI strategy again for complex concepts!
@alx_africa
#ALX_PDFE #ALX_SE
October 26, 2025 at 7:10 PM
I recently turned to Gemini AI for help with understanding the Gitflow workflow. I requested a breakdown of the steps in a format that would allow me to create a flowchart, and it delivered an incredibly detailed guide! 🌟 #ALX_PDFE
@alx_africa
#ALX_SE
October 26, 2025 at 7:01 PM
🤯 Just realized I'm a Visual-INTP learner! No wonder I excel with diagrams & concepts, always eager to grasp systems. My brain's constantly linking abstract ideas! #ALX_SE #ALX_PDFE
@alx_africa
October 26, 2025 at 6:51 PM
Levelling up your learning with AI is crucial! ⚡️ It's more than just a tool – it's a tireless tutor, brainstorming partner, and a specialist guiding you through complex topics. Faster, smarter, and more accessible education. #ALX_PDFE #ALX_SE
@alx_africa
October 26, 2025 at 6:48 PM
Thrilled to start a new chapter with the ALX ProDev FE program at
@alx_africa
I am dedicated to fostering growth, embracing collaboration, nurturing curiosity, practicing intentionality, and being open and authentic while uplifting others. #ALX_SE #ALXProDev #ALX_PDFE
October 18, 2025 at 8:15 AM
Hello World!
October 18, 2025 at 8:14 AM