A lot of the time, web apps are built primarily with the desktop layout in consideration, and the mobile layout suffers as a result. In this course we are going to discuss using features of user interface which are optimised for mobile devices.
We are going to discuss CSS features that make a big difference and build entire components that work great on mobile devices and browsers. We are going to take into account browser support to ensure our users are getting the experience we want them to.
More and more of our users depend on their mobile device to use our web apps. With this in mind, we are going to look at how to optimise the components we build for smaller viewports, and how to ensure our customer gets an optimised version of our web app for their device.
We are going to discuss different ways we can view, test, and debug our web app in a mobile setting so that we know what we are seeing is what our user is seeing, because sometimes a desktop browser emulating a mobile device just isn’t enough.
Super useful and well explained, this will come in handy.
Great CSS course, learned a lot from it.
The last two videos with the srcset & picture/source info was useful and I didn't know that before! Honestly I knew the rest of the stuff; I found it pretty basic.
Oh, no! I was trying to replay the last video. But then the review page loaded at the same time and I accidentally clicked on rating 1.
This is so ironic, considering that it's the first time that I was intending to leave a rating of 10.
I loved this course. Please let me know how to fix this. I feel really bad about it. Thank you.
I found some new techniques I didnt know about and some more info on things I was familiar with. They were all explained in simple terms, were easy to follow and looked like quick things to implement, but would have a big impact.
It gave me some other tools to use besides Genymotion - informative, nicely done.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.