Exploring the ChatGPT API
An Introductory Guide on Empowering Applications through AI
A Generative Pre-trained Transformer, or simply, GPT, is one specific model of a kind known as Large Language Models (LLMs). LLMs are a subset of …
The Right Form of Forming Forms
How to provide a great user experience and validate forms on the frontend.
Last Updated on March 14, 2024 Imagine you just got paid and can finally buy the laptop you have been dreaming about for months. Since …
Modeling data with DynamoDB
Last Updated on October 17, 2023 In this article, we will perform the modeling and queries of a simple e-commerce domain using the NoSQL database, …
Be cool. Don’t use float/double for storing monetary values
A tour on how hardware deals with numbers and math
Last Updated on September 4, 2024 What you’re looking for You saw that joke telling that JavaScript doesn’t know math because of the expression below. …
Enhancing User Experience with Dynamic iFrame Height
Creating a cohesive user experience without visible indications of external sourcing.
Last Updated on April 11, 2024 In the realm of web development, iframes have long been an essential tool for integrating content from one website …
Understanding Front End Under the Hood
Unraveling the intricacies of web development, DOM manipulation, and JavaScript interactivity.
In web development, we typically have two main goals: displaying the desired content to users and enabling them to interact with it by modifying the …
Implementing high-performance multiple sort-rules query in SQL
Here I will talk how to execute multiples order rules according to the row index in the same query
Last Updated on July 4, 2023 Hello everyone! I will talk about SQL in this article, more precisely on how to have two completely different …
Component-Driven UI Patterns Part ll
Last Updated on June 5, 2023 In the previous post we talked about creating components and the various patterns that can be used in different …
The reasons behind the “why”
Last Updated on May 26, 2023 As a consultant and senior engineer in my current role, part of my everyday job is dealing with less …