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
Using SQLite database in web browser and Node JS with the help of SQL JS

https://medium.com/weekly-webtips/implement-sqlite-on-web-with-javascript-both-node-browser-with-sql-js-14448fd7a3cb

—-

Creating an Authentication system with Nest JS, JWT, and Prisma ORM

https://medium.com/@briceguekam/how-to-create-authentication-system-with-jwt-using-nestjs-and-prisma-e803d899a7a7

—-

Simple practice creating microservices with Nest JS
https://webera.blog/scalable-microservices-in-node-using-nest-js-ca165dd1043a

—-

Simple exercise building a REST API backend with Node JS and Express

https://medium.com/@admin_82765/build-a-backend-project-with-nodejs-expressjs-mongodb-b16675622268

—-

Using Socket IO and Node JS for realtime data communication to the front end

https://medium.com/kocfinanstech/socket-io-with-node-js-express-5cc75aa67cae

—-

Calling data from Node JS backend to other API backend with Axios Http Request

https://medium.com/@kubraozgan/axios-and-express-dee37e537349

—-

#nodejs #nest #api #axios #sqlite #prisma
Programming With Erik on the introduction of the Composition API and the implementation of its case examples into Component Vue JS

https://youtu.be/SrKCiv15_NU

#vue #composition #programmingWithErik
A collection of datatable libraries that can be used in pure JavaScript and Javascript frameworks

https://blog.bitsrc.io/top-5-javascript-data-grid-libraries-b1543d5fd17

#datatable #grid #library
Step by step exercise to deploy Express JS application to Digital Ocean VPS service

https://medium.com/@aditya.s.baghel1/easiest-way-to-deploy-your-express-js-a75252d73d23

#vps #deploy #digitalocean
Getting an element within a component with Vue querySelector

https://blog.logrocket.com/getting-element-component-vue-queryselector/
Creating a Skip To Content feature on web app pages by Kevin Powell

https://youtu.be/jDDaOFr9nqQ

#kevinPowell #skipcontent
Collection of courses and learning resources for JavaScript that are interesting to learn

https://www.freecodecamp.org/news/23-free-websites-to-learn-javascript/

#course #freecodecamp #learning
Simple exercise creating a Node JS backend with Adonis JS for API endpoints from Raspberry Pi

https://dev.to/bobbyiliev/how-to-build-adonisjs-api-to-store-your-raspberry-pi-temperature-5c6a

---

Long practice making Login system with OTP code or One Time Password on Node JS

https://javascript.plainenglish.io/create-otp-based-user-sign-up-using-node-js-cc4defc54123

—-

#nodejs #adonis #otp #api
Creating data visualization with Node JS backend and D3 JS library on front end.

https://blog.logrocket.com/data-visualization-d3-js-node-js/

#nodejs #d3 #data #visualization
Forwarded from Learn Flutter
I hope all these flutter resources may help beginners : Flutter Resources
https://www.desiqna.in/342/best-roadmap-resources-to-learn-flutter-in-2021
Documentation:
https://docs.flutter.io/
Github:
https://github.com/flutter/flutter
StackOverflow:
https://stackoverflow.com/questions/tagged/flutter
Gitter:
https://gitter.im/flutter/flutter
Effective Dart Guide:
https://www.dartlang.org/guides/language/effective-dart
Dart Tips:
https://www.dartlang.org/resources/dart-tips
Flutter FAQ:
https://flutter.io/faq/
Flutter Rendering:
https://www.youtube.com/watch?v=UUfXWzp0-DU
Flutter Engine:
https://github.com/flutter/engine/wiki
Hot Reload:
https://flutter.io/hot-reload/
Flutter Inspector:
https://dart-lang.github.io/observatory/
Dart Style Guide:
https://www.dartlang.org/guides/language/effective-dart/style
Dart Observatory:
https://dart-lang.github.io/observatory/
Flutter Widgets:
https://flutter.io/widgets/
Flutter Gallery App Code:
https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
Flutter Gallery Android App:
https://play.google.com/store/apps/details?id=io.flutter.gallery
Flutter Layout:
https://flutter.io/tutorials/layout/
Material:
https://material.io
Icons:
https://thenounproject.com
Images:
https://unsplash.com
Fonts:
https://fonts.google.com
Google APIs:
https://pub.dartlang.org/packages/googleapis
Async and Futures:
https://www.dartlang.org/tutorials/language/futures
Testing:
https://flutter.io/testing
Udacity : Build Native Mobile Apps with Flutter | Udacity

FlutterMatic, A one Click Solution to get Flutter up & running on Windows, Mac & Linux Platforms,

All you need is Vs Code already installed and you're good to go.
Just search for FlutterMatic in VS Code Extensions or click this link to download
https://marketplace.visualstudio.com/items?itemName=FlutterMatic.flutter-matic
12 Front End Performance Patterns You Need to Know

#performance

https://bit.ly/3Ja2pTA
Comparison between Remix JS, Next JS, and Svelte Kit fullstack JavaScript frameworks

https://blog.logrocket.com/react-remix-vs-next-js-vs-sveltekit/

---

Creating a component library with TypeScript in React JS

https://blog.logrocket.com/build-component-library-react-typescript/

---

Important practice using Firebase SDK version 9 in React JS with CRUD application case examples

https://blog.logrocket.com/build-crud-application-react-firebase-web-sdk-v9/

---

Some techniques for fetching data or http requests in React

https://blog.logrocket.com/modern-api-data-fetching-methods-react/

#react #remix #firebase #component #http
Forwarded from Learn Web Development
Freecodecamp's long practice of introducing SVG by creating an analog clock app using JavaScript, HTML and CSS

https://www.freecodecamp.org/news/svg-javascript-tutorial/

---

Practice making the Pomodoro Timer application with Javascript, HTML and CSS

https://javascript.plainenglish.io/build-a-pomodoro-timer-using-html-css-and-javascript-7a7a8410052c

---

Practice creating animated web pages using Theater JS

https://blog.logrocket.com/theatre-js-creating-intricate-powerful-animations/

---

Comparison between Flexbox and CSS Grid

https://betterprogramming.pub/flexbox-vs-css-grid-3e9011ee2951

#freecodecamp #svg #clock #pomodoro #flexbox #cssGrid
Forwarded from Learn CSS
An important exercise from Kevin Powell on using CSS Flexbox for HTML element layout

https://youtu.be/u044iM9xsWU

#flexbox #css #kevinPowell