Freshcodefreshcode.hashnode.dev·Dec 17, 2024Once you try Clojure, there is no way back🎧 In the 3rd “Clojure in product. Would you do it again?” episode, discover how a single custom solution transformed into a platform serving hundreds of companies — all by choosing an unexpected technological path.Marten Sytema's journey with Caterm...Clojure
Harshit Sisodiafull-stack-development-in-30-days.hashnode.dev·Dec 13, 2024Day 4: JavaScript Basics - Syntax, Variables, and Functions“Getting Started with JavaScript - The Language of the Web” Introduction: Introduce JavaScript as the backbone of interactivity on the web. Highlight its role in enhancing HTML and CSS and making web pages dynamic. Example: "JavaScript is the magic ...JavaScript
Tai An Sutaian.su·Dec 12, 2024Handling N-dimensional Lists in Elixir with NdimProcess the n-dimensional list In data processing and numerical computing, operations on n-dimensional lists are common. These nested data structures represent matrices, tensors, and other multi-dimensional arrays. Here's an example of such structure...150 readsElixir
the_OldSchool_coderthe-os-coder.hashnode.dev·Dec 12, 2024TypeScript Mastery: The Ultimate Guide to Building Robust JavaScript ApplicationsDescription:→ Unlock the power of TypeScript with our comprehensive guide. Learn how to enhance your JavaScript development, improve code quality, and build scalable applications with strong type checking and modern web development techniques. 1>why...41 readsGeneral Programming
Daniel Beskinblog.daniel-beskin.com·Dec 11, 2024Purify Your Tests Episode IV: The Monoids Strike BackWelcome back to yet another episode of test purification. In the last part we explored another benefit of adding type parameters to our code, the ability to work with very lean mocks. It's been a while since the last part, so please take a look there...1 like·577 readsPurify Your TestsFunctional Programming
Shreyash-hexashreyash-hexablogs.hashnode.dev·Dec 10, 2024Exploring Haskell: A Deep Dive into the Functional Programming LanguageHaskell is a purely functional programming language that has garnered attention for its unique approach to software development. Known for its strong static typing, lazy evaluation, and expressive syntax, Haskell enables developers to write clear and...software development
Mihai Popescujavainterviewprep.hashnode.dev·Dec 10, 2024Functional Interfaces in JavaJava functional interfaces are a powerful feature for enabling functional programming in Java. Here's an overview: What are Functional Interfaces? A functional interface in Java is an interface that contains exactly one abstract method. They can have...Java
Panth Patelhow-is-my-backend.whiteloves.in·Dec 8, 2024How to Implement Type Safe Functions in JavaScriptEver run into the issue where you can't make type-safe functions in JavaScript? So you switch to TypeScript, only to find out that types are just for development and don't actually validate function inputs or outputs! Then you end up using a validati...dispose
Jorge Vásquezjorgevasquez.blog·Dec 5, 2024Scala's Hidden Treasures: Five ZIO-Compatible Libraries you didn't know you needed!In the fast-evolving world of Scala development, some powerful libraries remain under the radar despite offering great capabilities, especially when combined with ZIO. In this presentation, we explore a selection of five lesser-known but highly usefu...515 readsScala
Freshcodefreshcode.hashnode.dev·Dec 5, 2024Clojure in Product. Would you do it again? podcast🎙️ We've started a podcast exploring a question on our minds: why isn't Clojure, despite its power and elegance, more widely used in production? Instead of theorizing, we're talking to teams who've actually taken the leap. In our first episode, Kall...1 likeFunctional Programming