# Software Developers - what technologies do you use?

**URL:** https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522
**Category:** Unrelated Discussion
**Created:** [December 19, 2023, 9:41pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522 "2023-12-19T21:41:59Z")
**Posts on this page:** 20
**Page:** 6

<div class="post-metadata">

### Author: ![FrankDeath](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/frankdeath/32/271970_2.png) [@FrankDeath](https://forums.yoyoexpert.com/u/FrankDeath)
#### Post date: [July 3, 2024, 3:24pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/102 "2024-07-03T15:24:44Z")

</div>

The video was linked from the medium page:

[https://www.destroyallsoftware.com/talks/wat](https://www.destroyallsoftware.com/talks/wat)

It is a great video.

---

<div class="post-metadata">

### Author: ![Kray](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/kray/32/92176_2.png) [@Kray](https://forums.yoyoexpert.com/u/Kray)
#### Post date: [July 3, 2024, 3:25pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/103 "2024-07-03T15:25:42Z")

</div>

Ah nice thx! Really funny imo

---

<div class="post-metadata">

### Author: ![rickyyR](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/rickyyr/32/246358_2.png) [@rickyyR](https://forums.yoyoexpert.com/u/rickyyR)
#### Post date: [July 3, 2024, 3:44pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/104 "2024-07-03T15:44:15Z")

</div>

I can recommend the University of Helsinki’s online courses for people wanting to learn to code. They start with the very basics, and by the end of the second course, you will even develop some UI components, even though it’s with Swing (Edit: Just checked, it‘s JavaFX now). I think the courses will teach a great foundation that can be translated to other programming languages. There are also many more assignments to program than texts to read, so you will get your hands dirty early.

Upon completion, you will also receive a certificate for each course, which is worth real study credit in the EU and is probably worth putting on your resume even if you are not an EU citizen.

> **[About the course - Java Programming](https://java-programming.mooc.fi/)**
>
> Helsingin yliopiston kaikille avoin ja ilmainen ohjelmoinnin perusteet opettava verkkokurssi. Kurssilla perehdytään nykyaikaisen ohjelmoinnin perusideoihin sekä ohjelmoinnissa käytettävien työvälineiden lisäksi algoritmien laatimiseen. Kurssille...

---

<div class="post-metadata">

### Author: ![FrankDeath](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/frankdeath/32/271970_2.png) [@FrankDeath](https://forums.yoyoexpert.com/u/FrankDeath)
#### Post date: [July 3, 2024, 3:55pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/105 "2024-07-03T15:55:41Z")

</div>

Swing still exists? Swing UIs seemed outdated when I was learning Java around the year 2000.

---

<div class="post-metadata">

### Author: ![Tempura](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/tempura/32/246135_2.png) [@Tempura](https://forums.yoyoexpert.com/u/Tempura)
#### Post date: [July 3, 2024, 3:57pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/106 "2024-07-03T15:57:41Z")

</div>

Swift is too proprietary for my liking.

---

<div class="post-metadata">

### Author: ![rickyyR](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/rickyyr/32/246358_2.png) [@rickyyR](https://forums.yoyoexpert.com/u/rickyyR)
#### Post date: [July 3, 2024, 4:00pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/107 "2024-07-03T16:00:57Z")

</div>

I think it was Swing in the second course but i also remember using JavaFX to do the assignments 😄 Maybe they are updated by now

---

<div class="post-metadata">

### Author: ![YoyoGeezer](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/yoyogeezer/32/755_2.png) [@YoyoGeezer](https://forums.yoyoexpert.com/u/YoyoGeezer)
#### Post date: [July 3, 2024, 4:38pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/108 "2024-07-03T16:38:21Z")

</div>

I started my life as a C++ programmer and moved on to just about every other compiled language over the course of my career. Now, I develop primarily using Javascript. Old Javascript (pre V8) was slow and very much a "toy"language.

Modern Javascript is a completely different beast. What most developers coming from another, compiled-language have trouble with is the transition from derivation-based object oriented design patterns to functional-programming. This causes much confusion in the development community as senior developers try to use their OOP experience with Javascript. This gives us nonsense like “classes” and Typescript and confuses developers about how to use Javascript. I think it sucks the functional-freedom out of the Javascript language.

Not having strong-typing is a good thing; not a bad thing in a language that has no runtime dependency-checks or strong type enforcement. Believing that it does is where developers get into trouble.

---

<div class="post-metadata">

### Author: ![FrankDeath](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/frankdeath/32/271970_2.png) [@FrankDeath](https://forums.yoyoexpert.com/u/FrankDeath)
#### Post date: [July 3, 2024, 5:15pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/109 "2024-07-03T17:15:27Z")

</div>

I have very little Javascript experience (I wrote a [poi flower simulator](https://frankdeath.github.io/poi-flower-simulator/double.html) for “fun”). The inconsistencies I see in the language discourage me from using it for anything serious.

Note: “fun” is in quotes because writing Javascript code was much less fun than I expected.

---

<div class="post-metadata">

### Author: ![Captrogers](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/captrogers/32/647012_2.png) [@Captrogers](https://forums.yoyoexpert.com/u/Captrogers)
#### Post date: [July 3, 2024, 8:17pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/110 "2024-07-03T20:17:49Z")

</div>

Y’all jinxed it I got meetings next week to talk about copilot …

---

<div class="post-metadata">

### Author: ![FrankDeath](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/frankdeath/32/271970_2.png) [@FrankDeath](https://forums.yoyoexpert.com/u/FrankDeath)
#### Post date: [July 26, 2024, 2:54pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/111 "2024-07-26T14:54:48Z")

</div>

The [2024 StackOverflow developer survey results](https://survey.stackoverflow.co/2024/) were just released.

JavaScript was the top programming language and Python was third:

[https://survey.stackoverflow.co/2024/technology#1-programming-scripting-and-markup-languages](https://survey.stackoverflow.co/2024/technology#1-programming-scripting-and-markup-languages)

---

<div class="post-metadata">

### Author: ![JSERR](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/jserr/32/186876_2.png) [@JSERR](https://forums.yoyoexpert.com/u/JSERR)
#### Post date: [July 26, 2024, 3:27pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/112 "2024-07-26T15:27:55Z")

</div>

I guess that’s why next semesters course for me is a Java scripting course with a smattering of Python instead of the other way around. I’m gonna struggle with this lol.

---

<div class="post-metadata">

### Author: ![YoyoGeezer](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/yoyogeezer/32/755_2.png) [@YoyoGeezer](https://forums.yoyoexpert.com/u/YoyoGeezer)
#### Post date: [July 26, 2024, 6:10pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/113 "2024-07-26T18:10:58Z")

</div>

JavaScript is a great language. I have developed using many different strongly-typed languages and Javascript. I find developing in Javascript a elegant, refreshing experience.

Just remember, Javascript is a functional language. It is not what I would call a traditional Object Oriented Paradigm (OOP) language that is based on derivative-object development with classes (C++, C#, Java…). JavaScript is functional. This means that you focus on how things function rather than how things are described.

---

<div class="post-metadata">

### Author: ![Kray](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/kray/32/92176_2.png) [@Kray](https://forums.yoyoexpert.com/u/Kray)
#### Post date: [July 26, 2024, 6:21pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/114 "2024-07-26T18:21:15Z")

</div>

I am always a bit confused that you hammer that JavaScript is functional. In general „functional“ is a programming paradigm which can applied in many languages. JavaScript is not a pure functional language as e.g. haskell and also I have never seen any project in js where people fully follow functional rules.  
Sorry just curious what this “JavaScript is functional“ is all about?

---

<div class="post-metadata">

### Author: ![YoyoGeezer](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/yoyogeezer/32/755_2.png) [@YoyoGeezer](https://forums.yoyoexpert.com/u/YoyoGeezer)
#### Post date: [July 26, 2024, 6:57pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/115 "2024-07-26T18:57:06Z")

</div>

Functional programming means that you focus on constructing the program using functions. This is very different from traditional Object Oriented Principals (OOP) development where you describe classes, methods and members; and derive new classes based on abstract-classes.

True, you can play syntax-games and simulate a simple-class in Javascript; but it will not be useful for OOP development like those described in the famous: “Design Patterns” book.

---

<div class="post-metadata">

### Author: ![Kray](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/kray/32/92176_2.png) [@Kray](https://forums.yoyoexpert.com/u/Kray)
#### Post date: [July 26, 2024, 7:10pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/116 "2024-07-26T19:10:00Z")

</div>

I have a couple of years Haskelll as also Object oriented languages under my belt. So that is clear so far.  
In my experience from functional programming we should take away.

- pure functions
- Immutability
- Stateless

These are all paradigms that work also in classes. As far as I know you can compile most languages including c# and Java today without having any class.  
When it comes to stateless it is often very hard when you program UI related js since UI mostly has some kind of state.  
Anyway I get roughly your point now but for me functional is not something that exists in conflict with objects or classes is more a good style that can be applied basically in every language.

---

<div class="post-metadata">

### Author: ![YoyoGeezer](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/yoyogeezer/32/755_2.png) [@YoyoGeezer](https://forums.yoyoexpert.com/u/YoyoGeezer)
#### Post date: [July 26, 2024, 7:52pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/117 "2024-07-26T19:52:52Z")

</div>

One of the biggest misconceptions is that because a language is “Object Oriented” (OO); that Object Oriented Principles (OOP) apply. Everything in Javascript is an object. But I cannot derive a bunch of specific animals(dog, cat, cow) based on a virtual animal base-class and expect it to behave like a C++ object derived from a virtual base-class.

In Javascript I tell an object what function to call and where to call it. In an OOP language like Java or C++; the object itself knows what method to call based on its runtime type; and events.

Concepts like pure functions and immutability are Javascript best-practices for managing large code-base projects. These practices help to ensure that code only references the data needed to function and that this data is referenced in a consistent, reproducible way.

---

<div class="post-metadata">

### Author: ![Kray](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/kray/32/92176_2.png) [@Kray](https://forums.yoyoexpert.com/u/Kray)
#### Post date: [July 26, 2024, 8:00pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/118 "2024-07-26T20:00:46Z")

</div>

I am absolute your opinion on that and I do not see any misconception as you say.  
I just say that a lot of these paradigms can be applied to any language.  
Still true is that the paradigms work better with some languages as others same for what the software goals are.  
As you say best-practices but not just for JavaScript but for most software projects.

---

<div class="post-metadata">

### Author: ![YoyoGeezer](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/yoyogeezer/32/755_2.png) [@YoyoGeezer](https://forums.yoyoexpert.com/u/YoyoGeezer)
#### Post date: [July 26, 2024, 10:36pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/119 "2024-07-26T22:36:39Z")

</div>

Good point. Yes, I can implement a “Bridge” pattern in Javascript. It is just that in Javascript it would be an import of a set of mapping-functions instead of an object that is instanced and utilized to map one method to another.

---

<div class="post-metadata">

### Author: ![MaximShoots](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/maximshoots/32/171131_2.png) [@MaximShoots](https://forums.yoyoexpert.com/u/MaximShoots)
#### Post date: [August 1, 2024, 8:13am UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/120 "2024-08-01T08:13:44Z")

</div>

Can confirm they still exist, we use swing and JFX at work. While it’s a little painful, it does make it easy to get a Full UI in a Java app pretty quickly.

---

<div class="post-metadata">

### Author: ![YoyoGeezer](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.yoyoexpert.com/yoyogeezer/32/755_2.png) [@YoyoGeezer](https://forums.yoyoexpert.com/u/YoyoGeezer)
#### Post date: [August 14, 2024, 6:37pm UTC](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522/121 "2024-08-14T18:37:35Z")

</div>

I just saw an article that said the government security is discouraging the use of C/C++ for developers due to memory vulnerabilities. Even as a long-term goal; is that even practical?

[Previous page](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522.md?page=5)

[Next page](https://forums.yoyoexpert.com/t/software-developers-what-technologies-do-you-use/390522.md?page=7)
