programming.dev

8,946 readers
368 users here now

Welcome Programmers!

programming.dev is a collection of programming communities and other topics relevant to software engineers, hackers, roboticists, hardware and software enthusiasts, and more.

The site is primarily english with some communities in other languages. We are connected to many other sites using the activitypub protocol that you can view posts from in the "all" tab while the "local" tab shows posts on our site.


๐Ÿ”— Site with links to all relevant programming.dev sites

๐ŸŸฉ Not a fan of the default UI? We have alternate frontends we host that you can view the same content from

โ„น๏ธ We have a wiki site that communities can host documents on


โš–๏ธ All users are expected to follow our Code of Conduct and the other various documents on our legal site

โค๏ธ The site is run by a team of volunteers. If youre interested in donating to help fund things such as server costs you can do so here

๐Ÿ’ฌ We have a microblog site aimed towards programmers available at https://bytes.programming.dev

๐Ÿ› ๏ธ We have a forgejo instance for hosting git repositories relating to our site and the fediverse. If you have a project that relates and follows our Code of Conduct feel free to host it there and if you have ideas for things to improve our sites feel free to create issues in the relevant repositories. To go along with the instance we also have a site for sharing small code snippets that might be too small for their own repository.

๐ŸŒฒ We have a discord server and a matrix space for chatting with other members of the community. These are bridged to each other (so you can interact with people using matrix from discord and vice versa.

Fediseer


founded 1 year ago
ADMINS
c/neovim: Neovim
2,082 subscribers, a community founded 1 year ago
c/lemmy: Lemmy

Discussion about any development related to Lemmy.

39 subscribers, a community founded 4 weeks ago
c/webdev: Web Development

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

  • Follow the programming.dev site rules
  • Keep content related to web development
  • If what you're posting relates to one of the related communities, crosspost it into there to help them grow
  • If youre posting an article older than two years put the year it was made in brackets after the title

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient
3,407 subscribers, a community founded 1 year ago
c/tauri: Tauri

A community for discussion of news, development and projects related to Tauri.

Ask questions, share interesting projects, seek help debugging your code and discuss all things related to the Rust based application toolkit.

Tauri logo by Alve Larsson, Daniel Thompson-Yvetot and Guillaume Chau under CC BY NC ND.

68 subscribers, a community founded 11 months ago
c/htmx: HTMX

A community for discussing and posting things relating to HTMX

Looking for mods, if you want to mod the community feel free to dm Ategon

https://htmx.org/

71 subscribers, a community founded 7 months ago
c/auai: Actually Useful AI

Welcome! ๐Ÿค–

Our community focuses on programming-oriented, hype-free discussion of Artificial Intelligence (AI) topics. We aim to curate content that truly contributes to the understanding and practical application of AI, making it, as the name suggests, "actually useful" for developers and enthusiasts alike.

Be an active member! ๐Ÿ””

We highly value participation in our community. Whether it's asking questions, sharing insights, or sparking new discussions, your engagement helps us all grow.

What can I post? ๐Ÿ“

In general, anything related to AI is acceptable. However, we encourage you to strive for high-quality content.

What is not allowed? ๐Ÿšซ

  • ๐Ÿ”Š Sensationalism: "How I made $1000 in 30 minutes using ChatGPT - the answer will surprise you!"
  • โ™ป๏ธ Recycled Content: "Ultimate ChatGPT Prompting Guide" that is the 10,000th variation on "As a (role), explain (thing) in (style)"
  • ๐Ÿšฎ Blogspam: Anything the mods consider crypto/AI bro success porn sigma grindset blogspam

General Rules ๐Ÿ“œ

Members are expected to engage in on-topic discussions, and exhibit mature, respectful behavior. Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

While we appreciate focus, a little humor and off-topic banter, when tasteful and relevant, can also add flavor to our discussions.

Related Communities ๐ŸŒ

General

Chat

Image

Open Source

Please message @[email protected] if you would like us to add a community to this list.

Icon base by Lord Berandas under CC BY 3.0 with modifications to add a gradient

1,982 subscribers, a community founded 1 year ago
c/box2d: Box2D
48 subscribers, a community founded 7 months ago
c/arduino: Arduino

Arduino is an open-source electronic prototyping platform enabling users to create interactive electronic objects.

330 subscribers, a community founded 1 year ago
c/python: Python

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
  • Pythรถrhead: a Python library for interacting with Lemmy
  • Plemmy: a Python package for accessing the Lemmy API
  • pylemmy pylemmy enables simple access to Lemmy's API with Python
  • mastodon.py, a Python wrapper for the Mastodon API
Feeds
6,205 subscribers, a community founded 1 year ago
c/showoff: Show-off

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

155 subscribers, a community founded 1 year ago
c/commandline: commandline
1,688 subscribers, a community founded 1 year ago
c/programmingbuddies: Programming Buddies

A community for programmers to find other programmers to study, mentor, collab, discuss, etc. with.

If you're not looking to team up with someone, checkout these other awesome communities that may be able to help:

144 subscribers, a community founded 1 year ago
c/concatenative: Concatenative Programming

Hello!

This space is for sharing news, experiences, announcements, questions, showcases, etc. regarding concatenative programming concepts and tools.

We'll also take any programming described as:

  • pipelined
  • stack-oriented
  • tacit
  • postfix / reverse Polish notation (RPN)

From Wikipedia:

A concatenative programming language is a point-free computer programming language in which all expressions denote functions, and the juxtaposition of expressions denotes function composition. Concatenative programming replaces function application, which is common in other programming styles, with function composition as the default way to build subroutines.

For example, a sequence of operations in an applicative language like the following:

y = foo(x)
z = bar(y)
w = baz(z)

...is written in a concatenative language as a sequence of functions:

x foo bar baz


Active Languages

Let me know if I've got any of these misplaced!

Primarily Concatenative

Concatenative-ish, Chain-y, Pipe-y, Uniform Function Call Syntax, etc.


Cheat Sheets & Tutorials

Discord

IRC

  • #concatenative on irc.libera.chat

Wikis

Wikipedia Topics

Subreddits

GitHub Topics

Blogs

Practice

143 subscribers, a community founded 1 year ago
c/android_studio: Android Studio

A community for news and discussion about Android Studio, the official IDE for Android app development. https://developer.android.com/studio

46 subscribers, a community founded 5 months ago
c/rider: Rider

A community for the Rider IDE for .NET developers. https://www.jetbrains.com/rider/

Copyright ยฉ 2024 JetBrains s.r.o. Rider and the Rider logo are registered trademarks of JetBrains s.r.o.

51 subscribers, a community founded 7 months ago
c/goland: GoLand

A community for the GoLand IDE for Go developers. https://www.jetbrains.com/go/

Copyright ยฉ 2024 JetBrains s.r.o. GoLand and the GoLand logo are registered trademarks of JetBrains s.r.o.

45 subscribers, a community founded 7 months ago
c/community_showcase: Community Showcase

A community that showcases a different community around the fediverse every week!

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

81 subscribers, a community founded 1 year ago
c/alpinejs: Alpine.js

A community for discussing anything related to Alpine.js and its ecosystem.

53 subscribers, a community founded 5 months ago
c/scheme: Scheme

A community for things relating to the scheme programming language https://www.scheme.org/

Looking for mods, if you want to mod the community feel free to dm Ategon

62 subscribers, a community founded 7 months ago
c/webassembly: WebAssembly
324 subscribers, a community founded 1 year ago
c/challenges: Programming Challenges

Welcome to the programming.dev challenge community!

Three challenges will be posted every week to complete

  • Tuesday (Easy)
  • Thursday (Medium)
  • Saturday (Hard)

Easy challenges will give 1 point, medium will give 2, and hard will give 3. If you have the fastest time or use the least amount of characters you will get a bonus point (in ties everyone gets the bonus point)

Exact duplicate solutions are not allowed and will not give you any points. Submissions on a challenge will be open for a week.

A leaderboard will be posted every month showing the top people for that month

235 subscribers, a community founded 1 year ago
c/advent_of_code: Advent Of Code

An unofficial home for the advent of code community on programming.dev!

Advent of Code is an annual Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

AoC 2023

Solution Threads

M T W T F S S
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25

Rules/Guidelines

  • Follow the programming.dev instance rules
  • Keep all content related to advent of code in some way
  • If what youre posting relates to a day, put in brackets the year and then day number in front of the post title (e.g. [2023 Day 10])
  • When an event is running, keep solutions in the solution megathread to avoid the community getting spammed with posts

Relevant Communities

Relevant Links

Credits

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

console.log('Hello World')
760 subscribers, a community founded 1 year ago
c/boundary: Boundary

A community for discussion and news relating to HashiCorp Boundary. https://www.boundaryproject.io/

42 subscribers, a community founded 7 months ago
c/vcs: Version Control Systems

A community for discussion and news about version control systems and software forges

Related Communities

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

53 subscribers, a community founded 5 months ago
c/codingcafe: Coding Cafe

A community for all programmers

48 subscribers, a community founded 1 week ago
view more: โ€น prev next โ€บ