-
Web Dev
MicroProfile GraphQL introduction
MicroProfile GraphQL has just released it’s first version (1.0). In this blog post we will explore some of the functionalities available…
Read More » -
Python
How to Compare Strings in Python: Equality and Identity
Once again, we’re back with another Python topic. Today, we’ll talk about how to compare strings in Python. Typically, I…
Read More » -
Python
5 Best Python Frameworks For Test Automation In 2020
Testing framework plays a crucial role in the success of any automated testing process. Choosing the right test automation framework…
Read More » -
React.js
10 Famous Apps Using Reactjs Nowadays
Front-end development is continuously increasing by adding new tools released daily. There are several libraries and frameworks available online and…
Read More » -
Python
How to Write a Loop in Python: While and For
As this series grows, I often find myself revisiting the fundamentals. For instance, today we’ll be learning how to write…
Read More » -
Python
How to Comment Code in Python: Inline, Multiline, and Docstring
As we kick off 2020, I wanted to start getting back to some of my favorite content: Python “how to”…
Read More » -
Python
8 Coolest Python Programming Language Features
After writing nearly 20 articles just about Python, I’ve decided to take some time to reflect on what I’ve learned.…
Read More » -
Python
How to Check if a String Contains a Substring in Python: In, Index, and More
One concept that threw me for a loop when I first picked up Python was checking if a string contains…
Read More » -
Python
How to Add an Item to a List in Python: Append, Slice Assignment, and More
Lately, I’ve been thinking about new Python topics to write about, so I took to Google. When I searched “Python…
Read More »