Learn JavaScript™
الذهاب إلى القناة على Telegram
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
إظهار المزيد4 411
المشتركون
-124 ساعات
لا توجد بيانات7 أيام
-330 أيام
أرشيف المشاركات
4 411
Repost from Learn Web Development
Things that a Web Developer must know concerning database storage and management:
🟡Characteristics of relational/non-relational data.
🟡Knowledge of NoSQL databases.
🟡Knowledge of web storage.
Following are some of the best databases you must learn
🟧Relational databases: Within the tables, data is stored in rows and columns. The relational database management system (RDBMS) is the program that allows you to create, update, and administer a relational database. Microsoft SQL Server, Oracle Database, MySQL, PostgreSQL, and IBM Db2 are examples of rational databases.
🟧NoSQL: NoSQL databases (aka “not only SQL”) are non-tabular, and store data differently than relational tables. NoSQL databases come in a variety of types based on their data model. The main types are document, key-value, wide-column, and graph. Apache Cassandra, MongoDB, CouchDB, and Couchbase are examples of NoSQL.
🟧Cloud database: It refers to any database that’s designed to run in the cloud. Like other cloud-based applications, cloud databases offer flexibility and scalability, along with high availability. Cloud databases are also often low-maintenance since many are offered via a SaaS model. Microsoft Azure SQL Database, Amazon Relational Database Service, Oracle Autonomous Database are examples of cloud database..
⚡Technology Stacks- MEAN, MERN, MeVn, Lamp
🔰MEAN Stack: MEAN stack development refers to the development process that falls within these particular sets of technologies MongoDB, ExpressJS, Angular, NodeJS.
🔰MERN Stack: It is is one of several variations of the MEAN stack (MongoDB, Express, Angular, Node), where the traditional Angular frontend framework is replaced with React JS. The main benefit of using MERN is the integration of React and its powerful library and capability to use code simultaneously on servers and browsers.
🔰MEVN Stack: Other variants of MEAN Stack, the MEVN Stack (MongoDB, Express, Vue, Node), and really any frontend JavaScript framework can work. It is the open-source JavaScript software stack that has emerged as a new and evolving way to build powerful and dynamic web applications
🔰LAMP: It is an old classic industry standard when it comes to time-tested web development stacks, which comprises MySQL (Relational Database Management), Linux (Operating System), PHP (Programming Language), and Apache (HTTP server).
4 411
Higher Order Functions in JavaScript – Beginner's Guide👉
https://www.freecodecamp.org/news/higher-order-functions-in-javascript/
#javascript #webdevelopment #frontend
4 411
Exercise from Web Dev Simplified on using Prism ORM in Node JS
https://www.youtube.com/watch?v=RebA5J-rlwg
#prismaORM #nodejs #webdevsimplified
4 411
Reference some icon packs for text editor VS Code
https://javascript.plainenglish.io/10-icon-packs-for-vs-code-87d2ff700d0c
#vscode #icon
4 411
Practice creating an authentication system on the MERN Stack
https://www.freecodecamp.org/news/how-to-build-a-fullstack-authentication-system-with-react-express-mongodb-heroku-and-netlify/
—-
Practice using TypeORM on Node JS
https://blog.bitsrc.io/build-a-reliable-node-api-with-typeorm-using-transactions-3d0561e0c953
#nodejs #mern #auth #orm #typeORM
4 411
How to check empty String and null value in JavaScript
https://www.freecodecamp.org/news/javascript-check-empty-string-checking-null-or-empty-in-js/
—-
JavaScript-based code optimization tips
https://blog.devgenius.io/7-simple-optimization-tips-in-javascript-18aa2211dafb
—-
Take a look at some of the new features in JavaScript ES2022
https://betterprogramming.pub/es2022-features-javascript-a9f8f5dcba5a
—-
#string #null #checking #es2022
4 411
Practice and trial using Github Copilot on the VS Code text editor
https://www.freecodecamp.org/news/how-to-use-github-copilot-with-visual-studio-code/
#github #copilot
4 411
Practice with Kevin Powell on creating responsive layouts again with HTML and CSS
https://www.youtube.com/watch?v=h3bTwCqX4ns
#kevinPowell #css #html #responsive
4 411
How to Easily Manage Dependencies in a JS Monorepo
https://blog.bitsrc.io/how-to-easily-manage-dependencies-in-a-js-monorepo-6216bd6621ea
4 411
Introductory exercise for higher order functions in JavaScript
https://www.freecodecamp.org/news/higher-order-functions-in-javascript/
---
Tips for naming variables in JavaScript
https://dev.to/adillaumam/the-power-of-variable-names-2cm4
---
#variable #name #higherOrder
4 411
Practice creating Search and Filter functions with React JS
https://www.freecodecamp.org/news/how-to-react-components/
---
Introduction of UI Component for React JS named Next UI
https://blog.openreplay.com/build-beautiful-ui-components-with-nextui
---
#react #search #nextUI
4 411
A collection of several Node JS modules with examples of their use
https://javascriptcentric.medium.com/30-node-js-modules-with-usecases-36950203722f
#nodejs #module
4 411
Animated Landing Pages with the help of Canvas , HTML and JavaScript
https://medium.com/weekly-webtips/how-to-animate-a-landing-page-using-html-canvas-and-javascript-19a8a6be2d44
—-
A collection of several tools to help the process of developing JavaScript-based applications
https://betterprogramming.pub/my-favourite-tools-for-working-with-javascript-84eb836750b0
—-
#tools #landingPage #animation #canvas
4 411
Repost from Learn CSS™
Some of the new features of CSS that will be implemented in the browser
https://engineering.udacity.com/the-4-upcoming-css-features-im-most-excited-for-24b66293edfa
#css #feature
4 411
Repost from Learn CSS™
A complete guide to using CSS filters with SVGs
https://blog.logrocket.com/complete-guide-using-css-filters-svgs/
4 411
VS Code text editor configuration reference for better display
https://javascript.plainenglish.io/how-to-improve-your-vs-codes-appearance-with-settings-cf30cb1de5ba
#vscode #settings
4 411
A collection of some shortcuts in VS Code that you need to know
https://dev.to/ruppysuppy/7-lesser-known-vs-code-shortcuts-to-speed-up-your-development-with-gif-demos-46m
#code #codium #shortcut
4 411
How to import SVG in React JS with Vite bundler
https://www.freecodecamp.org/news/how-to-import-svgs-in-react-and-vite/
#vite #svg #bundler #react
4 411
Introduction to router parameters in Angular
https://javascript.plainenglish.io/angular-route-parameters-a-simple-guide-88c69d54102c
#angular #router
4 411
Practice using React Hook with Web Dev Simplified
https://youtu.be/_vwCKV7f_eA
#react #hooks #webdevsimplified
