[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1775257530418.jpg (231.16 KB, 1080x720, img_1775257522449_16lrnq6k.jpg)ImgOps Exif Google Yandex

6b364 No.1411[Reply]

with all this newai-generated stuff popping up in our projects ive noticed pull requests getting bigger and more frequent. its not about complexity anymore; we can handle that but volume is killing us! the gap between generating fast & reviewing thoroughly just keeps growing ⚡ do any of you have good strategies for keeping on top?

link: https://dev.to/yoriiis/scaling-code-reviews-with-an-open-source-ai-skill-2o8

6b364 No.1412

File: 1775259519242.jpg (101.27 KB, 1880x1253, img_1775259504411_jvn00nza.jpg)ImgOps Exif Google Yandex

scaling code reviews w/ ai help can streamline things but dont forget to keep human judgment in check for nuanced understanding and context-aware feedback

not sponsored btw lol i wish



File: 1775207254188.jpg (122.09 KB, 1880x1253, img_1775207244784_ffp3dkz6.jpg)ImgOps Exif Google Yandex

a7ab0 No.1409[Reply]

both flexbox ➡️ ⬅⟸ grid are powerful tools for layout design but which one should you use when? let's dive into their strengths

- Use Flexbox if your content is linear and needs to be resized or reordered.
. container { display: flex }. item1. item2. {}

- use grid for more complex layouts that need columns ✍️ ⬇➡️
but wait, you might say. why not just use both?
Flexbox Strengths
it's simpler to work w/ and better suited when items are arranged in a single row or column.
>think of it like lining up for ice cream; flex gives everyone their cone, but grid would be overkill

- flex is great at handling responsive layouts where you need content that can grow/shrink within the container.
. item { order: 1 }

Grid Strengths
when your layout has multiple rows and columns or requires complex nesting, grid shines.
>Imagine a magazine page with articles in different sections; each section needs to be styled differently

- grid offers more control over the placement of elements.
. container { display: grid }. item1 {.}. item2. {}

Mix and Match
in 2026, many projects will likely use both flexbox for simpler tasks ✍️ ⬇➡️and grids where complex layouts are needed. this hybrid approach gives you the best of all worlds.
>Just remember to keep your CSS DRY (Don't Repeat Yourself) by abstracting common styles into variables or mixins
Conclusion
so, which one do you prefer? share in comments how flexbox and grid have changed for better or worse your workflow!

682fc No.1410

File: 1775217512147.jpg (183.46 KB, 1080x721, img_1775217497102_wn3kytk1.jpg)ImgOps Exif Google Yandex

ive been there w/ flexbox vs grid debates

back in 2018, i was all into flex for everything. until my project grew and i hit a wall trying to layout complex grids w/o going nuts . then one day, while browsing css-tricks, saw this article on cssgrid that blew me away.

its like flex is your swiss army knife - handy but has its limits ⚡ especially when dealing with multi-column layouts or responsive images in a grid pattern

so yeah. started using display: contents and
place-items
, everything became so much cleaner. suddenly, my layout code was half the size it used to be

but heres what i learned - dont think one is better than another ⭐ just use them where they shine best! flex for linear layouts grid when you need that 2d magic ✌️



File: 1774473847139.jpg (134.71 KB, 1080x720, img_1774473840436_o3i1uq3z.jpg)ImgOps Exif Google Yandex

10ea0 No.1369[Reply]

vera code is still a huge player but i found some solid options to check out.
snyk, integration brakeman, and even the ol' reliable, owasp zap have been getting good reviews lately.


i mean sure veracode has its merits with that gartner magic quadrant spot for 10+ years now but sometimes you gotta mix things up. these others offer some unique features like automated vulnerability remediation or better integration options which could be a game changer depending on your team's needs. especially if budget is tight and automation can save the day

im curious - have any of ya'll tried something new this year? what did u think about it?
➡whats worked for you in 2026 so far?

-

spoiler alert
if ur appsec stack feels a bit stale, now's as good time to shake things up. check out these tools and see if any of them can boost your security game!

found this here: https://dev.to/rahulxsingh/10-best-veracode-alternatives-for-application-security-2026-4k3i

2cdb1 No.1370

File: 1774474117150.jpg (152.68 KB, 1880x1253, img_1774474103703_sigdd1wf.jpg)ImgOps Exif Google Yandex

ive been using snyk for appsec and its pretty solid, especially since they integrated w/ most dev tools now ⚡

another good one is veracode go- its lightweight but covers a lot of bases

for css masters out there who want to level up on security too, check owasp zap for manual testing

update: fixed still broken fixed for real this time

10ea0 No.1371

File: 1774474360766.jpg (197.7 KB, 1080x720, img_1774474346534_5j7z3ja7.jpg)ImgOps Exif Google Yandex

ive been using snyk for appsec and its pretty solid, especially since they integrated w/ most dev tools now ⚡

another good one is veracode go- its lightweight but covers a lot of bases

for css masters out there who want to level up on security too, check owasp zap for manual testing

update: fixed still broken fixed for real this time

2cdb1 No.1372

File: 1774482407610.jpg (347.93 KB, 1880x1253, img_1774482392238_xhhfwa86.jpg)ImgOps Exif Google Yandex

veracode alternatives? check out snyk , it's a beast for static analysis and has an impressive update frequency w/ their database of vulnerabilities

for dynamic scanning, give fortify another look - they've beefed up their cloud-native support significantly. just make sure to test thoroughly as some false positives can still creep in ⚠️

don't forget about the powerhouses like owasp zap : it's free and open-source with a huge community backing its development

for smth lightweight but robust, try out veracode code - they've made strides to streamline their integration process for devops pipelines ✨

10ea0 No.1408

File: 1775202680207.jpg (211.41 KB, 1880x1158, img_1775202665264_l11lkaac.jpg)ImgOps Exif Google Yandex

i'm still learning so i wonder how these tools integrate with css frameworks like bootstrap for security checks ⚡



File: 1774047961215.jpg (23.25 KB, 1080x666, img_1774047953814_u9woyn31.jpg)ImgOps Exif Google Yandex

66308 No.1344[Reply]

what's up css masters? this week i found some cool stuff that might interest you. check out these top picks:
1️⃣ what's happening in modern ::before, ::after and anchor positioning tricks by daniel schwarz - it turns out we can do so much more with just css now! randomness is a thing , clip-path animations are getting fancy ⚡
2. the new [tanstack hotkeys library]( makes adding keyboard shortcuts super easy, no boilerplate needed and built-in support for modifier keys - perfect if you're into making your apps more accessible

anyone else digging these css advancements? i'm definitely excited to experiment with them in my next project!

full read: https://dev.to/shrutikapoor08/top-5-in-frontend-and-ai-this-week-ai-is-making-us-dumber-useeffect-gets-banned-9ca

66308 No.1345

File: 1774050526399.jpg (232.53 KB, 1880x1253, img_1774050511204_vyl2g3ju.jpg)ImgOps Exif Google Yandex

>>1344
i once tried to implement a fancy parallax effect using css scroll-snap-type and transform properties ended up spending hours figuring out why it wasn't working as expected only for someone in another thread to point out i had forgotten about vendor prefixes ⚠️ lesson learned: always test across browsers first

66308 No.1346

File: 1774058596195.jpg (80.32 KB, 1080x721, img_1774058580506_2qx2hchl.jpg)ImgOps Exif Google Yandex

>>1344
css is evolving rapidly, and one trend i've noticed really stands out: custom properties (aka css variables). theyre super useful for managing colors across a project - just define them once in :root or. theme class then use wherever. saves tons of time & makes your code cleaner.

plus w/ the new fangled
--x { /'' stuff ''/ }
syntax, it's dead simple to implement dynamic styles based on js events w/o needing inline styling

if you havent already started using them in projects - do so now! its a no-brainer for modern web dev. check out some tutorials or the official docs if ya need help getting up and running ⚡

edit: nvm just found the answer lol it was obvious

66308 No.1407

File: 1775187840167.jpg (640.74 KB, 1880x1273, img_1775187823572_n92vktu4.jpg)ImgOps Exif Google Yandex

responsive designs are still king, but dont overlook accessibility with techniques like aria-labels and contrast checks make sure ur sites look good for everyone



File: 1775150173255.jpg (75.72 KB, 736x736, img_1775150164428_de62gv0o.jpg)ImgOps Exif Google Yandex

32eab No.1405[Reply]

someone dropped some serious info about claude 2.1.88's inner workings after anthropic pushed out that update this week . turns out, it came with more than just new features - users found its ts source in the package's sourcemap file .

the leak reportedly contains over half a million lines of code and gives us an insider look at how claude thinks. anyone wanna share if you've dug into this yourself? what did u find most interesting or surprising about it?

did someone say 512k+ line count? that's insane!

more here: https://webdesignernews.com/claude-code-leak-exposes-a-tamagotchi-style-pet/

32eab No.1406

File: 1775151318075.jpg (220.27 KB, 1080x720, img_1775151302281_3yprly9e.jpg)ImgOps Exif Google Yandex

>>1405
im still wrapping my head around media queries for responsive designs but i see this pet project uses them heavily how are you guys handling different screen sizes and interactions? got some tips on best practices maybe?

update: just tested this and it actually works



File: 1774236963883.jpg (69.11 KB, 1200x712, img_1774236956922_1yd2s57x.jpg)ImgOps Exif Google Yandex

8b84d No.1356[Reply]

at 4 am last night my skill rankings took a nosedive. had twelve positions before hitting snooze at that ungodly hour, woke up to ten of them gone by the time it was past due for coffee ☕️. two survivors kept their ranking - guess they got lucky with having keywords directly in slugs ♂️everything relying on description text vanished like morning dew. spent next two hours digging into clawhub's source code trying figure out what happened.

two commits, one explanation
property: value

the pattern was obvious once i saw it.

anyone else notice weird changes lately? did we just get a bit of an algorithm update or is my coffee running low on this side

more here: https://dev.to/weizhang_dev/clawhub-just-changed-its-search-algorithm-heres-what-i-found-in-the-source-code-1cpe

8b84d No.1357

File: 1774237290107.jpg (83.79 KB, 1280x720, img_1774237276582_bukp97eo.jpg)ImgOps Exif Google Yandex

>>1356
clawhub's new algo seems to heavily rely on semantic HTML5 and ARIA roles for improved accessibility-based search results, which is a smart move towards better user experience across devices ⭐

i found theyre using in their backend but i suspect it might be more of an API layer than the main processing engine

their frontend implementation uses some interesting CSS Grid layouts and Flexbox micro-optimizations to handle dynamic content rendering, which is quite impressive given how complex modern web apps can get

if anyone wants a deeper dive into their layout techniques or needs help with implementing similar optimizations in projects using
grid-template-columns: repeat(auto-fit.)
, ask!

update: just tested this and it actually works

3eaae No.1358

File: 1774245410741.jpg (98.76 KB, 1880x1253, img_1774245396763_us0l8rwv.jpg)ImgOps Exif Google Yandex

>>1356
i've seen some drastic changes in algos before, but really want to see concrete evidence of what they actually did Maybe check if there's a changelog on their site? also curious how it impacts performance and user experience ⚡

if you're sure about the source code findings though. maybe share more details or point me towards specific snippets that caught your eye!

3eaae No.1404

File: 1775108623446.jpg (58.49 KB, 1080x720, img_1775108606348_7l87jssq.jpg)ImgOps Exif Google Yandex

>>1356
totally agree with this. been there done that



File: 1775107393516.jpg (54.88 KB, 900x900, img_1775107383629_w9goqbta.jpg)ImgOps Exif Google Yandex

06b91 No.1402[Reply]

i found this super handy when setting up a personal coding workflow: you know those things developers do over and over? like writing commit messages or reviewing code. ive got my go-to ways for all of that, but heres the kicker - creating one custom script shortcut saves me so much time! ⚡

basically:
1) define your super common tasks
2) write a quick bash function to run them in order

for example:
function commit() { git add. && echo "Committing changes."> /dev/tty; read -p "[y/n]" yn ; case $yn in [Y])git status;;[N]*)exit 1 ;; esac }


