Setup pipenv and Django
Jan 23, 2019
Pipenv and Django image taken from https://pypi.org/project/pipenv/
How to setup pipenv for django
pipenv pipenv is a tool that allows you to create virtual environments and manage python dependencies effectively.
...
➦
Continuous Integration & Continuous Delivery
Nov 8, 2018
An introduction to Continuous Integration & Continuous Delivery.
Continuous Integration Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day.
...
➦
Golang pararalism and concurrency
Oct 18, 2018
A Tour of Go A quick guide on go’s interfaces, reflection and concurrency
Concurrency is NOT pararalism Pararalism is doing several things simultaniously
Concurrency is dealing with sevaral things simultaniously
...
➦
Java concurrency & multi-threading
Jul 30, 2018
A well explained java concurrency tutorial http://tutorials.jenkov.com/java-concurrency/
SSE Interview Preperation
Jul 25, 2018
How to be prepared for an interview It’s normal for you to get excited when you are called for an interview… Especially if it’s your first interview. You’ll think about what they’ll ask, whether will you be able to face it with confident.
...
➦