The RPA Show Episode 1 – What is RPA?
I started an RPA podcast! I like to talk automation and what better way to do that than by chatting to you all on a …
Continue ReadingSoftware Engineer | Tech Content Creator
All Posts by
I started an RPA podcast! I like to talk automation and what better way to do that than by chatting to you all on a …
Continue ReadingWhy write code that spans 8 lines when it can fit on one? I made a video about shortening your IF ELSE statements in C# …
Continue ReadingMaking an GET or POST Request is easy in C# thanks to the HttpClient object. This object comes out of the box in C# and …
Continue ReadingAre you a programmer looking to dip your toes into a new language? Or are you starting from scratch and trying to find the best language to cut your teeth on. Whether you are a fresh-faced junior or a hardened FORTRAN veteran, C# is a fantastic language for people who need a general-purpose, object oriented language. But despite it’s reasonably low barrier of entry. it may not be for everyone.
Continue ReadingSendGrid is offering a robust event webhook in the form of Inbound Email Parse, an API feature that allows you to receive emails for a …
Continue ReadingTCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re online. Sometimes, it becomes necessary …
Continue ReadingI’m a C# developer primarily. Wherever I can use it, my day-to-day language for getting stuff done is C#. The nature of my work dictates …
Continue ReadingAs developers, we are constantly surrounded by rules. Rules for code-style, rules for better performance, rules for good design, but who is setting those rules? …
Continue ReadingI’ve been recently working on a gateway service hosted in Azure that is primarily a TCP server. One of the key requirements of the project …
Continue ReadingUPDATE: This example previously used a SHA256 algorithm to hash and Math.Random to generate a salt, it has been correctly pointed out that there are …
Continue Reading