Published inGeek CultureDeploying Web Apps Quickly on Amazon EC2 With Serve and PM2One thing I have always wanted to be able to do was to deploy web applications quickly, whether they are proofs of concept or simply pet…May 2, 20211May 2, 20211
Published inGeek CultureHow to Add Jasmine Testing Framework Into Your NodeJS Project and Why Unit Tests Are ImportantWhy should I add unit tests into my project?Apr 11, 20211Apr 11, 20211
Published inThe StartupGatsby, GraphQL and the Missing But Necessary Explanation About Type DefinitionsThe error was Cannot query field “Title” on type “strapiArticle”. I was working on Strapi at the time and the error seemed too foreign…Sep 5, 2020Sep 5, 2020
Published inThe StartupMigrating data from one Amazon Redshift database to another using Amazon S3There are a lot of ways to move data from database to database using Amazon Redshift, but one of the most efficient ones is the use of…Aug 25, 20192Aug 25, 20192
12+ Useful PySpark functions for DataFrame transformationsPySpark has a lot of useful functions to transform and clean data, however its documentation contains very few examples of how these…Feb 19, 2019Feb 19, 2019
Building a AWS Lambda function to run AWS Redshift SQL scripts in Python1. Get psycopg2 for linux inside the projectFeb 19, 20194Feb 19, 20194