Spirited Away - Studio Ghibli
I've learned React (after being in love with Vue)
2022-05-13
These days, a new trending front-end framework is released every now and then. But React and Vue.js still stands as the most popular among all the other alternatives. And although both are performant, elegant, and arguably easy to learn, they have some different opinions on how certain things should be done, and different ways of achieving the same end result. I believe getting comfortable and efficient with a frontend framework is mostly about learning the patterns of doing regular stuff.
740 words
|
4 minutes
Let's settle things out: NPM vs Yarn
2022-04-12
Yarn and NPM are two of the most popular Node.js package managers. They allow downloading, installing, and managing packages when developing in JavaScript.
942 words
|
5 minutes
GitHub's Tunisian Community Podcast Episode 02: DevOps with Mohamed Dhia Hadden
2022-03-23
In this episode, we talked about DevOps job prospects internationally, common requirements to clear cloud certifications, and the difference between cloud engineers and DevOps engineers.
118 words
|
1 minutes
Docker in a Nutshell: A Powerful Platform for Containers
2022-03-05
Docker has become a standard tool for software developers and system administrators. It’s a neat way to quickly launch applications without impacting the rest of your system. You can spin up a new service with a single docker run command. Containers encapsulate everything needed to run an application, from OS package dependencies to your own source code.
968 words
|
5 minutes
My experience with Flutter (as a beginner)
2021-12-16
Flutter is an open-source SDK for creating high-performance, high-fidelity mobile apps for iOS and Android. The Flutter framework makes it easy for you to build smooth user interfaces in your app.
521 words
|
3 minutes