This is a place where you can find a curated list of useful articles on selected technologies/topics.
Web view can be found at the following link: Beta Topics.
The idea behind this library is not to provide tutorials and official documentation that anyone can easily reach. Instead, the goal is to create a centralized repository of valuable articles that can expand your knowledge and make good use of your free moments at work to enhance your knowledge base.
The articles are organized into folders based on specific technologies. Each article will be accompanied by a brief description. Additionally, it would be helpful to include some highlighted keywords or phrases under each description to facilitate topic browsing.
No. | Technology | Readme at GitHub | URL at web pages |
---|---|---|---|
1 | React | README | WEB |
2 | Angular | README | WEB |
3 | Programming in general | README | WEB |
4 | Personal development | README | WEB |
Feel free to participate. Join me as contributor or Fork this repo.
…
Good example how we can integrate JWT authentication with React and react-router. How to handle public routes, secure authenticated routes.
Utilize the axios library to make API requests with the authentication token.
Highlights: JWT
react-router
axios
…