Bonnie Schulkin

Bonnie Schulkin's teaching career started when she was very young. She taught her younger brother as a kid. With time, she gradually expanded her horizons to teaching (marginally) more willing high school students, and more recently have taught software development at various boot camps to delightfully willing adults. She has been working in the software industry on and off since the mid-90s.

videos by Bonnie Schulkin

Regular Expressions for Beginners and Beyond

  • Course duration: 3h 16m

Regular expressions have a bad reputation for being difficult to understand. This course introduces tools and a systematic approach so you can unlock the power of regular expressions to write compact, elegant code.

In this course, we will cover concepts from basic to advanced. The examples progress in a logical, narrative way. At the end of one example, we will think about how we might tweak it to do something similar but more powerful. In this way, the concepts flow naturally from one example to the next.

There are also 41 exercises. You are given a description of a regular expression, and then you write it using your choice of JavaScript or Python syntax. After you're done, tests written especially for the exercises will let you know whether your regular expressions did the job they were supposed to. These exercises are a fun, interactive way to cement the concepts in your brain, and make sure you really understand the material presented in the lectures.

Depending on your level of experience, you can start at the beginning, or start later with concepts you've always been interested in, but haven't had a chance to learn yet.


Distributed by Manning Publications

This course was created independently by Bonnie Schulkin and is distributed by Manning through our exclusive liveVideo platform.

Automated Accessibility Testing for React Applications

  • Course duration: 1h 38m

In this course, you will gain hands-on knowledge on how to make your web application usable by as many people as possible. Maybe you have manual accessibility testers, and you want to make sure they don't have to spend time chasing down issues that can be caught by a computer. Or perhaps you are just learning about accessibility and want to know how to incorporate audits into your automated tests. This course can help you learn all of it and teaches three levels of accessibility testing, to catch as many errors as possible using automated tests.

Make the most of the testing tools and learn to create custom rules for jest-axe, to tailor your audits to your company's standards or generate an HTML report for cypress-audit/lighthouse to help isolate errors.

While this course focuses on React applications, much of the material can be applied to other technologies (such as Angular or Vue). Additionally, each section lists alternative tools that might be a better fit your tech stack.


Distributed by Manning Publications

This course was created independently by Bonnie Schulkin and is distributed by Manning through our exclusive liveVideo platform.