Forem

Leapcell profile picture

Leapcell

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

Location California Joined Joined on  Personal website https://leapcell.io/
One Year Club
Rust
Python
Java
Go
Node
1 Week Community Wellness Streak
Top 7
A Complete Introduction to Go Testing
Cover image for A Complete Introduction to Go Testing

A Complete Introduction to Go Testing

5
Comments
4 min read

Want to connect with Leapcell?

Create an account to connect with Leapcell. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Socket Programming in Go
Cover image for Socket Programming in Go

Socket Programming in Go

6
Comments
5 min read
Use `chan os.Signal` to Manage OS Signals in Go
Cover image for Use `chan os.Signal` to Manage OS Signals in Go

Use `chan os.Signal` to Manage OS Signals in Go

5
Comments
6 min read
Go Coding Official Standards and Best Practices
Cover image for Go Coding Official Standards and Best Practices

Go Coding Official Standards and Best Practices

9
Comments
5 min read
Robust Context in Go Microservices
Cover image for Robust Context in Go Microservices

Robust Context in Go Microservices

7
Comments
7 min read
Rust Optimization Guide: 10 Tips Every Developer Should Know 🦀
Cover image for Rust Optimization Guide: 10 Tips Every Developer Should Know 🦀

Rust Optimization Guide: 10 Tips Every Developer Should Know 🦀

Comments
6 min read
Deconstructing gin.Context: More Than Just a Context
Cover image for Deconstructing gin.Context: More Than Just a Context

Deconstructing gin.Context: More Than Just a Context

5
Comments
5 min read
FastAPI at Lightning Speed ⚡: 10 Full-Stack Optimization Tips
Cover image for FastAPI at Lightning Speed ⚡: 10 Full-Stack Optimization Tips

FastAPI at Lightning Speed ⚡: 10 Full-Stack Optimization Tips

1
Comments
6 min read
Understanding Slice and Map Expansion in Go
Cover image for Understanding Slice and Map Expansion in Go

Understanding Slice and Map Expansion in Go

5
Comments
6 min read
Playwright vs Puppeteer: A Technical Comparison for Every Scenario
Cover image for Playwright vs Puppeteer: A Technical Comparison for Every Scenario

Playwright vs Puppeteer: A Technical Comparison for Every Scenario

Comments 1
5 min read
Applying KISS, DRY, and LOD Principles in Go
Cover image for Applying KISS, DRY, and LOD Principles in Go

Applying KISS, DRY, and LOD Principles in Go

6
Comments
7 min read
Building a Simple SQL Parser in Python: From Basics to Hands-On
Cover image for Building a Simple SQL Parser in Python: From Basics to Hands-On

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

Comments 1
8 min read
Applying SOLID Principles in Go
Cover image for Applying SOLID Principles in Go

Applying SOLID Principles in Go

5
Comments
4 min read
Go 1.25 Highlights: How Generics and Performance Define the Future of Go
Cover image for Go 1.25 Highlights: How Generics and Performance Define the Future of Go

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

1
Comments
6 min read
How to Use Weak Pointers in Go 1.24
Cover image for How to Use Weak Pointers in Go 1.24

How to Use Weak Pointers in Go 1.24

6
Comments
5 min read
Go’s unsafe: Unlocking Performance Hacks with a Risk
Cover image for Go’s unsafe: Unlocking Performance Hacks with a Risk

Go’s unsafe: Unlocking Performance Hacks with a Risk

9
Comments
19 min read
Python Explains UUIDs: Why Collisions Are So Rare
Cover image for Python Explains UUIDs: Why Collisions Are So Rare

Python Explains UUIDs: Why Collisions Are So Rare

1
Comments 1
8 min read
Understanding Go's CSP Model: Goroutines and Channels
Cover image for Understanding Go's CSP Model: Goroutines and Channels

Understanding Go's CSP Model: Goroutines and Channels

3
Comments
5 min read
Build a Mini-FastAPI from Scratch: Learn ASGI & Routing Internals
Cover image for Build a Mini-FastAPI from Scratch: Learn ASGI & Routing Internals

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

Comments
8 min read
Axum Is Shaping the Future of Web Development in Rust
Cover image for Axum Is Shaping the Future of Web Development in Rust

