• Microsoft Visual Code

    Microsoft Visual Code

    An all purpose editor for you coding needs So you are probably familiar with Microsoft Visual Code. In these series i will write about cool extensions i have found an use in my personal and professional work. Related Articles:

  • Dynamic SQL Generation with STRING_AGG: A Powerful (and Potentially Dangerous) Technique

    Introduction Imagine you need to perform a series of updates in your database, but the exact parameters for each update are determined by data already in the database. This is a common scenario in data warehousing, ETL processes, and certain application logic. One powerful technique for achieving this is to dynamically generate SQL statements within…

  • WhatTheCommit

    An Visual Code Extension Ever been tired of writing you commit message, for a code-commit that actually doesn’t need a message. Try adding fun commits taking from the always awesome site http://whatthecommit.com/ this little extension, will take random messages from whatthecommit.com and at it to your commit message. https://github.com/Gaardsholt/vscode-whatthecommit

  • Web – Test your site for Responsiveness

    From today, 21th April 2015, Google has changed their search-algorithm so that sites that have full responsive support. Wich means, if your site hasn’t got support for mobile devices it will be ranked lower than other sites that have full mobile device support. Check your site for responsiveness here. Read more here on Googles Webmaster…

  • PL/SQL – selecting count on nodes in XML

    To count the occurrence of a node in an XML-document using Oracle xml tools.  This sample using a field in table M_DATA called XML_DATA of type XmlType. the field would contain a XmlDocument structured like this. To extract the number of occurrences of node Style

Got any book recommendations?