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 21, 2024Jun 21, 2024
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 7, 2024Jun 7, 2024
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 21, 2024May 21, 2024
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 26, 2024Apr 26, 2024
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 25, 2024Feb 25, 2024
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 28, 2024Jan 28, 2024
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 27, 2024Jan 27, 2024
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 3, 2024Jan 3, 2024