Axum Is Shaping the Future of Web Development in Rust

1
Comments
7 min read
Efficient Concurrency in Go Using select
Cover image for Efficient Concurrency in Go Using select

Efficient Concurrency in Go Using select

5
Comments
6 min read
Why Go’s any and interface{} Are the Same… But Not Quite
Cover image for Why Go’s any and interface{} Are the Same… But Not Quite

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

Comments
3 min read
2025 and NestJS: A Match Made for Modern Backend Needs
Cover image for 2025 and NestJS: A Match Made for Modern Backend Needs

2025 and NestJS: A Match Made for Modern Backend Needs

1
Comments
6 min read
The Power of Nothing: Exploring Go's Empty Struct
Cover image for The Power of Nothing: Exploring Go's Empty Struct

The Power of Nothing: Exploring Go's Empty Struct

6
Comments
5 min read
FastAPI vs Flask: The Async Showdown of Python Web Frameworks
Cover image for FastAPI vs Flask: The Async Showdown of Python Web Frameworks

FastAPI vs Flask: The Async Showdown of Python Web Frameworks

2
Comments
9 min read
Exploring the Functional Options Pattern in Go
Cover image for Exploring the Functional Options Pattern in Go

Exploring the Functional Options Pattern in Go

7
Comments
4 min read
Rust Web Frameworks Compared: Actix vs Axum vs Rocket
Cover image for Rust Web Frameworks Compared: Actix vs Axum vs Rocket

Rust Web Frameworks Compared: Actix vs Axum vs Rocket

2
Comments 1
6 min read
Go's Last Words on Error Handling Syntax
Cover image for Go's Last Words on Error Handling Syntax

Go's Last Words on Error Handling Syntax

16
Comments 2
6 min read
Stop Writing Slow Rust: 20 Rust Tricks That Changed Everything
Cover image for Stop Writing Slow Rust: 20 Rust Tricks That Changed Everything

Stop Writing Slow Rust: 20 Rust Tricks That Changed Everything

6
Comments
6 min read
20 Go Performance Tricks I Learned the Hard Way
Cover image for 20 Go Performance Tricks I Learned the Hard Way

20 Go Performance Tricks I Learned the Hard Way

12
Comments
11 min read
sync.Once — Go's simple pattern for safe one-time execution.
Cover image for sync.Once — Go's simple pattern for safe one-time execution.

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

7
Comments
6 min read
Build a Token Bucket Limiter in Go in Under 100 Lines
Cover image for Build a Token Bucket Limiter in Go in Under 100 Lines

Build a Token Bucket Limiter in Go in Under 100 Lines

3
Comments
10 min read
eval() in Python: Powerful, Dangerous, Misunderstood
Cover image for eval() in Python: Powerful, Dangerous, Misunderstood

eval() in Python: Powerful, Dangerous, Misunderstood

6
Comments
6 min read
A Deep Dive into Go's sync.Once
Cover image for A Deep Dive into Go's sync.Once

A Deep Dive into Go's sync.Once

6
Comments
6 min read
Implementing Enum Types in Go
Cover image for Implementing Enum Types in Go

Implementing Enum Types in Go

20
Comments 1
4 min read
You Don't Know iota
Cover image for You Don't Know iota

You Don't Know iota

7
Comments 1
3 min read
Working with Scheduled Tasks in Go: Timer and Ticker
Cover image for Working with Scheduled Tasks in Go: Timer and Ticker

Working with Scheduled Tasks in Go: Timer and Ticker

7
Comments 1
8 min read
Step-by-Step: Build a Lightweight Search Engine Using Only Node.js
Cover image for Step-by-Step: Build a Lightweight Search Engine Using Only Node.js

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

9
Comments
9 min read
Cache Breakdown Prevention with Go’s singleflight
Cover image for Cache Breakdown Prevention with Go’s singleflight

Cache Breakdown Prevention with Go’s singleflight

15
Comments
6 min read
How to Build a Search Engine from Scratch in Python (No External Packages)
Cover image for How to Build a Search Engine from Scratch in Python (No External Packages)

How to Build a Search Engine from Scratch in Python (No External Packages)

