


Need a better job? 10 skills you need to know for today’s top IT careers in AWS Cloud & DevOps. Are you a developer? (or just looking for a well-paying job and wondering if IT is for you?
Photo by Mimi Thian on Unsplash Today’s best careers can be found in AWS (Amazon Web Services) Cloud and DevOps fields. You don’t need to have a background in IT to start learning — it just takes determination to master the top 10 skills needed for AWS...
Your Everyday Superpower: How to do Web Scrapping?
When you think of the concept of superpower the first thing that comes into your mind might be something supernatural, magical, or unreal. In fact, there is a superpower that is quite simple to obtain by anybody who has a bit of...
Clarusway of Development Environment
Whichever language or technology you are using, it doesn’t matter; somehow, you will eventually meet with the terminal window’s black screen. But this time, you are luckier than before since many tools will make your journey more productive on those terminals....
How can we easily and visually explain docker compose?
Photo by Mimi Thian on Unsplash The Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your...
A New Version of Matplotlib Cheat Sheet
There is a famous English adage, “A picture is worth a thousand words”, meaning that a single image sometimes explains complex or multiple ideas way better than words. Namely, data visualization is a great medium to communicate with our audience. Data visualization is...
A Short Future-Reference for Debugging, Security Issues, and API Usage (Yelp API) with React Native
As promised, I am back to share some beginner-level knowledge that I recently internalized all along with my ongoing full-stack Bootcamp. Last month our schedule was very intense, and I could hardly find time to write human-readable content other than machine-readable...
Google Play Services for Genymotion
I try to explain how to use google play services in Genymotion. You can use all Google Play features in Genymotion virtual device with this method. You can solve the Native Firebase Error. I use Genymotion virtual device for developing react-native projects. I ran...
Ansible: Working with Dynamic Inventory Using AWS EC2 Plugin
This article will talk about how we configure Ansible to get inventory hosts from Amazon Web Services EC2 dynamically using the EC2 plugin. As you know, Ansible is an open-source IT automation tool. It is very straightforward and easy to use but so powerful. Ansible...