CMD+F in your text editor can only get you so far! In this course, we will learn to use grep and find, two powerful command-line utilities, to search through and explore our codebase. Learn to search specific files and folders, using regular expressions to look for -- or ignore! -- particular phrases. We'll cover how to search recursively, get more context on your results, and some simple tricks to make your searches faster and more targeted.
Once you're familiar with grep and find, you'll be able to quickly answer questions such as: Do I use this function anywhere other than my tests? Where does this file get imported? Whether you're working on a new feature, reading a codebase for the first time, or refactoring existing code, grep and find can help you work faster and more effectively.
Need more examples with the Infrastructure Engineer respective, like looking something in system logs, configuration directory, docker logs, kubernetes logs , yaml/json files.
Command line wizardry. Much appreciated!
More handy grep commands. For example search for files contains two patterns, or three. Grep only first result. Grep the first numeric value on line, or the second. Grep some common patterns, like a date, phone number, email.
Great presentation, short and straight to the point videos. Got a lot of useful examples. Thank you Bonnie!
I like this because it is concise and has a lot of realistic use cases as well as explanations for the options used.
I learned a bunch in 24 minutes. It didn't require me to bring too much prior experience with command line tools, grep or RegEx, but I learned buts about all of the above.
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.