Responsive exponential backoff in Gousing exponentially scaling up and down the sleep time📝 Blog 📅 Nov 13, 2022 ⏱️ 6 min readGo Exponential Backoff Sleep Code Cloud DynamoDB
Building machine learning modelsusing scala spark📝 Blog 📅 Dec 25, 2018 ⏱️ 13 min readSpark Scala Sbt Big Data Code Machine Learning
Feature engineering for machine learning modelsusing scala spark📝 Blog 📅 Dec 6, 2018 ⏱️ 12 min readSpark Scala Sbt Big Data Code Machine Learning
Learning Scala Spark basicsusing spark shell in local📝 Blog 📅 Nov 24, 2018 ⏱️ 5 min readSpark Scala Shell Learning Big Data Code
Migrating from http to httpsusing lets encrypt, certbot and configuring Nginx📝 Blog 📅 Nov 17, 2018 ⏱️ 4 min readHTTPS Code Nginx Certbot Let's Encrypt
Powerbot connecting real world to twittervia Raspberry Pi using GPIO pins📝 Blog 📅 May 6, 2018 ⏱️ 4 min readHardware IoT Python Code Circuit Raspberry Pi Twitter
Creating Base64 UUID in JavaAlphanumeric unique id using base64 charset📝 Blog 📅 Apr 2, 2017 ⏱️ 2 min readUUID Java Code Base64
Scala code to access documents in AWS S3 bucketvia http get and put requests📝 Blog 📅 Feb 17, 2016 ⏱️ 4 min readScala AWS S3 HTTP Code Dispatch
Auto refresh Chrome when files modifiedUsing python pyinotify and chrome debugging📝 Blog 📅 Feb 15, 2016 ⏱️ 5 min readChrome Python Webgen Code
Salesforce Bulk API usage with an exampleto show how to upsert records in batches.📝 Blog 📅 Feb 7, 2016 ⏱️ 4 min readSalesforce Integration Code
Salesforce Rest API usage with an exampleto show how to upsert records📝 Blog 📅 Feb 7, 2016 ⏱️ 4 min readSalesforce Integration Code
Cricket score in command lineusing python and open cricscore api📝 Blog 📅 Jan 28, 2016 ⏱️ 2 min readCricket Code Cricscore API Python
Raspberry Pi 2 benchmarkingusing sysbench and Java📝 Blog 📅 Jan 11, 2016 ⏱️ 4 min readRaspberry Pi Benchmark Java Sysbench Code Fibonacci
Listing S3 Top level foldersusing simple Python code.📝 Blog 📅 Dec 9, 2015 ⏱️ 1 min readAWS S3 Export Code Boto Python
Efficiently using Enum in entity classto improve code maintainability and database performance.📝 Blog 📅 Aug 24, 2015 ⏱️ 3 min readJava Code JPA Database Enum Hibernate
Encryption and Decryption in Javausing a private key and AES algorithm.📝 Blog 📅 Jul 21, 2015 ⏱️ 3 min readJava Encryption Decryption Code AES
Lines of code inversely proportional to readabilityAlways code less to make it easily readable.📝 Blog 📅 Jul 7, 2015 ⏱️ 2 min readCode Java Optimization Code Less
Testing Spring Application using JUnitHow to test a Spring Application using JUnit? Explained with example test class.📝 Blog 📅 Jun 3, 2015 ⏱️ 2 min readJUnit Java Spring Testing Code