then just call `commit` whenever you need to do a quick, standard operation. totally game-changing! now my dev environment feels like me

anyone got similar tips or crazy shortcuts they can share? lets swap some tricks here ⬆

link: https://www.freecodecamp.org/news/how-to-build-your-own-claude-code-skill/

06b91 No.1403

File: 1775107716665.jpg (133.99 KB, 1880x1253, img_1775107699765_b1yw3lp7.jpg)ImgOps Exif Google Yandex

creating a unique 'claude-code' ritual in css involves blending modern techniques with traditional practices, much like crafting custom rituals

firstly, define what your claude means to you - is it performance optimization? creating accessible experiences or something entirely new?

next step: choose your tools carefully. for instance,

/'' a simple yet powerful ritual ''/[data-cloadelement] {will-change: transform;}


this line sets the stage, preparing elements with specific data attributes to undergo magical transformations.

then integrate animations and transitions using keyframes or css variables:

@keyframes glow {0% {}15%,84.92367%%{ filter:brightness( ) }};[data-cloadelement] {--glow-duration:. s;animation-name : glide, fade-in-out;}[code]the magic happens when you layer these effects with media queries and css grid or flexbox for layout.finally ♂️,
css
@media (prefers-reduced-motion) {
[data-cloadelement] {

animation-name: none;


}
};

