Regular expressions are a useful tool for dealing with text data. They allow us to slice and dice strings, and useful extract information in our applications.
Regex is also complex, and many developers will spend their entire career looking up even the most trivial of regex operations. This course will help improve your regex skills, and teach a solid core of useful tools that you can use every day with confidence!
Slightly more gentle introduction at the start.
Great examples and very clear explanations of the different elements and nuances. The content is enough for putting your hands and applying on real applications and even as base for go further in more advanced studies. Excellent!
short and easy to understand introduction to regex. Finally an intro to regex which makes me want to learn more! I also really liked the voice of the instructor which is comfortable to listen to.
Thank you so much for this well executed course.
It was a wonderful course Joe. The 30 mins were completely worth.
That course was really helpful, regex doesn't seem so mysterious and scary anymore. I will definitely use it, thanks for sharing that knowledge!
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.