Just been adding some more portals, currently have the following languages:
Apache Groovy
C
C#
C++
Clojure
CoffeeScript
Crystal
D
Dart
Elixir
Elm
Erlang
Gleam
Go
Hamler
Haskell
Java
JavaScript
Julia
Kotlin
LFE
Lisp
Lua
Nim
Perl
PHP
Prolog
Python
R
Ruby
Rust
Swift
TypeScript
Zig
What are the most popular frameworks for these languages? We can start adding their portals next
Also, are there any other language portals youâd like to see up soon? Any popular languages missing from the list?
I feel like some portals donât have enough content. We should also invite people from those communities to DevTalk and ask them about things like their experience with those tools and what theyâre working on, or why they think their tools are better / more pleasant to work with / more productive.
Yep I agree, however I have been holding off as like you said, thereâs not much activity yet.
Hopefully when the portals and news sources are added there will at least be some news in each portal, plus I was thinking we should start spreading the word when we come out of beta, when we essentially have a MVP worthy of a 1.0 release - with things like the âsnapshots by emailâ feature. I think this will help make the site more compelling for people to join
If you know anyone who you think might be interested in the meantime please do let them know (I might post on the Swift forum myself too at some point, asking for advice and mention our threads here )
I love the concept of one centralized place for errata of all the technical books. Like clicking on the errata link in PragProg sends you to the bookâs page on DevTalk. Itâs super handy.
Framework release news also needs some work. Getting news about the release of 3 versions together makes the /forum page cluttered.
Iâm not a UX pro, but I think having different colors for titles in a list of posts may guide the eye, and make finding your relevant thing easier. For example, someone is looking only for news, or questions, or general discussion. Then for example news has grey color, the /forum page wonât look much cluttered.
We signify things like this via icons in the top right - eg, news, blog posts, questions, books, etc all have different icons
We use colour to reflect type, eg Frontend dev is red, backend is blue, desktop platforms are purple etc
A combination is used too, so a blue top right colour with a book icon means the thread is about a backend dev book
Re the three Rails news items, we have three as a fallback - in case our system is down and we need to catch up (so any important news isnât missed). However if no news item for that portal has ever been posted before then it should only post the latest news item - so not sure why three got posted - I will have to look into it
Thanks for the comments about PragProg errata, I love seeing it here too
Edit: just noticed you meant the forum and not the front page. Ideally weâd have thread icons on the forum too, unfortunately this is not possible with discourse atm. So we are currently making do with section name (eg news/chat/questions etc) and colour (eg blue for backend, red for Frontend, etc) :). Hopefully discourse will add thread icons at some point
Ok I think all of those mentioned in this thread have been added, bar 2:
elm-ui - I canât see a news source for it
SAFE Stack - canât find a news source for it either
If you are in touch with any of their teams and can get them to use GitHub releases (instead of just git tags for releases) or a blog with an RSS feed then we could add them too
Qurakus makes it easy to AOT compile your app to a native image with GraalVM. Because of itâs very quick cold starts and very small memory footprint comparing to JVM, itâs one of the best options for cloud native apps.
Here is a post about benchmarking Quarkas native image against Go.