Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
Javascript Mastery released a lengthy guide on how to learn to become a fullstack Web Developer in 2022 with JS framework and Node JS

https://youtu.be/xORdz1Hi9Gc

#javascriptMastery #fullstack #nodejs
Learn JavaScript pinned «Javascript Mastery released a lengthy guide on how to learn to become a fullstack Web Developer in 2022 with JS framework and Node JS https://youtu.be/xORdz1Hi9Gc #javascriptMastery #fullstack #nodejs»
Practice from Online Tutorials creating lists with interesting hover effects

https://youtu.be/-c4aCe1EawA

#onlinetutorials #css #html
JavaScript is a tool.
React is a tool.
Python is a tool.
Solidity is a tool.

Concentrate on solving problems with the right tool, not on the tool itself
Forwarded from Learn CSS
Several Google Chrome extensions to help web application development

https://blog.bitsrc.io/5-useful-browser-extensions-for-web-developers-b48196550962

#extension #chrome
A Dev portfolio is important for those first few jobs but do you know the 5 key ingredients to a good portfolio project?

1/ Small
You're trying to show that you can create and ship code, you don't need to remake Netflix to do that!

2/ Complete
If there are parts of the app missing then it looks like you forgot or couldn't work it out, part of making it small means that you actually finish it

3/ Relatable
Sure making a fancy library for devs is great but to a recruiter a working todo app or weather app is far better, because it's something they can relate to.

Remember that your audience is more than just devs when applying for jobs.

4/ Functional
Hand in hand with complete make sure your project actually does something and it works. Buggy UI and corrupted data don't paint a good picture.

5/ NOT unique
You're not trying to make a start up here, you're trying to show off your web development skills, so pick a tried and true app that you can make your own take on and get to it.


There are lots more tips and tricks for making a good portfolio but these 5 tips give the best bang for your buck
Simple practice sending email with Node JS and Nodemailer

https://medium.com/dsc-umit/sending-e-mails-with-nodejs-d617db7b5590

—-

Tips and tricks for optimizing the performance of Node JS backend applications

https://cmswebsiteservice.medium.com/10-tips-to-make-your-node-js-web-app-faster-7998f0a8971a


#nodejs #nodemailer #email #performance #tips