Menu Icon
What we do
AI Solutions
Haskell
Who we are
Insights
Careers
Contact Us
What we do
AI Solutions
Haskell
Who we are
Insights
Careers
Contact Us
Stack Builders Insider
Discover expert insights by industry-leading engineers to help you deliver pragmatic, reliable software solutions.
Subscribe
Thank you for subscribing to our newsletter!
Oops! Something went wrong...
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
DevOps
Tutorial
Cloud & Serverless
React
getting started with serverless using amplify + react - part 2: authentication
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
Dec. 21, 2024
DevOps
Tutorial
Cloud & Serverless
React
getting started with serverless using amplify + react - part 1: scaffolding
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
Dec. 21, 2024
Stack Builders
Professional Development
Stack Builders Spain
Experience
pov - you’re a software engineer at stack builders, spain (part 2)
In this second part of my blog post about my experience working at Stack Builders in Spain as a software developer, I explain what a typical workday looks like for me, what other things we do at Stack Builders besides client projects and which parts of the job I love the most.
David Mazarro
Dec. 21, 2024
Haskell
Tutorial
Testing
golden testing with hspec-golden
Sometimes when testing, we face ourselves asserting large and complex outputs like strings, JSON and HTML. Testing these kinds of outputs with unit tests can become messy but luckily golden tests come handy facing this scenario. In this tutorial we will learn how to use Haskell's hspec golden library to create golden tests and ease the assertion of large and complex outputs.
Jorge Guerra
Dec. 21, 2024
Stack Builders
Professional Development
Stack Builders Spain
Experience
pov - you’re a software engineer at stack builders, spain (part 1)
In this first part of my blog post about my experience working at Stack Builders in Spain as a software developer, I explain who I am and what it was like to join Stack Builders in the first place.
David Mazarro
Dec. 21, 2024
Programming Patterns
Testing
TypeScript
Assertions
introducing assertivets: a type-safe, fluent assertion library
Take a dive into AssertiveTS, an assertion library with a nice fluent style that ensures type-safety across your tests. You can use it with Jest, MochJS or Ava; its design is framework agnostic. Developed with love, by Stack Builders.
José Luis León
Dec. 21, 2024
...
5
6
7
8
9
...