Skip to main content

Show HN: Cloud Native Web Development – I self-published my first book https://ift.tt/3i9YPey

Show HN: Cloud Native Web Development – I self-published my first book Hi, I spent the last three months writing a 200+ page book, with 19 corresponding pull requests. https://ift.tt/2BQ0lSI It's a hands-on guidebook on how to develop a cloud-native web application based on technologies I am familiar with. Svelte, Tailwind CSS, Cypress.io, Gitpod.io, Firebase & Google Cloud at a high-level. The goal was to walk through the entire end-to-end process, from zero to production! It walks through building a foundation needed to develop on top of. CI / CD, testing, feature toggles, production monitoring, etc. To write it, I used Google Docs and had two git repositories: one to experiment and one that contains the final source code - where the git commit history looks like I never struggled :-). AMA on self-publishing or the book's topic itself! June 28, 2020 at 11:26PM

Comments

Popular posts from this blog

Show HN: AWS-Powered Rube Goldberg Machine https://ift.tt/2UId1C2

Show HN: AWS-Powered Rube Goldberg Machine AWS has so many services—like more than most of us can name. What are some creative ways you can stitch them together to accomplish simple tasks in the most roundabout of ways? Get creative! This isn't about being practical! Here's a theoretical example of how to create a GIF! (Steps 4 through 998 are left as an exercise for creative readers!) 1. Add a new AWS IAM user, gif-creator, where each frame that will be part of the final GIF is base64 encoded and included as tag to the IAM user. 2. This triggers a CloudTrail event to be logged and published to Simple Notification Service. 3. Upon receiving this event, a lambda gets triggered that builds a Docker container that simply scans your domain for new DNS records. Additionally, the lambda spins up an entire Elastic Kubernetes Service (EKS) cluster with that Docker container. . . . 999. You now have a GIF in your inbox! April 6, 2020 at 02:10AM

Show HN: Teddy Bear Tracker iOS App https://ift.tt/34MIiHn

Show HN: Teddy Bear Tracker iOS App Two weeks ago when walking around my neighborhood I noticed a strange amount of teddy bears placed in the windows of homes. When I got home I searched the internet and found https://ift.tt/2URjc5m describing that this was being done to provide additional entertainment for people going on walks during these times of social distancing. This past week I decided to repurpose some old code into an app that would allow me to keep track of the teddy bears I found while on my own walks. It's quite simple but I hope others can get some enjoyment out of it! :) Here is the Apple App Store link: https://ift.tt/3al5kpV April 19, 2020 at 10:26PM

Show HN: Zappy, a fast, free screen capture tool for macOS from Zapier https://ift.tt/3b5G4oZ

Show HN: Zappy, a fast, free screen capture tool for macOS from Zapier Hey HN! I'm Mike, co-founder at Zapier and head of Zapier Labs. Today our Labs team is launching a public version of Zappy (download it here: https://ift.tt/2JMedhv a fast, free screen capture tool that we built for our remote team. At Zapier, we have 300+ teammates working from across the globe with no central office—we've been fully remote since day one. We've learned that increasing communication bandwidth is crucial when you're working remotely. We wanted a tool for screenshots/GIFs to supplement apps like Slack, but nothing on the market had the mix of speed and features we were looking for. So, we built it ourselves. Zappy is a cornerstone of how we work at Zapier, nearly everyone at Zapier uses Zappy every week (voluntarily)! And we want to share it. Why now? People around the world just experienced a sudden shift to remote work—and we know life sans-office comes with unique challenges. We wan...