-
A fast, minimalistic backend framework for Dart
•
1 min read
Are you dart programming lovers? If yes, now you can use this backend framework using dart programming language. Dart Frog is built on top of shelf and mason and is inspired by many tools including remix.run, next.js, and express.js. The goal of Dart Frog is to help developers effectively build backends in Dart. Currently, Dart Frog is focused on optimizing the process…
-
How to Scale your Micro Services Architecture App
•
3 min read
Image your eCommerce business is growing fast and need to scale your app to serve million request per day and thousands transaction per day. Your current entire app is built in micro-services based. Micro-Services architecture is the system architecture concept that break your entire app in to small app – independent services that communicate each…
-
How to Scale Monolith Service Based
•
2 min read
Imagine your eCommerce business is growing well since started 3 years ago and expected will grow more about 50% at the end of this year on monthly active user based and transaction. Now, you are at the stage on how to scale your application that can serve million users and keep your customer be happy.…
-
Have you faced the situation when handling million queues and your system still acting on high performance and low latency? One of the solution approached is using distributed messaging and streaming platform by RocketMQ. Story Behind RocketMQ RocketMQ is module developed by Alibaba and then donated to Apache for the biggest community and become the top…
-
Getting Started With Auto Secure Caddy Server
•
2 min read
Hi there, you will read how caddy platform able power up your sites more secure, scalable, easy to manage and reliable. Have you ever feel frustrated when configuring your web server with Apache & Nginx with attach ssl encryption and complex config on each site. Caddy is here to help you simply serve your sites…
-
Expres + TypeScript Boilerplate
•
1 min read
You don’t need to start from scratch for your backend-system using express.js and typescript. You may clone this boilerplate and continue writing your code. Express TypeScript Boilerplate A minimal, structured Express.js boilerplate written in TypeScript. It includes:
-
Keep the performance of your backend system being stable is such an interesting challenge for software engineer. Assume that your application growth exponentially with about 10K — 50K volume concurrent request, what’s your strategies to keep stable? 1. Optimize Backend System Put your attention on: – Connection Pooling – Optimize queries – Caching – Queues…
