Le Vuong

Le Vuong @patfinder

About: • Learn everyday new useful technologies • Learn anything that broadens my understanding of the world.

Location:
Mississauga, ON
Joined:
Jan 9, 2024

Le Vuong
articles - 48 total

Windows CMD Commands Cheat Sheet

Files and Folders Management COPY - Copies files to another location DIR – Displays files and...

Learn More 1 0Jan 17

Python C/C++ binding - Some notes

Python binding is the connection between Python and external libraries or languages, allowing Python...

Learn More 1 0Nov 27 '24

Lodash - a javascript power tool

Lodash, a lightweight replacement for Underscore.js, is a popular JavaScript utility library that...

Learn More 0 0Nov 13 '24

10 questions developers should ask our self

Here are 10 common questions developers often face, ranging from technical challenges to career...

Learn More 0 0Nov 8 '24

Simple steps to debug docker build

Below are steps to debug docker build. In this example, docker is a python app, but the same logic...

Learn More 2 0Nov 6 '24

Script for converting Markdown with bold text to Unicode, retaining the bold text.

Hello developers, Have you ever needed to convert Markdown text to a bold/italic text that you can...

Learn More 2 0Oct 28 '24

Quick mongo tutorial

Take a quick look at how MongoDB works by following this simple tutorial. All you need is Docker—no...

Learn More 3 0Oct 26 '24

Event driven architecture challenge: message ordering

What is Event-Driven Architecture (EDA)? Event-driven architecture (EDA) is a super...

Learn More 3 0Oct 16 '24

What I Learned from Reading Clean Code

If you’re a software developer or just someone who’s interested in coding, Clean Code: A Handbook of...

Learn More 2 0Oct 16 '24

Browser request interceptor

Want to learn how a website works, debug web requests, or see how a server responds when you modify a...

Learn More 1 2Oct 8 '24

Ubuntu hibernate: A little-known setting

When working on Linux/Ubuntu, have you ever gotten tired of reopening tons of apps and workspaces...

Learn More 1 2Oct 6 '24

Repair grub Linux/Windows dual boot

I accidentally removed the BIOS boot option for Linux, but fortunately, I found this very detailed...

Learn More 0 2Oct 6 '24

Code visualization tools

Code visualization tools transform code structure into visual formats, helping developers understand,...

Learn More 2 0Oct 5 '24

GIL "removal" for Python true multi threading

Python recently (3.12) has some important performance update that make it faster and better support...

Learn More 2 0Oct 3 '24

MongoDB schema design - Key considerations

Introduction The document discusses sophisticated schema designs, including...

Learn More 1 0Sep 30 '24

LLM reasoning capability

Here are research articles on the reasoning capabilities of Large Language Models (LLMs), showcasing...

Learn More 1 0Sep 25 '24

Fix Our Biases - Make Better Decisions

Almost everyone has cognitive bias, and they affect our decision-making, often leading to errors in...

Learn More 1 0Sep 25 '24

Using INSERT ON CONFLICT as an alternative to Upsert in Postgres

Wanna try another way to "Upsert" (update or insert) without using the upsert query? Modify your...

Learn More 1 0Sep 21 '24

gen_data: A Powerful Tool for Test Data Generation

Introduction When testing software applications, one of the major challenges developers...

Learn More 0 0Sep 19 '24

.Net high performance computing

Introduction to the High Performance package C# For High Performance Computing GPU and .Net Is...

Learn More 0 1Sep 17 '24

Back to the basic - Have you mastered all the Google search techniques?

Improve search, the skill you use everyday by reviewing advanced search techniques in below link (and...

Learn More 1 0Jun 5 '24

If you are on Windows, check Scott Hanselman's Ultimate Developer and Power Users Tool List

Scott Hanselman's 2021 Ultimate Developer and Power Users Tool List for Windows

Learn More 0 0May 10 '24

Introducing Shell Command 2: The Ultimate Shell Command Runner for VSCode

Are you tired of switching back and forth between your text editor and terminal just to run simple...

Learn More 4 1Apr 24 '24

VSCode Tips

Run shell script with editor content as input. Looking to harness the capabilities of two...

Learn More 4 1Apr 11 '24

Introducing ChatGPT-Bridge: Connecting ChatGPT to the Real World

ChatGPT-Bridge is an innovative project that bridges the gap between ChatGPT and practical...

Learn More 0 0Mar 27 '24

Developer should-know websites

MDN Web Docs, previously Mozilla Developer Network RFC pages (eg. HTTP RFC, Internet Protocols,...

Learn More 2 2Mar 26 '24

VSCode productive shortcut keys

ChatGPT - Here are 50 of the most commonly used shortcut keys in Visual Studio Code: Ctrl + P (Cmd...

Learn More 3 0Mar 15 '24

Django - "manually" revert a migration.

Backup everything (DB, code) before you doing this. Be extra cautious if you are doing this on...

Learn More 0 0Mar 12 '24

Windows buffer format

Windows supports many buffer formats that is not widely known. Additionally, you have the option to...

Learn More 0 0Mar 5 '24

Advanced Tricks and Techniques for Optimal Code Performance

It's good to understand various coding techniques when reviewing other people's code, but it's not...

Learn More 0 0Mar 4 '24