If you found this helpful or have feedback, feel free to share your thoughts with me via Twitter or LinkedIn.
The Windows Subsystem for Linux (WSL) has been a game-changer for software development on Windows. Paired with VS Code and its remote development feature, it is a powerful alternative to the traditional MacOS and Linux development environments. Having all my projects in VS Code within WSL has been a great development experience.
Recently, working with BookSloth on their Android app, I wanted to run and debug the app locally. One option was using Android Studio, but that meant giving up…
If you found this helpful or have feedback, feel free to share your thoughts with me via Twitter or LinkedIn.
Moving out can be an overwhelming and stressful process: organizing, packing, scheduling. I recently had to move from the mainland US back to my hometown in Puerto Rico. I don’t move often, much less cross country, and I’m no expert in the subject. However, in my engineering mindset, this was a great opportunity to learn and document some of the steps I took in trying to optimize the process. My moving goals were to save time and money, reduce work…
If you found this helpful or have feedback, feel free to share your thoughts with me via Twitter or LinkedIn.
In Part 2 of this series, we learned how to create a custom Python package and use make to share it across the Lambda functions. We will work on testing our code locally, build it, deploy it to AWS and run it in on the cloud. In this part of the series we will use CircleCI along with the following tools:
The AWS CLI is used to access and change AWS resources from…
If you found this helpful or have feedback, feel free to share your thoughts with me via Twitter or LinkedIn.
In Part 1 of this series, we looked into setting up our project and integrating GitHub, CircleCI and AWS. Now we will work on our application logic and how to reuse our code across different Lambda functions. In this part of the series we will use the following tools:
We are developing our function logic in Python 3.7. For our terminal, bash is our shell of choice (Windows users, one…
If you found this helpful or have feedback, feel free to share your thoughts with me via Twitter or LinkedIn.
When going serverless, a micro-service monorepo can be a great way to structure your project. Why choose a monorepo instead of a monolith or a multirepo? Monorepos have the following benefits:
In this series, we’ll learn how to build a simple serverless application (from setup to deployment) in AWS using a monorepo structure…
Computer Engineer and entrepreneur from Puerto Rico 🇵🇷 Interested in combining tech, business, design, and multimedia.