Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Are you a computer programmer ? What programming languages do you know ?

This page is a permanent link to the reply below and its nested replies. See all post replies »
Rokasu · 36-40, M
HTML, java, JavaScript, python, C, C++, wmi, powershell, bash, SQL, golang, and there’s probably more but it’s been a while.
DDonde · 31-35, M
@Rokasu I hate SQL lol
Rokasu · 36-40, M
@DDonde I tend to do all around development so database development and management both fall on my plate.
DDonde · 31-35, M
@Rokasu That's what I was doing too, just not management though.
Rokasu · 36-40, M
@DDonde Booo. It all sucks regardless. I’ve been using golang and there’s no ORM due to the strictness of the language. So many raw SQL calls 😣
DDonde · 31-35, M
@Rokasu lol.
At this one place I was at they were putting together strings of SQL queries like "update X " + value + ", blah blah blah" in vb6 still.
Rokasu · 36-40, M
@DDonde That sounds... awful. The sql libraries in golang let me do some generic prepares. I was afraid typing would be a pain in the ass but they created some back end code for all that.