Iván
ivanmunguia.dev
Iván
@ivanmunguia.dev
Full Stack Web Developer and mentor with a strong passion for learning and sharing knowledge. 🇲🇽

Porfolio: ivanmunguia.dev
Blog: ivanmunguia.dev/blog


Elixir / Phoenix / React / React Native
Hi! This is a preview of the features I'm working on like collection list, add watch form and watch details screen
May 23, 2025 at 6:25 AM
A sneak peek to a waitlist page I worked on for the past two days 🔥

Current stack:
📱 React Native + Expo for the mobil app
💻 Elixir & Phoenix for the backend

Are there any watch collectors here? I'd be happy to hear your thoughts!

#watches #watchcollector #horology #myelixirstatus
May 23, 2025 at 4:51 AM
Built a basic settings customization feature. I always loved the sites that allow the user to customize each part of the UI to make them feel at home. With LiveView it was easy to send those updates to the UI immediately!

I'll keep adding more editor and markdown themes 🎨

#MyElixirStatus
March 21, 2025 at 4:30 AM
I know maybe this is common knowledge in the Elixir community but I wanted to share how important tools like this one are for a project if you didn't knew about it.

You can even have a git hook to run credo before making a commit or also integrate it in your CI pipeline!

#MyElixirStatus
March 12, 2025 at 4:01 AM
How to make request to OpenAI's models like "gpt-4o-mini" in Elixir using the LangChain library.

Elixir's implementation of LangChain offers the possibility of using also OpenAI Dall-e, Anthropic Claude models, Google Gemini, Ollama and others!

#MyElixirStatus
March 11, 2025 at 6:26 AM
Worked on finally storing study lessons and show them for future reference.

Now the Example-driven and Analogy-based teaching styles are supported!

Next up supporting automatic language detection...

Day 4 of building in public

#MyElixirStatus #elixirlang
March 8, 2025 at 4:56 AM
Day 3 of building in public. I kept working on the idea of showing how programming concepts are related, now I have description for each concept along with relationships between them.

Seems like I'll be implementing a knowledge graph sometime soon...

#MyElixirStatus #PhoenixLiveView #ElixirLang
March 6, 2025 at 4:06 AM
I love to make diagrams whenever I need to work on a new feature or project, it's a way my brain to see the full picture so I can understand better what I'm trying to do.

Wanted to add a visualization tool just to see how programming concepts relate to a language and to each other

#MyElixirStatus
March 5, 2025 at 3:03 AM
I've been offline quite sometime but I've been exploring out LLM models and started to working something for myself... It could be the first independent project of my career 👀

I just wanted share my journey here, day 1 of building in public!

#MyElixirStatus #ElixirLang
March 4, 2025 at 12:35 AM
The AI explanations are live now! 🚀

If you go to any post and click the "Explain with AI" button on any code snippet you can dive deeper into the meaning of the code, like a personal lesson for that code.

You can read the blog here: ivanmunguia.dev/blog

#MyElixirStatus #ElixirLang
January 17, 2025 at 6:43 PM
Today I changed some implementation details to make the rendering faster!

Changed Elixir's string concatenation for IO.iodata_to_binary/1 to marginally speed up the rendering step but the real highlight was replacing Floki's default HTML parser for fast_html (a parser written in C)

#MyElixirStatus
January 17, 2025 at 1:43 AM
I've been experimenting with AI tools for a few months now and I'm in the path to discover how can I use it to fit my specific needs. This time the result is adding an AI teacher to to further explain the code snippets of my posts.

I'll refine the feature and release it soon!

#MyElixirStatus #AI
January 16, 2025 at 5:06 AM
I started my blog 3 weeks ago, wanted to stop thinking about the things I could build "if only I had ideas" and instead focus on acting. It's been a lot of fun working on it as a playground to learn more about Elixir.

Now I have syntax highlighting theme based on browser's theme.

#MyElixirStatus
January 12, 2025 at 1:12 AM