Just a story about a serious mistake that was funny at the time and serious later. | Continue reading
const [store, setStore] = useStore(): One Shot React State Management... | Continue reading
CASE is SQLs answer to other programming languages IF-ELSE statement. If you need to test a condition and return a value CASE is the expression you need. | Continue reading
Hosting Gatsby sites on Netlify lets you create A/B tests on without a performance hit. A video and explanation. | Continue reading
Find the approach to taking consistent notes on books and articles to accelerate your learning. | Continue reading
A simple way to pull source code from the IBMi with FTP | Continue reading
Explaining why recursion optimization are not widely available in JS yet | Continue reading
Promises co-mingle rejected promises and unintended runtime exceptions, while having an API which encourages casually dangerous code and which lacks a convenient API to work safely with the data. | Continue reading
How to perform copy or rename operation using PowerShell | Continue reading
Code review of React.js project. | Continue reading
Price optimization for map at high scales. | Continue reading
On first glance, Entity Relationship Diagrams may look like a spaghetti mess. This post hopes to demystify how they fit together with Sonic the Hedgehog | Continue reading
A new kind of link, reflinks, offers a new way to deal with large datasets like are used in machine learning projects. | Continue reading
Time for #DevDiscuss! Tonight's topic: CSS can do that? Let's start with s... | Continue reading
In the previous post we saw how to build a single-node Docker Swarm running VASma... | Continue reading
React hooks simplify the process of creating reusable, clean and versatile code, and advanced optimization techniques like memoization are now more accessible and easier to use. React’s official documentation doesn’t cover custom hooks in detail as it covers the basic hooks, so t … | Continue reading
Rule #1, never trust the client. | Continue reading