Frameworks: Making our work easier!

Frameworks: Making our work easier!

Β·

2 min read

Ever wondered why life ought to be so hard βš™οΈfor developers? Hundreds of lines of code, debugging, testing, etc; always troubling us πŸ˜΅β€πŸ’«. We never get any time to you know, Relax! So one charming day, the computer gods πŸ‘‘ up above decided to change our lives for the better; they designed frameworks πŸ˜€!

In computer programming, a software framework is an abstraction in which software, providing generic functionality, can be selectively changed by additional user-written code, thus providing application-specific software.

I am all done with the explanation of frameworks here, lets explore some that will make you 10x better!

NUXT GENERATION FOR WEB DEVELOPMENT

πŸŽ‰πŸŽ‰πŸŽ‰Tada! Nuxt 3 is out : ) And it is a great news for developers( though still in Beta). If you think that it just sounds like a remix of Next JS( popular react framework) then well you are WRONG! Let me quickly summarize it in some pointers...

image.png

  • Hybrid Rendering
  • Data Fetching
  • Auto Imports
  • Open Source
  • These are just some outliners of Nuxt

Now-now, using Nuxt 3 will be a great booster to your web projects. It has been re-architected and has been made lightweight.

Two Tips To Become Better(3Ts & 2Bs)

  1. Use Grepper:

Grepper is an online tool which displays code snippets instantly once you search for a problem. Go to codegrepper.com .

image.png

Go to the Chrome Web Store to add and install the extension. Enjoy fast answers!

2.Stack Overflow:

I think no explanation is required for this pointer Click Here

Bonus Tip: Follow my Hashnode blog as well : )

Thank you everyone! See you again later πŸ‘‹!

Did you find this article valuable?

Support Vedant Singhal by becoming a sponsor. Any amount is appreciated!

Β