How to keep yourself updated with the latest trends in Tech

A lot of times I was asked how I keep myself updated with the latest trends in Tech especially related to Javascript Frameworks by my peers, manager and also in the interviews.

Technology

Productivity

How to keep yourself updated with the latest trends in Tech

A lot of times I was asked how I keep myself updated with the latest trends in Tech especially related to Javascript Frameworks by my peers, manager and also in the interviews.

I have heard this lot of times on One on One meetings with my manager that many of my team members admire the way I keep myself updated on tech and is very keen to learn new things and use them in the project. This gives me the motivation on doing things right and I have a habit of sharing those with all of my teammates.

Staying updated on tech has enabled me to take the right decisions on the tech stack of the project I’m building or suggesting to anyone. Because I know a lot of pros and cons of languages, frameworks and at what place one framework would work best.

For example you can read this article I posted on Webcomponent which describes why I took the decision on building a web component for a part of the current project I’m working on.

Today I want to share my strategy and steps to keep myself updated. I follow the below steps to keep myself updated.

  • Daily.dev I use this extension on my Google Chrome browser. The best thing I have found to date in Google extensions. It fetches articles from various sources and shows it to your browser whenever you open a new tab. You don't need to visit any website or newsletters.

  • Newsletters I have subscribed to a lot of different topics of newsletters such as Javascript, Web3, Blockchain, ReactJS, NextJS etc on Hackernoon, Medium and Hashnode.

  • Youtube Youtube is my other Go app in terms of updates, I have subscribed to a lot of developers and technologists who share things regularly. Youtube always keep me busy and updated whenever I’m in the washroom 🙈.

    Here are some channels I follow:

  • Official Blogs I keep a close eye on official docs of frameworks that I’m currently working on or learning. I regularly check what additions they have made to their docs.

Conclusion

As a developer, it is very necessary to be updated on the current trends. Try to follow the above steps and keep yourself updated so that you will always be ahead of time and can take decisions on tech for your projects very cleverly. You can check what my peers and managers have said about me here


Get latest updates

I post blogs and videos on different topics on software
development. Subscribe newsletter to get notified.


You May Also Like

Master Pagination, Search, and Language Filtering in NextJS with Prisma ORM

Master Pagination, Search, and Language Filtering in NextJS with Prisma ORM

Learn how to implement pagination, search, and language filtering in a NextJS app using Prisma ORM. Enhance your code snippet sharing app's functionality with these essential features for improved user experience.

When to Use a Monorepo: Benefits, Drawbacks, and Practical Examples

When to Use a Monorepo: Benefits, Drawbacks, and Practical Examples

Learn when to use a monorepo, its benefits, and drawbacks. This guide includes practical examples to help you decide if a monorepo is right for your development projects.

NodeJS: An Introduction to Streams for Efficient Data Handling

NodeJS: An Introduction to Streams for Efficient Data Handling

Learn the basics of NodeJS streams, including reading, writing, and piping data, to efficiently handle large data sets in your applications with practical code examples.