Hottest Threads:
Latest

Gleam v0.28.0-rc3 has been released.
Link: Release v0.28.0-rc3 · gleam-lang/gleam · GitHub
New

A new Django blog post/announcement has been posted!
Get the full details here: Welcome our new Fellow - Natalia Bidart | Weblog | Django
New

A new Clojure blog post/announcement has been posted!
Get the full details here: Clojure - Clojure Deref (Mar 31, 2023)
New

Hello all, I am new to learning Java Programming and want to learn java from scratch. I was writing a Java program to get the first and l...
New

Symfony v6.2.8 and v5.4.22 has been released.
Link: Release v6.2.8 · symfony/symfony · GitHub
Link: Release v5.4.22 · symfony/symfony...
New
This Week's Hottest

Background
I have a module that uses TypedStruct to create structs. This is the code:
defmodule Shared.Data.Authorization do
@moduledo...
New

Laravel v10.0.5 has been released.
Link: Release v10.0.5 · laravel/laravel · GitHub
New

A new Rust blog post/announcement has been posted!
Get the full details here: Announcing Rust 1.68.2 | Rust Blog
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: InfluxDB FDW 2.0.0 released
New

A new Ruby blog post/announcement has been posted!
Get the full details here: CVE-2023-28755: ReDoS vulnerability in URI
New

In C, how they are different?
char str[] = "xyz"; // statement
//and
char str[4] = "xyz"; // stat...
New

I received this error for a binary search programme in C, despite the fact that it requested for inputs and produced the right output. Th...
New

A new Clojure blog post/announcement has been posted!
Get the full details here: Clojure - Clojure Deref (Mar 27, 2023)
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: pg_dumpbinary v2.10 released
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: pg_chameleon 2.0.19
New
This Month's Hottest 

Quarkus 2.16.4.Final has been released.
Link: Release 2.16.4.Final · quarkusio/quarkus · GitHub
New

Experimentation for Engineers: From A/B testing to Bayesian optimization is a toolbox of techniques for evaluating new features and fine-...
New

New

Dodge the common mistakes that even senior developers make, take full advantage of static analysis tools, and deliver robust and error-fr...
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: pg_ivm 1.5.1 Security update release
New

A new Nim blog post/announcement has been posted!
Get the full details here: Version 1.6.12 released - Nim Blog
New

Erlang OTP-25.3 has been released.
Link: Release OTP 25.3 · erlang/otp · GitHub
New

Ruby on Rails v7.0.4.3 and v6.1.7.3 has been released.
Link: Release v7.0.4.3 · rails/rails · GitHub
Link: Release v6.1.7.3 · rails/r...
New

A new Python blog post/announcement has been posted!
Get the full details here: Python Insider: Python 3.12.0 alpha 6 released
New

Node.js v19.8.1 has been released.
Link: Release 2023-03-15, Version 19.8.1 (Current), @targos · nodejs/node · GitHub
New

A new Clojure blog post/announcement has been posted!
New

Node.js v18.15.0 has been released.
Link: Release 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @BethGriggs prepared by @juanar...
New

Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator.
...
New

Privacy Preserving Machine Learning is a practical guide to keeping ML data anonymous and secure. You’ll learn the core principles behind...
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: pg_anonymize, a new extension for simpl...
New
This Year's Hottest 

If when trying to create (or recreate) your dev db with rails db:create you are getting:
PG::ConnectionBad: connection to server on soc...
New

Programming Ruby is the most complete book on Ruby, covering both the language itself and the standard library as well as commonly used t...
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: New podcast Postgres FM
New

New

Learn how to leverage Phoenix LiveView and make vast amounts of data manageable with common but complex features like pagination, sorting...
New

Hello,
I am working on a new application with Elixir, Dish_out. I want to see Data I follow this tutorial with Elixir Casts. However, I ...
New

Julia v1.9.0-beta1 has been released.
Link: Release v1.9.0-beta1 · JuliaLang/julia · GitHub
New

Write effective and useful tests with the Mockito framework. Distinguish between mocks, stubs, and spies, and feel confident about when a...
New

A new PostgreSQL blog post/announcement has been posted!
New

Learn how to build a privacy-aware and developer-friendly workflow using Python to keep track of your personal finances.
Siddhant Go...
New

Fully updated to Elixir 1.14, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high...
New

Learn Elixir from this fast-paced book—first published with Groxio's Programmer Passport—from the author of Seven Languages in Seven ...
New

Howdy, folks i have this question about it is ok to learn two different programming languages same time, well my story is i joined a comp...
New

Background
PS: the following situation describes an hypothetical scenario, where I own a company that sells things to customers.
I have ...
New

Hi, I’m building an application that will have support for both the web and mobile. At this time, I’m using PhxGenAuth for authenticatio...
New
Hottest Threads From The Last Three Years

I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New

Just done a fresh install of macOS Big Sur and on installing Erlang I am getting:
asdf install erlang 23.1.2
Configure failed.
checking ...
New

This is going to be a long an frequently posted thread.
While talking to a friend of mine who has taken data structure and algorithm cou...
New

In case anyone else is wondering why Ruby 3 doesn’t show when you do asdf list-all ruby :man_facepalming: do this first:
asdf plugin-upd...
New

If you are experiencing Rails console using 100% CPU on your dev machine, then updating your development and test gems might fix the issu...
New

Build efficient applications that exploit the unique benefits of a pure functional language, learning from an engineer who uses Haskell t...
New

Why, if your answer is yes?
New

API 4
Path:
/user/following/
Method:
GET
Description:
Returns the list of all names of people whom the user follows
Response
[
{ ...
New

Intensively researching Erlang books and additional resources on it, I have found that the topic of using Regular Expressions is either c...
New

Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalabilit...
New

Write Elixir tests that you can be proud of. Dive into Elixir’s test philosophy and gain mastery over the terminology and concepts that u...
New

Hello,
i am facing difficult using webpack when to install within phoenix framework 1.5.7 because the webpack is still version 4.x.x inf...
New

Go is a modern programming language that combines the reliability of compiled languages with the ease of use and flexibility of dynamic t...
New

Build highly interactive applications without ever leaving Elixir, the way the experts do. Let LiveView take care of performance, scalabi...
New

Rails 7 completely redefines what it means to produce fantastic user experiences and provides a way to achieve all the benefits of single...
New
Enter our giveaways!
Our Community
Latest Jobs
Get money off!

The Pragmatic Bookshelf
35% off any eBook

Manning Publications
35% off any item

The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!
Devtalk Supports Global Peace
Filter by:
My Saved Portals
-
None saved yet
Popular Portals
- /elixir
- /opensuse
- /rust
- /erlang
- /ruby
- /kotlin
- /python
- /clojure
- /quarkus
- /security
- /react
- /go
- /vapor
- /wasm
- /nodejs
- /v
- /centos
- /js
- /haskell
- /fable
- /swift
- /assemblyscript
- /react-native
- /django
- /rails
- /typescript
- /laravel
- /tailwind
- /symfony
- /gleam
- /flutter
- /phoenix
- /deno
- /actix
- /crystal
- /julia
- /arch-linux
- /debian
- /adonisjs
- /svelte
- /spring
- /c-plus-plus
- /java
- /vim
- /ocaml
- /preact
- /kubuntu
- /zig
- /keyboards
- /vuejs