diff --git a/docs/GoogleCloudPlatform.md b/docs/GoogleCloudPlatform.md index dd20b692..38e78e20 100644 --- a/docs/GoogleCloudPlatform.md +++ b/docs/GoogleCloudPlatform.md @@ -51,6 +51,7 @@ - [cloud.google.com: How to transfer your data to Google Cloud](https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your-data-google-cloud) - [cloud.google.com: Cloud DNS explained!](https://cloud.google.com/blog/topics/developers-practitioners/cloud-dns-explained) - [cloud.google.com: Where should I run my stuff? Choosing a Google Cloud compute option](https://cloud.google.com/blog/topics/developers-practitioners/where-should-i-run-my-stuff-choosing-google-cloud-compute-option) +- [cloud.google.com: What is Cloud Load Balancing?](https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-load-balancing) ## Dev Library - [devlibrary.withgoogle.com ๐ŸŒŸ](https://devlibrary.withgoogle.com/) New open source content library from Google, a showcase of what developers like you have built with Google technologies. diff --git a/docs/ansible.md b/docs/ansible.md index f5ce6e27..0cba7c1f 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -99,7 +99,8 @@ * [developers.redhat.com: Automate Red Hat JBoss Web Server deployments with Ansible](https://developers.redhat.com/articles/2021/08/30/automate-red-hat-jboss-web-server-deployments-ansible) * [redhat.com: How to create dynamic configuration files using Ansible templates](https://www.redhat.com/sysadmin/ansible-templates-configuration) Ansible templates extend your ability to configure applications quickly and easily. This example uses a template to configure Vim. * [redhat.com: 16 AnsibleFest presentations for sysadmins](https://www.redhat.com/sysadmin/ansiblefest-sysadmins) AnsibleFest offers a lot of information to help sysadmins automate better. - +* [opensource.com: How I keep my file folders tidy with Ansible](https://opensource.com/article/21/9/keep-folders-tidy-ansible) I try to use Ansible often, even for tasks that I know how to do with a shell script because I know that Ansible is easy to scale. +* [developers.redhat.com: Four reasons developers should use Ansible](https://developers.redhat.com/articles/2021/09/27/four-reasons-developers-should-use-ansible) ## Deploying custom files with Jinja2 templates - [infraxpertzz.com: Deploying Custom Files with Jinja2 Template ๐ŸŒŸ](https://infraxpertzz.com/deploying-custom-files-with-jinja2-template/) - [video](https://www.youtube.com/watch?app=desktop&v=jokfVGdhBow&feature=youtu.be&ab_channel=InfraXpertzz) - [jinja ๐ŸŒŸ](https://github.com/pallets/jinja/) Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. @@ -133,6 +134,10 @@ - [redhat.com: Red Hat Ansible Automation Platform Enhancements and New Certified Ansible Content Collections Refine the Automation Experience to Drive Business Imperatives](https://www.redhat.com/en/about/press-releases/red-hat-ansible-automation-platform-enhancements-and-new-certified-ansible-content-collections-refine-automation-experience-drive-business-imperatives) Ready-to-use, curated automation for a wide range of platforms, public clouds, network and security technologies help organizations more easily get started with the latest trusted automation - [ansible.com: Red Hat Ansible Automation Platform 1.2](https://www.ansible.com/blog/now-available-red-hat-ansible-automation-platform-1.2) - [pypi.org: ansible-navigator ๐ŸŒŸ](https://pypi.org/project/ansible-navigator/) A text-based user interface (TUI) for the Red Hat Ansible Automation Platform +- [ansible.com: Introducing Ansible Automation Platform 2](https://www.ansible.com/blog/introducing-ansible-automation-platform-2) +- [redhat.com: From the datacenter to the edge: The open hybrid cloud vision for Red Hat Ansible Automation Platform 2](https://www.redhat.com/en/blog/datacenter-edge-open-hybrid-cloud-vision-red-hat-ansible-automation-platform-2) +- [redhat.com: Redefining the possibilities of IT automation across your ecosystem with Red Hat partners](https://www.redhat.com/en/blog/redefining-possibilities-it-automation-across-your-ecosystem-red-hat-partners) +- [crn.com: IBMโ€™s Red Hat Reveals Ansible Automation Platform 2 Early Access](https://www.crn.com/news/cloud/ibm-s-red-hat-reveals-ansible-automation-platform-2-early-access) โ€˜Automation is foundational. Not an option. Not tactical,โ€™ Massimo Ferrari, Red Hatโ€™s management strategy director, tells CRN in an interview. โ€œYou need automation, otherwise you wonโ€˜t be able to do many other things, whether that be DevOps, whether that be digital transformation.โ€ ### Automation services catalog - [ansible.com: Automation services catalog, the newest addition to the Ansible Automation Platform](https://www.ansible.com/products/automation-services-catalog) Provide lifecycle management, provisioning, retirement and cataloging of automation resources to your business diff --git a/docs/api.md b/docs/api.md index e554a71d..f2ec7302 100644 --- a/docs/api.md +++ b/docs/api.md @@ -50,6 +50,7 @@ - [youtube: Local CRUD API Express App with Docker in 5 min](https://www.youtube.com/watch?v=UxZiDZsQoZI&ab_channel=TinyStacks) - [levelup.gitconnected.com: Whatโ€™s Wrong With Your CRUD APIsโ€” Besides Everything?](https://levelup.gitconnected.com/whats-wrong-with-your-crudy-interfaces-besides-everything-bde4f4c8cb8a) - [freecodecamp.org: REST API Best Practices โ€“ REST Endpoint Design Examples ๐ŸŒŸ](https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-examples/) +- [dzone: API Throttling Strategies When Clients Exceed Their Limit](https://dzone.com/articles/api-throttling-strategies) Here's how to handle clients exceeding API rate limits, as well as a few alternate strategies to explore and implement. ## Motivation - [APIs published, APIs consumed: mainstream enterprises increasingly behave like software vendors](https://www.zdnet.com/article/apis-published-apis-consumed-mainstream-enterprises-increasingly-behave-like-software-vendors/) Mainstream enterprises increasingly reach out to customers with APIs, digital services. Unlike software providers though, many still have mostly on-premises infrastructure. diff --git a/docs/aws.md b/docs/aws.md index cc36dfbc..043ca08f 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -19,7 +19,7 @@ - [AWS Pricing](#aws-pricing) - [AWS Calculator](#aws-calculator) - [AWS on Twitter](#aws-on-twitter) -- [AWS Application Architecture](#aws-application-architecture) +- [AWS Architecture](#aws-architecture) - [AWS Stacks](#aws-stacks) - [AWS Youtube channel and Podcasts](#aws-youtube-channel-and-podcasts) - [Closed groups for AWS certified professionals](#closed-groups-for-aws-certified-professionals) @@ -152,6 +152,7 @@ - [serverlessland.com/patterns: Serverless Patterns Collection](https://serverlessland.com/patterns) Use serverless patterns to quickly build integrations using AWS SAM and CDK templates. Filter by pattern and copy the template directly into your application. - [AWS SAM Pipelines](https://serverlessland.com/explore/sam-pipelines) Video tutorials: Learn how to generate CI/CD pipelines and deployment templates for serverless applications with AWSโ€™ best practices for CloudBees, JenkinsCI, GitLab, GitHub using AWS SAM Pipelines. - [AWS Activate](https://aws.amazon.com/activate) AWS Activate offers startups free tools, resources, and more to quickly get started on AWS. Build and scale with up to $100,000 in AWS Activate credits +- [aws/containers-roadmap: AWS Containers Roadmap](https://github.com/aws/containers-roadmap) This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS). ## Blogs - [Jayendra's Blog๐ŸŒŸ๐ŸŒŸ](https://jayendrapatil.com/) @@ -239,8 +240,10 @@ You can filter by topic using the toolbar above. - [twitter.com/AWSstartups](https://twitter.com/AWSstartups) - [twitter.com/AWS_Partners](https://twitter.com/AWS_Partners) -## AWS Application Architecture +## AWS Architecture - [AWS application-architecture](http://www.conceptdraw.com/examples/application-architecture) +- [Optimizing your AWS Infrastructure for Sustainability, Part I: Compute](https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-i-compute/) +- [Optimizing your AWS Infrastructure for Sustainability, Part II: Storage](https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-ii-storage/) ## AWS Stacks - [The Segment AWS Stack](https://segment.com/blog/the-segment-aws-stack/) @@ -353,6 +356,7 @@ You can filter by topic using the toolbar above. - [New for AWS Distro for OpenTelemetry โ€“ Tracing Support is Now Generally Available](https://aws.amazon.com/blogs/aws/new-for-aws-distro-for-opentelemetry-tracing-support-is-now-generally-available/) - [Application Load Balancer now enables AWS PrivateLink and static IP addresses by direct integration with Network Load Balancer](https://aws.amazon.com/about-aws/whats-new/2021/09/application-load-balancer-aws-privatelink-static-ip-addresses-network-load-balancer/) - [Amazon EC2 now offers Global View on the console to view all resources across regions together](https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-ec2-global-view-console-regions/) +- [siliconangle.com: Amazon debuts fully managed, Prometheus-based container monitoring service](https://siliconangle.com/2021/09/29/amazon-debuts-fully-managed-prometheus-based-container-monitoring-service/) ## AWS Management Console - [Working with the AWS Management Console](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html) @@ -580,6 +584,7 @@ aws ec2 describe-instances --query 'Reservations[].Instances[].[Placement.Availa - [Simplify CI/CD configuration for serverless applications and your favorite CI/CD system โ€” Public Preview](https://aws.amazon.com/about-aws/whats-new/2021/07/simplify-ci-cd-configuration-serverless-applications-your-favorite-ci-cd-system-public-preview/) - [Building a Serverless Back-end with AWS](https://blog.usejournal.com/building-a-serverless-back-end-with-aws-5bb3642a3f4) - [liavyona09.medium.com: Spice up Your Kubernetes Environment with AWS Lambda](https://liavyona09.medium.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607) +- [Achieve up to 34% better price/performance with AWS Lambda Functions powered by AWS Graviton2 processor](https://aws.amazon.com/about-aws/whats-new/2021/09/better-price-performance-aws-lambda-functions-aws-graviton2-processor/) ## AWS API Gateway - [alexdebrie.com: A Detailed Overview of AWS API Gateway](https://www.alexdebrie.com/posts/api-gateway-elements/) diff --git a/docs/azure.md b/docs/azure.md index e4aed033..3e33da6c 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -105,6 +105,7 @@ - [thomasmaurer.ch: PowerShell: Download script or file from GitHub](https://www.thomasmaurer.ch/2021/07/powershell-download-script-or-file-from-github/) - [deepinstinct.com: What makes powershell a challenge for cybersecurity solutions? ๐ŸŒŸ](https://www.deepinstinct.com/2021/07/01/what-makes-powershell-a-challenge-for-cybersecurity-solutions/) - [fedoramagazine.org: PowerShell on Linux? A primer on Object-Shells](https://fedoramagazine.org/powershell-on-linux-a-primer-on-object-shells/) +- [sqlservercentral.com: Powershell Day by Day: Adding Help to Scripts](https://www.sqlservercentral.com/articles/powershell-day-by-day-adding-help-to-scripts) ### Powershell repos - [Abhisheksinhacoder/collection-of-useful-scripts](https://github.com/Abhisheksinhacoder/collection-of-useful-scripts) diff --git a/docs/devops.md b/docs/devops.md index 2de8d018..127fc06b 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -171,6 +171,7 @@ * [forbes.com: Who Should Own The Job Of Observability In DevOps?](https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job-of-observability-in-devops/) * [dev.to: DevOps Is Not Automation](https://dev.to/run-x/devops-is-not-automation-2amo) * [intellipaat.com: What Does a DevOps Engineer Do? ๐ŸŒŸ](https://intellipaat.com/blog/what-does-a-devops-engineer-do/) DevOps assimilates development and operations teams to improve the collaboration process. **A DevOps Engineer will work with IT developers to facilitate better coordination among operations, development, and testing functions by automating and streamlining the integration and deployment processes.** +* [siliconangle.com: โ€˜DevOps for Dummiesโ€™ author Emily Freeman introduces revolutionary model for modern software development](https://siliconangle.com/2021/09/29/devops-dummies-author-emily-freeman-introduces-revolutionary-model-modern-software-development-awsq3/)
[![OCP 4 Pland and Deploy](images/openshift_day2.png)](https://www.openshift.com/blog/openshift-end-to-end-cluster-customization) diff --git a/docs/introduction.md b/docs/introduction.md index be31f30d..ed4adac9 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -150,6 +150,7 @@ * [zdnet.com: Benefits of cloud computing: The pros and cons](https://www.zdnet.com/google-amp/article/cloud-computing-pros-and-cons/) A list of advantages and disadvantages of cloud computing, including some you may not know existed. * [thenewstack.io: Intention-as Code: Making Self-Healing Infrastructure Work](https://thenewstack.io/intention-as-code-making-self-healing-infrastructure-work/) **Reliability is Non-Negotiable** * [dzone: Top 10 August '21 Microservices Articles to Read Now](https://dzone.com/articles/most-viewed-articles-microservices-zone-august) See the 10 most popular articles from the Microservices zone with topics covering API verification checklist, custom rate limiting, feign client, and more! +* [hackernoon.com: 9 Basic (and Crucial) Tips for Microservices Developers ๐ŸŒŸ](https://hackernoon.com/9-basic-and-crucial-tips-for-microservices-developers) ## Disaster Recovery * [thenewstack.io: Disaster Recovery Is Different for the Cloud](https://thenewstack.io/disaster-recovery-is-different-for-the-cloud/) diff --git a/docs/java-and-java-performance-optimization.md b/docs/java-and-java-performance-optimization.md index 26b2fdd9..df5f2988 100644 --- a/docs/java-and-java-performance-optimization.md +++ b/docs/java-and-java-performance-optimization.md @@ -28,6 +28,7 @@ - [java-success.com: 01: 9 Java low latency interview questions & answers](https://www.java-success.com/writing-low-latency-applications-in-java/) - [java-success.com: 9 Java Garbage Collection interview questions & answers](https://www.java-success.com/java-garbage-collection-interview-questions-and-answers/) - [developers.redhat.com: JDK Flight Recorder support for GraalVM Native Image: The journey so far ๐ŸŒŸ](https://developers.redhat.com/articles/2021/07/23/jdk-flight-recorder-support-graalvm-native-image-journey-so-far) +- [OpenHFT/Java-Thread-Affinity](https://github.com/OpenHFT/Java-Thread-Affinity) Bind a java thread to a given core. A library that lets you pin the threads of your Java application to specific CPU cores. Looks like an interesting part of the performance engineering toolbox, e.g. helping to reduce the number of cache misses. ### Java on Kubernetes. Java Memory Arguments for Containers - [medium: How to reduce your JVM app memory footprint in Docker and Kubernetes ๐ŸŒŸ](https://medium.com/wix-engineering/how-to-reduce-your-jvm-app-memory-footprint-in-docker-and-kubernetes-d6e030d21298) diff --git a/docs/kubernetes-networking.md b/docs/kubernetes-networking.md index 3a0d77f1..8fdf7add 100644 --- a/docs/kubernetes-networking.md +++ b/docs/kubernetes-networking.md @@ -86,6 +86,7 @@ * [monzo.com: Controlling outbound traffic from Kubernetes](https://monzo.com/blog/controlling-outbound-traffic-from-kubernetes) * [tech2fun.net: Using Service Endpoints and Alias for accessing External Service in K8s](https://tech2fun.net/using-k8s-service-resource-for-enabling-clients-discovering-talking-to-pods/) * [nginx.com: Reducing Kubernetes Costs by 70% in the Cloud with NGINX, Opsani, and Prometheus](https://www.nginx.com/blog/reducing-kubernetes-costs-70-percent-in-cloud-nginx-opsani-prometheus/) +* [nginx.com: A Guide to Choosing an Ingress Controller, Part 4: NGINX Ingress Controller Options](https://www.nginx.com/blog/guide-to-choosing-ingress-controller-part-4-nginx-ingress-controller-options/) ## Gateway API * [gateway-api.sigs.k8s.io ๐ŸŒŸ](https://gateway-api.sigs.k8s.io/) Gateway API is an open source project managed by the SIG-NETWORK community. It's is a collection of resources that model service networking in Kubernetes. These resources - GatewayClass,Gateway, HTTPRoute, TCPRoute, Service, etc - aim to evolve Kubernetes service networking through expressive, extensible, and role-oriented interfaces that are implemented by many vendors and have broad industry support. diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 364054f3..eb31fa00 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -7,6 +7,7 @@ - [Kubernetes Failure Stories](#kubernetes-failure-stories) - [Kubernetes Maturity Model](#kubernetes-maturity-model) - [Kubernetesbyexample](#kubernetesbyexample) + - [Kubernetes Installation Methods](#kubernetes-installation-methods) - [Kubernetes Knowledge Hubs](#kubernetes-knowledge-hubs) - [Kubernetes Podcasts](#kubernetes-podcasts) - [Kubernetes Blogs](#kubernetes-blogs) @@ -14,6 +15,7 @@ - [Kubernetes Open Source Container Orchestation](#kubernetes-open-source-container-orchestation) - [kubeconfig](#kubeconfig) - [Docker and Kubernetes](#docker-and-kubernetes) + - [Kubernetes vs Docker Swarm](#kubernetes-vs-docker-swarm) - [Kubernetes Cloud Controller Manager](#kubernetes-cloud-controller-manager) - [Kubernetes Resources](#kubernetes-resources) - [Kubernetes Pods](#kubernetes-pods) @@ -190,6 +192,9 @@ ### Kubernetesbyexample - [kubernetesbyexample.com ๐ŸŒŸ๐ŸŒŸ](https://www.kubernetesbyexample.com) A free learning platform covering the fundamentals of how to develop, deploy, manage, and automate containers in cloud-native environments. +### Kubernetes Installation Methods +- [itnext.io: Kubernetes Installation Methods The Complete Guide](https://itnext.io/kubernetes-installation-methods-the-complete-guide-1036c860a2b3) + ### Kubernetes Knowledge Hubs - [kubernetes.io](https://kubernetes.io/) - [reddit.com/r/kubernetes](https://www.reddit.com/r/kubernetes) @@ -438,6 +443,9 @@ * [blog.sighup.io: How to run Kubernetes without Docker](https://blog.sighup.io/how-to-run-kubernetes-without-docker/) Sooner or later this moment had to come, and it finally has: Kubernetes is deprecating Docker as a Container Runtime Interface in favor of the other supported runtimes. Let's try to explain why Docker seems really replaceable. * [imaginarycloud.com: Docker VS Kubernetes? It should be Docker + Kubernetes](https://www.imaginarycloud.com/blog/docker-vs-kubernetes/) +#### Kubernetes vs Docker Swarm +* [dynatrace.com: Kubernetes vs Docker: Whatโ€™s the difference?](https://www.dynatrace.com/news/blog/kubernetes-vs-docker/) + ### Kubernetes Cloud Controller Manager * [medium: The Kubernetes Cloud Controller Manager](https://medium.com/@m.json/the-kubernetes-cloud-controller-manager-d440af0d2be5) ### Kubernetes Resources diff --git a/docs/managed-kubernetes-in-public-cloud.md b/docs/managed-kubernetes-in-public-cloud.md index 75f85894..6f834cb6 100644 --- a/docs/managed-kubernetes-in-public-cloud.md +++ b/docs/managed-kubernetes-in-public-cloud.md @@ -4,6 +4,7 @@ - [Other Managed Kubernetes](#other-managed-kubernetes) - [AWS EKS (Hosted/Managed Kubernetes on AWS)](#aws-eks-hostedmanaged-kubernetes-on-aws) - [EKS Anywhere (on premises)](#eks-anywhere-on-premises) + - [Testing Kubernetes Canary deployment on EKS](#testing-kubernetes-canary-deployment-on-eks) - [AKS Azure Kubernetes Service](#aks-azure-kubernetes-service) - [GKE Google Kubernetes Engine](#gke-google-kubernetes-engine) - [IKS IBM Cloud Kubernetes Service](#iks-ibm-cloud-kubernetes-service) @@ -109,6 +110,9 @@ - [anywhere.eks.amazonaws.com: Compare EKS Anywhere and EKS](https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures/) - [aws.amazon.com: Getting started with Amazon EKS Anywhere](https://aws.amazon.com/blogs/containers/introducing-general-availability-of-amazon-eks-anywhere/) +### Testing Kubernetes Canary deployment on EKS +- [medium: Kubernetes + EKS + Canary Deployment](https://medium.com/@jerome.decoster/kubernetes-eks-canary-deployment-1ef79ae89dfc) + ## AKS Azure Kubernetes Service - [docs.microsoft.com: Microservices architecture on Azure Kubernetes Service (AKS) ๐ŸŒŸ](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices) This reference architecture shows a microservices application deployed to Azure Kubernetes Service (AKS). It describes a basic AKS configuration that can be the starting point for most deployments. The architecture consists of the following components: - Azure Kubernetes Service (AKS) diff --git a/docs/project-management-methodology.md b/docs/project-management-methodology.md index 60118489..f8b699fc 100644 --- a/docs/project-management-methodology.md +++ b/docs/project-management-methodology.md @@ -46,6 +46,7 @@ - [creately.com: How to Better Manage Your Projects with Kanban Boards](https://creately.com/blog/diagrams/what-is-a-kanban-board/) - [hbr.org: As Your Team Gets Bigger, Your Leadership Style Has to Adapt](https://hbr.org/2019/03/as-your-team-gets-bigger-your-leadership-style-has-to-adapt) - [carlos-piqueres.medium.com: Product Backlog vs Sprint Backlog](https://carlos-piqueres.medium.com/product-backlog-vs-sprint-backlog-c951f972e979) +- [entrepreneur.com: ยฟCรณmo manejar un equipo que trabaja desde sus casas?](https://www.entrepreneur.com/article/365880) ### Team Topologies - [itrevolution.com: The Problem With Org Charts](https://itrevolution.com/the-problem-with-org-charts/) diff --git a/docs/servicemesh.md b/docs/servicemesh.md index 9e292b8a..4e8fee60 100644 --- a/docs/servicemesh.md +++ b/docs/servicemesh.md @@ -53,6 +53,7 @@ * [thenewstack.io: Secure Your Service Mesh: A 13-Item Checklist](https://thenewstack.io/secure-your-service-mesh-a-13-item-checklist/) * [infoq.com: Adoption of Cloud Native Architecture, Part 3: Service Orchestration and Service Mesh](https://www.infoq.com/articles/cloud-native-architecture-adoption-part3/) * [infoq.com: Service Mesh Ultimate Guide - Second Edition: Next Generation Microservices Development](https://www.infoq.com/articles/service-mesh-ultimate-guide-2e/) +* [itnext.io: Stupid Simple Service Mesh โ€” What, When, Why ๐ŸŒŸ](https://itnext.io/stupid-simple-service-mesh-what-when-why-e9be9e5f4d41) ## Service Mesh and API Gateways * [medium: The Roles of Service Mesh and API Gateways in Microservice Architecture ๐ŸŒŸ](https://medium.com/better-programming/the-roles-of-service-mesh-and-api-gateways-in-microservice-architecture-f6e7dfd61043) diff --git a/docs/visual-studio.md b/docs/visual-studio.md index 7dc8a0e6..21fae91d 100644 --- a/docs/visual-studio.md +++ b/docs/visual-studio.md @@ -199,6 +199,7 @@ A simple extension to make indentation more readable ### Online VSCode - [gitpod.io ๐ŸŒŸ๐ŸŒŸ](https://www.gitpod.io/) - [github.com/gitpod-io/gitpod](https://github.com/gitpod-io/gitpod) Gitpod automates the provisioning of ready-to-code development environments. Gitpod is an open-source Kubernetes application for automated and ready-to-code development environments that blends in your existing workflow. It enables you to describe your dev environment as code and start instant and fresh development environments for each new task directly from your browser. Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev environments for all your branches. As a result, team members can instantly start coding with fresh, ephemeral and fully-compiled dev environments - no matter if you are building a new feature, want to fix a bug or do a code review. + - [gitpod.io: VS Code in the browser for everyone](https://www.gitpod.io/blog/openvscode-server-launch) - [github1s.com ๐ŸŒŸ](https://github1s.com/) One second to read GitHub code with VS Code. ## Videos