Best of Serverless2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    The Software Architecture Handbook

    In this article we'll talk about what architecture is within the software world, some of the main concepts to know about it. For each topic I'll give a brief and superficial introduction and code/pseudo-code examples. The most commonly used are REST, SOAP and GraphQl. Most often the HTTP protocol is used. But other protocols and content formats are perfectly possible.

  2. 2
    Article
    Avatar of vercelVercel·4y

    Build Your Own Web Framework – Vercel

    ReactDOM Server exposes a method called renderToString, which takes a React component and returns the corresponding HTML output. To support static pages, we first have to implement a transpilation step that turns React-based pages into static HTML. To hydrate dynamic components, we can export a string literal that our bundler eventually uses to create a custom hydration script for individual pages.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Popular Software Architecture Patterns

    Architecture patterns address issues like high availability, Scaling efficiency, Hardware performance bottlenecks, minimization of business risk, etc. Some of the popular Architecture patterns are Monolith Architecture Pattern. Service-oriented architecture is an enterprise-wide approach to software development that takes advantage of reusable software components.

  4. 4
    Article
    Avatar of vercelVercel·4y

    MongoDB and Vercel: from idea to global fullstack app in seconds – Vercel

    MongoDB’s bet on the serverless movement is a testament to where software development is headed. Next.js turbocharges your applications with server rendering, automatic production optimizations, and helps developers run the entire serverless frontend stack on their local machine. Vercel builds and runs your frontend code natively in the cloud with no effort on your side.

  5. 5
    Article
    Avatar of vercelVercel·4y

    Introducing OG Image Generation: Fast, dynamic social card images at the Edge – Vercel

    Vercel OG Image Generation is a new library for generating dynamic social card images. This approach is 5x faster than existing solutions by using Vercel Edge Functions, WebAssembly and a brand new core library for converting HTML/CSS into SVGs. The engagement rate of Tweets that embed a card is 40% higher.

  6. 6
    Article
    Avatar of awstipAWS Tip·3y

    Automate everything you can.

    Serverless should be as simple as picking resources and writing logic as possible. In this blog, I’ll work through the basics of going from an architectural diagram to a functional project without worrying about a specific technology. The diagram breaks down into a set of resources and functions which are primitives supported by Nitric.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Learn Serverless AWS by Building 7 Projects

    The Time-To-Live (TTL) tells dynamo that once the time reaches this date, delete the record from Dynamo. For the front end you can write a simple web app with two sections: create new reminder, and list my reminders. This can be in React, Vue, Angular, or even raw HTML, CSS and JavaScript.

  8. 8
    Article
    Avatar of faunaFauna·3y

    Side-by-side comparison of serverless databases

    Serverless databases make it easy to build and scale your application because they abstract away the underlying infrastructure and automatically scale to meet the need of your application. With MongoDB, you don’t have to manage any infrastructure by yourself. This article compares commonly used serverless databases so you can make an informed decision.

  9. 9
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API

    There are few steps to complete before going to the Coding part. Need to create Database through AWS RDS (aurora serverless database) Create the database within lib as “ database-manager’s” Then implement code of Database connection.

  10. 10
    Article
    Avatar of communityCommunity Picks·4y

    The Future of the Web is on the Edge

    Moving servers closer to end-users is also a physical approach towards latency optimization. The longer your pages take to load, the more likely users will bounce. You can test this for yourself with a VPN. You’ll get the server nearest your location: server: deno/us-east4- a Using a VPN to route my request through a proxy server, We can see a response from the nearest edge server to that location.

  11. 11
    Article
    Avatar of faunaFauna·4y

    Why everyone wants to go serverless

    Fauna is hiring to work on systems and challenges related to globally distributed systems, serverless databases, GraphQL, and Jamstack

  12. 12
    Article
    Avatar of faunaFauna·4y

    Introduction to serverless databases

    A serverless database is any database that grows automatically to meet the changing demands of an application. It can provide an organization with more automated scaling, stronger resilience, and reduced time to market. A service provider will manage the database for you, including the provisioning of instances or clusters.

  13. 13
    Article
    Avatar of awstipAWS Tip·4y

    Let’s go Serverless.

    Serverless is a cloud native execution model in which the cloud provider dynamically allocates the resources needed to execute a particular piece of code. This offers automatic scaling, built-in high availability and cost optimization with pay-per-use billing. Let’s build a simple serverless architecture with API Gateway, Lambda functions, Dynamo DB and S3.

  14. 14
    Article
    Avatar of hnHacker News·4y

    Neon — Serverless, Fault-Tolerant, Branchable Postgres

    Compute is fully client-compatible with Postgres because it is Postgres! Neon adjusts the amount of resources dedicated to the compute. Compute activates on an incoming connection and shuts down to save resources on inactivity. On Demand Scalability. We separated storage and compute to make on demand scalability possible.

  15. 15
    Article
    Avatar of faunaFauna·4y

    How to develop locally using serverless offline

    The serverless offline plugin for Node.js allows you to emulate AWS Lambda and API Gateway on a local machine. The plugin starts an HTTP server locally to handle request lifecycles and invoke handlers. Developers can freely make changes to their code and run tests locally without worrying about impacting the rest of their team.

  16. 16
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Become a Serverless Developer in 2022

    Serverless Development has been around since the release of AWS Lambda in 2014. Smart tech companies have started taking advantage of the scalability, reliability, and power of serverless to rapidly grow. This article will cover the 5 steps to learning how to become a serverless developer so you can build some kick-butt products.

  17. 17
    Article
    Avatar of awstipAWS Tip·4y

    Serverless Database

    Kumuthini Ashokkumar: When you work on a cloud sometimes your database is not necessarily to up and running and all the time. So for database also we have a solution called Aurora server-less Database Create Serverless Database.

  18. 18
    Article
    Avatar of semaphoreSemaphore·4y

    5 Ways to Deploy Microservices

    Microservice applications can run in many ways, each with different tradeoffs and cost structures. What works for small applications spanning a few services will likely not suffice for large-scale systems. Microservices are the most scalable way of developing software. But that means nothing unless we choose the right way to deploy microservices.

  19. 19
    Article
    Avatar of awstipAWS Tip·3y

    From Monolith to Serverless

    AWS Lambda is the core component of the serverless platform, but there are a number of other services that are part of the broader serverless toolset. The key is to leverage as many of these services as you can to take care of the core primitive application layer concerns.

  20. 20
    Article
    Avatar of awstipAWS Tip·3y

    What is serverless architecture? Is it really server less?

    What is serverless in its actual sense in this technical discourse What is Serverless? Before we begin, let's see a very brief history of the WWW (World Wide Web) as we’re going to talk a lot about the web here because that’s where we do a lot of our work today.

  21. 21
    Article
    Avatar of thisdotThis Dot·4y

    GitHub Actions for Serverless Framework Deployments

    Serverless Framework does all its configuration via a serverless.yml file. However, the framework officially supports alternative formats including.json,.js, and.ts. We decided to move all of our CI/CD to GitHub Actions. We had to make the following changes to our actions and configuration to get everything 100% working: serverless to get all of the serverless service. The app and org variables make it so it is required to have a valid dashboard login. This meant we couldn’t have a. serverless configuration.

  22. 22
    Article
    Avatar of communityCommunity Picks·4y

    Serverless Clean Architecture & Code with Domain-Driven Design 🚀

    Serverless Clean Architecture & Code with Domain-Driven Design. We will discuss the advantages and reasons for this architectural approach throughout the article.

  23. 23
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API With AWS

    AWS has introduced a solution for serverless Databases. It is called Aurora Serverless. To deal with the database its status should be Active. We can store data like Hostname, port, DB name, username, password, and environment variables. This is helpful to export all the functions in the directory to the global index file. If one directory contains a set of functions, it is hard to execute one by one. This is well organized. For that, you need Postman software.

  24. 24
    Article
    Avatar of leerobLee Robinson·4y

    The Story of Heroku – Lee Robinson

    In 2007, three Ruby developers – James Lindenbaum, Adam Wiggins, and Orion Henry – founded Heroku. Their mission was to make computing more accessible. Heroku made it easy for any developer to build and run applications in the cloud. In 2010, Heroku was bought by Salesforce for $212 million. Now 15 years later, it continues to inspire the next generation of developers.

  25. 25
    Article
    Avatar of cockroachdbCockroachDB·4y

    CockroachDB Serverless: Free Forever. Seriously.

    CockroachDB serverless charges you only for the actual data storage and activity of your cluster. You are guaranteed to never exceed your set spend limit, so there will never be an end-of-the-month charge that comes as a shocking surprise.