Do you unit test private methods?
Do you unit test private methods?,Encountered an interesting issue at work recently when it came to unit testing a new repo that was setup. The repo in question was relatively smal...
What the Day? (German)
What the Day? (German), Es ist Tag 1. Es ist Tag 2 … es ist Tag 4 und der Congress ist für die meisten Menschen um. Doch.. was kommt danach? Tag 5? Tag 6? Ich wusste es nicht. We...
A Brief View of Java Constructors
A Brief View of Java Constructors,Introduction Java is one of the emerging and on-demand technologies in the current scenario. Being the most secure and reliable and having huge fe...
Implementing monitoring/on-call audit and remediation
Implementing monitoring/on-call audit and remediation,If you've ever been part of an on-call rotation, you probably know it can be a bit of a drag, especially if your alerting is a...
Learning Algorithms with JS, Python and Java #11: Count the Vowels
Learning Algorithms with JS, Python and Java #11: Count the Vowels,This series of articles follows Stephen Grider's Udemy course in three different languages. Today's question is a...
Python dictionary views
Python dictionary views, Christian Barra @christianbarra Did you know that 'dict.keys()' returns a view that is a set-like object? #Python 12:12 PM - 31 Jul 2018 2 5 Dictionary is ...
Concepts-as-Code: Bubble Sort
Concepts-as-Code: Bubble Sort,Hi there! This ‘Concepts-as-Code’ blog post is the first in a series where I will attempt to explain concepts in Computer Science in the simplest wa...
Building a traffic fine scraper with Python
Building a traffic fine scraper with Python,To see this post in a better format, check my blog. Motivation The other day I was remembering that during my visit to Mexico City back ...
Beginner’s guide to Speech Analysis
Beginner’s guide to Speech Analysis, Speech signal from Pixabay This article gives an introduction to speech signals and its analysis. Also, I have compared with text analysis to ...
How I Learned to Stop Worrying and Love the Cache – Stick with it
How I Learned to Stop Worrying and Love the Cache - Stick with it, How I Learned to Stop Worrying and Love the Cache (3 Part Series) 1 How I Learned to Stop Worrying and Love the C...
Building Restful API with Flask, Postman & PyTest – Part 1(Read Time: 6 Mins)
Building Restful API with Flask, Postman & PyTest - Part 1(Read Time: 6 Mins), Introduction For the first part of the 3 part series of the building Restful API with Flask, Postman ...
Turn Text Into HERE Maps with Python NLTK
Turn Text Into HERE Maps with Python NLTK,Originally published at developer.here.com so check out the original too. What is in your Top 5 travel destinations? I asked my 8 year old...