by Manish Motwani | Mar 12, 2019 | Code, Community
Automated program repair techniques use a buggy program and a partial specification (typically a test suite) to produce a program variant that satisfies the specification. The number of publications per year in this area of research has increased by an order of...
by Jordi Cabot | Feb 8, 2019 | Code
If you write about programming topics (if not, start now, writing makes you a better programmer), you often need to include code snippets in your posts. Let’s review what are the best tools for creating and sharing your own source code snippets online....
by Jordi Cabot | Nov 22, 2018 | Code, Tool
I typically use 3 different computers (home, office and travel). A good online IDE (Integrated Development Environment) would be really useful to avoid reinstalling and configuring all the editors and libraries and plugins and … I use in every computer....
by Jordi Cabot | Sep 6, 2018 | Code, Tool
Like it or not, the first thing any recruiter will look at (just after googling your name) is your GitHub Profile. This somehow assumes that any developer should have a healthy contribution to a number of open source projects (or side projects) on your free time to be...
by Jordi Cabot | Jul 10, 2018 | Code, Process, Tool
I’m looking for a tool able to automatically track the time I spend coding. A plus if it detects also the programming language I’m coding in (even if it’s a simple approach based on looking at the file extension instead of something more accurate...
by Jordi Cabot | May 29, 2018 | AI, Code, Tool
Everybody new to WordPress quickly learns that WordPress is written with a capital P. This is a major pet peeve for the WordPress community (just write WordPress with a lowercase P in any WP forum/slack channel and count the seconds until somebody corrects you 🙂 )....