排序
Introduction to Python unittest
Introduction to Python unittest, python (5 Part Series) 1 Introduction to Python unittest 2 What does 'if __name__ == '__main__'' do in Python? 3 Running external programs with Pyt...
First step in learning new programming language
First step in learning new programming language,It maybe a coincidence after writing this, I found this write-up by Beekey Cheung on teaching coding first then the computer science...
No Tests – No Pull Request, Right? Types of Tests that Should Be in Your Codebase
No Tests - No Pull Request, Right? Types of Tests that Should Be in Your Codebase,Originally published on my blog: All You Need Is Backend. As the blog post Pull Requests: The Good...
Using better CLIs
Using better CLIs, sobolevn-dotfiles (3 Part Series) 1 Instant +100% command line productivity boost 2 Using better CLIs 3 6 mac apps that fit everyone For people who spend half of...
For Loop in different programming languages
For Loop in different programming languages,Programming often involves working on redundant tasks. The for loops help shorten the code and reduce tedious tasks. But the way for is ...
Glow LEDs with Google Home
Glow LEDs with Google Home,Recently I tried experimenting with Google Home, trying to voice control LEDs. Majorly the whole thing can be split into two parts, A custom command...
Where to begin for writing a mobile payment API for my country (and countryside)
Where to begin for writing a mobile payment API for my country (and countryside),My wish is to build a mobile payment API that would help everyone to pay online no matter what carr...
Design Patterns: Observer Pattern
Design Patterns: Observer Pattern,originally posted on my blog at henricodesjava.blog Hi everyone! Chapter two in Head First Design Patterns: A Brain-Friendly Guide is al...
Not enough friends? Get a bot!
Not enough friends? Get a bot!, Introduction When you start reading about Machine Learning and Recurrent Neural networks there is a good chance that you will immediately want to wr...
Python Data Structures Idioms
Python Data Structures Idioms,Significant portion of our time we as a developers spend writing code that manipulates basic data structures: traverse a list, create a map, filter el...
Groovier Groovy with Java 8 Streams
Groovier Groovy with Java 8 Streams,Consider writing Groovy code to retrieve the transformed version of an element from a given collection such that transformed version of the elem...
Do you think there is a language better suited for solving data structures and algorithms?
Do you think there is a language better suited for solving data structures and algorithms?,To give you some backstory on why I am asking this question, I recently got my first dev ...