Menu Icon
About
About Us
What We Do
Who We Are
Our Offices
Spain Office
Solutions
Services
AI Solutions
Technology
Haskell
Insights
Careers
Get in Touch
Get in Touch
Stack Builders Insider
Discover expert insights by industry-leading engineers to help you deliver pragmatic, reliable software solutions.
Subscribe
By subscribing to Stack Builders Insider, you agree to our
Privacy Policy
.
Learn about practical DevOps in our free resource
Find out how you can optimize DevOps for better security, reliability, and scalability.
Learn more
Clouds and Servers
Explore some topics
Search
unlocking the power of open source: a guide to non-technical contributions
Unlocking the Power of Open Source: A Guide to Non-Technical Contributions
Open Source
Non-Technical
This blog post is a beginner-friendly guide for non-technical individuals interested in contributing to open-source projects. It provides practical advice on how to get started, overcome challenges, and make meaningful contributions.
William Patton
8 mins read
how to start using python type annotations with mypy
How to start using Python Type Annotations with Mypy
Tutorial
Types
Python
Learn how to improve software quality and readability in Python code by leveraging the built-in typing system, as it complements other software development processes like type-driven development and test-driven development.
User Icon
Carlos Villavicencio
8 mins read
fixing array type look-up on r2dbc-postgresql, a reactive library from spring framework
Fixing array type look-up on r2dbc-postgresql, a reactive library from Spring Framework
Tutorial
Functional Programming
Databases and Data Processing
The programming world is adopting practices from the functional and reactive programming paradigms. Here, we’ll review how we can integrate a relational database like PostgreSQL with Spring WebFlux while keeping the reactive design. Then we’ll see how we contributed to r2dbc-postgresql to solve a datatype decoding issue related to array-like types.
User Icon
José Luis León
6 mins read
enhancing functional programming in python with coconut
Enhancing Functional Programming in Python with Coconut
Functional Programming
Python
In this blog, I’ll mention some drawbacks of functional programming in Python and how to overcome them with the out-of-the-box features provided by the Coconut programming language. Additionally, I will demonstrate how to use this functional programming language to build a simple app and showcase how this language integrates seamlessly with other Python libraries.
Cristhian Motoche
8 mins read
visualizing your app logic with xstate + react
Visualizing your app logic with XState + React
React
XState offers developers a powerful way to visualize and manage complex application logic through state machines, providing a more predictable and maintainable approach to state management in React applications while enabling clear visualization of user flows, error handling, and application behavior.
Javier Tinoco
21 mins read
high-performance java websites with functional webflux
High-performance Java websites with functional WebFlux
Java
Programming Patterns
Web Frameworks
Functional Programming
Performance requirements, legacy systems, and team familiarity are all factors that may lead you to look for high-performance web solutions with Java. Spring WebFlux is a popular tool to create web applications in Java. Functional programming in Java is a foundation of “reactivity” as found in Spring WebFlux. In this post we explore functional programming in Java as it pertains to WebFlux.
User Icon
José Luis León
17 mins read
6
7
8
9
10
...