engineering-blogs
A curated list of engineering blogs (by kilimchoi)
Previous Serverless Version 0.5.x
⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services. (by serverless)
engineering-blogs | Previous Serverless Version 0.5.x | |
---|---|---|
22 | 90 | |
34,663 | 46,781 | |
4.6% | 0.2% | |
3.6 | 8.5 | |
11 months ago | 23 days ago | |
Ruby | JavaScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
engineering-blogs
Posts with mentions or reviews of engineering-blogs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-14.
-
Ask HN: How to have one feed for many blog websites
I fancy this currated list of tech blogs but I don't know how to get everything in a rss sort of way. RSS is dead, long live rss? What are our alternatives? Is it worth to make my own scrapper? https://github.com/kilimchoi/engineering-blogs
-
Issue 007 -- Surviving the AI Era
Engineering Blog List
-
A Complete Student Guide to Software Engineering Behavioral Interviews
Have you used the product? Do the challenges they face interest you and are these challenges unique to the company? Do you read their engineering blogs or have you seen them recently on the news?
-
The Top 10 GitHub Repositories Making Waves 🌊📊
View on GitHub
- A curated list of engineering blogs
- List of engineering blogs
- How Discord Stores Trillions of Messages
-
suggest tech content on internet
kilimchoi/engineering-blogs
-
Ask HN: Do you maintain a list of RSS links of GOAT programming blogs?
I don't, but here is a nice (or just big) list if someone has focus to spare:
https://github.com/kilimchoi/engineering-blogs
Previous Serverless Version 0.5.x
Posts with mentions or reviews of Previous Serverless Version 0.5.x.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-20.
-
The Top 10 GitHub Repositories Making Waves 🌊📊
Github | Website
-
Invocation error - can't find any results helping me to solve this issue
i deployed a lambda and http api gateway using a serverless.com (sls) template as a start. I get the following error when it processes a specific request:
- Consulta: buenas practicas AWS
-
Deploying Lambdas from Zipped Code on S3 vs Image Repository
Have you tried serverless.com ? It lets you have infrastructure as code.
-
[p] I built an open source platform to deploy computationally intensive Python functions as serverless jobs, with no timeouts
- With Lambda, you manage creating and building the container yourself, as well as updating the Lambda function code. There are tools out there such as sst or serverless.com which help streamline this.
-
AWS Lambda, a good host for a rest API?
If you'd like to use Lambda, usually you need to engineer FOR it, from day one, you don't (often) get to choose some other framework and shoehorn it into Lambda and Serverless. There's some great frameworks to help deploy code into Lambda easily and create REST endpoints for things, one such frameworks is serverless.com that helps easily deploy to it, but it lacks a framework for doing REST that also supports local emulation (as easily). For that, I recommend a framework by AWS called Chalice. This is an amazing REST framework that runs a proxy that works locally and deploys exactly the same on Lambda, it is Python however.
-
How are you deploying cloud functions (GCF/Lambda/Firebase/whatever) from your monorepos?
I use serverless.com for AWS stuff.
- First time building microservice-based application
-
Key learnings after 10h diving into Lambda, js and Github Actions
After knocking out a README with a set of goals and a list of TODOs to check off as I made progress, I spent about 10 hours over a weekend trying to get something to work. I used serverless for making Lambda easier, Github Actions for the deploy pipeline and store my credentials; and sadly I rolled my own access_token refresh logic because I couldn't find a helper that just did that for me! wtf!?
-
Does anyone use serverless framework with Workers?
Does everyone who uses Workers just use wrangler cli and the cloudflare console UI for everything or is anyone using other tools like serverless framework (https://serverless.com) instead? Looks like they added some support for cloudflare but haven't tried it yet.
What are some alternatives?
When comparing engineering-blogs and Previous Serverless Version 0.5.x you can also consider the following projects:
movfuscator - The single instruction C compiler
Zappa - Serverless Python
awesome-podcasts - Collection of awesome podcasts
apex
awesome-newsletters - A list of amazing Newsletters
python-lambda - A toolkit for developing and deploying serverless Python code in AWS Lambda.