-
Python
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 » -
Enterprise Java
Ship your function
Now a days function as service(FaaS) is trending in serverless area and it is enabling new opportunity that allows to…
Read More » -
Core Java
Java String API regionMatches()
Quick guide to Java String API regionMatches() Method with Examples. This method is used to compare two sub strings. Syntax:…
Read More » -
Core Java
Java 8 Optional filter()
A quick example guide to Java 8 Optional filter() Method. filter(Predicate predicate) method used to return a Optional object for…
Read More » -
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 »