Leapcell

Leapcell @leapcell

About: leapcell.io: serverless web hosting / async task / redis

Location:
California
Joined:
Jul 31, 2024

Leapcell
articles - 250 total

Understanding Slice and Map Expansion in Go

In the study of Go language, the expansion strategy of arrays and Maps is a common and classic...

Learn More 5 0Aug 28

Playwright vs Puppeteer: A Technical Comparison for Every Scenario

Leapcell: The Best of Serverless Web Hosting In-depth Technical Comparison: Playwright...

Learn More 0 0Aug 28

Applying KISS, DRY, and LOD Principles in Go

Besides the well-known SOLID principles, there are actually other useful and widely recognized...

Learn More 6 0Aug 28

Building a Simple SQL Parser in Python: From Basics to Hands-On

Leapcell: The Best of Serverless Web Hosting Implementing a Simple SQL Parser in Python:...

Learn More 0 0Aug 27

Applying SOLID Principles in Go

In software development, building maintainable, scalable, and robust code is the ultimate goal. The...

Learn More 5 0Aug 26

Go 1.25 Highlights: How Generics and Performance Define the Future of Go

Leapcell: The Best of Serverless Web Hosting 🚀 Go 1.25 Major Update Analysis: From...

Learn More 0 0Aug 26

How to Use Weak Pointers in Go 1.24

In Go, a weak pointer refers to a reference that does not prevent the garbage collector (GC) from...

Learn More 6 0Aug 25

Go’s unsafe: Unlocking Performance Hacks with a Risk

Leapcell: The Best of Serverless Web Hosting Go's unsafe Package: The "Double-Edged...

Learn More 8 0Aug 25

Python Explains UUIDs: Why Collisions Are So Rare

Leapcell: The Best of Serverless Web Hosting UUID Algorithm Principles: Using Python to...

Learn More 1 1Aug 12

Understanding Go's CSP Model: Goroutines and Channels

Preface The implementation of Go’s CSP concurrency model consists of two main...

Learn More 3 0Aug 10

Build a Mini-FastAPI from Scratch: Learn ASGI & Routing Internals

Leapcell: The Best of Serverless Web Hosting Building a Simplified FastAPI from Scratch:...

Learn More 0 0Aug 6

Axum Is Shaping the Future of Web Development in Rust

Leapcell: The Best of Serverless Web Hosting Why is Axum the Most Promising Web Framework...

Learn More 1 0Aug 4

Efficient Concurrency in Go Using select

Preface In the Go programming language, Goroutines and Channels are essential concepts...

Learn More 5 0Aug 3

Why Go’s any and interface{} Are the Same… But Not Quite

Leapcell: The Best Serverless Web Hosting any vs interface{} in Go: What's the...

Learn More 0 0Aug 3

2025 and NestJS: A Match Made for Modern Backend Needs

Leapcell: The Best of Serverless Web Hosting NestJS: Still Worth Investing in 2025 – Why...

Learn More 1 0Jul 28

The Power of Nothing: Exploring Go's Empty Struct

Preface In the Go programming language, there's a special usage that may confuse many...

Learn More 6 0Jul 27

FastAPI vs Flask: The Async Showdown of Python Web Frameworks

Leapcell: The Best of Serverless Web Hosting Flask vs FastAPI: The Asynchronous...

Learn More 2 0Jul 21

Exploring the Functional Options Pattern in Go

Introduction In everyday development, some functions may need to receive a large number...

Learn More 7 0Jul 20

Rust Web Frameworks Compared: Actix vs Axum vs Rocket

Leapcell: The Best of Serverless Web Hosting A Deep Dive into Rust Web Frameworks: A...

Learn More 2 1Jul 20

Go's Last Words on Error Handling Syntax

Preface “Error handling in Go is too verbose to write.” — This is a sentiment almost...

Learn More 16 2Jul 20

Stop Writing Slow Rust: 20 Rust Tricks That Changed Everything

Leapcell: The Best of Serverless Web Hosting 20 Practical Tips for Rust Performance...

Learn More 6 0Jul 19

20 Go Performance Tricks I Learned the Hard Way

Leapcell: The Best of Serverless Web Hosting Go Performance Tuning in Practice: 20 Core...

Learn More 12 0Jul 19

sync.Once — Go's simple pattern for safe one-time execution.

Leapcell: The Best of Serverless Web Hosting 🔍 The Essence of Go Concurrency: A...

Learn More 7 0Jul 17

Build a Token Bucket Limiter in Go in Under 100 Lines

Leapcell: The Best of Serverless Web Hosting Implementing the Token Bucket Algorithm in...

Learn More 2 0Jul 13

eval() in Python: Powerful, Dangerous, Misunderstood

Leapcell: The Best of Serverless Web Hosting All About Eval in Python: Principles,...

Learn More 6 0Jul 10

A Deep Dive into Go's sync.Once

Introduction In certain scenarios, we need to initialize some resources, such as...

Learn More 6 0Jul 5

Implementing Enum Types in Go

Preface Enumeration types are a commonly used data type for representing a limited,...

Learn More 20 1Jul 3

You Don't Know iota

Preface When you delve into official libraries, open-source libraries, or any Go...

Learn More 7 1Jun 30

Working with Scheduled Tasks in Go: Timer and Ticker

Preface In daily development, we may encounter situations where we need to delay the...

Learn More 7 1Jun 29

Step-by-Step: Build a Lightweight Search Engine Using Only Node.js

Leapcell: The Best of Serverless Web Hosting Building an English Search Engine with...

Learn More 9 0Jun 28