-
How to use Python to hack your Eclipse IDE
[ad_1] The Eclipse Advanced Scripting Environment (EASE) project is a new but powerful set of plugins that enables you to quickly hack your Eclipse IDE. Eclipse is a powerful framework that can be extended in many different ways by using its built-in plugin mechanism. However, writing and deploying a new plugin can be cumbersome if…
-
A compilation of 7 new OpenStack tutorials
[ad_1] Jason is passionate about using technology to make the world more open, from software development to bringing sunlight to local governments. He is particularly interested in data visualization/analysis, DIY/maker culture, simulations/modeling, geospatial technologies, and cloud computing, especially OpenStack. Follow him on Twitter or Google+. [ad_2] Source link
-
Which open source personality type are you?
[ad_1] Working in teams will naturally foster differences of opinion—and that’s a good thing. Diverse opinions help ensure all ideas are discussed, problem areas are identified, and the focus of the task at hand is in the right place. However, things are a little different in the open source world. Open source contributors are passionate—they…
-
How to add open source experience to your resume
[ad_1] In this article, I’ll share my technique for leveraging open source contributions to stand out as a great candidate for a job in the technology field. No goal can be accomplished without first being set. Before jumping into a new commitment or spending the evening overhauling your resume, it pays to clearly define the…
-
Top 5 sources for open source fonts
[ad_1] Fonts, like any other digital asset on your computer, come with their own rules for licensing. When selecting a font, the decision process involves more than choosing between serif and sans serif: understanding how the font is licensed matters too. Though typographers need to be concerned with their rights to modify and extend a…
-
The Tao of project management
[ad_1] The Tao Te Ching, believed to have been written by the sage Lao Tzu in the 6th century BCE, is among the most widely translated texts in existence. It has inspired everything from religions to funny movies about dating, and authors have used it as a metaphor to explain all kinds of things (even…
-
Can we tackle the Zika virus with rapid, open research?
[ad_1] Marcus D. Hanwell | Marcus leads the Open Chemistry project, developing open source tools for chemistry, bioinformatics, and materials science research. He completed an experimental PhD in Physics at the University of Sheffield, a Google Summer of Code developing Avogadro and Kalzium, and a postdoctoral fellowship combining experimental and computational chemistry at the University…
-
5 tips for growing your developer community on GitHub
[ad_1] You’ve done it: you’ve taken your own personal utility, library, or web application and placed it on GitHub as free and open source software for all the world to see. Maybe you wrote this software to fill a personal need, or maybe you’ve always hoped that it would reach more people. One thing’s certain: it’s always been…
-
A Mozilla journey: Contributor to Firefox Student Ambassadors executive board
[ad_1] My open source story began during my first year of college when I joined Mozilla’s Firefox Student Ambassadors (FSA) program. I was lurking in the #webmaker channel on Mozilla’s IRC when I met Laura Hilliger. We discussed CodeZer0, a self-published computer security and hacking magazine I was working on, and she encouraged me to…
-
Using Vagrant and Ansible to deploy virtual machines for web development
[ad_1] Vagrant and Ansible are tools to efficiently provision virtual machines, also called VMs, or in Vagrant terms, the word “boxes” is often used. We begin with a short discussion of why a web developer would invest the time to use these tools, then cover the required software, an overview of how Vagrant works with…