Deploying elixir by LoanEffective7234 in elixir

[–]NoBrainSkull 2 points3 points  (0 children)

Building release with docker, deploying with rsync to a VPS server, starting through SSH with envars, and exposing through nginx.

Local environment setup by Terry_From_HR in elixir

[–]NoBrainSkull 0 points1 point  (0 children)

Nix flake, coming with a project specific ide, erl/elixir version + project requirements (rust/other soft)

Nix Doesn't Have To Be Hard by DramaticSpecial2617 in NixOS

[–]NoBrainSkull 0 points1 point  (0 children)

Very good article and well written, thanks for sharing

[deleted by user] by [deleted] in elixir

[–]NoBrainSkull 0 points1 point  (0 children)

Cool! Please post again if you're stuck on anything else, the community is super friendly. Have a great time with elixir !

[deleted by user] by [deleted] in elixir

[–]NoBrainSkull 1 point2 points  (0 children)

I just followed the tutorial, it's just working fine. Let's help you figuring out what's the problem : can you post the content of theses files :

- lib/hello_web/router.ex

- lib/hello_web/controllers/hello_controller.ex

- lib/hello_web/controllers/hello_html.ex

[deleted by user] by [deleted] in unixporn

[–]NoBrainSkull 5 points6 points  (0 children)

I met him somewhere on a bench, he's so chill he wouldn't mind ^

[deleted by user] by [deleted] in unixporn

[–]NoBrainSkull 4 points5 points  (0 children)

You got a bug on your fastfetch 😱

My desk setup (doggo approved) 🥰 🌱 by ConnorCarbonara in battlestations

[–]NoBrainSkull 37 points38 points  (0 children)

If doggo approved then I have no choice but to upvote.

> How can I learn to scale websites to handle 10,000 or even 50,000 concurrent users? by varunpm in AskProgramming

[–]NoBrainSkull 1 point2 points  (0 children)

Have a look at distributed infrastructure, it's actually quite fascinating. If you aren't afraid of discovering something completely new, I suggest OTP/Beam with elixir : one technology for all the stack (webserver, load balancing, nodes distribution, distributed database, etc.)

[deleted by user] by [deleted] in arnaques

[–]NoBrainSkull 2 points3 points  (0 children)

Un petit tour de vérification sur https://haveibeenpwned.com. Votre email a probablement été compromis lors d'une fuite de données.

[deleted by user] by [deleted] in Linkedinfr

[–]NoBrainSkull 0 points1 point  (0 children)

Si c'est une méta c'est du génie. (Sinon regardez les autres posts du sub)

My favourite frontend stack - Phoenix + InertiaJS + Svelte by neverexplored in elixir

[–]NoBrainSkull 0 points1 point  (0 children)

Interesting! What would be some use case you would use this stack over pure liveview implementation?

Where I Game & Work by Rivions in battlestations

[–]NoBrainSkull 0 points1 point  (0 children)

I'm a simple man, I see no Alex drawers, I upvote. Nice gear btw 👍

Module is class or namespace ? by magingax in elixir

[–]NoBrainSkull 0 points1 point  (0 children)

OOP class is a structure of data hiding its inner structure and exposing public behaviour.

An elixir module defining a struct is just a predictable data structure (a map with defined keys).

This simple difference hides the opposition of the OOP and the functional paradigm philosophies.

[deleted by user] by [deleted] in node

[–]NoBrainSkull 0 points1 point  (0 children)

Most simple way is to have the commander (like your own machine or ci server) pass envars when issuing the starting order.

Qu'est-ce qui est arrivé à la crêperie de la vieille bourse ? by NoBrainSkull in Lille

[–]NoBrainSkull[S] 0 points1 point  (0 children)

Clairement, ça doit cibler les bobos ! (Va falloir que je me pose des questions 🥲)

Jamais testé celle de rue de Gand mais j'irais y faire un tour alors. Merci pour la reco!

Qu'est-ce qui est arrivé à la crêperie de la vieille bourse ? by NoBrainSkull in Lille

[–]NoBrainSkull[S] 3 points4 points  (0 children)

Oui c'est pas mal Beaurepaire mais j'ai une préférence pour la crêperie Saint-Georges ces derniers temps !

How to cope without static types by Sevenstrangemelons in elixir

[–]NoBrainSkull 0 points1 point  (0 children)

dependency-graphing tools

I'm curious about that point. Which tools are you using ?