

Recent Posts

Reinforcement Learning for Data Analysis and Data Interpretation
In this blog post, we will design a Reinforcement Learning application and compare the efficiency of...>>
Oct 24, 2022 | 10 min read | Data Analytics

Test Automation Processes with Selenium
Wouldn’t you like to automate your regression tests where you spend hours manually testing your web pages?...>>
Oct 19, 2020 | 7 min read | Open Source

Django Stripe Integration using dj-stripe
I had the opportunity to examine dj-stripe while researching which payment libraries are used in Django...>>
Jul 2, 2020 | 5 min read | Django

Deploying a Kubernetes cluster on OpenStack with Kubespray
This blog post walks you through deploying a Kubernetes cluster on OpenStack with Kubespray. In this example...>>
Jan 28, 2020 | 5 min read | Cloud

OpenStack API Client Setup and Creating a Virtual Server
To connect to the OpenStack API, we need openstack-pythonclient installation and authenticate user. I'll explain how to install...>>
Oct 3, 2018 | 3 min read | Cloud

Django 101: Key Facts for Beginners
Django is a free and open source web framework written in Python. Many big companies such as Disqus, Instagram, Pinterest, and Mozilla...>>
Sep 24, 2018 | 2 min read | Django

AngularJS vs. BackboneJS
AngularJS is a JavaScript library supported by Google that is distributed freely through the MIT license. As a derivative of the MVC structure...>>
Sep 12, 2013 | 8 min read | JavaScript
Popular Posts

Inspiring Quotes for Software Developers
Jun 12, 2020 | Programming
The Language of the Changing World: VUCA and BANI
Jun 28, 2022 | Digital Marketing
K3S Kubernetes Cluster Setup with K3D
Jul 13, 2021 | DevOps
Why We Switched from Icinga to Zabbix
Sep 16, 2014 | Open Source
Components of OpenStack
Dec 7, 2017 | Cloud
Django Stripe Integration using dj-stripe
Jul 2, 2020 | Django
Data in the Air
Apr 25, 2023 | Data Analytics
Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
Sep 8, 2020 | DevOps
The Complete Cloud Migration Checklist
Oct 20, 2022 | Cloud
Golang HMAC Authentication
Apr 12, 2023 | Golang