Web design & 😃 development – Telegram
Web design & 😃 development
29.3K subscribers
786 photos
35 videos
87 files
825 links
Admin👮 @sreetamo @Tranjar

Get free resources for webdevelopment , html , CSS , JavaScript , reactjs , wordpress , Php , nodejs ...etc. Buy ads: https://telega.io/c/WebsiteDesignLearningGroup
👥Group👥 @website_DesignLearning_Group
Download Telegram
VS CODE SHORTCUTS

Follow us on Instagram👇
https://www.instagram.com/web_design_development_learn
👍8🥰32
🎨 Looking for the Best Resources for Front End Design? ❤️


🌈 Color Sites:
1. colorhunt.co
2. klart.io
3. color.adobe.com
4. webkul.github.io
5. pigment.shapefactory.co

💻 Sites To Download Fonts:
1. dafont.com
2. 1001fonts.com
3. fontsquirrel.com
4. fontfreak.com/fonts-new.htm

🖼 Sites To Download Vector Logos:
1. seeklogo.com
2. logovector.net
3. logotypes101.com
4. logos-vector.com

🔵 Sites To Download Icons:
1. flaticon.com
2. freeicons.io
3. iconstore.co
4. iconfinder.com
5. digitalnomadicons.com
6. iconstore.co

🖌 Brushes Download Sites:
1. brushking.eu
2. brusheezy.com/brushes
3. myphotoshopbrushes.com
4. fbrushes.com
5. gfxfever.com

📁 Sites To Download Files:
1. freepik.com
2. all-free-download.com
3. vecteezy.com
4. freeimages.com

📸 Sites To Download Mockups:
1. mockupsforfree.com
2. mockupworld.co
3. graphicburger.com
4. zippypixels.com

Inspiration Sites:
1. inspirationde.com
2. designspiration.net
3. pinterest.com
4. dribbble.com

🎥 Video Sites:
1. mixkit.co
2. coverr.co
3. motionplaces.com
4. videezy.com

🖼 Photo Sites Without Background:
1. cleanpng.com
2. pngimg.com
3. footyrenders.com
4. pngtree.com

📷 Photo Sites:
1. unsplash.com
2. pexels.com
3. pixabay.com
4. stocksnap.io
5. burst.shopify.com.

Explore these Incredible Resources and take your Front End UI/UX Projects to the next level.
👍4416🔥2😁1
🔅 Loading Animation in CSS
👍356👏2
👍94👏1
❤️Let us know what type of content are you looking for??
😁42👍1
🌟🌟20 passive income ideas for web developers 🌟🌟

Create a WordPress plugin and sell it on the WordPress Plugin Repository.

Build a web application and charge a subnoscription fee for access.

Develop and sell website templates on platforms like ThemeForest.

Write an eBook on web development and sell it on platforms like Amazon Kindle.

Create a course on web development and sell it on platforms like Udemy or Coursera.
Develop a web-based tool or app and charge a subnoscription fee for access.

Build a premium version of a free plugin or theme and sell it on your own website.

Create a premium version of a free web application or tool and sell it on your own website.

Develop and sell a custom WordPress theme to clients.

Create a membership site that provides access to exclusive web development resources.

Build a SaaS (Software as a Service) product and charge a monthly subnoscription fee.

Develop and sell mobile apps for iOS or Android.

Create and sell digital products like stock images or graphics on platforms like Creative Market.

Build a community site and charge a membership fee for access.

Offer premium support or consulting services to clients who purchase your products.

Develop and sell a website hosting service.

Create and sell a website monitoring tool.

Develop and sell a website security service.

Create and sell a website backup and recovery service.

Offer a website maintenance service to clients who want to outsource their website management.

🌟🌟20 passive income ideas for web developers 🌟🌟

Join on telegram
https://news.1rj.ru/str/WebsiteDesignLearningGroup
👍1812🔥2
Css em vs rem
#css
👍14👏31
function createCounter() {
let count = 0;
return function() {
count += 1;
console.log(count);
};
}

const counter1 = createCounter();
counter1();
counter1();

const counter2 = createCounter();
counter2();
counter1();

What will be the output?? #javanoscript
👍71
<div class="parent">
<div class="child">Child</div>
</div>
:root {
--main-bg-color: blue;
}

.parent {
--main-bg-color: red;
background-color: var(--main-bg-color);
}

.child {
background-color: var(--main-bg-color);
}
👍133
👉What will be the background color of the .child element?

#css #quiz
👍8
👍143
Join our new channel to learn AI tools 👉https://news.1rj.ru/str/Aitechnologylearning

Join our new channel to learn the latest AI tools and techniques.

💎 Master powerful AI tools like ChatGPT, Midjourney, and Stable Diffusion.

Join our channel now: https://news.1rj.ru/str/Aitechnologylearning
👍4
Learn to Code using AI - ChatGPT Programming Tutorial (Full Course) https://youtu.be/dJhlMn2otxA?feature=shared
👍6🔥1👏1
VS CODE SHORTCUTS

Follow us on Instagram👇
https://www.instagram.com/web_design_development_learn
👍82🔥2
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👍4🔥1