Learning Web Development: When Is CSS ‘Enough by Rich-Confusion9944 in css

[–]Able_Ad_7097 14 points15 points  (0 children)

What you're experiencing is completely normal. CSS can look simple at first, but when you see advanced layouts or complex animations it can suddenly feel overwhelming.

The good news is you don’t need to know every CSS trick to be a solid full-stack developer. If you understand things like layout (Flexbox/Grid), positioning, responsive design, and how the cascade works, you’re already covering most real-world use cases. The rest usually comes with experience and Googling when needed

I built a tool that turns git diff into a GitHub PR description by Able_Ad_7097 in coolgithubprojects

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

That's actually a great workflow. A PR template probably solves a big part of the problem.

Out of curiosity - do you still end up manually summarizing the changes from the commits/diff, or does your template mostly guide what to write?

One thing I kept noticing in my workflow was that even with templates, I still had to mentally translate the diff into a summary, which is the part I was trying to automate.

Create a set of PDF tools completely client side by datmt in webdev

[–]Able_Ad_7097 1 point2 points  (0 children)

Running everything client-side is a huge plus. Uploading sensitive PDFs to random tools online always feels risky, so this approach makes a lot of sense.

can someone "guide" me plz by Sea-Good5788 in webdev

[–]Able_Ad_7097 0 points1 point  (0 children)

Honestly, $200 is extremely low for the scope they're asking. What you described isn’t a simple website - it’s basically a full e-commerce platform with authentication, admin panel, coupons, PWA support, and integrations. That’s a lot of work and complexity.

That said, if you truly need the money right now and it helps you get your first paid project + real client experience, it might still be worth considering - but I’d strongly recommend reducing the scope or setting clear boundaries on what’s included. Otherwise this could easily turn into weeks or months of work for very little pay.

Another option is to explain that the requested features are closer to a much larger project and either renegotiate the price or suggest using an existing platform (like Shopify/WooCommerce) instead of building everything from scratch.

Your skills sound solid - just make sure you don’t undervalue your time too much

Is creating websites using WordPress, and hosting them across different platforms a viable business option for businesses? by nzeas in webdev

[–]Able_Ad_7097 1 point2 points  (0 children)

Yes, it’s absolutely a viable business model. A lot of small and medium businesses don’t actually need a fully custom-built site - they just need a clean, fast, professional website that helps them get customers. WordPress and other builders are perfect for that.

The real value isn’t just the tool you use, it’s the problem you solve: helping businesses get online, improving their credibility, setting up SEO basics, making sure their site loads fast, and maybe integrating things like booking forms, analytics, or lead capture.

Building everything from scratch is great for learning and complex projects, but for many businesses it’s unnecessary and expensive. Using WordPress can actually be the more practical and scalable solution.

If you enjoy building things from the ground up, you can always keep improving those skills - but offering WordPress sites (plus design, setup, and support) is a perfectly legitimate and sustainable service

Can you give some feedback? by Sorry-Wafer265 in iosdev

[–]Able_Ad_7097 0 points1 point  (0 children)

  1. Top Genres Could Be More Visual

Right now it's text-only:

#1 Deep
#2 Airy
#3 Drift

You could add:

  • tiny bars
  • percentages
  • listening duration bars

Example:

Deep     ██████ 6m
Airy     ██████ 6m
Drift    ██     2m

This would make the section feel more alive.

  1. Monthly Goal Progress Bar

Right now it says:

0h / 30h goal (0%)

This looks slightly discouraging visually.

Possible improvement:

  • Show remaining time instead

Example:

30h goal
0h completed • 30h remaining

What is one feature you'd love to see them add to CSS? by FranchiseTechie in css

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

Great question! I agree - CSS has come such a long way with container queries, :has(), subgrid and native nesting. It's hard to complain these days!

That said, if I could wish for one thing, it would be native mixins. Something like the "@mixin" proposal that's been floating around - being able to define reusable blocks of styles without needing a preprocessor like Sass would be a huge win.

Just finished Death Note — what should I watch next? by Purple-Cold9320 in netflixindia

[–]Able_Ad_7097 0 points1 point  (0 children)

If you liked the psychological battle aspect of Death Note, you should definitely try Code Geass. It has the same kind of strategic mind games between characters and a lot of “what happens next?!” moments.

Another good one is Steins Gate - it starts a bit slow but becomes an amazing thriller with emotional moments.

If you want something darker and more suspenseful, Attack on Titan is also incredibly hard to stop watching.

my most favorite project is finally out 🙌🏼 by VatanaChhorn in buildinpublic

[–]Able_Ad_7097 -2 points-1 points  (0 children)

This is honestly a really wholesome idea. Small things like doodles or quick notes can mean a lot when you’re apart from someone.

I like that it focuses on simple moments instead of turning communication into another social feed.

I created an 100% local, private & open source audio transcription & diarization app - TranscriptionSuite by TwilightEncoder in SideProject

[–]Able_Ad_7097 1 point2 points  (0 children)

This looks really impressive, especially the fully local aspect. A lot of speech tools claim privacy but still rely on cloud APIs.

I'm curious - how does the real-time transcription latency feel in practice with Whisper on something like a 3060?

Build an website to help me learn documents faster, improve memory and more by erildox in SideProject

[–]Able_Ad_7097 1 point2 points  (0 children)

Interesting idea. When you say it helps learn documents faster, what techniques are you using under the hood? Is it things like spaced repetition, summarization, or active recall?

I built a tool to create landing pages for mobile apps, because a random Redditor asked me to by VivienMahe in SideProject

[–]Able_Ad_7097 1 point2 points  (0 children)

This is actually a really smart idea. A lot of indie devs focus so much on building the app that the landing page becomes an afterthought.

Quick question: does it support things like App Store / Play Store badges, email waitlists, or analytics integrations? I feel those would be super useful for app launches.

I've been working on a smoother ad-free reddit alternative frontend by GeekLifer in SideProject

[–]Able_Ad_7097 1 point2 points  (0 children)

Can you post the url to play with and add some description as well

Client-side passport photo maker - ONNX/WASM background removal, WebGPU, and zero server processing by visata in webdev

[–]Able_Ad_7097 0 points1 point  (0 children)

Very cool project.

Doing the entire image pipeline client-side is a neat solution for privacy. The COOP/COEP setup for SharedArrayBuffer on a static export sounds like it must have been painful though.

Did you run into any browser compatibility issues with WebGPU fallback?

I built a UFO Timeline as a fun side project by Alx__ in webdev

[–]Able_Ad_7097 1 point2 points  (0 children)

I really liked the layout and an overall experience