Menu

Blog

  Feed
  FR, EO

Why I Don’t Like the Word “Developer”

  FR
 5 min.
 chop
 0
 

You may or may not have noticed it, but I try to avoid the terms “developer,” “coder” and “programming” on Keyboard Playing, except maybe when I’m focusing on the activity of writing code. There’s a reason to it: in our field, it’s common to use these words to describe a variety of jobs. Actually, about anyone who writes or edits code may be called a developer.

Read more

You probably shouldn’t have “J2EE” on your résumé

  FR
 2 min.
 chop
 0
 

Recently, a colleague of mine came with a wide smile and said, “I have a candidate to interview. There’s J2EE on his resume, but he’s too young to have worked with it. I might have, not him.”

That’s a recurring joke among senior Java technicians: it’s not uncommon for candidates to hear J-2-E and write it J2EE when they should simply use JEE. It’s not completely incorrect, but it may cause some confusion.

Read more

Trim trailing spaces in MS Word and LibreOffice

  FR
 3 min.
 chop
 3
 

If you like to deliver clean documents, you probably sometimes display invisible characters in Word. In such occasions, you may have seen lines or paragraphs ending with ·¶. Yes, because a document is not only written but also manipulated and changed a number of times, having trailing spaces is not a rare thing. One of my development reflexes is to trim those, but Word does not provide any tool to do that automatically. Or does it?

Read more

Make Sure These Node Modules Are Those You Wanted

  FR
 6 min.
 chop
 0
 

Sometimes, I don’t understand something, so I search the answer and sharing it is natural. Sometimes, I don’t think sharing it will be any use, until I realize that some people, even in my team, struggle with the same thing. This post is in the second category.

If you use NPM regularly, you must have noticed it adds tildes (~) or carets (^) in front of your dependencies’ version number. You may also have noticed it creates a package-lock.json file. If you don’t know what any of these are, this post will shed some light.

Read more

How to Choose Your OJDBC Driver

  FR
 7 min.
 chop
 0
 

When you develop a Java program that accesses a database, you’re likely to need a JDBC driver. When that database is an Oracle product, you keep that O for OJDBC.

For years, I just used the version an architect had selected. Then, I became the architect and I had to understand which version to choose. It’s not that complicated, just not really well explained. Let me try to contribute…

Read more

We Are Creating the Future

  FR
 7 min.
 chop
 0
 

To conclude this series about sustainable IT, I wanted to write a bit about some impacts of software creation that we rarely think about. We’ve all seen movies where a mad scientist creates something that they think is awesome until it escapes their control and threatens life as we know it.

Everybody’s a mad scientist, and life is their lab. We’re all trying to experiment to find a way to live, to solve problems, to fend off madness and chaos. David Cronenberg

That’s especially true about us software creators: we innovate, create new technologies for thousands or millions of people. If we’re not careful about those creations, they may transform the whole society, though not necessarily in the way we assumed they would.

Read more

Data Is the New Oil

  FR
 7 min.
 chop
 0
 

Every project we hear about these days seems to be about data—or artificial intelligence, which is mainly the same. Data is not something new, but the enthusiasm about it is growing rapidly. People are not always aware of how much a website or an application is collecting about them, pushing legislators to write laws about what a company can and can’t do with a user’s data.

Why is that the problem of software creators? Well, the mere amount of data we now collect could never be processed in a lifetime without our digital skills. That makes us at least partly responsible for what is done with it.

Read more

The Role of Software Creators for a Sustainable IT

  FR
 17 min.
 chop
 0
 

Last week, I posted about the environmental footprint of digital technology. Most of it may have seemed pretty hardware considerations—and several companies or associations fight for more modular, repairable and globally speaking sustainable electronics.

Now, you’re willing to help, but you can’t see how you can make a difference because work on software exclusively and have no say about the hardware that it’ll run on? This post will give you some hints about how to include these considerations into the design of your application.

Read more
  Feed
  FR, EO