Monads in TypeScript
Photo by Erda Estremera on UnsplashMaybe Monad, IO Monad and State Monad are some examples of widely used Monads.In this article, we will learn how to use them, why they are useful, and how we can build them in Typescript.Monad, What are We Talking About?A Monad is a concept from the world of
Read moreThe 6-Step Code Debugging Method (For Techies) That Makes Your Code Greener and Your Workday…
Win at work, HAPPILY!Continue reading on Better Programming »
Read moreHow To Sign EIP-712 Structured Data With MetaMask
MetaMask is one of the most used crypto wallets, but it offers much more than that. With its help, we have the possibility to digitally sign data structures, which can be utilized in many different ways. One option is to use MetaMask for authenticating our users. In this case, we
Read moreChris’ Corner: Considering Code
I enjoyed Stefan Baumgartner’s 5 Inconvenient Truths about TypeScript. I like some philosophical hard-truths from someone who is clearly pretty close to the technology. It doesn’t “fix JavaScript”, it’s complicated, and ironically, it’s not truly type-safe. Every team is going to have to do their own math on whether they
Read moreEdge and beyond: How to meet the increasing demand for memory
The opportunities for edge computing are huge—but so are the memory requirements.
Read moreEffective Strategies for Optimizing Performance
Learn how to maximize web app efficiency by harnessing prefetching, memoization, concurrent fetching, and lazy loading techniques. Continue reading Effective Strategies for Optimizing Performance on SitePoint.
Read moreA Guide to Using MSSQL with Node.js
By combining the versatility of Node.js with the robustness of SQL Server, you can harness the advantages of both technologies. Continue reading A Guide to Using MSSQL with Node.js on SitePoint.
Read moreAn Introduction to Working with SVGs in React
This introduction will walk you through working with SVGs in React, discussing their benefits, and how to animate and manipulate them. Continue reading An Introduction to Working with SVGs in React on SitePoint.
Read moreEssentials about Suspense and Error Boundaries
We go through the main concepts of Suspense and ErrorBoundaries and highlight what they have in common and what the difference is.Continue reading on Better Programming »
Read more