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
the benefits of having a project and product mentality
The Benefits of Having a Project and Product Mentality
Business Strategy
Agile
Professional Development
Product Mindset
As PMs, keeping both a product and project mindset is important. Even if it is important to keep track of deliverables, measure team velocities, reach sprint goals, etc., we must always keep in mind who we are creating each product for. If we don’t have this mindset, we may end up developing products that users don’t like and, therefore, will not use.
User Icon
Isabel Izurieta
8 mins read
using cloud haskell to write a type-safe distributed chat
Using Cloud Haskell to write a type-safe distributed chat
Haskell
Tutorial
Types
Cloud & Serverless
In this tutorial we will implement a distributed chat with Erlang’s style and Haskell’s type safety using Cloud Haskell.
User Icon
Sebastian Pulido Gomez
17 mins read
effectively and continuously deliver value through serverless
Effectively and continuously deliver value through serverless
Cloud & Serverless
Infrastructure & Deployment
Our DevOps team had the opportunity to attend the Las Vegas event AWS re:Invent, where concepts such as serverless architectures, "The Lift and Shift approach", and best practices were discussed. The benefits of Lift and Shift approach when implementing serverless architectures are described throughout this post. During the transition process of serverless, we encountered some challenges and learned some lessons for future implementations. Read our article to know more about them!
Sebastián Estrella (+1 more)
7 mins read
functional programming for beginners
Functional Programming for Beginners
Haskell
Functional Programming
Functional programming is a very useful and powerful programming paradigm, but it can feel complicated to understand. In this infographic, we explore some basic concepts, and look at some examples in Haskell, to help you understand what functional programming is all about.
User Icon
Josue Diaz
1 min read
functional programming in python
Functional Programming in Python
Programming
Python
Functional programming is a very useful programming paradigm that focuses on creating, using, and composing functions. This can help in creating cleaner, robust, and easier to maintain code. Python has many ways of implementing common functional programming patterns. This post will explore some basic functional programming principles like immutability, pure functions, and higher-order functions and the way they relate to functions like map, filter, reduce, and features like list comprehensions.
Alexander Mejía
14 mins read
getting started with serverless using amplify + react - part 2: authentication
Getting started with serverless using Amplify + React - Part 2: Authentication
DevOps
Tutorial
Cloud & Serverless
React
This tutorial aims to give an introduction to creating serverless web applications in the cloud. There are several providers of serverless tools, we will work with AWS Amplify which allows grouping and managing the tools that the application will use from a single console and with a single CLI. We will create a React application that allows authentication through Cognito, create endpoints to Lambda functions, save data in Dynamo DB, and additionally we will configure a CI/CD pipeline.
Nataly Rocha
5 mins read
1
2
3
4
5
...