Logo Logo Logo Logo Logo
Follow Me LI TW IG
  • Home
  • About
  • Contact
  • Home
  • About
  • Contact

14 Jun Why do you need Senior Developers on your founding team?

Posted at 05:49h in startups by shashank 0 Comments
Share

I have founded startups and have worked in many startups. When starting funding round, startups are usually cash-strapped. Hiring some freelancers from Upwork is so enticing. What is the big deal right? Hire some developers for cheap and get the work done, right? Well after all...

Read More
Serverless Article Extract Service using Node.js & AWS Lambda

22 Sep Serverless Article Extract Service using Node.js & AWS Lambda

Posted at 13:33h in AWS, Featured, Node.js, startups, tutorial by shashank 0 Comments
Share

Firefox offers a Reader Mode and the library that powers it, is called Readability. In this article, we will learn how to put this library behind a serverless function and use it as an API. You can read more about readability here: https://github.com/mozilla/readability. It is defined...

Read More
Understanding-Financial-Model-using-KPIs-for-mobile-apps---A-definitive-Guide

05 Oct Understanding Financial Model and KPIs for mobile apps – A definitive Guide

Posted at 07:14h in Featured, startups by shashank 1 Comment
Share

How to create a financial model for a mobile app? How to measure KPIs? What are KPIs? Learn all this and more...

Read More
How to parse Google Search result in Java?

05 Oct How to parse Google Search result in Java?

Posted at 05:49h in tutorial by shashank 5 Comments
Share

Tutorial with example code on how to parse Search Results from Google using JAVA and Jsoup....

Read More
The simplest way to sort HapMap

24 Jul The simplest way to sort HashMap in JAVA

Posted at 10:27h in JAVA, tutorial by shashank 0 Comments
Share

The way JAVA data-structures is it is not always easy to sort HashMaps. So here is a piece of code I frequently use to sort HashMap of type String, Long in JAVA...

Read More
Batch load objects using AWS dynamoDBMapper in JAVA

24 Jul Batch load objects using AWS dynamoDBMapper in JAVA

Posted at 09:52h in AWS, tutorial by shashank 0 Comments
Share

DynamoDbMapper is an amazing class to abstract out a lot of operations for AWS DynamoDb. But this library is not well documented. Here is an example of how to batchLoad objects using dynamoDBMapper in JAVA ...

Read More
Uploading docs in ElasticSearch using Java with async for super-fast processing with examples

18 Jul Uploading docs in ElasticSearch using Java with async for super-fast processing with examples

Posted at 06:56h in JAVA, tutorial by shashank 0 Comments
Share

Fastest was to upload a lot of documents to "ElasticSearch" using JAVA. Wit code examples and tutorials. ...

Read More

17 Jul Multi-threading in JAVA using “Executors”

Posted at 16:00h in JAVA, tutorial by shashank 0 Comments
Share

Multi-threading is not always super easy to implement. There is Runnable, Thread and all sort of frameworks/packages but we love the executors class to run our code in threads. ...

Read More
Calling WordPress REST APIs to create users, articles, posts, etc. with examples using JAVA

16 Jul Calling WordPress REST APIs to create users, articles, posts, etc. with examples using JAVA

Posted at 14:48h in JAVA, tutorial by shashank 2 Comments
Share

Wordpress has an amazing REST API that lets you do pretty much anything that you would need. You can add users, add articles, create tags, create categories etc. ...

Read More
About author

8+ years building large-scale AI/ML platforms & software. Looking for something interesting in the MLOps space.
Recent Posts
  • Why do you need Senior Developers on your founding team? June 14, 2022
  • Serverless Article Extract Service using Node.js & AWS Lambda September 22, 2021
  • Template Design Pattern June 5, 2021
  • Visitor Design Pattern January 1, 2021
  • Full Text Search in PostgreSQL December 6, 2020
Categories
  • AWS
  • Databases
  • Design Patterns
  • Featured
  • JAVA
  • Node.js
  • PostgreSQL
  • Searching
  • startups
  • System Design
  • tutorial
  • Uncategorized

© Copyright System.Camp