Web Developement
4.46K subscribers
633 photos
57 videos
467 files
138 links
Download Telegram
🔸 Full description 🔸

View Morten's LinkedIn NewsletterModern development practices have shifted from thinking about entire pages to thinking about components and how to combine them to create views. This course looks at practical approaches to componentization and modularization to help you identify when a component is needed, what it does, and how to plan for and design portable and maintainable components of your own. As code componentization is relevant to all developers, instructor Morten Rand-Hendriksen shifts the focus away from coding and into the conceptual work that goes into component design. Using practical examples, Morten details how to sketch out and organize components in projects large and small. Learn about the four core principles of component development. Get tips and best practices for component planning. Plus, learn how to organize components and structure their markup, determine when (and when not to) focus on reusability, and more.
🔅 Create a Quick, Clean, and Cheap Website with Bootstrap Templates

🔊 Author: Melanie Panem
🔸 Date: 2021-01-27
Duration: 1h 50m

🌀 This course uses modern web tools to demonstrate what you can accomplish using just the approachable edges of powerful tools like Bootstrap and GitHub.

📗 Topics: Web Development, Bootstrap

🔷 Join @webdev_trainings for more courses
🔸 Full description 🔸

In this course, Instructor Melanie Panem demonstrates that even non-coders can quickly pump out a simple site within just an hour or two! The foundation of a websites layout is already set when a template is used as a starting point; in this case, a non-copyright, responsive, Bootstrap template from startbootstrap.com. Responsive web page layouts are essential for a websites content to display accurately across different screen sizes and devices. Melanie then walks through HTML and CSS basics for placing and styling web page content. When the website is ready to publish, she explains how to upload it to a free online host, GitHub. And finally, Melanie shows how to easily purchase a domain name from GoDaddy.com, and connect it to the website files.
🔅 CSS: Enhancing Interfaces with Animation

🔊 Author: Christina Gorton
🔸 Date: 2020-12-01
Duration: 1h 3m

🌀 Leverage CSS animations to enhance websites you develop. Examine animation theories, practical uses, and more as you explore the use of movement in UI.

📗 Topics: Interactive Web Content, Cascading Style Sheets

🔷 Join @learnprogramingai
🔸 Full description 🔸

Push your interfaces further and make websites more engaging by integrating animations throughout the site. In this course, learn how to leverage CSS to incorporate interactive animations that enhance features and layouts. Examine principles and best practices that should guide your use of animation. Find out how to use transitions, keyframe animations, and transforms to give users a better overall experience. Discover the importance of fine-tuning the duration, speed, and choreography of dynamic elements. See how to make buttons, menus, and cards more fun and inviting. Consider theories, practical uses, and more as you explore the use of movement in UI.This course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that youll likely encounter in the workplace. Check out the “Using GitHub Codespaces with this course” video to learn how to get started.
CSS - Enhancing Interfaces with Animation.zip
180.7 MB
CSS: Enhancing Interfaces with Animation
This media is not supported in your browser
VIEW IN TELEGRAM
🔸 Full description 🔸

A career in web development lets you work from home in a field that's challenging, productive, and often lucrative. Instructor Christina Truong provides the foundational knowledge you need to get started in the field and find your way to a new career as an in-house or freelance web developer. First, Christina explains different types of web developer jobs and the skills associated with each role. She then shows you how to craft a personal profile online, maximize your job search, and write a resume that highlights the skills youve accumulated so far. Christina steps through the process of creating customized cover letters, preparing for interviews, and negotiating job offers. Christina also shows freelancers how to choose a business structure, maximize the search for clients and projects, and calculate rates for projects. Christina concludes by highlighting several things to consider when creating a contract.
🔸 Full description 🔸

While the ways in which we work on the web evolve over time, every now and then, a true game changer comes along. The Tailwind CSS utility-first approach throws out many of the traditional CSS approaches to building projects, allowing you to create a complete and unique website without writing a single line of CSS. In this course, LinkedIn senior staff instructor Ray Villalobos shows how Tailwind CSS offers a lightweight but sophisticated approach to styling content in your sites and apps through labeling with appropriate class names. Ray illustrates how you can manage everything from fonts, colors, borders, and the whole layout of your pages by adding Tailwind and specifying its use on the HTML elements in your pages, all without having to touch a style document. Plus, he introduces you to just-in-time (JIT) mode and its advantages, variants, and improvements.
🔸 Full description 🔸

Whether you realize it or not, and even if you cant define it, Web3 is everywhere—on social media, in the news, in people's investment planning. While it makes big promises, its vocabulary is unique. If youve heard buzzwords like “blockchain” or “decentralization” or anything about cryptocurrency, but arent sure what it all means, this course can help you make sense of the jargon and technologies underpinning it all. Join instructor Morten Rand-Hendriksen as he explores the many parts of Web3 to help you gain a firm grasp of the principles and practices around the ideas for a new iteration of the Web. This course is set up as a reference tool on Web3, so you can watch one video, or the entire course, depending on what you need to know. Whether you want a high-level explanation of Web3, or want a deep dive into how blockchain technology works, Mortens course has got you covered.
🔸 Full description 🔸

Material Design—the design language developed by Google—took the web development world by storm a few years ago, and Materialize CSS makes it easy to apply that system consistently to your web projects. Once you've chosen Material Design, Materialize CSS is a friendly path to follow, and it allows for a consistent user experience across browsers and devices. In this course, Ayodele Leom covers the key facets you need to know to get up and running with Materialize CSS. He starts with the basics of installation, then covers features like color classes, the grid system, the navbar, buttons and badges, and how to use media with Materialize. If youre looking to get started with this powerful and time-saving tool to create websites and applications without handcrafting HTML or using a GUI, join Leom in this course.
🔸 Full description 🔸

Learn the fundamentals of Syntactically Awesome Stylesheets (Sass), a modern web development language that helps you write CSS better, faster, and with more advanced features. Ray Villalobos shows you the best way to install Sass and work with its main features: variables, nesting, partials, and mixins. Plus, learn how to use SassScript to create complex functions from Sass lists and control statements.
🔸 Full description 🔸

Looking for a tool to make you a faster and more efficient programmer? Take a look at Emmet, a free add-on for a variety of text editors. It provides a shortcut language for writing HTML and CSS, based on an abbreviation structure most developers already use that expands into full-fledged HTML markup and CSS rules. In this course, instructor Emily Kay shows you how to uses the convenient shortcuts in Emmet for making copies of elements; comments, filters, and numbering; matching tags; and even complex CSS features like gradients. Emily also includes details on how to use Emmet with Visual Studio Code.
🔸 Full description 🔸

JavaScript has full access to the markup of a web page (DOM) and the styles of a page (CSSOM). Using JavaScript to interact with and manipulate the DOM is common practice, but using JavaScript to interact with CSS is rarely explored past the shallow layers of manipulating classes and injecting inline styles. In this course, Morten Rand-Hendriksen takes a deep dive into the intersection of JavaScript and CSS to see what is possible. He explores basic manipulation of the CSSOM to change the live styles of a site, looks at the new opportunities afforded by custom properties, and explores concepts like style tokens. As Morten shows, using JavaScript to control CSS opens the door to more interactive designs and user experiences, and allows designers and developers to do things not possible with CSS alone.

This course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that youll likely encounter in the workplace. Check out the “Using GitHub Codespaces with this course” video to learn how to get started.