-
Core Java
How to change procedural code into object-oriented one?
What style should Clean Code be written in? Clean Code is not always object-oriented. Sometimes it will be written in…
Read More » -
Python
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 » -
Web Development
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 » -
Software Development
[MEGA DEAL] The Software Developer Certification Bundle (97%)
Java, C#, Python, Redux & More! This 41-Hour Course Bundle Will Help You Get Started in the World of Coding,…
Read More » -
Core Java
Java Compress/Decompress String/Data
Java provides the Deflater class for general purpose compression using the ZLIB compression library. It also provides the DeflaterOutputStream which…
Read More » -
Core Java
Optional ofNullable() method (With Examples)
A quick guide to Optional ofNullable() method in Java 8 API with Example programs. How to use in the real…
Read More » -
Enterprise Java
Protractor Tutorial: Handling Timeouts With Selenium
A lot of times while performing Selenium test automation, you’ll come across certain scenarios when your test fails due to…
Read More » -
Enterprise Java
10 JdbcTemplate Examples in Spring Framework
Hello guys, If you have been using the Spring framework then you may know that the JdbcTempalte is one of the most…
Read More » -
Kotlin
Kotlin / IntelliJ quick hint: Operator navigation
This is just a quick hint if you are programming Kotlin with IntelliJ: In IntelliJ you can ctrl-click on operators…
Read More »