Adding Custom Prefixes to Your Git CommitsVersion control is crucial for tracking source code and documentation, enhancing the DevOps lifecycle by ensuring that deployed…Jun 21Jun 21
Optimizing Go App Docker Images for EfficiencyBuilding a smaller Docker image for a Go application instead of copying all source code has significant advantages. This post explains why…Jun 7Jun 7
Embedding Webview in React Native with React.js and Next.jsI have enhanced a complex system designed primarily for dynamic forms. These forms are configured through a database to manage access…May 21May 21
Building a Python Auto-Crawler for PM 2.5 Data in ThailandRecently, I delved into researching PM 2.5 data in Thailand. Following a meeting with my research team, I began writing Python code to…Apr 26Apr 26
Building an Easy Sentiment Analysis Model Using KerasWe will learn a practical method of learning sentiment analysis in this post using Keras. Keras is a powerful and user-friendly neural…Feb 25Feb 25
Ethical Concerns in AI’s Collection of Personal DataWe examine two real-life cases to demonstrate the importance of keeping personal data safe. In the first case, a girl under the age of…Jan 28Jan 28
Easy Guide to Forcast Air Quality with LSTMTo predict air quality trends, I will show you a simple way to use Long Short-Term Memory (LSTM). We first explore the basics of LSTM and…Jan 27Jan 27
Easy Guide to Image Recognition with CNNThis post will focus on classifying complex images from the Canadian Institute for Advanced Research 10 classes (CIFAR-10) dataset. To…Jan 3Jan 3