Ahmed SafwatBIGINT vs. BIGSERIAL in PostgreSQLIn PostgreSQL, managing large integers efficiently is crucial for many applications, especially when dealing with unique identifiers and…Aug 2
InThe Glovo Tech BlogbyVictor BorisovCracking the Code: JS, BigInt, and the Art of Future-Proofing Your AppWhat’s this article about?Nov 29, 2023
InDoctolibbyGauthier FrançoisHow to change a column type in your production's PostgreSQL databaseIn this article, you will discover how we migrated our Int fields to BigInt from our PostgreSQL managed service using the logical…Nov 22, 2021Nov 22, 2021
Vitaly TomilovReversible BigInt SerializationI recently had to do a bit of serialized JSON exchange between a client and server, and initially had some problems extending data with…Oct 7, 2019Oct 7, 2019
Ahmed SafwatBIGINT vs. BIGSERIAL in PostgreSQLIn PostgreSQL, managing large integers efficiently is crucial for many applications, especially when dealing with unique identifiers and…Aug 2
InThe Glovo Tech BlogbyVictor BorisovCracking the Code: JS, BigInt, and the Art of Future-Proofing Your AppWhat’s this article about?Nov 29, 2023
InDoctolibbyGauthier FrançoisHow to change a column type in your production's PostgreSQL databaseIn this article, you will discover how we migrated our Int fields to BigInt from our PostgreSQL managed service using the logical…Nov 22, 2021
Vitaly TomilovReversible BigInt SerializationI recently had to do a bit of serialized JSON exchange between a client and server, and initially had some problems extending data with…Oct 7, 2019
orkunmaviEmbrace the Power of BigInt: Unlocking Boundless Arithmetic CapabilitiesIntroduction: Welcome to the exciting world of BigInt! In this era of rapid technological advancement, where data is growing exponentially…Oct 30, 2023
Maharaj SyedWhat’s hot in ECMAScript 11?touching base with the hottest features in ECMAScript 2020Jun 3, 2020
InThe StartupbySteve PesceHow to Create Your Own BigInt Class in Java — Data Structures and Algorithms PracticeWhen I want to practice for interviews, I like to do exercises on CodeWars and LeetCode. I recently found a kata on CodeWars that I really…Nov 30, 20201