Tingwei

Tingwei @tingwei628

About: A journey of self-discovery

Joined:
Mar 30, 2019

Tingwei
articles - 24 total

My OOP Implementation of Twitter in C#

A post by Tingwei

Learn More 0 0Apr 1

I made lots efforts to write this blog !!

How to Build a Logging Pipeline with OpenTelemetry, Grafana...

Learn More 1 0Jan 24

How to Build a Logging Pipeline with OpenTelemetry, Grafana Loki, and Grafana in Docker Compose

Intro This application outputs logs to the OpenTelemetry service, which collects them....

Learn More 3 0Jan 24

[Boost]

Hands-on Guide to Sealed Secrets: Deploying .NET 6 Apps...

Learn More 0 0Dec 31 '24

Hands-on Guide to Sealed Secrets: Deploying .NET 6 Apps Securely in KIND

Repository Objective This guide demonstrates encrypting Kubernetes secrets with Sealed...

Learn More 1 0Dec 31 '24

Setting Up CloudNativePG on KIND with pgAdmin

1. Install Prerequisites Install Helm, KIND, kubectl, and pgAdmin4. 2. Create...

Learn More 2 0Dec 12 '24

I made an URL shortener

Repository Features sha256 TTL Rate limiter SQLite3 Flow

Learn More 0 0Dec 6 '24

In this article, I walk through the process of setting up k0s on a VPS and configuring Traefik as a reverse proxy with HTTPS enabled using Cloudflare Origin CA Certificates

Deploying Traefik Proxy with Cloudflare Origin CA Certificate...

Learn More 1 0Dec 3 '24

Deploying Traefik Proxy with Cloudflare Origin CA Certificate on k0s

Objective: To perform a minimal installation of k0s on a VPS, set up Traefik as a reverse...

Learn More 1 2Dec 3 '24

I made a hobby OS

Repository Features Support for long mode Interrupt and exception handling Printing...

Learn More 2 0Nov 12 '24

[Deprecated] The payment test with a Telegram bot

This post is not working anymore !!! I wrote a bot in Go to test the payment with...

Learn More 2 2Feb 27 '22

Identicon generator in Go

I wrote a simple Identicon generator in Go. Usage go run main.go -inputs=abcde ...

Learn More 5 1Nov 6 '21

COOL Compiler for AArch64

Repo There're several things to share after I changed target code generation of COOL Compiler from...

Learn More 1 0Oct 25 '21

I made a terminal game in Python

I created Snake and Tetris with curses in Python. Repo Live Demo Screenshot Enjoy it :P

Learn More 3 0Jul 9 '21

How to build xv6-riscv on mac

There're three parts: riscv-gnu-toolchain installation qemu installation build xv6-riscv...

Learn More 8 2Jun 7 '21

How to handle in-flight transactions when encountering EC2 auto scaling?

I wonder if there's any answer besides lifecycle hooks.

Learn More 0 0May 6 '21

Optimizing async/await codes with TPL

I was wondering how to optimize the performance of async/await codes with TPL(Task Parallel Library)....

Learn More 10 1Apr 30 '21

Using mkcert in Node.js

This main purpose is to create self signed ssl certificates with mkcert@Subash and write a quick demo...

Learn More 19 0Jul 11 '20

Implementing the Brainfuck compiler back end in C#

In the previous article, I've done the Brainfuck compiler front end. This time I'm going to work on t...

Learn More 2 0Jun 27 '20

Implementing the Brainfuck compiler front end in C#

In the previous article, I wrote a Brainfuck interpreter. This time I'm trying to build a Brainfuck c...

Learn More 4 0Jun 7 '20

How do I make paging with ordering by different columns ?

I need to sort out two sets of data. The order rules are followed by first the column "id2" is null o...

Learn More 7 0Nov 4 '19

Using PostgreSQL and pgAdmin4 in docker

I wrote a docker-compose.yml. If you want to practice Postgresql and pgAdmin in docker. Here is dock...

Learn More 8 1Oct 27 '19

Writing a simple Brainfuck interpreter in C#

This is still working in process :)

Learn More 6 0Aug 18 '19

My first NPM package: rollup-plugin-hotreload.js

a Rollup.JS plugin

Learn More 6 0Mar 30 '19