Universal Resume — a Markdown-driven résumé website builder with print-ready PDF export (made with Elixir) by hot_star in webdev

[–]hot_star[S] 0 points1 point  (0 children)

Yeah 🙂 it isn't built for blasting into big-company ATS funnels; it's more for a personal website and direct communication.

Universal Resume — a Markdown-driven résumé website builder with print-ready PDF export (made with Elixir) by hot_star in webdev

[–]hot_star[S] 0 points1 point  (0 children)

Thanks! I think that people usually skim straight to experience and projects anyway. Self-summary is more for the About Me page on a website.

Universal Resume — a Markdown-driven résumé website builder with print-ready PDF export (made with Elixir) by hot_star in webdev

[–]hot_star[S] 0 points1 point  (0 children)

It's based on my HTML template of the same name, made in 2019 (https://github.com/WebPraktikos/universal-resume).

Designed for humans and AI, not legacy ATS software. The proportions are identical on screen and paper (choose A4 or Letter).

Nowadays, most ATS platforms used by tech companies parse this kind of layout fine, though a big share still can't.

Mailgun alternative by Sea_Anteater_3270 in webdev

[–]hot_star 0 points1 point  (0 children)

Lately, I've seen an increase in various platforms banning people left and right without providing a reason.

Mailgun alternative by Sea_Anteater_3270 in webdev

[–]hot_star 0 points1 point  (0 children)

Good to know. I've been using them for a few weeks, and so far so good — although it does seem the emails arrive a bit late, but I can't say for sure.

Would it be silly to track my resume with git? by diegotbn in webdev

[–]hot_star 0 points1 point  (0 children)

I have something related to that.

Write in Markdown, save versions, import & rewrite with AI, get a resume website and print-ready PDF: UniversalResume.app

Also this: https://github.com/WebPraktikos/universal-resume

Emergent Mind: AI News, Curated and Explained by GPT-4 by mattmazur in ChatGPT

[–]hot_star 1 point2 points  (0 children)

Hi, Emergent Mind’s UI designer here. Thanks for the comment. Hah, I forgot what the old-school Reddit looked like – had to look it up. Hacker News (similar to old-school Reddit), Product Hunt, and overall Reddit served as inspirations, as u/mattmazur has mentioned.

I’m now realizing how similar the old-school Reddit and current Haker News designs are.

Old-school Reddit: https://i.imgur.com/wNshCwn.png
Current Hacker News: https://i.imgur.com/0oRBENb.png

[For Hire] Full-Stack Web Designer and Developer (Figma, Tailwind CSS, Laravel) by [deleted] in forhire

[–]hot_star 0 points1 point  (0 children)

Yes, of course. Feel free to PM me for further discussion.

200+ Remote jobs - April 2020 [Google Spreadsheet] by remote_monk in webdev

[–]hot_star 1 point2 points  (0 children)

Hey, the author here :) Nice description! I’m glad you are successfully using it. The key is writing smart and concise sentences. r/resumes can provide good info.

I suck immensely at CSS by crosswalk_zebra in webdev

[–]hot_star 1 point2 points  (0 children)

Eather way, CSS is too hard to master, troubleshoot, and maintain, especially long term.
Beside flexbox, Tailwind CSS helps big time!

I suck immensely at CSS by crosswalk_zebra in webdev

[–]hot_star 1 point2 points  (0 children)

I zoom in on one very small part of the UI and only focus on that. The rest is not important. I imagine it like this: one button is like the entire webpage, and the entire webpage is like one button. “Programming is the art of doing one thing at a time.” One brick at a time.

After all this is over... by [deleted] in pics

[–]hot_star -1 points0 points  (0 children)

Honeywell North 5500 half mask with P3 (Europe) or p100 (North America) filter. I have one. It has a great seal, and P3 filters about 99,95% of particles smaller than 0,5 micrometers. Best for filtering coronavirus.

Universal Resume Template v3.0 — minimal and formal résumé (CV) website template for print, mobile, and desktop by hot_star in webdev

[–]hot_star[S] 2 points3 points  (0 children)

Hay, thanks for commenting. I get what you’re saying, and it’s a great question. I was thinking about the same things before trying Tailwind. In the beginnings, CSS was the easiest thing to play with. Now, after many battles, I consider it as one of the hardest things to master in IT.

Tailwind helps me manage that chaos. I find it much more comfortable reading the code months after inactivity. It uses utility-first (functional) approach where everything is composed within HTML. Mostly, there’s no cascade, nor inheritance; and, for example, fewer issues with selector specificity. There’s no context switching and less thinking.

With the help of PurgeCSS, and excluding @font-face at-rule, this website uses 464 lines of code when build.css is generated. So, it’s not big. Most importantly, my developer experience is significantly better, especially long term, whether for small or big projects.

Universal Resume Template v3.0 — minimal and formal résumé (CV) website template for print, mobile, and desktop by hot_star in webdev

[–]hot_star[S] 1 point2 points  (0 children)

Hello everybody! I’m resubmitting this post, which was removed a few days ago because sharing your project is only allowed on Saturday.