Advertisement · 728 × 90

Posts by Iván

Video

Hi! This is a preview of the features I'm working on like collection list, add watch form and watch details screen

10 months ago 0 0 1 0
Video

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

10 months ago 2 0 1 0

I think I'm gonna move my fly.io projects to my new server and see what else can I learn from it

11 months ago 2 0 0 0

This last weekend I went into the adventure of self-hosting @coolify.io to deploy my new Phoenix projects, it has been really amazing to setup everything on the server side. I already have dev/prod environments, CI/CD pipeline and Plausible Analytics self hosted too! 🚀

11 months ago 2 0 1 0

Thanks! I want to add a few more features to see how helpful something like this can be for other devs and then offer beta testers free access :)

1 year ago 1 0 0 0
Video

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

1 year ago 5 0 1 0
Video

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

1 year ago 2 0 0 0
Advertisement
Post image

🎉 Big news! Some of the most awaited components in Fluxon UI are finally here!

📅 Date Picker
📆 Date Range Picker
⏰ Date Time Picker
🔍 Autocomplete
📚 Documentation

Check it out ⬇️ #ElixirLang

1 year ago 32 7 6 0
Preview
Hackreels Create beautiful animations of your code by simply entering a series of code snippets. Export your code creations to 4k, ProRes, and other HD formats for sharing or usage in other media.

I also found hackreels.com and wanted to give it a try but the service is a little bit more expensive and different but it's good to know this kind of tools exist

1 year ago 0 0 0 0
Preview
snappify - Create stunning Code Presentations and Videos A powerful design tool to animate your code snippets in various ways.

Hi! I used a snappify.com I just found about them and wanted to try it out.

They even offer 7 days of the professional tier for free if you follow a tutorial from them to learn how to use the platform :)

1 year ago 0 0 1 0
Video

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

1 year ago 3 0 1 0
Video

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

1 year ago 2 0 0 0
Video

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

1 year ago 3 0 0 0
Video

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

1 year ago 2 0 0 0
Video

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

1 year ago 3 0 0 0

I have the book and it's a very interesting read. There's a lot of Erlang and OTP related topics!

1 year ago 1 0 0 0
Advertisement
Preview
GitHub - fly-apps/live_beats Contribute to fly-apps/live_beats development by creating an account on GitHub.

Hi! I know a few, LiveBeats from Chris Mccord is a great resource for seeing how other people implement certain features github.com/fly-apps/liv...

There's Lax, a Slack clone built In Elixir, it also shows how you can use LiveView Native to build native mobile apps github.com/jtormey/lax

1 year ago 10 1 1 0
Post image

🌍 Curious about Mapbox but don’t know where to start?

In my latest blog post, I guide you through integrating Mapbox into a Phoenix LiveView app—perfect for your first steps into dynamic maps and geospatial features! ✨

Check it out: ivanmunguia.dev/s/3B9aSKfL

#MyElixirStatus #ElixirLang #Mapbox

1 year ago 10 1 0 0
Video

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

1 year ago 5 0 1 1
Video

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

1 year ago 4 1 0 0

As a company, we work with very large codebases in several technologies and it's a challenge to onboard new developers because there's a lot to learn besides code, the business logic is domain heavy as we work on niche products. I plan ease this process by using AI, this feature is one step forward.

1 year ago 0 0 0 0

1/2 At my company we are wondering how we can leverage AI for our day to day development, I'm aware of the exciting tools out there like Cursor, Lovable, Claude, etc. and I know that's a way to get direct help with our codebase but I keep thinking, software development is more than that...

1 year ago 0 0 1 0
Video

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

1 year ago 1 0 1 0

I changed my first implementation from serving static .md files and generating posts in build time to storing them in the DB so I could set the syntax highlighter dynamically!

I'll start building these kind of things in public and see where it goes.

Thank you everyone for reading :)

1 year ago 0 0 0 0
Video

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

1 year ago 3 0 1 0
Advertisement
Post image

Learn how to add an unique constraint using Ecto to handle duplicated values and handle the error in your LiveView to improve the feedback to the user.

Taken from my latest blog post.

You can read it here: ivanmunguia.dev/s/XP2Y2qfX

#MyElixirStatus #elixirlang

1 year ago 2 1 0 0

2/2

There's a lot to say about Al these days, a lot of hype and buzz words, I don't intend to follow that direction nor to sell you some idea, I just want to share how I'll be approaching the topic of Al as a developer and see what it leads to in the future.

1 year ago 1 0 0 0

1/2

This time a little bit different, I decided to start my journey of using Al as a copilot when programming in my day to day and I wanted to write about my journey using these tools.

1 year ago 1 0 1 0
Post image

🚀 Build a fully functional URL shortener in Elixir with Phoenix & LiveView!

In my latest post, I combine the power of AI-driven development with Elixir’s simplicity to create a scalable and user-friendly feature.

🔗 Read here: ivanmunguia.dev/s/XP2Y2qfX

#MyElixirStatus #ElixirLang #LiveView

1 year ago 3 0 1 0
Post image

Crop images in Elixir

From the docs:

Image is intended to provide well-documented common image processing functions in an idiomatic Elixir functional style as a layer above the very comprehensive set of functions in Vix and libvips.

#MyElixirStatus #elixirlang

1 year ago 6 0 0 0