facebook

Genuitec's Blog: Webclipse

JavaScript Linters, even in your IDE!

Posted on May 23rd 2016
What is a Linter? Linters are Code Quality Inspectors, which work by basically parsing your code. They check JavaScript code for common mistakes and discrepancies without running the application.You can plug linters into your code editor or copy and paste your code into any standard online linting tool. … Read More

Succeeding Virtually — Part 1

Posted on May 17th 2016
Welcome to our first installment of Succeeding Virtually, a blog written specifically for software companies with a virtual office. At Genuitec, we have been working virtually for the last decade and over that time we have developed a number of tips and tricks to ensure our success. In … Read More

An Introduction to Angular 2

Posted on May 6th 2016
Update:  Since this blog was first published, Genuitec has released an Angular IDE with advanced support for both TypeScript and Angular 2. ResourcesAngular is a JavaScript framework used to create and maintain single-page web applications. It all began in 2009 when Misko Hevery was working on the Google Feedback … Read More

Better Web Development with Live Preview

Posted on Mar 28th 2016
Did you know that several web design tools include Live Preview functionality, allowing you to instantly view changes to your web code in the browser? In this article, I’ll cover a few tools that have implemented this cool time-saving technology that results in better web development. There are … Read More
Show More