No regular expressions 101 videos yet. You could help us improve this page by suggesting one.
Based on our record, regular expressions 101 seems to be a lot more popular than AlgoMonster. While we know about 883 links to regular expressions 101, we've tracked only 13 mentions of AlgoMonster. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I, like many people, are entering the job market again and preparing to do a job search. What are the courses, tools, blog posts, and etc. That were useful to you as you were looking for a job? What tools did you use for your CV/Resume? Are cover letters still a thing? I personally anticipate finding a job through my network but that won't be the case for many people. What advice do you have for people applying on... - Source: Hacker News / 11 months ago
I think they make for poor evaluations, though understanding the underlying performance characteristics and limitations of common data structures and algorithms can certainly be important. That said, you'll probably need to get at least somewhat comfortable with these sorts of problems if you want to interview successfully. FWIW, the last time I was on the job hunt, I found it quicker and more helpful to use a... - Source: Hacker News / almost 2 years ago
This. Do not try and do the problems from scratch. All you will end up doing is frustrating yourself for hours and taking far longer to get through the material than you need to. You wouldn't do this in any other field e.g you wouldn't jump into a Linear Algebra textbook with no prior experience and expect to be able to solve all of the problems without first reading the chapters. Don't expect to be able to do... - Source: Hacker News / about 2 years ago
However, there's websites and resources like algo.monster which is a paid resource. Anyone, who has used algo monster, can they guide if it's the right path to go down on? Source: over 2 years ago
I'm using algo.monster and finding it very good for review /discovering problem-solving patterns when approaching popular interview topics. Source: over 2 years ago
Test and debug regex with detailed explanations for each part. ๐ https://regex101.com. - Source: dev.to / about 2 months ago
Test with https://regex101.com/ before deploying. - Source: dev.to / 3 months ago
In practice, the first unpaired ] is treated as an ordinary character (at least according to https://regex101.com/) - which does nothing to make this regex fit for its intended purpose. I'm not sure whether this is according to spec. (I think it is, though that does not really matter compared to what the implementations actually do.) Characters which are sometimes special, depending on context, are one more thing... - Source: Hacker News / 5 months ago
> unreadable once written (to me anyway) https://regex101.com can explain your regex back to you. - Source: Hacker News / 5 months ago
To try out our newfound regex, I will use the website called RegEx101. It's a superhero favourite, so you better bookmark it for later ๐. - Source: dev.to / 6 months ago
Educative.io - Interactive courses for developers by developers
RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.
AlgoExpert.io - A better way to prep for tech interviews
Expresso - The award-winning Expresso editor is equally suitable as a teaching tool for the beginning user of regular expressions or as a full-featured development environment for the experienced programmer with an extensive knowledge of regular expressions.
LeetCode - Practice and level up your development skills and prepare for technical interviews.
rubular - A ruby based regular expression editor