9
Comments
11 min read
How to Create a Event Bus in Go
Cover image for How to Create a Event Bus in Go

How to Create a Event Bus in Go

1
Comments
6 min read
Clean Architecture in Go: A Practical Guide with go-clean-arch
Cover image for Clean Architecture in Go: A Practical Guide with go-clean-arch

Clean Architecture in Go: A Practical Guide with go-clean-arch

19
Comments 1
6 min read
Implementing Log File Rotation in Go: Insights from logrus, zap, and slog
Cover image for Implementing Log File Rotation in Go: Insights from logrus, zap, and slog

Implementing Log File Rotation in Go: Insights from logrus, zap, and slog

14
Comments
6 min read
Go's slog: Modern Structured Logging Made Easy
Cover image for Go's slog: Modern Structured Logging Made Easy

Go's slog: Modern Structured Logging Made Easy

11
Comments 1
7 min read
Robust Error Handling in Go Web Projects with Gin
Cover image for Robust Error Handling in Go Web Projects with Gin

Robust Error Handling in Go Web Projects with Gin

9
Comments 1
5 min read
MVC vs DDD: Go Language Architecture Deep Dive
Cover image for MVC vs DDD: Go Language Architecture Deep Dive

MVC vs DDD: Go Language Architecture Deep Dive

38
Comments 5
9 min read
Learning Go Testing from K8s
Cover image for Learning Go Testing from K8s

Learning Go Testing from K8s

7
Comments 1
6 min read
Learning Go Engineering Practices from K8s

Learning Go Engineering Practices from K8s

7
Comments 1
9 min read
Learning Code Readability from K8s
Cover image for Learning Code Readability from K8s

Learning Code Readability from K8s

10
Comments 1
11 min read
Learning Architecture Design from K8s
Cover image for Learning Architecture Design from K8s

Learning Architecture Design from K8s

11
Comments
8 min read
FastAPI Engine: Inside Uvicorn, Building a Fast ASGI Server in Pure Python
Cover image for FastAPI Engine: Inside Uvicorn, Building a Fast ASGI Server in Pure Python

FastAPI Engine: Inside Uvicorn, Building a Fast ASGI Server in Pure Python

6
Comments 1
6 min read
Learning Go Interface Encapsulation from K8s
Cover image for Learning Go Interface Encapsulation from K8s

Learning Go Interface Encapsulation from K8s

13
Comments 3
5 min read
Building the Web with Rust: Here's Why It Matters
Cover image for Building the Web with Rust: Here's Why It Matters

Building the Web with Rust: Here's Why It Matters

2
Comments 1
4 min read
Learning Large-Scale Go Project Architecture from K8s
Cover image for Learning Large-Scale Go Project Architecture from K8s

Learning Large-Scale Go Project Architecture from K8s

6
Comments 1
9 min read
From Scratch: Building HTTP/2 and WebSocket with Raw Python Sockets
Cover image for From Scratch: Building HTTP/2 and WebSocket with Raw Python Sockets

From Scratch: Building HTTP/2 and WebSocket with Raw Python Sockets

6
Comments 2
8 min read
Go Functions as First-Class Citizens: How to Use Them Properly
Cover image for Go Functions as First-Class Citizens: How to Use Them Properly

Go Functions as First-Class Citizens: How to Use Them Properly

9
Comments 1
9 min read
Mastering Go Error Handling: A Practical Guide
Cover image for Mastering Go Error Handling: A Practical Guide

Mastering Go Error Handling: A Practical Guide

11
Comments 3
8 min read
Caching in Go: Doing It Right
Cover image for Caching in Go: Doing It Right

Caching in Go: Doing It Right

33
Comments 3
10 min read
Pure Python HTTP Server with Sockets – A Deep Dive into Web Server Internals
Cover image for Pure Python HTTP Server with Sockets – A Deep Dive into Web Server Internals

Pure Python HTTP Server with Sockets – A Deep Dive into Web Server Internals

9
Comments
7 min read
Why Go Is Born for Cloud-Native
Cover image for Why Go Is Born for Cloud-Native

Why Go Is Born for Cloud-Native

4
Comments
5 min read
loading...