Best of VSCodeSeptember 2023

  1. 1
    Article
    Avatar of snykSnyk·3y

    Modern VS Code extension development: The basics

    Microsoft Visual Studio (VS) Code is currently the most popular source code editor. It can be used as a fully-fledged integrated development environment (IDE) All you need to do is add the right set of extensions from the Visual Studio Code Marketplace. Snyk Security is defined as a linter and programming language extension.

  2. 2
    Article
    Avatar of css-irlCSS {IRL}·3y

    CSS { In Real Life }

    Parcel is my go-to bundler. Utopia provides configurable set of CSS custom properties for fluid sizing and typography, with options to use a modular scale. Tiny PNG Build tools can be configured to compress images, but we can reduce energy use even more by not uploading large images in the first place.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Create Diagrams as Code with Mermaid, GitHub, and Visual Studio Code

    How to Generate Diagrams as Code with Mermaid is a JavaScript-based tool that transforms Markdown-style text into dynamic diagrams. VSCode First, install a Markdown previewer that has the support for Mermaid. You can add Mermaid diagrams to create compelling README files in GitHub.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code August 2023

    Visual Studio Code August 2023 (version 1.82) Download the nightly Insiders build and try the latest updates as soon as they are available. There are many updates in this version that we hope you'll like. The Command Center was introduced several months ago as a quick way to both discover and interact with VS Code.

  5. 5
    Article
    Avatar of firebase-developersFirebase Developers·3y

    Sending Push Notifications for Chat Messages

    We will use Firebase Cloud Messaging FCM and Cloud Functions for Firebase to achieve this goal. In our app project, we need to add the Push Notification capability and configure the Firebase Messaging in the file. This is to tell FCM to send a notification whenever a change happens in our Firebase database.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    Sidekick - AI dev tools for power-users, think Copilot x Superhuman

    The article discusses Sidekick, AI dev tools for power-users that combines features of Copilot and Superhuman.

  7. 7
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Diving into Docker: Create Your First Container

    The article provides a step-by-step guide on creating a Docker container. It covers setting up the environment, learning the basics of Docker, creating a simple web app, creating a Dockerfile, building the Docker image, testing the container, and pushing the Docker image to Docker Hub.