Web Developement
4.33K subscribers
633 photos
57 videos
467 files
136 links
Download Telegram
πŸ”… Hands-On PyTorch Machine Learning

🌐 Author: Helen Sun
πŸ”° Level: Intermediate

⏰ Duration: 56m

πŸŒ€ Discover the fundamentals of creating machine learning models with PyTorch, the open-source machine learning framework.


πŸ“— Topics: PyTorch, Machine Learning

πŸ“€ Join Artificial intelligence for more courses
❀3
Forwarded from Learning Programming
πŸ”… Postman: The Complete Guide - REST API Testing

⭐️ Bestseller

🌟 4.7 - 20932 votes πŸ’° Original Price: $74.99

πŸ“– Postman API testing for manual and automated tests. Automate with Newman, GitLab, Jenkins or any other CI tool.

πŸ”Š Taught By: Valentin Despa, Valentin Despa - Support

πŸ“€ Download Full Course
πŸ”° What Is MERN?

MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack comprises of 4 technologies namely: MongoDB, Express, React and Node.js. It is designed to make the development process smoother and easier.

πŸ”° MongoDB:

MongoDb is a NoSQL DBMS where data is stored in the form of documents having key-value pairs similar to JSON objects. MongoDB enables users to create databases, schemas and tables.

πŸ”° ExpressJS

ExpressJS is a NodeJS framework that simplifies writing the backend code. It saves you from creating multiple Node modules.

πŸ”° ReactJS

ReactJS is a JS library that allows the development of user interfaces for mobile apps and SPAs. It allows you to code Javascript and develop UI components.

πŸ”° NodeJS

NodeJS is an open-source Javascript runtime environment that allows users to run code on the server.
🌐 Web Development Resources – Learn & Build! πŸ”°

Welcome to the world of HTML, CSS, JavaScript, and modern frameworks.

We share practical tips, code snippets, tools, and real-world projects to help you grow as a developer β€” whether you're just starting out or looking to level up.


πŸ“– Frontend & Backend
πŸ“ Projects & GitHub Gems
⚑️ Productivity Boosts
πŸ“š Learning Resources

πŸ”— Join the community and build something awesome every day!
❀1
πŸ”° Stop lazy-loading all images for faster page-load

Optimize image loading by reserving lazy loading for non-critical assets, ensuring faster rendering for hero and essential images.
❀4
πŸ“‚ Full description

CSS makes it easy to create compelling online experiences, but style sheets also work for pages off the screen. The need for print persists and site developers should know how to create not just workable but appealing print results. Learn why print style sheets are important and how they can help improve the user experience for your website, in this course with veteran web designer and teacher Jen Kramer. Jen explains how to create and link CSS via an external print style sheet or a print-based media query. She then shows how to use standard best practices to optimize page layouts for print vs. screen, including hiding and showing content exclusive to each media type. Plus, learn how to take your print page formatting to the next level using the CSS paged media and fragmentations specifications, which allow you to set page breaks, adjust margins, and control the formatting and layout of text.
CSS: Print Style Sheets.zip
390.4 MB
πŸ“±Web Development
πŸ“±CSS: Print Style Sheets
❀1
Ex_Files_CSS_Style_Sheets.zip
9.5 MB
πŸ“¦ Exercise Files
❀1
πŸ”° Image Sprite in CSS

There was a time when every serious front-end developer had to master CSS image sprites.


If you weren’t using them, you were either wasting bandwidth or making way too many HTTP requests. But like many β€˜best practices’ in web development, image sprites have started fading into the background... replaced by more modern solutions.

Yet, they still hold their place. And if you’ve ever optimized a website for speed, especially one with lots of small icons or buttons, you know that CSS sprites can still be a powerful technique.
⌨️ CSS Filters