Best of CLIAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Getting Started – Lightning CSS

    Lightning CSS can be used as a library from JavaScript or Rust. It can also be wrapped as a plugin in other build tools, and built into Parcel out of the box. From Node First, install Lightning CSS using a package manager such as Node First. Once installed, import the module and call one of the Lightning CSS APIs.

  2. 2
    Article
    Avatar of ghblogGitHub Blog·3y

    10 things you didn’t know you could do with GitHub Projects

    GitHub Projects have been adopted by program managers, OSS maintainers, enterprises, and individual developers alike for its user-friendly design and efficiency. To help you optimize your usage of GitHub Projects to plan and track your work from start to finish, I’ll be sharing 10 things you can do with GitHub Projects.

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    Run AWS on Your Laptop. Introduction to LocalStack.

    LocalStack is a cloud service emulator that runs AWS services solely on your laptop. There are currently more than 60 emulated AWS cloud services (and most of them free) provided by LocalStack. The last thing you want to do is set up an AWS environment to improve your skills, only to accidentally shoot yourself in the foot.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Task Manager CLI Tool with Node.js

    How to build a Task Manager CLI tool with Node.js is a simple task manager tool. You can use commands to Create, View, Update, or Delete your todos. We'll also use MongoDB as the database to store all our todos. You can find the complete code for this project on GitHub.

  5. 5
    Article
    Avatar of pointerPointer·3y

    clockworklabs/SpacetimeDB: Multiplayer at the speed of light

    SpacetimeDB is a relational database system that lets you upload your application logic directly into the database. You can write your entire application in a single language, Rust, and deploy it as a single binary. It is designed to be used for real-time applications like games, chat, and collaboration tools.

  6. 6
    Article
    Avatar of pointerPointer·3y

    livecycle/preevy: Quickly deploy preview environments to the cloud!

    Preevy is a powerful Command Line Interface (CLI) tool designed to simplify the process of creating ephemeral preview environments. It can easily provision a preview environment for any Docker-Compose application in the cloud. It supports affordable VMs from AWS Lightsail, Google Cloud, and Microsoft Azure.

  7. 7
    Article
    Avatar of lambdatestLambdaTest·3y

    How to Perform E2E Testing Using Cypress CLI and Test Runner

    How to Perform E2E Testing using Cypress CLI and Test Runner Kailash Pathak. Use Cypress to test the entire purchasing process, from when a user adds items to the shopping cart until the order is successfully placed.

  8. 8
    Article
    Avatar of bartwullemsThe Art of Simplicity·3y

    Learning CodeQL

    CodeQL is a static analysis tool that can scan your code for vulnerabilities. CodeQL lets you query code as though it was data. By writing queries you can find variants of a vulnerability. The easiest way to try out CodeQ is by enabling the code scanning with CodeQL GitHub Action.

  9. 9
    Article
    Avatar of auth0Auth0·3y

    No Code Authentication with Laravel

    Laravel has elevated the entire PHP experience to a new level thanks to its passionate developer community. The framework has built up a robust and mature foundation that’s not just battle-tested but genuinely delightful to build applications with. Laravel is a robust framework created to support practically any kind of application developers might want to build.