GitHub's Tunisian Community Podcast Episode 02: DevOps with Mohamed Dhia Hadden
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
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)
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
I tried Nuxt.js and why you should too!
If you’re a Vue.js developer, by now you’ve probably heard of Nuxt.js. But you might not know what all the hype is about. You’re probably asking, “Why do I need a framework for a framework?” Vue already makes the development of JavaScript apps easier. What’s the idea behind Nuxt.js? But all i’m asking here is to wait and see my friend.
620 words
|
3 minutes
Databases you should know as a developer
Every company needs a database to store and organize data. Data can be very sensitive so we always have to be careful while accessing or manipulating it in the database.
601 words
|
3 minutes