AAresinfibbonachos.hashnode.dev·Oct 14, 2023 · 3 min readNext.js CSR: How It WorksNext.js is a powerful React framework that provides several features to enhance your web development experience. One of these features is Client Side Rendering (CSR), which can significantly improve the performance of your web applications and provid...03NKV
AAresinfibbonachos.hashnode.dev·Oct 13, 2023 · 2 min readNext.js SSR: How It WorksNext.js is a powerful React framework that provides several features to enhance your web development experience. One of these features is Server Side Rendering (SSR), which can significantly improve the performance of your web applications and provid...03VMK
AAresinfibbonachos.hashnode.dev·Oct 12, 2023 · 4 min readTypeScript with ReactTypeScript is a statically typed superset of JavaScript that adds optional static typing, classes, and interfaces to the language. It's developed and maintained by Microsoft. React, on the other hand, is a JavaScript library for building user interfa...02MV
AAresinfibbonachos.hashnode.dev·Oct 11, 2023 · 3 min readUnit Testing in TypeScriptWhat is Unit Testing? Unit testing is a method of software testing where individual units of source code are tested to determine if they function correctly. In the context of TypeScript, a unit could be a function, a TypeScript class, or a method wit...02MV
AAresinfibbonachos.hashnode.dev·Oct 10, 2023 · 4 min readThe Power of Goroutines: Concurrency in GolangGo, also known as Golang, is a statically typed, compiled language that was designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It was designed to improve programming productivity in an era of multicore, networked machines and large c...01V