Devlog Week 3: 4 - 10 December 2023

This page summarizes the projects mentioned and recommended in the original post on /r/IceTheCoder

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    Then, install nodemon (in the VSCode terminal also), which, to my understanding, automatically refreshes the server you'll be sending requests to, whenever you make a change. Using plain node.js, you'd have to manually stop and restart the server after every change.

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. Newman

    Newman is a command-line collection runner for Postman

    First of all, install VSCode and Postman. VSCode (Visual Studio Code) is a code editor made by Microsoft, which you'll use to write code, having got helpful features such auto-completion with the TAB key and colour-coding of commands. Postman) is an API (application programming interface; allows 2 apps to talk to each other) platform for developers, which you'll use to send HTTP requests to your local server.

  4. developer-roadmap

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

    This is where I post my coding progress. Currently, I'm following the Frontend Developer Roadmap at roadmap.sh. Here are the highlights of each day:

  5. Visual Studio Code

    Visual Studio Code

    First of all, install VSCode and Postman. VSCode (Visual Studio Code) is a code editor made by Microsoft, which you'll use to write code, having got helpful features such auto-completion with the TAB key and colour-coding of commands. Postman) is an API (application programming interface; allows 2 apps to talk to each other) platform for developers, which you'll use to send HTTP requests to your local server.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Microsoft is introducing hidden APIs to VS Code only enabled for Copilot

    11 projects | news.ycombinator.com | 21 Oct 2024
  • 17 Best Developer Productivity Tools to Try

    8 projects | dev.to | 10 May 2024
  • API Platform up and running in 5 minutes 🚀

    3 projects | dev.to | 8 Jul 2023
  • Azure DevOps: Version Control Using Git and VS Code

    3 projects | dev.to | 3 Feb 2025
  • How to Use JUnit on VS Code: A Comprehensive Guide

    2 projects | dev.to | 23 Jan 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?