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
Certificate Authorities - Do You Know Who You Trust?
HTTPS (aka HTTP over the secure TLS protocol) provide a secure communication channel between web browsers and servers to guard against man-in-the-middle attacks. Although researchers ...
Feb 18, 2017Testers Make Software Teams Highly Productive
To put it mildly, developers are not great at testing their own products. Bias, pride, wrong assumptions, lack of time, switching contexts, all play a role in making developers ineffe...
Feb 17, 2017What Is Yak Shaving? Advice for Software Developers on Staying Focused
Yak shaving is defined as: what you are doing when you’re doing some stupid, fiddly little task that bears no obvious relationship to what you’re supposed to be working on, but yet a...
Feb 13, 2017Committing Teamicide by Micromanagement
What is micromanagement?Micromanagement is a “management style whereby a manager closely observes or controls the work of subordinates or employees”.Micromanagement is bad. It hurts m...
Feb 08, 2017htop Explained Visually
htop is an interactive process viewer and system monitor. It’s one of my favorite linux tools that I use regularly to monitor system resources. If you take top and put it on steroids,...
Jan 20, 2017Review of Andrew Ng's Machine Learning Course and Next Steps
Back when I was in college, I enrolled in a couple of introductory AI courses. I quickly got bored: artificial neural networks didn’t sound very practical and the dry mathematics was ...
Jan 19, 2017If Your Site Isn't Using HTTPS, You Are Doing It Wrong
We live in a day and age where we simply cannot take our right to privacy for granted. When we communicate over unprotected channels, we expose our messages to everyone who happens to...
Jan 18, 2017There's No Backdoor in WhatsApp. Just a Weakness That Could Be Exploited
Last week, Guardian ran a story claiming that a backdoor built into WhatsApp can allows its parent company, Facebook, to read user messages despite advertising end-to-end encryption a...
Jan 17, 2017Leadership vs Management - Leaders Have a Dream, A Vision...
Today is the Martin Luther King Jr. Day - a holiday to celebrate the life and legacy of a great Civil Rights Movement leader. Dr. King was an incredibly effective leader who challenge...
Jan 16, 2017Tutorial - Configuring Photoshop for 2D Pixel Art
I’m a huge fan of retro video games and pixel art. Over the Christmas break, I tried (after a long hiatus) to create some pixel art for a retro-style 2D mobile game I was building in ...
Dec 11, 2016Java
-
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