Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
GraphQL is a data query language architectured and developed by Facebook. It was developed for as an alternative to REST API.
Bitbucket is one among the code sharing and collaboration tools that lets your team choose how you want to work with your code. You can host it on your own servers or run it from the cloud. You’ll always know where to look when you need code as you can organize the work into Teams, Projects, and Repositories.
Most of the people reading this blog will mostly be programmers or developers or someone who shows interest towards IT. Those of you who have worked on an IT related project, or even students for this matter, will understand that the life cycle of a project has to be done in stages, and a lot…
Since the dawn of time, native applications have always delivered a larger-than-life performance compared to web applications. Any web application could never enable or scale to the full functionality of the device expected from apps like games, multi-media intensive apps, high data processing apps, etc. JavaScript wasn’t designed to be fast for very large applications….
By the term programmer, a lot of things come to our mind, like smart, intelligent and the most important of all, logical. But, these are not the only skills needed to be a good programmer. Below are the basic skills needed to be a good programmer : Willingness to learn A good programmer should be…
It is said that hacking is an art, and the hacker is an artist. If you are that hacker looking for fame and some cash, then bug bounty is the correct choice for you. In this blog, I will give you some more information on bug bounty. To start with, let us understand the term…
Whenever you have something important that intrigues you, Google is the first place you will go to. And voila, it will show you everything related to what you are searching. Have you ever wondered how Google provides all the search results matching what you are searching for? This algorithm is fully dependent on the concept…
Automated testing is the best way to increase the effectiveness, efficiency, and coverage of your web application. Automation can be helpful not only to debug the code but also to find the root cause of the defect by identifying the code section that is error-prone. This can be carried out through tests with Selenium WebDriver…