Best of InfrastructureMay 2023

  1. 1
    Article
    Avatar of medium_jsMedium·3y

    Doing much better than your .env file

    Tony: I argue again for why we should reduce the practice of storing all environment variables in a.env file and move to a more sophisticated approach for managing them in local development. He says this article is intended for software development teams and not security and devops teams that already have this figured out.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Use NestJS, MongoDB and Docker to Create an URL Shortener

    Use NestJS, MongoDB and Docker to create a simple URL shortener API with NestJS and MongoDB. The source code is published on GitHub and can be used freely. Also, Docker Swarm setup May 8, 2023· 12 min read Paul Knulst in Programming.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    🔮 The Future of Web 3.0 Development: Thirdweb SDK

    Thirdweb SDK is a collection of SDKs that enable web developers to integrate web 3.0 technologies into their applications with ease. Thirdweb SDK supports JavaScript, React, React Native, Python, Go, Unity and C#. It also covers various platforms such as native, mobile, console, browser and VR2.

  4. 4
    Article
    Avatar of airbnbAirbnb·3y

    Improving Performance with HTTP Streaming

    Improving Performance with HTTP Streaming. How HTTP Streaming can improve page performance and how Airbnb enabled it on an existing codebase. In the buffered strategy, everything happens sequentially - our servers first generate the entire response into a buffer. We break the response into chunks, which are sent as soon as they are ready.