Tag: aws

How to Build an Online Résumé on AWS Using S3, Route 53, CloudFront, and ACM

If you’re new to AWS, you can probably appreciate the sense of overwhelm that comes from trying to understand all the different services (seriously, like, hundreds of them). What are they all for, and how do they work together? And then once you’ve conquered some basic skills, the ...
Continue Reading How to Build an Online Résumé on AWS Using S3, Route 53, CloudFront, and ACM

Chatting with the GM of CodeWhisperer, an AI-powered pair programmer for AWS

Ben talks with Doug Seven, a director of software development at AWS and the GM for CodeWhisperer, an AI-powered coding companion, about his career building dev tools and how he hopes AI will give people more bandwidth for creative work. ...
Continue Reading Chatting with the GM of CodeWhisperer, an AI-powered pair programmer for AWS

2022 Roundup of Web Research

We’ve started making a tradition of rounding up the latest front-end research at the end of each year. We did it in 2020 and again in 2021. Reports are released throughout the year by a bunch of different companies … 2022 Roundup of Web Research originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading 2022 Roundup of Web Research

How to Automate Microservices on AWS

Introduction As organizations rapidly move towards cloud adoption, they are also looking at microservices and an agile way of development, deployment, and testing. With such rapid adoption, large organizations are facing many challenges. In large… The post How to Automate Microservices on AWS appeared first on Education Ecosystem Blog. ...
Continue Reading How to Automate Microservices on AWS

How to resolve the AWS Lambda timeout error

AWS Lambda functions can time out for a variety of reasons. Best practices for troubleshooting. The post How to resolve the AWS Lambda timeout error appeared first on Education Ecosystem Blog. ...
Continue Reading How to resolve the AWS Lambda timeout error

Education Ecosystem Roadmap Recap 2022

2022 promised a host of updates to Education Ecosystem (LEDU). Our main objective this year was to improve the platform and provide our community with a more efficient ecosystem. The post Education Ecosystem Roadmap Recap 2022 appeared first on Education Ecosystem Blog. ...
Continue Reading Education Ecosystem Roadmap Recap 2022

Adding Custom GitHub Badges to Your Repo

If you’ve spent time looking at open-source repos on GitHub, you’ve probably noticed that most of them use badges in their README files. Take the official React repository, for instance. There are GitHub badges all over the README file that communicate important dynamic info, like the latest released … Adding Custom GitHub Badges to Your Repo originally published on CSS-Tricks. You should get the newsletter. ...
Continue Reading Adding Custom GitHub Badges to Your Repo

Setting Up CloudFront to Host Your Web App

In my last article, we went over how to set up a web app that serves chunks and bundles of CSS and JavaScript from CloudFront. We integrated it into Vite so that when the app runs in a browser, … Setting Up CloudFront to Host Your Web App originally published on CSS-Tricks. You should get the newsletter. ...
Continue Reading Setting Up CloudFront to Host Your Web App

Top 8 Data Pipeline Tools for 2022

A data pipeline is a set of tools and processes that is used to automate the movement as well as the transformation of data from a source system to a target repository. The post Top 8 Data Pipeline Tools for 2022 appeared first on Education Ecosystem Blog. ...
Continue Reading Top 8 Data Pipeline Tools for 2022

Adding CDN Caching to a Vite Build

Content delivery networks, or CDNs, allow you to improve the delivery of your website’s static resources, most notably, with CDN caching. They do this by serving your content from edge locations, which are located all over the world. When a … Adding CDN Caching to a Vite Build originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Adding CDN Caching to a Vite Build