What I Use
Editor
My editor of choice is Visual Studio Code I've equipped it with a collection of extensions
I am currently using Default Dark Modern Night as my theme
- Consolas is my font of choice mainly
Terminal
Desktop Apps
chrome is my main browser for both browsing and development
- firefox for inspecting styles and elements .
- Postman for API development and testing
- Figma for inspecting designs
- Slack for messaging or calls
- Jira tracking and notes
- Spotify for music
Desk Setup
Laptop:
PC Specs:
- Processor: 11th Gen Intel® Core™ i5-1135G7
- Disk capacity: 512.1 GB
- OS-Type: 64-bit
- Graphics: Intel® Xe Graphics (TGL GT2)
- Memory: 16.0 GiB
Productivity
In my daily workflow, productivity is key. Here are some of the tools and practices I use to stay efficient:
- Plop Gen Component: For generating consistent and efficient React components with ease.
- Emmet: A time-saver for writing HTML and CSS code with shortcuts and abbreviations.
- React Snippets: Speeding up React development by using helpful code snippets.
- Husky Commits: Ensuring code quality with pre-commit hooks and linting.
- Conventional Commits: Following a standardized commit message format for better project management.
- Prettier: Automatically formatting code to keep it clean and consistent.
- ESLint: Detecting and fixing code errors and enforcing coding standards.
These tools and practices help me maintain a productive and organized development workflow.