Devlog Week 3: 4 - 10 December 2023

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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.

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

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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:

  • 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