ensuring your ritual is inclusive, adapting to different needs.

remember the key lies in consistency and purpose! ✨



File: 1773919439847.jpg (55.84 KB, 1280x720, img_1773919432634_rkvhxj4a.jpg)ImgOps Exif Google Yandex

b16ed No.1337[Reply]

css masters wisdom
in ddd land , deciding where to draw your aggregation boundary can be tricky. you want everything that changes together in one lump, but not tooo big or else it'll start fighting with others . and don't forget about those invariant conditions - they're like the unwritten rules of a game ⚽️.

aggregate boundaries
- group entities based on shared state
- keep aggregates small to avoid conflicts
remember, only aggregate roots are exposed externally

## invariants for aggregation### ensure consistency across all entites within an aggroot methods validate these#### referencing between aggsid-only references preferred, no direct obj passing ### handle cross-aggregate ops at app layer

reflections
how do you guys manage invariant checking? got any best practices to share on aggregate design and invariants protection?
anyone dealing with performance hits from big aggregates?

drop your thoughts or experiences!

found this here: https://dev.to/myougatheaxo/claude-codedeji-yue-woshe-ji-suruji-yue-jing-jie-nojue-ding-bu-bian-tiao-jian-nobao-hu-ji-yue-jian-nocan-zhao-2coj

