A guide to level up in your career for JS and TS
This repository contains JavaScript/Typescript code. You can run the code whenever you want, but I'm using Bun to test some new features. Click here to download bun.
- Monoids, Here is a cool material about it: youtube video
- Crazy article about functional programming and composition, article link
- Password Generator
To check some examples working with Vite, Rollup, and Webpack, please navigate to the bundling
directory in this project.
The main purpose of this section is to analyze the final result of the entire process of building and bundling in those bundlers.
Resources:
- A funny video about it: link (this guy is hilarious! Please subscribe to his channel)
- A great video about moderm web development, building and bundling: https://www.youtube.com/watch?v=QliwSwWHJoQ
Less code = less surface area for bugs = fewer bugs
The essence of software development is composition
- https://github.com/mbeaudru/modern-js-cheatsheet
- https://github.com/leonardomso/33-js-concepts
- https://github.com/verekia/js-stack-from-scratch
- https://github.com/elsewhencode/project-guidelines
- https://github.com/goldbergyoni/nodebestpractices
- https://github.com/sudheerj/javascript-interview-questions
Feel free to reach me if you like to talk about these topics, just found me as cr0wg4n in Telegram.
Disclaimer: This guide will be used to advance my career at my actual company