Possawat Sanorkam

Possawat Sanorkam @parmcoder

About: I'm a casual gamer and a full stack dev.

Location:
Bangkok, Thailand
Joined:
Jul 13, 2022

Possawat Sanorkam
articles - 14 total

Microservices are Technical Debt

The video is a discussion about microservices trade-offs and I just generated a summary with AI. ...

Learn More 19 0Sep 22 '24

Code and Chill Guide 2023

Banner from Linda Nguyen on Unsplash For the sake of productivity and to record my progress of how...

Learn More 3 0Jul 22 '23

How to manage VSCode extensions?

The new update from VSCode is Profiles system. From the doc, you can see that you can share your...

Learn More 5 0Mar 9 '23

Generating TypeScript APIs with OpenAPI Generator and Keeping Attribute Names Unchanged

To generate the API in TypeScript with the attribute name's first letter not capitalized, you can use...

Learn More 1 0Jan 12 '23

Effective End-to-End Testing: A Beginner's Guide to Playwright

Introduction We can ensure the reliability and functionality of a deployed service using...

Learn More 2 1Jan 11 '23

What diagram should I know as a software engineer? Part 2

Here are a few types of diagrams that are commonly used in software development management: ...

Learn More 4 0Jan 3 '23

Optimizing Go code with GCCGO for improved performance

One day, my teacher asked me why Go compiled program has terrible perfomance and he kept mentioning...

Learn More 5 0Dec 29 '22

What diagram should I know as a software engineer?

Prerequisite As a software engineer, it's important to be familiar with a variety of...

Learn More 6 0Dec 28 '22

Using Git to track down deleted code in a large project

My code is now deleted in file A around line 800, and I do not know when it was deleted. How to find...

Learn More 5 4Dec 19 '22

Git Rebase: The Power Tool for Clean Git Histories

Here is an example of using git rebase to incorporate the latest changes from the master branch into...

Learn More 2 0Dec 18 '22

What are your New Year's resolutions?

I will work towards becoming a senior developer by expanding my skills and knowledge in backend...

Learn More 0 0Dec 18 '22

How to use Apache Kafka in GO using Echo framework?

To set up Kafka in a Go application using the Echo web framework, you would first need to install the...

Learn More 1 0Dec 15 '22

How to use fixture and parameterize in Python?

In Python, fixtures are used to provide data for test functions. The parameterize function from the...

Learn More 0 0Dec 15 '22

What is the difference between event-driven architecture and message-driven architecture?

Event-driven architecture and message-driven architecture are two design patterns that are commonly...

Learn More 0 0Dec 15 '22