Regular Expressions

Python

Beautiful Soup 4 Tutorial #2 – Searching and Filtering

If you’ve followed my work in the WinRT and UWP space, then you know how much I used screen scraping technologies to create Windows Phone versions of apps to life. (Don’t laugh) 🙂 In this video, Tim from Tech with Tim is going to be going over how to search for more advanced things using […]

Read More
Developer

Regular Expressions in 100 Seconds

Fireship shows you how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here https://fireship.io/lessons/regex-cheat-sheet-js/

Read More
Azure SQL Server

CLR in Azure SQL Database Managed Instance

With the Common Language Runtime (CLR) hosted in Microsoft SQL Server (aka CLR integration), you can author stored procedures, triggers, user-defined functions, user-defined types, and user-defined aggregates in managed code. The CLR is also available in Azure SQL Database Managed Instance. In this video, Anna Hoffman and Colin Murphy go over what CLR is, how […]

Read More
Developer Interesting

A Deeper Look into Regular Expressions

Computerphile has Professor Brailsford explain regular expressions.  

Read More