HOme
Products
Core Products
Physical Cards For Collaboration & Management
Extracting The Best Part Of Every Article
VIP Membership Of Alphabag
Announcing Soon
Practical Manual To Develop Skill Set
Our Public Declaration Towards Work & Life
Integrated Solution For Strategy & Management
The Mega Course For Product Strategy, Design & Dev
Tailored Workshop & Consultancy Service
Support
Alphabag Deck Onboarding Manual
Onboarding flow after receiving the deck
Submit News Highlights
Provide content for Alphabag News
Shipping, Return and Refund Policy
The policy you may want to know
Frequently Asked Questions
Questions that you may want to ask
Company
About
Company's vision, core team & products
Blog
Our thoughts and news
Contact Us
Get in touch for any opportunities
Founder
About Kevin Hon Chi Hang
Press Kit
Download our brand assets here
Careers
Join us along with our adventure
Partnership
Sponsorship
Provide content for Alphabag News
Wholesale Inquiry
Sell our products via your network
SHOP
0
Your Cart
$ 0.00 USD
:
Remove
No items yet.
Be sure to check out the early bird offer of Alphabag Deck
Early Bird Offer
Product is not available in this quantity.
AD 047
Backend Integration
The section of a program that facilitates data management and interaction. It's also called the server-side.
Explore Resources
Knowledge Brief
No items found.
Related Knowledge
Frontend Integration
Database Schema
Data Model
Third-party Integration
Error Analysis
Tracking & Analytics
Without rate limiting, each user may request as often as they like, which can lead to “spikes” of requests that starve other consumers. After rate limiting is enabled, they are limited to a fixed number of requests per second.
How to Design a Scalable Rate Limiting Algorithm
konghq.com
Algorithms
Backend Integration
Loading Speed
highlighted by
Bo-Yi Wu
Our previous approach to giving all those different consumers access to published content involved building APIs. The producers of content would provide APIs for accessing that content, and also feeds you could subscribe to for notifications for new assets being published.
Publishing with Apache Kafka at The New York Times
confluent.io
CMS
Backend Integration
Application Programming Interface (API)
highlighted by
Bo-Yi Wu
The microservices architecture moves application logic to services and uses a network layer to communicate between them. Communicating over a network instead of in-memory calls brings extra latency and complexity to the system which requires cooperation between multiple physical and logical components. The increased complexity of the distributed system leads to a higher chance of particular network failures.
Designing a Microservices Architecture for Failure
blog.risingstack.com
Application Programming Interface (API)
Backend Integration
Microservices
highlighted by
Bo-Yi Wu
Go is efficient, scalable, and productive. Some programmers find it fun to work in; others find it unimaginative, even boring. In this article we will explain why those are not contradictory positions. Go was designed to address the problems faced in software development at Google, which led to a language that is not a breakthrough research language but is nonetheless an excellent tool for engineering large software projects.
Go Reliability and Durability at Dropbox
about.sourcegraph.com
Continuous Integration (CI)
Continuous Deployment (CD)
Backend Integration
highlighted by
Bo-Yi Wu
If you manage to create amazing API documentation and ensure that developers have a positive experience implementing your API, they will sing the praises of your product. Continuously improving your API documentation is an investment, but it can have a huge impact. Great documentation builds trust, differentiates you from your competition, and provides marketing value.
Ten Extras for Great API Documentation
alistapart.com
Application Programming Interface (API)
Third-party Integration
Backend Integration
highlighted by
Aki Yu
Developer
Go is a very performant language with great support for concurrency. It is almost as fast as languages like C++ and Java. While it does take a bit more time to build things using Go compared to Python or Ruby, you’ll save a ton of time spent on optimizing the code.
Why we switched from Python to Go
getstream.io
Loading Speed
Education Content
Backend Integration
highlighted by
Bo-Yi Wu
If you are at all tech savy, there's no reason you should be using MailChimp (or the other similar services), when you can use a service like SES + Mailwizz.
MailChimp vs. Amazon SES - How I Reduced My Monthly Bill by 92%
coursetro.com
Budget
Third-party Integration
Backend Integration
highlighted by
Aki Yu
Developer
Related Knowledge
AD 046
Frontend Integration
The section of a program that the user sees and interacts with. It's also called the client-side.
AD 053
Database Schema
The term "schema" refers to the organization of data as a blueprint of how the database is constructed.
AI 008
Data Model
Define how data is connected to each other and how they are processed and stored inside the system.
AD 015
Third-party Integration
Don’t just assume that because your competitor has an integration that you definitely have to as well.
RA 020
Error Analysis
A part of task analysis that identifies the frequency and type of errors that occur for each specified set of task flows.
RA 024
Tracking & Analytics
Monitor how your product goes, and how to optimize it.