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, 2021451May 2, 2021451
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, 2021511Apr 11, 2021511
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, 2020153Sep 5, 2020153
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, 20191712Aug 25, 20191712
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, 201944Feb 19, 201944
Building a AWS Lambda function to run AWS Redshift SQL scripts in Python1. Get psycopg2 for linux inside the projectFeb 19, 20191314Feb 19, 20191314