Coder to Developer

By | Engineering

So you know how to code in twenty different languages from Assembly 8088 to LINQ, but how much do you know about business processes, project management and business acumen. The following series is my personal take aways from Tek Pub’s Coder to Developer open community videos and Mike Gunderloy’s Coder to Developer book. This online streaming series breaks the book…

Read More

Programming Languages Comment Syntaxes

By | Engineering

Almost every programming language has their own specific way of putting comments into the code, so let’s recap the various ways so that you can quickly reference your tool’s syntax when you need it. Visual Basic (VB) and VB.NET Comments ‘an apostrophe at the beginning of the line indicates a commented line C#, JAVA, and JavaScript Comments // specifies a…

Read More