Reading Club, The Cyber Security Body Of Knowledge
reading club, security testing
TL;DR In this week of a reading club, we share The Cyber Security Body Of Knowledge. The CyBOK project aims to bring cybersecurity into line with the more established sciences…
How To Handle State Changes In Picshare Application
TL;DR In the previous post, we learned how to add Elm View to our Picshare application. This post is part of the functional language series, and it is based on a…
What Is Elixir Lambda And When To Use Them
elixir, functional programming
TL;DR In the previous post, we explained Elixir Strings. Let’s introduce Elixir First Class functions, Lambdas. This post is part of the functional language series, and it is based on…
What Is RIP Model
TL;DR In the previous post, we explained the context where software fault, error, and failure are helpful. In this post, we introduce the RIP (Reachability, Infection, Propagation) Model that we…
The Testing Is Learning Loop Diagram By Simon Tomes
TL;DR Now that we know the first of three digestible diagrams created by Simon Thomes, Start with the Why let’s investigate the second diagram, The Testing Is The Learning Loop….
How To Set Project Iteration Duration
TL;DR In the previous post, we discussed how to do a detailed project plan, but that looks only a few weeks into the future. In this post, we explain how…
Testing From Trenches, Example Mapping On Tenet Timeline
example mapping, testing from tranches
TL;DR Tenet is the last Christopher Nolan movie. In this post, I will try to figure out the Tenet timeline using an example mapping technique. Be noted that post has…
Reading Club, 12 Best Practices For User Account, Authentication And Password Management
TL;DR This post is a recommendation to read Google’s 12 best practices for a user account, authentication, and password management. No Best Practices Many Web applications require user authentication. I…
How To Create Elm View
TL;DR In the previous post, we learned how to create Elm Record Model. Let’s add Elm View to our Picshare application. This post is part of the functional language series,…