Roberto

539 posts

Roberto banner
Roberto

Roberto

@RobertoLopezdev

Web design and development on @Framer | Amateur photographer and portrait artist on my spare time

Quito, Ecuador Katılım Şubat 2025
149 Takip Edilen11 Takipçiler
Roberto
Roberto@RobertoLopezdev·
@MSchwaibold amazing she created this without being a developer
English
0
0
0
1
Roberto
Roberto@RobertoLopezdev·
@ormanclark why is that there's always a favorite graphic designer, but no favorite web designer
English
0
0
0
55
Orman Clark
Orman Clark@ormanclark·
who’s your favourite designer?
English
37
1
34
6.3K
Roberto
Roberto@RobertoLopezdev·
@AlexAperios are they vibecoded? or do you use framer/ webflow
English
1
0
1
39
Alex Aperios
Alex Aperios@AlexAperios·
I’ve ended up securing more website projects than brand work over the last few months. Honestly, it’s been refreshing pushing out more web design again this year. The interesting part is it naturally opens the door to brand conversations too because most companies quickly realise the same thing: Without strong branding, a website just feels weak. You can build the slickest site in the world, but if the identity underneath lacks clarity, personality, or confidence… the whole thing falls flat.
English
7
2
111
7.6K
@levelsio
@levelsio@levelsio·
My laptop screen looks pretty much like this all day now and same on my iPhone when I work (which could be anywhere now) It's just tabs for my sites, all on a VPS, synced with my iPhone via @TermiusHQ (unaffiliated) and usually with Claude Code open to fix or build new things
@levelsio tweet media@levelsio tweet media@levelsio tweet media
@levelsio@levelsio

So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'm in my server and I get dropped in a tmux session that's always tied to the corresponding site I wanna log in to To make this work I have this startup snippet in each site's Termius profile: > cd /srv/http/hoodmaps.com && tm (so /srv/http is where my sites are and then hoodmaps .com is the example site here, and "&& tm" is the important part here) Then in my ~/.bashrc file I added this (written by Claude Code) which defines the "tm" function, again all it does it just put me in the right tmux session based on the folder I'm in The result is I can switch without interruption from my laptop to phone in Termius with auto reconnecting sessions and usually I just have Claude Code open in each session to work Before I had to mess around with 1) not having smooth switching from laptop to phone, I'd have to use Claude Code's /resume for it, annoying, 2) having multiple sessions for same sites, gets messy and confusing fast, now it FORCES me into one session per site, this just works so well, I'm so fast, and each of my sites is just an open tab in Termius, I've never worked so structured and clean! Here is the code, maybe it helps somebody: # tmux session per folder. `tm` (no args) attaches to / creates a session # named after the current dir's basename. `tm name` overrides the name. # Works whether already inside tmux (uses switch-client) or outside it. tm() { command -v tmux >/dev/null 2>&1 || { echo "tmux not installed"; return 1; } local name="${1:-$(basename "$PWD")}" # tmux session names can't contain '.' or ':' — replace with '-' name="${name//./-}" name="${name//:/-}" if [ -n "$TMUX" ]; then tmux has-session -t "$name" 2>/dev/null || tmux new-session -d -s "$name" -c "$PWD" tmux switch-client -t "$name" else tmux attach -t "$name" 2>/dev/null || tmux new -s "$name" -c "$PWD" fi } # Auto-attach on interactive login: picks a session named after wherever # you land. Plain `ssh server` lands in $HOME → session "root". Use # `ssh server -t "cd /srv/sm.levels.io && bash -l"` to land in a site # folder → session "sm-levels-io". Skips inside tmux and non-interactive # shells so scp/rsync/scripted ssh keep working. if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ] && [[ $- == *i* ]]; then tm fi

