Day: July 7, 2024
11 posts
Introduction to Functional Programming in JavaScript: Partial functions #5
Partial functions, or partial application, is a concept in functional programming where a function, instead of being called…
How to Name Endpoints in a REST API: Complete Guide with Best Practices and Practical Example
Introduction: Naming the endpoints of a REST API may seem like a simple task, but in reality, it…
(neo)vim search and replace, with quickfix and capture groups
I’m using pandoc to generate this website from markdown files to html, and the problem that all my…
Top 10 Customer Communication Management Software in 2024
Wondering which customer communication management software is ideal for enhancing customer interactions in your SaaS product? In this…
Dreams and Nightmares of Coders (Share)
So then, i’ve been learning to code long enough that it has infiltrated my dreams. Has this happened…
Identifying and Optimizing Customer Journey Touchpoints
How do you identify and optimize customer journey touchpoints? This is the main question that the article tackles.…
Dependency Injection in .NET with Microsoft.Extensions.DependencyInjection and Scrutor
Dependency Injection (DI) is a crucial design pattern in modern software development that enables the construction of more…
Sunday Rewind: Sense & Respond: The farm awakens by Jeff Gothelf and Josh Seiden
This week’s Sunday Rewind is a keynote from #mtpcon San Francisco 2017, in which Josh Seiden and Jeff…
Why Laravel is better then NodeJs/Express?
Hello WebDevs, First thing first, JS devs have more salary then PHP devs on average. I’ve come from…
Callback Functions in JS
Understanding Callback Functions in JavaScript A callback function is a function that is passed as an argument to…