Web Development
-
Protractor Tutorial: End To End Testing For AngularJS
According to StackOverflow’s developer survey, around 30.7% of respondents preferred AngularJS to develop their web applications. These web apps use…
Read More » -
What Is a Dictionary in Python?
As I continue to write about Python, I find myself wanting some sort of place to direct my readers to…
Read More » -
How to Check If a Key Exists in a Dictionary in Python: in, get(), and More
When it comes to working with data structures, one question constantly emerges: how do I find out if the data…
Read More » -
WebDriverIO Tutorial: Run Your First Automation Script
WebDriverIO framework is being widely used by the testing community to perform automation testing on both web applications and native…
Read More » -
Step-by-Step Guide to JavaScript Localization
In this post, we take a step-by-step look at localization using JavaScript. We let the user choose the language to…
Read More » -
13 Best JavaScript Framework For 2020
According to stackoverflow’s developer survey 2020, JavaScript is the most commonly used language for the 8th year straight with 67.7%…
Read More » -
Why Frontend Developers should learn Firebase in 2020?
While Firebase is around for quite some time, it really got the traction in the last couple of years after…
Read More » -
4 Tips To Prepare For Your Upcoming Web Development Interview
You’ve got the duty interview. The hard part is over! Or is it? Here are four tips to assist you…
Read More » -
IndexError: String Index out of Range
Surprise, surprise! We’re back with another article on a Python exception. Of course, this time we’re moving away from the…
Read More »