Mạnh Vũ

Mạnh Vũ @manhvanvu

About: Coding, traveling, reading & music

Location:
Ho Chi Minh city, Vietnam
Joined:
Mar 23, 2024

Mạnh Vũ
articles - 28 total

App power by LLM and Tools in Elixir

Intro Recently, I wrote an example for my friend can see and understand how to apply AI to...

Learn More 0 0Nov 3

Solve alias problem in Elixir

Recently, I must type too much for alias Module for using short name in code(Module name in Elixir is...

Learn More 0 0Oct 24

Vibe Coding with Elixir/Phoenix

Intro I run a startup with 4 members, a full time member and 3 others are part-time (one...

Learn More 0 0Sep 18

Server Side Render vs Client Side Render - My POV

Intro Look back a little of bit, we have several decades with hypertext, from static site...

Learn More 0 0Aug 14

Ash framework and our journey to it!

Intro We're a startup with all our system with Elixir (except mobile app). Our...

Learn More 0 0Jul 25

Zed - New universal IDE for me

Totally, I have new IDE that is the best fit for me! Before Zed, I usually use VS Code for work....

Learn More 0 0Jul 25

Migrate to Phoenix 1.8 guide

Intro Phoenix is amazing web framework. Now Phoenix released new version, it's RC version...

Learn More 14 4Apr 28

Solve problem for dynamic Elixir cluster - ClusterHelper

Intro I'm deploying a cluster of Elixir with 5 to 7 nodes (dev env, in prod each node is a...

Learn More 1 0Mar 23

Elixir Macro - How it save time & keep code clean for us

Intro I have worked with macro (meta-programming) in C, Delphi & Erlang language but...

Learn More 0 0Feb 26

PhoenixGenApi a general APIs for Channel - Our way to reduce time & cut down cost for developing backend by Elixir

Intro To reduce time & cost of development we develop a new way to call api from...

Learn More 0 0Feb 1

SuperCache - An in-house cache we build for our product

SuperCache Intro For build a realtime & low latency application by using Phoenix &...

Learn More 6 0Jan 26

Phoenix LiveView Optimization Guide

Intro Phoenix LiveView is very attractive for real-time & rich interactive web app. I...

Learn More 8 1Nov 10 '24

Elixir Configuration & Environment variables

Intro One of confusions for me when work with Elixir is configuration. That's not same...

Learn More 7 0Oct 10 '24

New supervisor for Elixir - SuperWorker

(still updating) Intro Supervisor in Elixir (& Erlang) is one of interesting features...

Learn More 0 0Aug 18 '24

Elixir's with statement & pipe operator - Understanding & use cases

Intro Elixir is strange language, some special things like |> and with statement can...

Learn More 0 0Aug 13 '24

Elixir Stream - The way to save resource

Intro When go to Elixir, almost of us use Enum (or for) a lot. Enum with pipe (|>) is...

Learn More 0 0Jul 16 '24

Elixir pattern matching - Explain & Use cases

Intro Once of interesting features of Elixir is pattern matching. That is way to save your...

Learn More 1 0Jul 8 '24

Elixir process - Explain more part2

Intro Elixir process is weird & hard to fully understand. Every single line of code...

Learn More 0 0Jul 6 '24

Elixir Task, Task.Supervisor - Another way to work with Elixir process

Intro If you just jump to Elixir from other languages, process & supervisor is one of...

Learn More 1 0Jul 6 '24

Elixir Agent - A simple way to sharing data between processes without implement process or GenServer

Intro For newbies, it's hard for fully understanding Elixir process (also GenServer). For...

Learn More 0 0Jul 4 '24

Elixir Supervisor, a powerful thing can help dev & devops sleep well!

Intro I many years in my career, supervisor model is the best thing I wish other languages...

Learn More 8 0Jun 29 '24

GenServer, a simple way to work with Elixir process.

In this topic I have talk about Elixir process now I talk about GenServer & use cases in...

Learn More 2 0Jun 26 '24

Elixir Tricks & Tips for debugging & developing

Intro I will continue add tips & tricks for develop/debugging with Elixir in this...

Learn More 0 0Jun 20 '24

Elixir Process, what is? how work? What is linked & monitored process part1

One of some difficult to understand from other languages go to Elixir is process (a lightweight/green...

Learn More 1 0Jun 13 '24

Using Phoenix.PubSub as a message-bus for Elixir cluster

In my sharing session about using Phoenix.PubSub as message-bus for Elixir cluster, it quite simple...

Learn More 6 0Jun 9 '24

Using Ecto (without Db) for validating Phoenix form

I had a sharing session for Elixir community in Saigon about how to using Ecto without db for...

Learn More 2 0Jun 8 '24

Setup Nx lib and EXLA to run NX/AXON with CUDA

Steps for you setup and run Machine Learning with Axon or simple Nx script with EXLA with CUDA (GPU)...

Learn More 1 0Mar 23 '24

Setup LiveBook/Elixir to run Nx lib with Torchx (with GPU) on Macbook(Apple Silicon)

If you want to run Elixir Nx library for machine learning on Macbook/Mac Mini/Mac Studio with Metal...

Learn More 1 0Mar 23 '24