Posts tagged with Development.

Git Hooks to deploy code
Development && Git | Apr 08, 2021 | By Ranvir Singh | 10 min read

Git Hooks — Easily deploy code via git push

The best way to get into any field is to start with a problem statement, and then learn the necessary concepts as you try and solve that problem. The same …

vps-use-cases
Development && Self-Hosting | Sep 04, 2020 | By Joel Hans | 17 min read

VPS Use Cases – What Can You Do With A VPS?

Have you ever wondered what to do with your VPS (virtual private server)? Have you ever wondered what a VPS (virtual private server) can do for you? What exactly can …

what-is-github
Development | Aug 29, 2020 | By Joel Hans | 12 min read

What Is GitHub & Why Do Developers Use It? An Introduction to GitHub

GitHub is a platform that’s been very popular with the coding community recently. It’s an open-source code hosting site that helps developers store and manage their code. It offers distributed …

sqlite-vs-mysql-vs-postgresql
Development | Jul 14, 2020 | By Joel Hans | 46 min read

SQLite vs MySQL vs PostgreSQL – The Search For The “Best” Relational Database Management System

Relational data structures that organize data in tables of rows and columns form the basis of how most online services we use function. Although there are other data models, relational …

flush-dns-cache
Development | Jun 18, 2020 | By Joel Hans | 7 min read

How to Flush DNS Cache on Windows, Linux, and macOS

If you’re having issues connecting to certain websites, it’s probably time to clear your DNS cache. In this post, we’ll cover exactly how to flush your DNS cache and why …

Development && Updates | Jan 03, 2020 | By Ranvir Singh | 7 min read

Machine Learning Setup – Part 1: Python Virtual Environments

Introduction Before you get started with your journey of Machine Learning, it is important to understand the underlying technology that you will be using. In most cases, this will involve …

manage_multiple_linux_servers_free
Development && Comparisons && Self-Hosting | Oct 03, 2019 | By Ramesh Vishveshwar | 8 min read

Manage Multiple Linux Servers (4 free tools)!

4 free tools to simplify Linux server management If you’ve got more than one VPS running then Linux server management can give you nightmares. If you’re like a lot of …