Compare Top Python Frameworks
Python frameworks make it easier for developers to create web applications quickly by offering required functionality out of the box. This allows developers to focus on the business logic instead and get up and running faster and smarter See comparison between popular Python frameworks.
March 7, 2020All Articles
Generating Sessions Ids
Session Id’s are unique, short-lived numbers that servers assign to users when they log in (or visit) so they can remember (or track) users for the duration of their sessions. Servers...
Apr 13, 2016Developing Sense of Ownership in Emplyees - Let Your People 'Own' It!
To me, management is: about hiring the right people telling them what needs to get done and why, giving them the tools they need and getting out of their way.
Apr 12, 2016Effective Code Reviews
Code review is the process in which code written by a developer is inspected by another person to look for defects and improvements. In other words, developers work on their code most...
Apr 03, 2016Checked vs Unchecked Exceptions in Java. Why it's so Confusing
This blog post is intended for new Java developers. It starts with a historical perspective and a look at what motivated the design and creation of Java’s exception handling mechanism...
Apr 02, 2016Featured
Java
-
Java - How to Cancel Tasks in Executors (With Examples)
-
How to Stop Threads in Java. Best Practices and Examples.
-
Java - Convert char to String with Examples
-
Java Math.pow() Method with Examples
-
Java PrintWriter Explained with Examples (Java 9+)
-
Java Math.abs() with Examples
-
Java Math.ceil() Method with Examples
-
Java Math.floor() Method with Examples
-
Java Math.random() Method with Examples
-
Java Math.round() with Examples
-
Java Math.sqrt() Method with Examples
-
Java String to int with examples
-
Fibonacci Series in Java
-
Java Stream to Array Conversion
-
ArrayList to Array Conversion in Java