TL;DR Writing comments in Elixir is no brainer, the real skill is to know when we should use comments. This post is part of the functional language series, and it…
TL;DR Software development is hard because the number of combinations of program statements could be infinitive. We present you with one instance of a complicated error message. Context The application…
TL;DR In this blog post, we list three warnings that are an indicator of inadequate testing in an organization. We will introduce you to software testing based on the remarkable…
TL;DR In this week’s reading club, we recommend paper (23 pages long), A Taxonomy of Computer Program Security Flaws, with Examples by Carl E. Landwehr, Alan R. Bull, John P….
TL;DR Your team needs to select a project lifecycle. Read another post from the project management series. The post is based on a remarkable book written by Johanna Rothman, Manage…
TL;DR In Elm, everything is about functions. Let’s explore Elm function curried property. This post is part of the functional language series, and it is based on a remarkable book…
TL;DR Elixir module attributes could be used as constants, or they have a particular purpose and could be accessed during the runtime. This post is part of the functional language…
TL;DR Software testing is a practical engineering activity. We will introduce you to software testing based on the remarkable book, Introduction To Software Testing by Paul Ammann and Jeff Offutt….
TL;DR In this week’s reading club, we recommend About Public Key Pinning. This article is an example of why web security is very complicated. What is Key Pinning about?…