Daniel Olahdanielolah.hashnode.dev·Dec 6, 2024Generics & Type Constraints in TypeScript, Go and C#: A Comprehensive ExplorationIntroduction When I started using Typescript a few years back, Generics in Typescript fascinated me greatly. Coming from a dynamically typed language like Python, I noticed that the lack of explicit generic types often led to implicit type assumption...10 likes·34 readsC#
Omar Mohamedesawy.hashnode.dev·Sep 16, 2024Java Templates I: What You Need to KnowTable of Contents Introduction to Java Generics Basic Generic Template <T> Double and Triple Templates <T, R> Making a Method Generic While the Class is Not Bounded Type Parameters Multiple Bounds in Generics Conclusion References In Java,...1 like·41 readsJava
Sandeep Bhatiasitecore.hashnode.dev·Aug 17, 2024Introduction to Cloudflare WorkersCloudflare Workers is a powerful platform that allows developers to run JavaScript, Rust, or C code at the edge of Cloudflare’s network. This edge computing capability means that your code runs closer to the user, resulting in lower latency and faste...generic programming
Lorraine Ogollalorrainevirtualservices.hashnode.dev·Dec 20, 2023Crafting a Unique E-commerce Experience: Our Journey with 2lmshopIntroduction Our team embarked on an exhilarating journey to develop an innovative e-commerce platform to revolutionize online shopping experiences. Comprising Marie, Leo, and Lorraine our roles were delineated to ensure smooth operations throughout ...generic programming
Anubhav Palanubhaaav.hashnode.dev·Nov 16, 2023Understanding React onClick: A Practical Guide to Button HandlingDemystifying the Different Approaches for React Button Clicks 1. The Classic Approach: onClick={functionName} This method assigns the function reference to onClick. The function is executed only when the button is clicked. 2. Immediate Invocation...1 likeProgramming Blogs
Lorraine Ogollalorrainevirtualservices.hashnode.dev·Oct 13, 2023What Happens When You Type https://www.google.com in Your Browser and Press EnterIntroduction: Have you ever wondered what happens behind the scenes when you type a URL into your browser and hit Enter? The process of how a web page loads may seem instantaneous, but it involves a complex sequence of actions that take place within ...generic programming