Author: bagerjacob

  • 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

  • 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:

  • 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