Entity Framework from Database First – CLI

By | Ramblings

Entity Framework (EF) is a Microsoft .NET ORM (Object Relational Mapping) framework for connecting to databases and abstracting away the necessary raw SQL from interacting with entities. It makes it way more efficient to have engineers focus on the logic of the application, rather than the syntax of the queries. Forget SQL Injection attacks as EF will automatically turn variables…

Read More

Free Up Storage on Mac from HomeBrew and Docker Images

By | Engineering

Here’s a few tricks to help keep your Mac running on tip top condition and cleanup bloated or cached files. The Homebrew ecosystem helps Mac users download apps and packages. Homebrew – the missing package manager for Mac. To install Homebrew, run the following script below. /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Then you can run a formula to download and…

Read More

An Introduction to AI and ML

By | Engineering

Artificial Intelligence (AI), Machine Learning (ML), Natural Language Processing (NLP), Natural Language Generation (NLG), Neural Networks and Deep Learning (DL); these acronyms all fall under the AI umbrella of making machines smarter. This could be as tech rudimentary as offering spelling and grammar checking to complex solutions such as autonomous driving vehicles. Artificial Intelligence – making machines smarter Over the…

Read More