This is a series of posts about the topics I'm learning during my software development studies.

MVC pattern with Django framework

12 May 2020
Model-View-Controller
Continue reading


Main concepts and basic actions of GIT VCS

09 May 2020
a visual guide to GIT popular commands and their functions
Continue reading


Client-side web form validation

03 May 2020
Keep it short, make it easy with jQuery validation plugin
Continue reading


API and how to design an endpoint

02 May 2020
what needs to be considered when designing an API endpoint?
Continue reading


Continuous Integration and Build

01 May 2020
automate the build and testing of code after each commit
Continue reading


Deploying Jekyll to GitHub Pages

30 Apr 2020
_CONFIG.YML and Project Page URL Structure/Soft coded links
Continue reading


Jekyll for a static blog

29 Apr 2020
the process of deciding on which blogging software to use, how to set it up and design with Bootstrap
Continue reading