3FanYu

3FanYu

Hey everyone!

Greetings from Taiwan! I’m new around here and super excited to dive into this awesome community.

I’ve recently jumped into learning Elixir and am loving the journey so far. After getting my feet wet with the basics, I figured, why not build something cool? so I started to build a URL shortener using the Phoenix framework.

I’m all about learning by doing, but I know that going solo can sometimes lead me down the rabbit hole. So I’ve decided to open up a topic and invite everyone who happens to have spare time to review my code. I am open to any types of feedbacks. Whether it’s a high-five for what’s working or a heads-up on where I can improve, all your thoughts are welcome.

If you feel like dropping some wisdom or just want to chat about the project, you can hit me up here or swing by my GitHub. Every bit of feedback will be greatly appreciated.

Cheers,

project:

Showing Posts 1 to 9

derek-zhou

derek-zhou

I read the readme but not the code yet. Since you use a database, why not just use the auto increment key as the key, ie: you could have shortened URL like https://example.com/url/123 Much of the complexity described in the readme would just disappear.

3FanYu

3FanYu OP

Hi there! Thanks for pointing that out!
My initial design was aiming to use MongoDB because it could be easier to do horizontal scaling. Given that the uuid generated by Mongo is at least the length of 32, which is too long for my short url. Therefore I’ve decided to create my own unique id using timestamps. I only switched to Postgres because it is the recommended DB of Phoenix and I’m curious I’ve never tried it out.

With that being said, you’re right, I sure can be using incremental IDs from Postgres. But I also think it is a good practice to not rely on DBs mechanism in my design, so my application don’t couple up with the DB.
(Who knows, it might be an over-design​:sweat_smile:)

BTW, huge thanks for the feedback! I really appreciate it.

tfwright

tfwright

From your README:

There are many tools to choose from when it comes to memory caching, Redis is one of the no brainer that is used by many production services.

You don’t mention them, so if you’re not aware, Elixir has many built in options to handle memory stores that can be used as a cache, ets, GenServer etc. If you are aware, curious why you thought Redis was a “no brainer” :slight_smile:

Great document by the way. Gives nice insight into your thought process which seems very thorough!

EDIT: started looking at your code and looks like you’re using ets after all? :joy:

3FanYu

3FanYu OP

Big oops from me!
I was originally planning on using Redis really. No much reasons though, just because I use it in my current job and it is used by a lot of companies.
Anyway, I googled my way through the process of developing the project, and discovered ETS unintentionally. Being a half-hearted man, I quickly decided to try it out without remembering to update my design XD

Thanks for the reminder! I will do some more research til I can explain clearly why to choose ETS, and update the README ASAP!

BTW thanks for the compliment on my documentary. As a non-native speaker, I’m still seeking ways to improve my English especially in writing, so your noticing really means a lot to me :laughing:

tj0

tj0

Ha, isn’t that the fun part though?

Regarding scaling, you may find this url shortener scaling example handy (still in draft from and completely unfinished from several years ago). It goes over 3 different possible designs. Anyway, I’m not much of a writer, so I never quite finished it. Nor how to build a CDN, a web server, a storage layer, etc.

I personally think the most interesting parts are:

  • Section 3.4.2 - shows the limits of an external system due to memory speeds
  • Section 3.5.2 - on generating a better uuid is useful as it generates a sortable id that is better than a general uuid.

First time sharing anywhere, so if it’s handy, let me know and maybe I’ll clean it up some.

tfwright

tfwright

I can assure you your English is excellent

I think something might be getting lost in translation here though :wink:

3FanYu

3FanYu OP

Awesome! thanks for sharing. I will definitely check it out!

3FanYu

3FanYu OP

I was trying to describe my state of indecisiveness and wavering when it comes to picking a tool. Like I tend to change my mind when I see something cool LOL

I thought I’ve seen someone us the term half-hearted , but nevermind it :rofl:

tfwright

tfwright

I thought I’ve seen someone us the term half-hearted

Oh for sure, but in English the phrase means almost the opposite of what it sounds like you’re trying to say. Rather than changing your mind because you’re too excited by everything being “half-hearted”, and especially as a general characteristic (“half-hearted man”) implies a lack of enthusiasm in general. Think of an employee doing a task they really don’t want to do, or a person on a date with someone they don’t like that much. Curious if there’s a word you’re translating, because there’s not really a good single word or phrase in English for indecisiveness due to too much enthusiasm. Capricious? Fickle? Not quite… Language is amazing!

— All posts loaded —

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 92995 915
New
caslu
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
Herve37
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using. We’re particularly inte...
New
GES233
I’m posting this in response to Jose’s recent tweet (Cr. link) : People are sleeping on Elixir for a coding harness: Hot-code swappi...
New
_mfierro
Hello, I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
nseaSeb
AcmeScript — Writing JS hooks as if I were still using Elixir I’ve been having fun building a little something over the last few days: Ac...
New

Other Trending Topics Top

garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New
webofbits
Aludel - LLM Evaluation Workbench Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews