What Is Your Main Language?
Jan Wedel

Jan Wedel @stealthmusic

About: Senior Software Developer + Tech Lead + Father + Musician + Loves Technology

Location:
Berlin
Joined:
Feb 23, 2017

What Is Your Main Language?

Publish Date: May 11 '18
23 105

I am following The Practical Dev and dev.to for quite some time and had the impression, that this great community consists of a majority of frontend and scripting language developers. I was more than happy, that my article about Modern Java Development gained some attention.

Now I am curious to know, What is you main programming language and what are you using it for?

Comments 105 total

  • Jan Wedel
    Jan WedelMay 11, 2018

    My main language is Java and I am developing connected industry (or IIoT) solutions for customers.

  • Ross Henderson
    Ross HendersonMay 11, 2018

    SQL and I use it with Oracles Application Express to create webapps for my company to streamline efficiency, secure data and reduce costs.

    • Jan Wedel
      Jan WedelMay 11, 2018

      I've came a across some APEX applications but I've never actually had the chance to see how they are written. So you actually write a web application in SQL?

      • Ross Henderson
        Ross HendersonMay 11, 2018

        APEX (Stolen from Oracle's website).

        This is the interface that we use to create a page. In it we can load up reports, grids, charts, trees, etc. All that can be manipulated using SQL, PL/SQL and JavaScript to show whatever you want.

        For example: I'm using PL/SQL in my latest app to send both scheduled emails and SMS to customers, if they meet certain criteria, within our database by combining several tables that compartmentalise data, without exposing it to the world, using PL/SQL and RESTful services. It's insane. And that's only taken me a few weeks to create (considering I'd never heard of RESTful services until then).

  • Ghost
    GhostMay 11, 2018

    These days I primarily code in Ruby and R. I mostly work in the industrial machine learning field and use both heavily for applications.

    • Jan Wedel
      Jan WedelMay 12, 2018

      My colleagues, sitting next to me are also developing ML SW built with R, but mostly it’s kind of little research projects with customers. Do you build actual products with R already?

      • Ghost
        GhostMay 12, 2018

        YES! I build the server application in Ruby and use the RInRuby gem to start my R apps when needed (mostly classifiers). I have deployed several industrial applications using this method and it works great.

  • Casey Brooks
    Casey BrooksMay 11, 2018

    Most of the code I write at work is in Java, but more and more I am replacing my Java side projects with Kotlin.

    • Jan Wedel
      Jan WedelMay 12, 2018

      And what kind of SW are you building?

      • Casey Brooks
        Casey BrooksMay 12, 2018

        I'm a consultant so the specific projects/technologies change frequently at work, but my current project is a large Android application. A lot of my side projects are also Android apps, but the big thing I'm working on is Orchid, a new static site generator. The core is still in Java, but I've been building all its many plugins in Kotlin.

        • Jan Wedel
          Jan WedelMay 12, 2018

          Nice. I’m also tempted to start with Kotlin. But as I had the same feeling when Scala came out, I’m waiting if the hype will last...

          • Casey Brooks
            Casey BrooksMay 20, 2018

            Yeah, I had similar concerns for a while, but when Google announced first-class Android Kotlin support, I decided to take the plunge. I think the support of Google and Jetbrains, both large and influential companies in the Java space, give Kotlin an edge that other JVM languages do not have.

  • Pierre Bouillon
    Pierre BouillonMay 11, 2018

    Python here ! For tasks automation and APIs, but for pretty much everything else too.

  • Meghan (she/her)
    Meghan (she/her)May 11, 2018

    JavaScript, if it had static types I’d use it for everything. But right now I pretty much only use it on the web which is where I spend most of my time anyway haha

    • Jan Wedel
      Jan WedelMay 11, 2018

      Why not using Typescript then? Our frontend devs migrates all Code to TypeScript from JS. You still need to transpile but maybe WebAssembly will have some answers in the future...

      • Meghan (she/her)
        Meghan (she/her)May 11, 2018

        Because typescript needs to be transpiled, and I like being more in control of what gets outputted

        • rhymes
          rhymesMay 11, 2018

          Well, even ES6 needs to be transpiled...

    • Jan Wedel
      Jan WedelMay 11, 2018

      BTW, you didn’t answer my second question. What are you building with JS?

      • Meghan (she/her)
        Meghan (she/her)May 12, 2018

        All sorts of things :)

        github.com/Nektro/apps.nektro.net is a WIP suite of PWAs to serve as Web alternatives to all your regular native app needs. Every OS comes with basic productivity utilities, and I'm making those very apps for the Web.

        github.com/Nektro/modules.js is my collection of ES2015+ modules for all sorts of things you might need when making programs with JS

        Those are my main projects right now and I've plenty in the works on the side too

  • Ben Sinclair
    Ben SinclairMay 11, 2018

    At work, my main language is currently PHP. In my dreams, it's something else.

    • Jan Wedel
      Jan WedelMay 12, 2018

      What is you work or what do you build with PHP?

  • Stephen Chiang
    Stephen ChiangMay 11, 2018

    Grew up on Java, but JavaScript has taken over, followed by c#

    • Jan Wedel
      Jan WedelMay 12, 2018

      What do you use it for?

      • Stephen Chiang
        Stephen ChiangMay 12, 2018

        Mostly web applications.

        • Jan Wedel
          Jan WedelMay 12, 2018

          Ok, and what kind of web applications? What’s the domain?

  • Fabian Holzer
    Fabian HolzerMay 11, 2018

    I work in the healthcare sector, with the particular focus of our business unit being hospital information systems.

    For the applications I'm working on Java is the predominant backend language and we build our UI with TypeScript (Angular).

    I do both backend and UI development, but the latter consumes about 80% of my time, which therefore makes TypeScript my main language.

  • Valentin Baca
    Valentin BacaMay 12, 2018

    Java for the front and backend: serverless on AWS Lambda with an Android client. In the near past I was using Java for web servers using Spring & Tomcat.

    I've been learning Python on my own time, but putting that on pause while I pickup Objective-C and Swift for iOS at work.

  • Cat
    CatMay 12, 2018

    Vanilla Javascript, however, I'm shopping around for a library or framework. I'm looking at React for obvious reasons * coughiworkatfbcough * but I've recently been Ruby on Rails-curious since I've heard it mentioned a lot on Learn to Code With Me and Code Newbie podcasts.

    TL;DR: since JS was my first language, I equate new programming languages with what I know in JS. So yeaaaah. Vanilla JS.

    • Jan van Brügge
      Jan van BrüggeMay 14, 2018

      You may want to take a look at Cycle.js if you are interested in functional programming. Found it, used it, then joined the team

  • Ben Halpern
    Ben HalpernMay 12, 2018

    Ruby is my main language. I code in other stuff as well, but I'd call myself a Rubyist at heart.

    dev.to is built with love and Ruby. ❤️

    • Jan Wedel
      Jan WedelMay 12, 2018

      What did you do before dev.to?

      • Ben Halpern
        Ben HalpernMay 12, 2018

        Immediately before dev.to I was building a messaging dashboard with Node, and before that it was a marketplace app in Rails.

  • Yoandy Rodriguez Martinez
    Yoandy Rodriguez MartinezMay 12, 2018

    I grew up with Java, switched to Python and never turned back. These days I'm working a lot with Odoo as part of my job in DSis, hoping to introduce som Ruby into the company.

  • Raunak Ramakrishnan
    Raunak RamakrishnanMay 12, 2018
    • Java / Kotlin for big backend services (using Spring boot)
    • Python for quick prototypes / internal services. I heavily use it for data analysis (numpy, pandas, keras)
    • Bash for glue code and cron jobs.
    • SQL for generating some reports.
    • Some javascript / Nodejs for basic front-end or AWS Lambda.
  • Vedran Mandić
    Vedran MandićMay 12, 2018

    C#/JS/TS webapps small and enterprize, SQL also...

  • K
    KMay 12, 2018

    JavaScript it is and I'd use it for everything if I could, lol

  • Souk Syp.
    Souk Syp.May 12, 2018

    Moonscript(Lua), especially with Lapis + Openresty for backend and rest API. For the frontend, vanilla Javascript with frameworks like React help me build prototypes faster. Because Moonscript and Javascript are so alike, I learn one for two.

    • Jan Wedel
      Jan WedelMay 12, 2018

      Interesting. What kind of apps (as in domain) are you building with Moonscript?

      • Souk Syp.
        Souk Syp.May 12, 2018

        A news web app (naneung.com/) and a web note editor that translate karaoke into lao, currently in development.

      • Souk Syp.
        Souk Syp.May 12, 2018

        To illustrate what I'm doing...
        Typr

        • Jan Wedel
          Jan WedelMay 12, 2018

          Fancy! karaoke? 🎤
          Reminds me of using Pinyin for Chinese...

          • Souk Syp.
            Souk Syp.May 12, 2018

            Yes. Karaoke is the most popular language among millenials in Laos for chatting.

  • Brian Kephart
    Brian KephartMay 12, 2018

    I’m using Ruby on Rails to build a music school administration app.

    • Jan Wedel
      Jan WedelMay 12, 2018

      Interesting! What was first, you or the app? 😄

      • What I mean is, did you offer to write such an app or were you hired to do so?
      • Brian Kephart
        Brian KephartMay 12, 2018

        I was hired as a teacher/manager, and I learned to code specifically to build this app.

        I started off in the same job as the other managers. I was more efficient than the other managers at technical jobs, so I got put in charge of all things tech (and fewer things sales 😄). We wanted to make our teachers' notes paperless and accessible to other teachers, so I built note systems in a no-code app platform based on spreadsheets. That was slow and clunky, so I learned to program in order to build a web app. I'm the only coder, so I needed a framework for fast development, thus Rails.

        So yeah, one thing kind of just led to another. To be honest, I guess my main language is actually music. 🎶

  • Hugo Di Francesco
    Hugo Di FrancescoMay 12, 2018

    JavaScript.

    For green and brownfield development using a mix of Angular, AngularJS (legacy), Vue and Node/Express.

  • Rémy 🤖
    Rémy 🤖May 12, 2018

    For back-end servers, management scripts and various hacks, I go to Python by default.

    The only thing I don't do in Python is basically what happens in the browser and has to be done in JS (duh)

  • Donald Merand
    Donald MerandMay 13, 2018

    I work in education, and I use Ruby as my go-to platform for web apps and system scripting. It's stable, performant at my scale, and the code is beautiful.

    When I want to write a truly bulletproof server/daemon I've been leaning toward Elixir. When I want to write front-end apps that go beyond Neapolitan JavaScript, I use Elm. I'm very happy with this set of tools!

  • John Best
    John BestMay 13, 2018

    C# for me, and I use it for Desktop and Web Dev in ASP.NET

  • Mara Sophie Grosch (LittleFox)
    Mara Sophie Grosch (LittleFox)May 13, 2018

    When I can choose, I use go for backend stuff and typescript for frontend.

    At work, I cannot choose very often and I write Perl and jQuery then. Sometimes some C

  • Patrik Kristian
    Patrik KristianMay 13, 2018

    PHP there... i zse it for 10years and i am happy with that. you know, web apps, portals, intranet apps and some bugger scripting. When i do not want ro use PHP i use my beloved Bash

  • RooT
    RooTMay 13, 2018

    I love php. Its the programming language that I was able to realize the first project I am really proud of and it has never failed me ever since.

  • Estefanía Hernández
    Estefanía HernándezMay 13, 2018

    C# for the back end and Python for ML stuffs.

  • Julian Chan
    Julian ChanMay 13, 2018

    Polyglot myself, a bit of .NET, PHP, JavaScript, Ruby. My latest craze is Golang. My first language was Java.

  • Javi
    JaviMay 13, 2018

    Javascript.

    I have coded in Java, C#, Ruby, Python, but always with a pinch of JS.

    I really like it because is universal knowledge that you can apply wherever you want.

  • Jan van Brügge
    Jan van BrüggeMay 13, 2018

    I have a main language per problem set.

    • Typescript for frontend
    • Rust for systems programming
    • Haskell for servers
    • rhymes
      rhymesMay 13, 2018

      that's a very uncommon stack!

      Do you write backends in Haskell? Can you elaborate a bit?

      • Jan van Brügge
        Jan van BrüggeMay 13, 2018

        Haskell is great, the strong type system pushes al your errors to the boundaries of your program. There I have haskell-servant for example that automaticly parses json and validates it, so I only have to write handlers dealing with plain Haskell types. It is also magnitudes faster than nodejs or Java. So yeah, I love writing backends in Haskell. Takes a bit of time to get used to, but I never wrote as less code as now for my servers.

        • rhymes
          rhymesMay 14, 2018

          I understand! Thanks for the explanation.

  • Christopher Miller
    Christopher MillerMay 13, 2018

    Javascript is what i was taught, but PHP is what i code in, along with JQuery

  • Håvard Krogstie
    Håvard KrogstieMay 13, 2018

    C++ with a well rounded amount of object orientation. There is something special about using linux syscalls on file descriptors, combing through 30 different five-letter-acronyms trying to get serial to work on a Raspberry Pi. Yes headers are somewhat of a hassle, but when you write closer to C with sensible use of global variables it actually cleans things up. I have even come to enjoy multithreading in C++, using std::mutex and std::thread.

    I suppose the point is that procedural programming is suprisingly maintainable even when threaded, because you don't try guessing objects' future use cases or data races.

  • Erik Nelson
    Erik NelsonMay 13, 2018

    Java for backend development, however I'm doing my best to replace it with Kotlin whenever possible.

  • Ricardo Delgado
    Ricardo DelgadoMay 13, 2018

    VueJS to build a ton of web apps.

  • Vladimir
    VladimirMay 13, 2018

    Main language is Java, but I also have some side projects with Python and Arduino (C like one)

  • Thomas Melville
    Thomas MelvilleMay 13, 2018

    Java is my first language but you gotta know more to survive. Currently I'm working on a mongo, spring boot and angular app.

  • Loopdeez
    LoopdeezMay 13, 2018

    C#! I just find the .NET/MS stack so easy to build with.
    Recently picked up React Native and really finding it fun to work with too

  • Robin L.
    Robin L.May 13, 2018

    I am a real pythonista :). But generally I cover alot of other stuff like java, ruby, go, c++ and the webstack (css, html, js...) too. My first language ever was java.

  • Cary Miller
    Cary MillerMay 13, 2018

    My main language these days is Swift, for iOS. But I still have some deep love for C# and Unity 😁

  • Bruno Paz
    Bruno PazMay 13, 2018

    Right now, for web applications, PHP 7 and Symfony 4 is my favorite combination. Then GoLang for command line apps and micro services or when PHP is not the best tool (Ex: Highly concurrent application).

    For frontend VueJS.

    Some other technologies that I like: MySQL, Redis, SQS, AWS Lambda, Firebase, NodeJS, Kubernetes,

  • Dan Homola
    Dan HomolaMay 13, 2018

    TypeScript using React and React Native. I began my software engineering career with C# but have since moved towards front end. I’ve been using TypeScript for three years and I still love it, it gets better with every version!

  • Keviniano
    KevinianoMay 13, 2018

    C# with .net core, web app hosted in linux.

  • Abhishek Sharma
    Abhishek SharmaMay 13, 2018

    Python- the second best language for everything.

    • rhymes
      rhymesMay 13, 2018

      hahaha :D so what's the first?

  • PNS11
    PNS11May 13, 2018

    Picolisp, it's where I prototype, take notes and make plans, script my personal devices, call bash and shared libraries, process datasets and try out web app ideas that never take off.

    For some number and graph computing I've recently started exploring J, highly recommended for its brutal expressiveness and the libraries, and it runs fine also under Android which allows silly practice on handhelds when commuting or waiting.

  • Alexander Blum
    Alexander BlumMay 13, 2018

    About five years ago I switched from coding most of my projects in plain Javascript and/or PHP to almost exclusively writing them in Haxe.
    Since Haxe transpiles into (amongst others) both Javascript and PHP, I can use the same target platforms, but I get type safety, syntax checking, dead code elimination, conditional compilation, etc. And I can easily share code between frontend and backend without the requirement of having both run the same language, or needing a nodejs server (not that targeting nodejs would be a problem with Haxe).

    Nowadays I use Haxe for almost everything, from writing Linux (or Windows or MacOSX) command line tools, to JS/PHP web applications, to Linux, Mac and Windows desktop applications, to iOS and Android apps.

  • ItsASine (Kayla)
    ItsASine (Kayla)May 13, 2018

    Jasmine, a testing framework for Javascript, since my job is software QA. I use Protractor and supertest with it to test Angular front ends and REST APIs.

    Mocha would have worked for those, too, but Jasmine is a tad more straight forward. If more people were reading my spec files, I'd consider switching.

    Personal projects then end up using Angular or vanillaJS, but I'm itching to get back into Python to do something data related.

    • Jan Wedel
      Jan WedelMay 14, 2018

      Are you only write tests? In my team, we also develop angular apps, but all testing from unit to E2E UI tests is done by our developers. Do you really see a need to have a separate QA?

      • ItsASine (Kayla)
        ItsASine (Kayla)May 14, 2018

        At my location (one office of a larger organization), they try to maintain a 2:1 dev:QA ratio within teams. Devs write unit tests for their code and then QA writes the integration and E2E tests for the app as a whole.

        In theory, this allows for devs to focus on deving and QAs to not be as tied to the code so they’re able to catch things better (going off of the spec rather than what the implementation does).

        • Jan Wedel
          Jan WedelMay 14, 2018

          In theory

          So, does it work in your opinion? I mean in terms of quality and also team responsibility? I would assume that it will end up in a situation where “they” write the bugs while “them” alway being to picky.

          • ItsASine (Kayla)
            ItsASine (Kayla)May 14, 2018

            I’ve been on teams where it’s been siloed between dev and QA, and there has been a bit of infighting amongst those who find bugs and those who write code. It’s never been hostile just certainly a sense of otherness.

            Most teams, though, if QA and dev are integrated then there’s no issue with that. Like, don’t have QA site bunched together away from dev, don’t have QA only lunches, etc. If everyone acts as a team, there’s no otherness.

            Biggest issue I have with it is that I’m bored more often than not. Once I set up the initial framework, it’s a whole lot of waiting on dev to implement features for me to E2E test. 2:1 is good when a project is spinning up fast, but I think they need to revisit how many QAs are needed when a project is more in a sustaining pace. If the devs are working on infestructure or tech debt, I’ve got nothing to do.

  • Thalles Henrique
    Thalles HenriqueMay 14, 2018

    Java. But I have interest to learn Swift, but I guess I'm having troubles with this because I don't know much about functional programming (I only know to code using the Object-oriented paradigm). I tried to learn this programming language using the demonstration project of the Apple's development page, but I continue with some doubts in some aspects of it, such as the guard-lets and the way which Swift use the MVC-Pattern. Currently, I'm programming in Python (with Django framework) too.

    • Jan Wedel
      Jan WedelMay 14, 2018

      I‘m also a Java dev and I code some iOS apps in my spare time. So I’m wondering you are having troubles with Swift? It’s as function (or not functional) as Java. Why are you having trouble with it?

      • Thalles Henrique
        Thalles HenriqueMay 14, 2018

        I always get confused with ViewControllers (put the code of one in another, because of the name) and find the "guard lets" very complicated. I'm more used to programming using very much comparisons and tried to implement the demonstration project in Apple's site, and I haven't studied anything of the language before starting, which I guess wasn't a good idea. I understood the basics but some functions are a little bit obscure for me.

  • Scott Hannen
    Scott HannenMay 14, 2018

    I primarily use C#, followed by JavaScript. Then I play around with other languages for fear of totally arresting my development.

  • Kasey Speakman
    Kasey SpeakmanMay 14, 2018

    F# for back-end services, mostly web APIs.

    • Jan Wedel
      Jan WedelMay 14, 2018

      Cool. F# looks very interesting to me. What are you building with it and how did you the company start to use are not so wide spread language?

      • Kasey Speakman
        Kasey SpeakmanMay 14, 2018

        The software primarily deals with the training process. Registration, training delivery, record keeping, etc. Mostly we do client-side web apps with HTTP APIs. You can see some of the API design in my previous posts on Message-base APIs.

        I was brought (back) on to modernize our applications, so I had the good fortune to be able to choose the languages and tools. The existing software was already on .NET and much of my experience is there as well. I had been learning F# on my own time for a while using sites like F# For Fun and Profit. So I felt confident enough that it could do what I needed. And that using the functional paradigm had a shot at being more maintainable than what I was doing before.

  • CodeItBro
    CodeItBroMay 14, 2018

    Java for Android app development and C# FOR ASP.NET.

  • Fernando Andrés García Hernández
    Fernando Andrés García HernándezMay 14, 2018

    I don't know anymore. I'm pretty fluent on Java and Swift, but I've been working hard on Javascript for a couple of months so I'll choose JS

  • Thomas Leathers
    Thomas LeathersMay 14, 2018

    Python is my main one, with most of my work in it involving pygame somehow. What I work on tends to range from simpler hardcoded games, to entire game engines like Desutezeoid, my point and click adventure engine.

    and while I started using both python and pygame for games, I didn't stop at that. General pygame frameworks and applications are also something I work on. libraries such as strazoloidwm, a project of mine that helps create multi-window UIs in pygame.

    Some of my bigger projects include a Chiptune synthesizer suite complete with drum sequencer, a base 3 computer emulator (SBTCVM), and my latest project being a gopherspace client called Zoxenpher.

    python wasn't my first language, but it does what I need it to, and I've gotten to the point where I know what to expect from it. part of my reasoning for using a library like pygame is that I do enjoy the challenge of writing my own UI code from scratch, and fine-tuning it to the task at hand. :)

  • Shayne Boyer
    Shayne BoyerMay 15, 2018

    This is always an interesting topic/question. I think that the language of choice is more about what framework you're into more than the language itself. If you like front-end development, it's likely to be JavaScript or TypeScript in conjunction with Angular, React or Vue.

    For me, I primarily write in C# because I came up through the .NET community, however, have done a lot of work in node.js which is not a language obviously but I find that you cannot do web development and NOT have JavaScript in your wheelhouse.

    C# allows me to do - console apps, API development, serverless, web front-end apps, mobile using Xamarin, IoT and even runs on a Raspberry PI. But I can just as easily turn to JavaScript and do most if not all of those as well with node.js or Angular.

    Depends on the project or what the team I am working with is using. .NET Core right now is where I live 80% of the time.

  • Pietro Bongiovanni
    Pietro BongiovanniMay 16, 2018

    My main work-language is PHP. I started introducing some Golang at my company and we've built some stuff using it.

    At heart I am still a C developer though, the first language I ever learnt (CompSci 101) and the one I tend to have most fun with.

    I want to move more definitely to Golang but still having to maintain a lot of PHP projects I can't really run away from it, plus I've become so used to Laravel that whenever I want to start a new personal projects I can have an API with two/three end points ready in an hour so that's fun :)

  • Avjinder
    AvjinderMay 16, 2018

    I use Java, Swift and Go at work. Java for Android, Swift for iOS and Go for the api. I'm planning on moving to Kotlin in the next few weeks once I've acquired enough familiarity with it. I adore Go though. It's a simple, clean and opinionated language with a kick-ass standard library and great tooling.

  • Matteo Joliveau
    Matteo JoliveauMay 16, 2018

    Next week I'll start fresh as a Rubyist (with a touch of Elixir) after starting as a Java backend/integration systems developer a year and a half ago.

    So at the moment I can say that my main language is clearly Java/Kotlin, but will soon change to become Ruby/Elixir.

  • Fabio Russo
    Fabio RussoMay 16, 2018

    Javascript.
    The idea behind "you should know 1000 programming language" never been something for me.
    Use to work with some "simil Java" stuff, for software developing, but I'm not enjoying It at all.

  • Flavio
    FlavioMay 16, 2018

    learn programming in c# and .NET (a lit of java) , but i really like js , i did web pages , services , apps and bots using node and using vanilla js for front; saddly now i use cobol in my new job :(

  • George Calianu
    George CalianuMay 17, 2018

    Go is my main language now. I use it for backend API and IOT. Also i use JS and Angular in frontend.

  • Shaurya
    ShauryaJun 23, 2018

    Vanilla Javascript.
    Still gaining expertise with it. Working on small webapps like a Weight Tracker and an advanced clock app. Also planning to make some basic games like tic-tac-toe, ludo,snakes and ladders etc.

  • Andrew Bastin
    Andrew BastinJun 23, 2018

    Kotlin mostly...

    But JS (TypeScript) is starting to creep up a lot due to me hacking around a lot on Node and React these days...

Add comment