#elixir
How i made a poor man’s personal oblivious dns over https
https://medium.com/@darnahsan/how-i-made-a-poor-mans-personal-oblivious-dns-over-https-abe7faaadb7b
How i made a poor man’s personal oblivious dns over https
https://medium.com/@darnahsan/how-i-made-a-poor-mans-personal-oblivious-dns-over-https-abe7faaadb7b
Medium
How I made a poor man’s personal Oblivious DNS over HTTPS
What is better than a personal Ad blocking DNS node? personal DoH node and whats better than DoH ? Personal ODoH node 😎 . ODoH is a new…
#elixir
Building git in elixir — part 5 (build index)
https://itnext.io/building-git-in-elixir-part-5-build-index-e10098836a83
Building git in elixir — part 5 (build index)
https://itnext.io/building-git-in-elixir-part-5-build-index-e10098836a83
Medium
Building Git in Elixir — Part 5 (Build Index)
In the previous article, I focused on storing nested trees as Merkle trees so that egit can store nested subdirectories. In this article…
#Elixir in Production
Marketing and sales intelligence with elixir at pepsico
https://elixir-lang.org/blog/2021/04/02/marketing-and-sales-intelligence-with-elixir-at-pepsico/
Marketing and sales intelligence with elixir at pepsico
https://elixir-lang.org/blog/2021/04/02/marketing-and-sales-intelligence-with-elixir-at-pepsico/
The Elixir programming language
Marketing and sales intelligence with Elixir at PepsiCo
A case study of how Elixir is being used at PepsiCo.
#elixir
Towards maintainable elixir: testing
https://medium.com/very-big-things/towards-maintainable-elixir-testing-b32ac0604b99
Towards maintainable elixir: testing
https://medium.com/very-big-things/towards-maintainable-elixir-testing-b32ac0604b99
Medium
Towards Maintainable Elixir: Testing
In the final article of this series we’ll take a look at our approach to testing. As always, when discussing some practice or technique…
#elixir
5 things you might not have tried in elixir | advanced
https://medium.com/@blackode/5-things-you-might-not-have-tried-in-elixir-advanced-ab0640a599f8
5 things you might not have tried in elixir | advanced
https://medium.com/@blackode/5-things-you-might-not-have-tried-in-elixir-advanced-ab0640a599f8
Medium
5 Things you might not have tried in Elixir | Advanced
Better try and fail than being idle.
#elixir
Running dialyzer for elixir projects in github actions
https://blog.rentpathcode.com/running-dialyzer-for-elixir-projects-in-github-actions-e0594220b272
Running dialyzer for elixir projects in github actions
https://blog.rentpathcode.com/running-dialyzer-for-elixir-projects-in-github-actions-e0594220b272
Medium
Running Dialyzer for Elixir Projects in GitHub Actions
In this blog post I’ll show you how to set up GitHub Actions to perform type analysis on an Elixir project with Dialyzer. I’ll also share…
#elixir #dataprocessing #concurrency #opensource
Open-source deep dive: broadway (part 1) - message queues, concurrency in elixir, and broadway architecture
https://dev.to/woojiahao/open-source-deep-dive-broadway-part-1-message-queues-concurrency-in-elixir-and-broadway-architecture-4pof
Open-source deep dive: broadway (part 1) - message queues, concurrency in elixir, and broadway architecture
https://dev.to/woojiahao/open-source-deep-dive-broadway-part-1-message-queues-concurrency-in-elixir-and-broadway-architecture-4pof
DEV Community
Open-source Deep Dive: Broadway (Part 1) - Message queues, concurrency in Elixir, and Broadway architecture
In this installment of Open-source Deep Dive, Broadway takes center stage! In part one, I uncover the mystery of message queues and concurrency in Elixir & demystify the intricate design behind the pipelines that Broadway creates. In part two, I inspect how…
#elixir #dataprocessing #concurrency #opensource
Open-source deep dive: broadway (part 2) - inner workings of broadway
https://dev.to/woojiahao/open-source-deep-dive-broadway-part-2-inner-workings-of-broadway-4daf
Open-source deep dive: broadway (part 2) - inner workings of broadway
https://dev.to/woojiahao/open-source-deep-dive-broadway-part-2-inner-workings-of-broadway-4daf
DEV Community
Open-source Deep Dive: Broadway (Part 2) - Inner workings of Broadway
In this installment of Open-source Deep Dive, Broadway takes center stage! In part one, I uncover the mystery of message queues and concurrency in Elixir & demystify the intricate design behind the pipelines that Broadway creates. In part two, I inspect how…
#elixir #phoenix #liveview #javascript
Upload files to google drive with phoenix liveview
https://dev.to/santiagocardo/upload-files-to-google-drive-with-phoenix-liveview-256e
Upload files to google drive with phoenix liveview
https://dev.to/santiagocardo/upload-files-to-google-drive-with-phoenix-liveview-256e
DEV Community
Upload files to Google Drive with Phoenix LiveView
Phoenix LiveView has a great abstraction when it comes to uploading files. It makes our life much...
#elixir
Building a chrome-based fetcher for crawly
https://medium.com/@oltarasenko/building-a-chrome-based-fetcher-for-crawly-a779e9a8d9d0
Building a chrome-based fetcher for crawly
https://medium.com/@oltarasenko/building-a-chrome-based-fetcher-for-crawly-a779e9a8d9d0
Medium
Building a Chrome-based fetcher for Crawly
There has been almost a year since I have written a blog post regarding browser rendering. At that point, we have used a combination of…
#elixir #podcast
#045 Junior Devs with Michał Buszkiewicz
https://thinkingelixir.com/podcast-episodes/045-junior-devs-with-michal-buszkiewicz/
#045 Junior Devs with Michał Buszkiewicz
https://thinkingelixir.com/podcast-episodes/045-junior-devs-with-michal-buszkiewicz/
Thinking Elixir
#045 Junior Devs with Michał Buszkiewicz - Thinking Elixir
We talk about Junior developers in the Elixir community. Lots of tips, what to focus on coming out of university vs bootcamp and more!
#elixir
Configuration in elixir with dotenvy
https://medium.com/@fireproofsocks/configuration-in-elixir-with-dotenvy-8b20f227fc0e
Configuration in elixir with dotenvy
https://medium.com/@fireproofsocks/configuration-in-elixir-with-dotenvy-8b20f227fc0e
Medium
Configuration in Elixir with Dotenvy
If you have been fortunate enough to have written Elixir code, then you can understand its appeal: the straightforward beauty of functional…
#elixir
The mystery of string concatenation & io lists | elixir expert
https://medium.com/blackode/the-mystery-of-string-concatenation-io-lists-elixir-expert-d21d1f0a2aba
The mystery of string concatenation & io lists | elixir expert
https://medium.com/blackode/the-mystery-of-string-concatenation-io-lists-elixir-expert-d21d1f0a2aba
Medium
The Mystery of String Concatenation & IO Lists | Elixir Expert
IO Lists and Phoenix rendering Templates