Post List #3
Just wrapped up an insightful #CyberWeek hosted by #LAC4
Just wrapped up an insightful #CyberWeek hosted by #LAC4 held in The Dominican Republic, which concluded last week. It was an honor representing Dominica (Commonwealth of.) and pleasure meeting professional in the field IT from across Latin America and the…
My Top favorite shows on Pitching
This is an ongoing list of my top favorite shows in the start-up world of pitching ideas for investment. As an avid enthusiast of the entrepreneurial journey, I’ve found myself hooked on a series of shows and podcasts that capture…
Embracing the Elegance of One-Liners: Converting a C# LINQ List Query to String Delimiter
In the world of programming, there is an undeniable beauty in concise and elegant code. One-liners, in particular, have a charm of their own, offering simplicity and efficiency. Today, I would like to share my love for one-liner codes and…
T-SQL CRUD operations for Linked Server using OPENQUERY
This is a modified version of the original post found here. Below is the standard operations (SELECT, INSERT, UPDATE & DELETE) used in T-SQL backend operations. SQL Queries tested on Microsoft SQL 2008 R2 SELECT Statement — W/o Parameter(s) SELECT…
How to add a base64 signature image to a SSRS Report
There may arise an occasion where you would need to incorporate signature data into your Microsoft SQL Server Reporting Service reports. First thing first, you would need to set up an SSRS project in Visual Studio which (Carl de Souza,…