Best of CloudDecember 2022

  1. 1
    Article
    Avatar of spaceliftSpacelift·3y

    The Most Comprehensive List of DevOps Tools for 2023

    The Most Comprehensive List of DevOps Tools for 2023 gathers some of the most useful and commonly used DevOps tools and technologies. Git Git is the most commonly used distributed version control system and is the clear winner in this space. GitHub GitHub is the default and most broadly used code repository management system.

  2. 2
    Article
    Avatar of devtoDEV·3y

    DevOps Trends for Developers in 2023

    The year 2022 saw a huge momentum in the topics such as AI/ML, automation, security, etc. DevOps practices are constantly evolving, and it is our job to keep an eye on what to focus on in the coming year. Let us see those trends and how they will impact developers and organizations.

  3. 3
    Article
    Avatar of devtoDEV·3y

    Getting Started With GitOps For Developers!

    GitOps is a methodology for deploying and managing software applications using Git. It is also referred to as "operations-as-code" or "code-driven operations" It uses the principles of DevOps to streamline software updates across an organization. GitOps can have two deployment strategies: push and pull pipelines.

  4. 4
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP 39: Accounting 101 in Payment Systems

    This week’s system design refresher: Cloud Native Accounting 101 in Payments Evolution of Uber's API Layer Short/Long Polling, SSE, Websocket 17 Equations That Changed the World. What is cloud native? Below is a diagram showing the evolution of architecture and processes since the 1980s.

  5. 5
    Article
    Avatar of dzDZone·3y

    The Right Database for You Project's Success

    The Right Database for You Project's Success Maximize Your Project's success with the Right Database Selection Learn the key considerations for choosing the right database for your project. The database management system is chosen depending on the tasks of the business.

  6. 6
    Article
    Avatar of glcGolang News·3y

    A Golang based SQL console for API queries

    The Steampipe community has grown a suite of plugins that map APIs to tables. The interactive query shell is one way you can query those tables. You can run queries on the command line and include them in scripts. Other commands run benchmarks, launch Steampipes as a service, and start the dashboard server.

  7. 7
    Article
    Avatar of devtoDEV·3y

    Understanding Docker: part 37 – Content Trust

    The book will be released in a paperbook on Amazon, like Understanding Kubernetes in a visual way. If you like theses sketchnotes, you can follow me and tell me what do you think. If you are interested, I published all the sketchnote on Docker (and new ones!) to make a book.

  8. 8
    Article
    Avatar of ciscoCisco·3y

    Tech Trends and Predictions That Will Shape 2023

    The digital economy is the new tech green space. Nearly 8 out of every ten companies have experienced at least one cloud data breach. The transition to net-zero will be as disruptive as the industrial revolution. Businesses need to separate the trends from the hype to capture competitive value.

  9. 9
    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.

  10. 10
    Article
    Avatar of dzDZone·3y

    DevOps vs. SRE vs. Platform Engineer vs. Cloud Eng

    The practice of DevOps evolved in the 2000s to address the need to increase release velocity and reduce product time to market. The DevOps answer was to break down silos and encourage greater collaboration facilitated by tooling, cultural change, and shared metrics. The one thing that DevOps was not was a role specification.

  11. 11
    Article
    Avatar of devtoDEV·3y

    Things I wish I knew when I started learning cloud

    In the cloud, it doesn't matter from which programming background you are coming. You can start learning cloud whether you are from JavaScript, Java, Python, Go, or any. Infact, it is not mandatory to know a programming language. You should be comfortable knowing how the client, server, and network works.

  12. 12
    Article
    Avatar of tnwThe Next Web·3y

    The most stable tech industries for job seekers in 2023

    A lifestyle journalist and editor for over 10 years, Aoibhinn Mc Bride has written for titles in Dublin, London, New York and Dubai. Fintech’s future looks bright for 2023, thanks to the emergence of B2B fintech.

  13. 13
    Article
    Avatar of dzDZone·3y

    Load Balancing Pattern

    A load balancer is a traffic manager that distributes incoming client requests across all servers that can process them. The pattern helps us realize the full potential of cloud computing by minimizing the request processing time and maximizing capacity utilization. The algorithm assumes that the application is stateless and each request from the client can be handled in isolation.

  14. 14
    Article
    Avatar of ubuntuUbuntu·3y

    Launch your own micro cloud with one command

    Canonical’s Micro cloud solution is small enough to be localised. It includes a cluster of compute nodes for running your workloads. It has the same experience and functionality as larger clouds, but a smaller footprint and easier maintenance.

  15. 15
    Article
    Avatar of awstipAWS Tip·3y

    No-cost ways to learn AWS Cloud over the holidays

    AWS Cloud Platform is giving plenty of learning gifts to choose from this month. Introduction to AWS Services introduces you to AWS products, services, and common solutions. It's time to set goals for 2023 and build in-demand cloud skills and build your future in the Cloud.

  16. 16
    Article
    Avatar of towardsdevTowards Dev·3y

    Create a Golang Lib

    Gomodules are a collection of Go packages stored in a file tree with a go.mod file at its root. Gomod file defines the module’s module path, which is also the import path used for the root directory, and its dependency requirements, which are the other modules needed for a successful build.

  17. 17
    Article
    Avatar of btrprogBetter Programming·3y

    DuckDB — What’s the Hype About?

    DuckDB - What’s the Hype About? DuckDB — What's the hype around DuckDB really about? Let's scratch the surface a little bit. DuckDB Github stars over time. DuckDB is insanely fast and with Apache Arrow, the duo is capable of delivering astonishing results.

  18. 18
    Article
    Avatar of ds_centralData Science Central·3y

    Could AI replace Google?

    ChatGPT is a conversational chatbot based on GPT3 which could also function as a search engine. ChatGPT has gained a lot of traction and is launched as a free preview for anyone. It could spark innovation in an area that has not seen much innovation recently.

  19. 19
    Article
    Avatar of communityCommunity Picks·3y

    How we built the Tinder API Gateway

    The Tinder API Gateway is one of the critical frameworks at Tinder that solves the need of exposing public APIs and enforcing strict authorization and security rules. It's engineered to meet Tinder’s custom need to fit perfectly in its current cloud infrastructure. It also implements RAC (Route As Configuration) which helps developers ship their modules to production faster.