I’ve just cleared the AWS Cloud Solutions Architect – Associate exam with 95%, and this post contains a comprehensive list of the resources that helped getting there.
fullstack thoughts
I’ve just cleared the AWS Cloud Solutions Architect – Associate exam with 95%, and this post contains a comprehensive list of the resources that helped getting there.
Having to temporarily wear the DBA hat for a couple of days, I found myself backing up and restoring lots of databases, across different environments.
Lately I had to provide the location of our SQL server error logs to an infra team, so they could be copied somewhere else. Raising a…
One of these days I had the need to create and extensible enum. Extensible in a way that allows people to add items to it,…
We are always learning, sometimes not the best way As most of the times, when I develop in JavaScript, I end up using the chrome…
After programatically provisioning a new SPWeb object, it is sometimes necessary to create a new entry on the root web top bar menu.So far so…
Sometimes, when applying branding to Sharepoint sites, it’s necessary to hide the quicklaunch bar. Some people do that by overriding the css styles, and basically…
One of these days I had the need to obtain a random datetime inside a specified range, on SQL Server 2008+. After a few minutes…
Whenever it’s needed to perform some heavy/slow task on a mobile application, it’s a good practice to perform that specific operation on the background, using…
I recently needed to map a C# class to a database table using FluentNHibernate. So far so good…. But then I got stuck as one…