This article explains how to setup Android emulator for testing your apps or performing Mobile Automation which you can create, duplicate, customise, and launch Android virtual devices. Android Emulator The Android Emulator simulates Android devices […]
ArrayofCode
Why python recursions are too slow?
I am a big fan of micro benchmarking. In this article, we will compare the performance of tail end recursive Fibonacci(40) in C, Go, Python3 and javascript. Note – A language isn’t fast or slow, […]
1,885 total views, 3 views today
A/B TESTING with Google Optimize
A – The Original, B – The experimental variant A/B Setup can be implemented in several ways. It’s all about finding the best user experience on your product. You can control the experience with javascript, […]
1,464 total views, 1 views today
How to detect credentials in your GitHub repository?
All of us have, at some point, accidentally committed a password or API key that should not have been pushed. Resolve and prevent this in 5 minutes.
2,885 total views
Building GraphQL API with Nodejs, TypeGraphQL, Typegoose and Challenges I came across.
I recently started out with this project where I am using Apollo GraphQL with TypeGraphQL , typegoose as mongoose wrapper and Express.js to create an API. I have been searching for different articles on using […]
3,125 total views
Host Your own Video Conferencing with Custom GUI using Jitsi
Jitsi is an open-source video conferencing software that you can host yourself. It provides high quality, scalable video conferences, and has great community support. It contains a lot of functionalities including screen share, chat, mail […]
4,676 total views
How to setup Plex Media Server on your Raspberry Pi
For the uninitiated, Plex Media Server allows you to stream content (Movies, TV Shows, etc.) from your local drives to any device that is connected to your Wifi (or sometimes even to the internet). You […]
5,551 total views, 1 views today
Deploy Angular/React website on a custom domain using AWS S3, Cloudfront and route 53
If you are here, I am pretty sure you already have an Angular/React application ready to be deployed and a domain registered with any of the domain registrars. In this article, we will be deploying […]
11,761 total views
Extract font names from OTF/TTF/WOFF/WOFF2 files in python using fontTools
There are many use cases where we need to extract the original font name of an OTF/TTF file programmatically. The filename is obviously not reliable as it could be modified. It turns out that every […]
3,658 total views, 2 views today
Is Deno the new Node?
So In 2018, Ryan Dahl (the creator of Node.js) issued “10 Things I Regret About Node.js” in JSConf , He goes on including several regrets about the design he took over Node.js in 2009. Almost […]
2,548 total views, 1 views today