Web Developement
4.46K subscribers
633 photos
57 videos
467 files
138 links
Download Telegram
πŸ”… Introduction to Web Design and Development

πŸ”Š Author: Jen Kramer
πŸ”Έ Date: 2022-02-23
⏰ Duration: 1h 52m

πŸŒ€ Learn about core concepts, tools, and practices in this introductory course on web design and development.

πŸ“— Topics: Web Development, HTML, Web Design

πŸ”· Join @webdev_trainings for more courses
πŸ”Έ Full description πŸ”Έ

Are you interested in learning more about a career in web design and development? Getting on the internet is one thing, but its a little harder to think about how the internet is designed, let alone how you can get involved with designing it.In this course, instructor Jen Kramer gives you an introduction to the core structures, vocabulary, and practices that you need to get started creating on the web. Learn about the fundamentals of clients, servers, and browsers, building your skill set for website planning and prototyping, and developing your understanding of user experience and user interface. Get an overview of the three main front-end technologies of websites: HTML, CSS, and JavaScriptβ€”followed by a brief introduction to writing code to find out what its really like. Not interested in code? No problem. Jen walks you through the available tools and resources that require no coding knowledge at all.
πŸ”… HTML and CSS: Creating Navigation Bars

πŸ”Š Author: Jen Kramer
πŸ”Έ Date: 2021-08-13
⏰ Duration: 2h 15m

πŸŒ€ Discover how to build and style responsive, accessible navbars using HTML and CSS techniques that work in any web context.

πŸ“— Topics: Cascading Style Sheets, HTML, User Interface Design

πŸ”· Join @webdev_trainings for more courses
πŸ”Έ Full description πŸ”Έ

Even if your product or service is truly original, the app or site you build for it is going to share elements with every other app or site on the planet. Take, for example, the humble navigation bar, which your users need to find their way through your site. In this course, instructor Jen Kramer demonstrates how to create beautiful, accessible navbars using HTML and CSS techniques that work in any web context. Jen starts by detailing the proper markup for a nav bar and the box model associated with its elements. She then goes over how to style both vertical and horizontal navigation barsβ€”including how to put a logo right in the middle of a horizontal navbar. Finally, Jen shares a few advanced tricks, including how to create dropdowns and mobile layouts with hamburger buttons with CSS, no JavaScript required.
πŸ”… Building a Resilient Web

πŸ”Š Author: Morten Rand-Hendriksen
πŸ”Έ Date: 2021-04-30
⏰ Duration: 1h 30m

πŸŒ€ Learn how to create websites and applications that will work for all of your users by focusing on resilience.

πŸ“— Topics: Web Development

πŸ”· Join @webdev_trainings for more courses
πŸ”Έ Full description πŸ”Έ

View Morten's LinkedIn NewsletterWeb developers have a wide variety of tools to use and choices to make. How should you mix HTML, CSS, and JavaScript? How do you balance speed and rich media? What happens when third-party content moves or breaks? Join Morten Rand-Hendriksen as he demonstrates how focusing on resilience can help you create web applications that will work for all of your users. First, learn what makes an app or website fragile. Then explore the basic techniques underlying the resilient web, including progressive enhancement, accessibility, link persistence, web components, and more. Next, discover how to avoid issues introduced by JavaScript frameworks. Finally, watch as Morten takes you step by step through the process of architecting a resilient web application, from setting your goals to maintaining your links.
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”… Emerging Web Frameworks

πŸ”Š Author: Ray Villalobos
πŸ”Έ Date: 2022-08-01
⏰ Duration: 1h 53m

πŸŒ€ Discover new frameworks and libraries to streamline your workflow in CSS and JavaScript.

πŸ“— Topics: Full-Stack Development, Web Framework

πŸ”· Join @webdev_trainings for more courses
πŸ”Έ Full description πŸ”Έ

If youre a full stack developer, you cant ignore all the new and exciting frameworks that have emerged over the last few years. Frameworks can help you create apps and websites by simplifying the process and streamlining your entire workflow. In this course, LinkedIn Learning senior staff instructor Ray Villalobos shows you the latest features of some of the leading frameworks that are changing the industry for CSS and JavaScript developers.Get started with a few of the most important new CSS frameworks, such as CSS Pico, Pollen, Assembler, Open Props, and Windi CSS, an enhanced next-generation version of Tailwind, the utility-first CSS framework. Explore the latest and most exciting JavaScript frameworks as Ray walks you through the basics of Svelte, Next.js 3, Remix, and Astro, with tips and pointers along the way.
πŸ”… Succeeding in Web Development: Full Stack and Front End

πŸ”Š Author: Ray Villalobos
πŸ”Έ Date: 2019-09-11
⏰ Duration: 1h 3m

πŸŒ€ Do you want to become a web developer? Learn about the skills and tools you need to get a job as a front-end, back-end, or full-stack web developer.

πŸ“— Topics: Full-Stack Development, Front-End Development

πŸ”· Join @webdev_trainings for more courses
πŸ”Έ Full description πŸ”Έ

View Ray's LinkedIn NewsletterDo you want to become a web developer? Nowadays, web development isn't one job. There is a range of technologies and career options to explore. The core responsibilities are split two waysβ€”between front-end developers who specialize in websites and applications and back-end developers who work with servers and databasesβ€”but you can also become a full-stack developer who oversees all aspects of a project. This course provides a map of the core technologies and advice about mastering them, complemented with the details you need to connect them to jobs. Senior staff author Ray Villalobos also provides tips on finding training, getting hired, and maximizing your earning potential in this lucrative and exciting field.
Lynda_com_Succeeding_in_Web_Development.zip
424.6 MB
Succeeding in Web Development: Full Stack and Front End

@Webdev_Trainings
πŸ”… HTML Essential Training

πŸ”Š Author: Jen Simmons
πŸ”Έ Date: 2020-02-19
⏰ Duration: 2h 45m

πŸŒ€ Learn how to write HTML, the programming language that powers the web.

πŸ“— Topics: HTML

πŸ”· Join @webdev_trainings for more courses
πŸ”Έ Full description πŸ”Έ

Hypertext Markup Language (HTML) is the foundation of website and web application development. It allows you to ensure that your content is understood by both segments of your audience: the people who watch, read, or listen to your content, and the computers that display it. In this course, learn how to craft excellent HTML with the pieces that HTML itself has to offer. Instructor Jen Simmons highlights all of the fundamental concepts you need to use HTML thoughtfully. She focuses on semantic markup: tagging content as what it is, and not just for formatting, convention, or convenience. This has far-reaching impact for those who consume the web differently; it ensures that when a screen reader or a system (like a search engine) consumes a page, it knows exactly what it contains and how to categorize that information.