Published in Misfit Technologies·Jul 29, 2020A simple guide to use PostgreSQLI’ve been working with PostgreSQL for the last year, and the experience has honestly been amazing. However, every time I wanted to setup PostgreSQL on a machine, it was like trying to move through a labyrinth of blogs, documentations etc. …Postgres3 min readPostgres3 min read
Published in Misfit Technologies·May 28, 2019Connecting to a Serverless Aurora Database locallyI have recently been poking around the Serverless tools that AWS provide, and wanted to setup Serverless Relational Database for a project. When setting up a normal RDS Database I was able to connect to it directly from my local PC using SequelPro using the hostname provided by AWS (along…AWS2 min readAWS2 min read
Published in Misfit Technologies·Sep 18, 2018Setting up a ubuntu 16.04 production server for a basic django app using nginx and gunicornDjango is a powerful web framework for python that can quickly get an application or website up and running! Django includes a basic development server to test the code locally, but for anything production related a more secure and powerful server will be required. In this case, we will be…Django4 min readDjango4 min read
Published in Misfit Technologies·Aug 27, 2018Installing the ELK-stack on Ubuntu 16.04 and understanding its servicesThere have been quite a few blog posts on installing and configuring the ELK stack, which were very helpful when I was trying to understand how to setup the ELK stack on a production server for the first time. …Elk Stack5 min readElk Stack5 min read