The psychology of stress
Stress is a part of life, but it’s important to learn how to manage it in a healthy way. It can be caused by anything from a big presentation at…
Super Base a complete backend
Super base is a complete backend for web and mobile applications. Based entirely on free open-source software. The biggest challenge when building an app is writing code. Rather than architecting…
Can you trust your first impressions?
Imagine you’re at a cricket game when this bogging guy sits next to you. He’s loud, he spills his drink on you, and he makes fun of your team. Days…
LLVM tools
LLVM is a tool kit used to build an optimized compiler. Building a programming language from scratch is hard. You have humans who want to write code in nice simple…
Why do we dream?
Mesopotamian kings recorded and interpreted their dreams on wax tablets in the third millennium BCE. A dream book with over a hundred common dreams and their interpretations was written by…
Beginner’s guide to AJAX
You all might be familiar with PHP. So today let me introduce you to a fun tool AJAX. AJAX is basically a technique for creating fast and dynamic web pages.…
‘Bazel to build’ tool by Google
Bazel is a build tool like maven and Gradel. you can use it to build and test software in any size quickly and reliably. Google built Bazel internally and named…
The secret behind different eye colours
What is the first thing most of us notice when we look at others? I don’t know about you but I look at the eyes. I’m not sure what you…
The Legacy of Toyota Innova.
This is the history of a car in which you might have travelled once in your lifetime. If not yet you will travel in it for sure since it is…
Is Carbon killing C++?
Carbon is an experimental general-purpose programming language by google. It was announced by the “CPP NORTH” conference on July 2022, as a successor. Carbon also has shortcomings of intense specific…