Sample project
Project showing how to setup and configure a project for a web application with the backend in node and the frontend in React in the same monorepo.
This is also a proof of concept showing if browser's Push API can replace the WebSockets API to broadcast events from the server to the clients as soon as the event happen without pooling.
Golden Orange
This is a VS Code dark mode theme.
My goal was to make it easy to predict what colors the theme will display avoiding a myriad of random colors. If the token belongs to the language, it is colored, if it is a user defined identifier, then it is not.
Wallpapers
Some wallpapers that I have created.
adf2markdown
Convert Atlassian ADF (Jira/Confluence) to clean Markdown — a lightweight JS library designed to make Jira tickets readable and understandable by LLMs.
Node packages
Files
Read and write files parsing and formatting according to file extension in the file path.
Features
- Parse file based on extension.
- Format files using prettier.
- Create missing folders when writing files.
Ask
Wrapper of yargs and enquirer libs to ask user for input.
Make it simple to configure command line arguments including positional arguments. Prompt the user when a required argument is missing. Read arguments from the environment variables and dot env files.
Exec
Wrapper around node spawn process to make it easier to use.
Features
- Convert to promises.
- Parse spaces and quotes.
- Add spinner to the terminal.
- Control output of child process.
- Retry.
- Timeout.