facebook

Genuitec's Blog

Microservices: A Developer’s Perspective

Posted on Jun 7th 2016
Microservices: A “new” conceptIn the last couple of years, we have been hearing a lot about microservices. There is already a lot of valuable (and also not so much) content regarding defining the term and the general concept behind it. The definition is not always enough to fully … Read More

What do Programmers Hate Most?

Posted on Jun 3rd 2016
I love my job as a programmer, but like most jobs, it can have a downside. Sometimes I really dread having to tell someone what I do for a living. The story I am about to tell you is 100% true.When driving home one night, I was stopped … Read More

Let Them Storm the Beaches

Posted on Jun 2nd 2016
Getting old really sucks. Running is my stress relief. It is also my feeble and losing battle with time. My 45 min running route gives me a 2 mile reprieve onto the soft sand along the beach. With summertime upon us, kids dart in and out of the … Read More

Using Custom Actions in Sapphire

Posted on May 30th 2016
In previous articles, I’ve discussed how to create custom XML bindings and custom editing UI for an editor based on the great Eclipse Sapphire framework. Now let’s take a look at another aspect of editor UI creation, customizing standard actions like Add or Browse, or creating completely custom … Read More

The Virtue of Failing Fast

Posted on May 25th 2016
I have not failed. I’ve just found ten thousand ways that won’t work.— Thomas Alva EdisonThis comes as no surprise, but not every idea will be a winner in the marketplace. We all fail sometimes, for a variety of reasons, some within our control and some not. And it’s … Read More

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

Boost Productivity with MyEclipse—App Servers, Deployment, Testing & Utilities

Posted on May 19th 2016
This article completes the series on ways you can boost productivity with MyEclipse. If you happened to miss my other articles, refer to the first article for setup information and the second article for coding and navigation tips.  App Server ConnectorsMyEclipse provides nearly 20 application server connectors out … 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
Show More