All posts by Saif Sadiq
Top Tips For Better Cross Browser Testing [2024]
Web developers usually are biased towards a browser. They can debate for hours why the latest version of their favorite browser is the best one for all web development projects. Many times, they work in their favorite browser
March 7, 2024
27970 Views
7 Min Read
5 Top Practices For Debugging [2024]
Coding is fun and easy. But, not always. Well, when does it stop being fun actually? It stops being that fun when you accidentally come across something called as an ‘error’.
March 7, 2024
18320 Views
6 Min Read
Triaging Bugs: Prioritizing & Organizing Testing Issues
Triaging is a well-known but not-well-understood term related to testing. The term is said to have been derived from the medical world, where it refers to the process of prioritizing patients based on how severe or mild
August 29, 2018
20361 Views
6 Min Read
• Debug
Remote Debugging Webpages In iOS Safari
Safari is one of the most popular web browsers. Developed and promoted by Apple , it is based on the WebKit engine. The first version of the browser was released in 2003 with Mac OS X Panther.
August 27, 2018
29918 Views
4 Min Read
How Do Software Engineers Choose Which Front End Framework To Use
The choice of the technology used for your web project will directly influence your business goals. Hence, choosing the right framework is important. You cannot employ just any stack and expect favorable results.
August 20, 2018
13775 Views
6 Min Read
• Manual Testing • Performance
4 Ways To Reduce And Simplify Test Cases
Software testing, over the time, has evolved as an important domain in computer science. There is no denying the fact that developing a new software from scratch requires significant efforts but an even greater
August 15, 2018
35421 Views
6 Min Read
Developing Cross Browser Compatible AMP pages
If you don’t already know about it, then let me tell you that the next big thing going in web world right now is Accelerated Mobile Pages (AMP). Backed by Google, AMP pages are quite popular in mobile-first world
July 26, 2018
11619 Views
6 Min Read
• Debug • JavaScript • Miscellaneous
Reference Error: JavaScript
How does it feel when you go to give a job interview and after reaching the interview location you find out that the company for which you are here doesn’t even exist. Obviously you got angry and your mind will start throwing negative thoughts. Exactly same happens with JavaScript too.
April 17, 2018
47772 Views
2 Min Read
• Debug • JavaScript • Miscellaneous
TypeError: JavaScript
Can you add a number and an alphabet? Say, if I ask you to give me the result of the addition of 1 and H will you be able to give me the answer? The obvious answer is NO. Same goes in JavaScript too!If you add 1 and H in
April 6, 2018
23271 Views
2 Min Read
How Evolution Of HTTP/2 From HTTP/1 Changed The Web
Ever came across the situation where you really need to open a web page fast and it’s taking forever because of slow internet speed? May be someone in your network is downloading a torrent choking the bandwidth?
March 21, 2018
11997 Views
8 Min Read