English
192
129
3K
832.5K
Roberto
Roberto@RobertoLopezdev·
@GalaxyGrovegame This game looks amazing! Will you consider adding a split screen multiplayer option? I would love to build with my family
English
0
0
0
46
Thanh TRAN
Thanh TRAN@thanhtran·
@just_adev @levelsio @TermiusHQ I don’t even remember the last time I wrote a single line of code, even the easiest and simplest one. All codes are written with Claw through telegram, directly into production env
English
1
0
2
653
Oriku
Oriku@Oriku175·
Hover. Reveal. Flow. @hiunicornstudio (Sound on for better experience)
English
9
0
35
1.2K
Roberto
Roberto@RobertoLopezdev·
@Oriku175 I always wondered why create an " image" of the page when you can create the page instead
English
0
0
0
25
Oriku
Oriku@Oriku175·
My design process used to start in Figma. Now Figma opens last. Sometimes never. Web Design Figma → Framer → Ship Now → Framer directly The canvas is already the website. Why design it twice. Product Design Figma → Figma → Figma → maybe build Now → Claude Code first I need to click it, break it, feel it. Static screens never told me if an idea actually works. Only after the flow makes sense → Figma comes in for polish. Figma didn't get worse. It just got demoted. From the starting point to the finishing line. Most designers are still opening Figma first. I did too, for years. But you don't polish an idea before you prove it. What about you Still starting in Figma? Or your process looks different now?
English
14
1
48
2.5K
Roberto
Roberto@RobertoLopezdev·
@oykun busy, broke and tired
English
0
0
0
20
Oykun
Oykun@oykun·
most freelance designers career arc: broke and free. busy and broke. busy and rich. rich and tired.
English
28
4
114
5.4K
ldt
ldt@madeby_ldt·
"The Gemini macOS app was built by a small team with Gemini" Yeah we can tell 💀
ldt tweet media
English
26
24
1.4K
151.7K
Karnav Raval
Karnav Raval@karnavr·
@avstorm This is cool, but I really hope Google doesn’t suppress traditional Search
English
1
0
1
340
Roberto
Roberto@RobertoLopezdev·
@YaelBienenstock this is amazing! I didnt know you designed and also developed
English
0
0
0
38
Yaël Bienenstock
Yaël Bienenstock@YaelBienenstock·
For years I've been taking selfies of my outfits just to remember what I wore or share with friends. Camera roll: thousands of pictures, zero of them findable. So i built the thing i wanted. Meet Yafa 🧵
English
310
261
4.8K
754.6K
Roberto
Roberto@RobertoLopezdev·
@JordanGilroy Always the same tactic. Steal and drown the comments with more of their posts
English
0
0
1
101
Jordan Gilroy
Jordan Gilroy@JordanGilroy·
Word of warning. If you post this kind of shit, where you're knowingly misleading people into thinking the work of others is yours, then your career is going to be short lived. You might gain a lot of followers, but that following will be hollow and meaningless. You'll get hired once then get found out. What's the point?! These posts are a disease and I'm so sick of seeing them.
FHILY👑@Oluwaphilemon1

How I built with Lovable 👇 1. Start with midnight blue + soft sand feels cinematic instantly 2. Tell Lovable to make it a single scroll page with scene transitions 3. Add a lone figure walking through a dreamy 3D landscape 4. Each scroll section reveals a new sleep science fact 5. Use CSS fluid shapes for organic background movement 6. Wide spacing + slow fade-ins let the content breathe 7. Deploy in one click no code, no agency, no $10k budget

English
10
6
91
5.2K
Roberto
Roberto@RobertoLopezdev·
@won__sikkk @yogooglemeup Maybe, the problem here is now 99% of designers vibecode, because its extremely easy. So where is the differentiatior that makes you stand out?
English
0
0
0
7
Wonsik Oh
Wonsik Oh@won__sikkk·
@yogooglemeup The label doesn’t matter. The output does. A designer who ships working code is more valuable than a designer who hands off static mockups and a separate engineer who interprets them wrong.
English
1
0
0
85
Jessica Ko
Jessica Ko@yogooglemeup·
If you’re a designer using AI to write code, you aren't a designer anymore. You’re a FE engineer. And you just massively increase your hiring advantage.
English
46
14
253
26.8K
Roberto
Roberto@RobertoLopezdev·
@ninepixelgrid @yogooglemeup Unfortunately vibe coding has led people to believe they have a new skill. They dont. If anyone can do it ( and it WILL become easier with time) then it wont be valuable
English
0
0
0
34
The Undesigner
The Undesigner@ninepixelgrid·
sure, but designers who code != designers who use AI to write code. a fundamental lack of understanding of components, APIs, how to guide LLMs to not do silly things – these all require the fundamentals of actual front end development. sure, you can build things to a certain extent – and of course in the future AI will become more capable – but right now, to say verbatim you're a FE engineer if you're using AI to write code is pretty sensational to say the least.
English
1
0
15
213
Roberto
Roberto@RobertoLopezdev·
@yogooglemeup coding uses a completely different part of your brain. Its extremely hard if you dont enjoy it.
English
0
0
0
4
Jessica Ko
Jessica Ko@yogooglemeup·
Designers, start coding. Really. I mean it. Taste is the hardest part and you already have it. AI handles the syntax. You can be so much more powerful.
English
42
42
666
101.8K
Md Moniruzzaman
Md Moniruzzaman@dev_moniruzaman·
Just wrapped up an animated landing page for a client — and this one was a blast to build. 🎬 Heavy GSAP animations, smooth transitions, and a lot of attention to detail .
English
1
2
9
1.8K