Yet another regex for email validation
Here’s a nice little regular expression for checking valid emails. There are dozens of email validations out there, this is just another one…
HTML, CSS and JavaScript
Here’s a nice little regular expression for checking valid emails. There are dozens of email validations out there, this is just another one…
The following regular expression will match for a single character not present in the range between 0 (ASCII 48) and 9 (ASCII 57) (case sensitive)…
Specially useful when you’re on mobile and need to hide the phone keyboard…
Add a terminal command to lock the screen in Mac, add it to your bash_profile to it will be after restarting your computer…
Use a debounce function when listening to a window resize event in JavaScript otherwise you’ll site be very slow, bad UX or even crash the browser…
Use a custom Angular directive to clean an input field to allow only number…
Fire an event after the ng-repeat has finished in Angular. If you need to trigger a third party jQuery plugin or anything for that matter…
Use Angular template with curly braces inside Jinja templates…
Use this command to search strings inside files using the terminal in an Ubuntu instance…
Create a simple background slide transition that will work great in all modern browsers…