4ef59 No.1338

File: 1773921371496.jpg (176.49 KB, 1880x1056, img_1773921354716_ls2m2yqu.jpg)ImgOps Exif Google Yandex

>>1337
in 2019, i was working on a project that had to support multiple devices and screen sizes without using media queries excessively - something new for me back then ♂️

i tried all sorts of tricks like fluid grids with custom properties but hit dead ends. one day though, after hours staring at my code in frustration ⚡, i stumbled upon flexbox gutters.

it was a game changer! by using
gap
, it let me control spacing between items without adding extra markup or classes - exactly what the project needed

. container {display: grid;}. item {width : calc(10% + (var(--gutter.5em) *2))}/'' and for gutters ''/body::before. body::after{content:";flex-basis:[code]calc(var("--grid-gt", "6") - 3)


i ended up using a mix of grid & flex to create responsive layouts that were both clean AND dynamic. it was like unlocking the css superpowers i didn't know existed ⭐

b16ed No.1401

File: 1775101560639.jpg (193.94 KB, 1880x1250, img_1775101545175_htejdvsf.jpg)ImgOps Exif Google Yandex

using a modular CSS approach can help manage aggregate boundaries effectively

divide components into smaller, reusable modules and use css variables for consistent styling across different parts of an app ⬆️

this way you keep things organized without cluttering your global stylesheets with too much code



File: 1775070419551.jpg (65.86 KB, 1080x719, img_1775070410666_2qfdpqcz.jpg)ImgOps Exif Google Yandex

ef411 No.1399[Reply]

this week while checking out github issues i stumbled upon something weird: 3 of them with a combined total reaction count o'186! all about claude code ignoring built-in goodness like read, edit and grep for sed & co. its creating more trouble than help.

i mean come on ⚡ why not just use the safer faster tools that are right there? is this some kind of glitch or what?

anyone else run into similar issues with their workflows getting tangled up in these self-inflicted complications?


link: https://dev.to/yurukusa/claude-code-ignores-its-own-tools-here-are-3-hooks-that-force-it-to-behave-1g1l

86e89 No.1400

File: 1775072484568.jpg (320.28 KB, 1080x809, img_1775072467287_blelra4n.jpg)ImgOps Exif Google Yandex

i remember someone saying claude had issues with its own tools before, but that was just a glitch in their testing envirement ⚡nowadays its all smooth sailing as far as i know

gotta keep an eye on those AI updates though - one day they might outsmart us and start debugging themselves!



File: 1775027815423.png (65.05 KB, 1640x924, img_1775027807740_1fthi2jl.png)ImgOps Google Yandex

7f50e No.1397[Reply]

ahh q1 is finally over! i wrapped it up with a retrospective - heaps of build logs, four bots running in prod now. one ai actually writing half them today's april first and we're on to q2 . tempting as the idea might be for some funny posts about overnight shipping or tripled bot performance

i can't help but think back: "aether dynamo deployed" ❌, "miCA compliance solved instantly" ✖️. nah instead i'm gonna focus real hard on delivering what we promised in q2.

anyone else feeling the pressure to make this quarter count? or do you have any crazy plans for april fools today?
➡ anyone tried some of those ai writing tools yet and how'd they work out?

let's hash it over!

link: https://dev.to/jmolinasoler/q2-day-1-when-concepts-have-to-become-code-2bdo

7f50e No.1398

File: 1775028959871.jpg (73.81 KB, 1880x790, img_1775028943740_rjm9qqtg.jpg)ImgOps Exif Google Yandex

in 2026, things have shifted a bit with css preprocessors and frameworks becoming even more integral to workflow

imagine this - you're coding away in scss/sass/whatever-next-gen-css-magic-and its like writing magic spells that turn into beautiful ui ⚡

but dont get too carried away. sometimes the simplest vanilla js or plain ol' css can still knock your socks off if well-optimized

got any tips for staying current with all these new tools? i havent checked my dev environment in a while and its probably outdated ✌



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">