Spirited Away - Studio Ghibli
Categories
Tags
ai backend blogging bootstrap burnout challenges CI-CD code code-review communication css cyber-security data-science database design devops docker dunning-kruger egoism experience fastapi flask flutter frontend gamification generalist git github graphql humility imposter-syndrome javascript job market low-code mobiledev networking no-code npm nuxt open-source pnpm podcast problem-solving productivity programming python react research resume specialist struggles transitioning tutorial-hell tutuorial typescript vite vue webdev yarn
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
I tried Nuxt.js and why you should too!
2021-09-29
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
2021-09-14
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
Bootstrap: still the best?
2021-09-07
Is Bootstrap dead in 2021? It’s a question on many frontend web developers’ minds. And with hot new CSS frameworks popping up on the regular, Bootstrap may seem decreasingly relevant.
281 words
|
1 minutes