Deep dive into microservices, how this architectural pattern came about, the journey through service oriented architecture, what problems it tries to solve and some of the issues that come...
E29 - Creating roadmap.sh, Teaching, & Lessons from Working in Product Companies with Kamran Ahmed
There are very few developers who have not seen, or benefited from Kamran’s software engineering roadmaps! Kamran has, single handedly, created a revolution in the industry by introducing ...
E29 - Creating dev roadmaps, Teaching, & Lessons from Working in Product Companies with Kamran Ahmed
There are very few developers who have not seen, or benefited from Kamran’s software engineering roadmaps! Kamran has, single handedly, created a revolution in the industry by introducing ...
DevOps: a term very few understand
The only way to understand the true purpose of DevOps is to go through its history and understand the motivation behind starting this movement. ▬▬▬▬▬▬ Resources & References 📕 ▬▬▬▬▬▬ ...
Big tech experience WITHOUT joining FAANG!
You can read all the books and watch all the videos in the world and that’s still not going to prepare you, as a software engineering, for the challenges of distributed systems. Here’s wha...
Kubernetes made simple
You will understand Kubernetes once you understand what problems it aims to solve! This short video explains the why behind Kubernetes. ▬▬▬▬▬▬ Resources & References 📕 ▬▬▬▬▬▬ Kuberne...
Starting again as a Software Engineer (PART 2)
A while ago, I published Starting again as a Software Engineer (https://youtu.be/NCCTWjol2DI)) and some questions came regarding coaching, immigration and remote work that I wanted to comm...
Starting again as a Software Engineer
What would I change if I had the chance to start my career again as a software engineer? ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ Twitter: https://twitter.com/bassemdy GitHub: https://github...
E28 - libgit2, source code management and edge computing with Edward Thomson
Edward Thomson is a fantastic software engineer, he’s currently the maintainer of libgit2: a pure C implementation of the git core methods provided as a linkable library with a solid API. ...
E28 - git internals, open source & edge computing with Edward Thomson
Edward Thomson is a fantastic software engineer, he’s currently the maintainer of libgit2: a pure C implementation of the git core methods provided as a linkable library with a solid API. ...
The glich podcast trailer
This is the trailer to the glich podcast. Conversations with prominent software engineers, open source maintainers, builders and tech practitioners. All for your entertainment and growth! ...
GitHub Actions: Dive into actions-runner-controller (ARC) || Advanced installation & configuration
Actions Runner Controller (ARC) is a Kubernetes operator that orchestrates and scales self-hosted runners for GitHub Actions. With ARC, you can create runner scale sets that automatically ...
E27 - History of Django, Open Source and LLM Security with Simon Willison
Simon Willison is the creator of Datasette, an open source tool for exploring and publishing data. Prior to becoming an independent open source developer, Simon was an engineering director...
Podcast Season 3 Teaser
Season 3 of the podcast is coming! The first episode will be published on on July 6th to the public and you’ll obviously have early access to it. I have a great lineup of guests, highly i...
Real world system design بالعربي with Bassem Dghaidi
This video covers the essentials of system design. I’ll explain how to define the requirements and goals of your system, document the discovery process, and understand the motivations and ...
Real world system design بالعربي with Bassem Dghaidi
Real world system design بالعربي with Bassem Dghaidi
Which country has BETTER developers?
Is developer productivity related to geography? This is an opinion video to discuss a recent twitter thread that has gone viral proclaiming that developers from low income countries + AI a...
Writing the git database & making out first commit! [Advanced]
In part 2 of re-implementing git from the ground up, I’m going to focus on: building the git database writing the internal structs (objects, trees, blobs, commits, refs) continue w...