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…
A better learning future starts here.
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…
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…
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 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…
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…
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…
A string is a sequence of characters. A character is simply a symbol. For example, the English language has 26 characters.Computers do not deal with characters, they deal with numbers (binary). Even though youmay…
A string is a sequence of characters. A character is simply a symbol. For example, the English language has 26 characters.Computers do not deal with characters, they deal with numbers…
Topics: Memory addresses. Declaration. Dereferencing a pointer. Pointers to pointer. Static vs. dynamic objects: So, new and delete are the object of Pointer. Computer Memory: Each variable is assigned a…
A constructor in is a special member function that is use to initialize the object of its class. Itis special because its name is the same as the class name.…