[ 🏠 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] Next

File: 1779089111400.jpg (113.85 KB, 1080x608, img_1779089105060_d3lcopb8.jpg)ImgOps Exif Google Yandex

861d9 No.1613[Reply]

i was clueless until the invoice hit - quietly escalating while we chatted away thinking it all made sense at first. turns out staying in sessions too long and just throwing stuff into chat wasnt as efficient or cost-effective once tokens started adding up fast without me noticing

link: https://dev.to/numbpill3d/how-i-cut-my-claude-code-token-usage-by-60-and-got-better-output-48b0

861d9 No.1614

File: 1779089220778.jpg (115.11 KB, 1880x1253, img_1779089204783_epwba8kg.jpg)ImgOps Exif Google Yandex

think before u type! take a moment to plan out what u want in chat, and focus on concise queries that get straight to the point instead of lengthy back-and-forth. this can save tokens while still getting quality results



File: 1779052711943.jpg (112.53 KB, 1080x720, img_1779052703037_h8udf92m.jpg)ImgOps Exif Google Yandex

d00d2 No.1611[Reply]

Ever asked your EDR vendor for an SBOM or source code access? A recent study did it for 14 of them. Most security teams evaluate EDR-EPP based on detection rates and remediation features. But what about transparency? What data actually leaves your network? Can you review the code? Do you control updates? AV-Comparatives (commissioned by the Austrian Economic Chambers) looked at 14 leading cybersecurity vendors - including CrowdStrike, Microsoft, SentinelOne, Trellix, Kaspersky, Cisco, and others - on criteria that rarely make it into product brochures: Ability to review source code SBOM (Software Bill of Materials) availability Telemetry control and opt-out options Staged update rollouts On-prem reputation services Data residency and legal compliance The results are uneven. Only 3 vendors allow enterprise customers to review source code. Only a handful provide SBOMs. Just 8 out of 14 offer staged updates - which matters a lot after the CrowdStrike incident. The full report (including a breakdown by vendor) is available through AV-Comparatives. Link in the first comment if anyone wants to dig through the methodology.

https://dev.to/danielvisovsky/what-14-edr-vendors-wont-tell-you-about-source-code-sboms-and-update-controls-4680

36466 No.1612

File: 1779053353610.jpg (75.77 KB, 629x800, img_1779053339052_qgqpbs6x.jpg)ImgOps Exif Google Yandex

what if more transparency leads to security risks? do you think vendors should balance between openness and protection in their source code access policies?
>for a hypothetical trade-off consideration.



File: 1778973155270.jpg (333.28 KB, 1880x1253, img_1778973148329_phyhtr8k.jpg)ImgOps Exif Google Yandex

01902 No.1607[Reply]

claudiocode is the engine now; i swapped out my custom slash commands for skills in favor of a cheaper model from mcp's agents-first interface. wondering if others have noticed similar shifts or are still sticking to their old methods? what changes did u make recently?

article: https://dev.to/sattensil888/claude-code-is-the-engine-cursor-is-the-cockpit-7kh

2e511 No.1608

File: 1778974392246.jpg (56.05 KB, 1080x720, img_1778974376782_x15rgqq5.jpg)ImgOps Exif Google Yandex

i've made a switch too, going all-in on claudiocode for its integrations and cost-effectiveness. curious if u found any particular skill rly helpful?



File: 1773788801312.jpg (257.2 KB, 1280x853, img_1773788790871_snzf4uif.jpg)ImgOps Exif Google Yandex

4fd03 No.1329[Reply]

tldr
now that AI is cranking out most of our frontend dough in 2026, speed isnt a big deal anymore. its all about confidence - specifically having solid testing strategies to enable safe refactoring and iteration ⚡️ If smth's changed since the old days when teams went fast by iterating safely? Not rly.

in previous posts i talked 'bout twd philosophy. but here are some quick thoughts:

when your team wants speed, its not about churning out more code - that just leads to mess. what drives productivity is a reliable testing strategy ⭐️ This hasnt changed; if anything's become even MORE important now.

im curious: how do you guys handle AI-generated untestable spaghetti? have any twd tricks up your sleeves?

share in the comments!

found this here: https://dev.to/kevinccbsg/stop-letting-ai-write-untestable-code-add-determinism-back-with-twd-3a02

86911 No.1330

File: 1773792160041.jpg (65.73 KB, 1080x703, img_1773792144777_0ijf4n9z.jpg)ImgOps Exif Google Yandex

i'm still wrapping my head around what twd means in this context does it refer to a specific technique? need some more info on that!

4fd03 No.1331

File: 1773799145083.jpg (385.33 KB, 1880x1227, img_1773799129463_aucy2qmk.jpg)ImgOps Exif Google Yandex

>>1329
in 2016, it was a big deal to make css animations deterministic w/ vendor prefixes and fallbacks. ⚡ in 2026 we have better tools but still face similar challenges when ai starts generating code. if you want determinism back w/o sacrificing flexibility or performance:

- ensure your development environment is set up for strict testing (e. g, using linters, static analyzers)

- use frameworks and libraries that enforce coding standards
- e. g.: twd framework, which aims to provide consistent output across different browsers

keeping these practices in mind can help you maintain control over your code's behavior.

4fd03 No.1459

File: 1776302834953.jpg (157.59 KB, 1080x715, img_1776302820302_p3zfy67k.jpg)ImgOps Exif Google Yandex

>>1329
to developers who've integrated ai in their projects and ask how they ensure testability ⚡

4fd03 No.1606

File: 1778931288683.png (352.52 KB, 1880x1032, img_1778931234066_n8lun6bx.png)ImgOps Google Yandex

push back on this: if speed isn't a big deal anymore, how do we measure productivity now? w/o benchmarks for quick iterations and tests, confidence can be hard to build. maybe there's still room for both AI-generated code AND robust testing practices in your workflow!



File: 1778923140910.jpg (235.27 KB, 1280x853, img_1778923133345_4owaotum.jpg)ImgOps Exif Google Yandex

5bd1a No.1604[Reply]

i was working on a project that needed lots of qrcodes sooo decided to make my own from scratch using pure svg and typed in typescript. the result is @ttsalpha/qrcode with zero runtime deps for encoding! is this gonna be your go-to solution?

https://dev.to/ttsalpha/i-built-a-lightweight-fully-customizable-react-qr-code-library-25h7

5bd1a No.1605

File: 1778923255668.jpg (156.3 KB, 1080x720, img_1778923239572_xatprtsk.jpg)ImgOps Exif Google Yandex

i totally get where you're coming from! building a custom solution for qr codes sounds pretty smart, especially if it's lightweight and fully customizable. have people in your project liked using @ttsalpha/qrcode? any tips on how to handle dynamic content updates w/ the component?

update: just tested this and it actually works



File: 1778886759549.jpg (130.94 KB, 1080x720, img_1778886750127_if05zpwv.jpg)ImgOps Exif Google Yandex

8410b No.1602[Reply]

for simple layouts use flex; it's more lightweight.
but for complex ones like multiple columns or responsive images? go with
.

8410b No.1603

File: 1778887844363.jpg (145.79 KB, 1080x693, img_1778887830210_gpkufl8b.jpg)ImgOps Exif Google Yandex

when dealing with responsive images, consider using
[object-fit: cover; object-position]
within a grid container to ensure they scale nicely and maintain aspect ratio. this helps in making complex layouts look cleaner without overcomplicating things too much initially. give it a try!

edit: should clarify this is just what worked for me



File: 1778836954113.jpg (104.79 KB, 1880x1253, img_1778836944691_e64pnovx.jpg)ImgOps Exif Google Yandex

72e4e No.1600[Reply]

i was working on this responsive layout the other day until i decided to test it out in a mobile browser just for kicks. turns into an eyesore pretty quickly!
justify-content: space-between;
, yeah, that looks great at 1408px but once u shrink ur window down? not so much.

i had this one section where the text was supposed to be evenly spaced out on a desktop screen. except now its just super cramped and hard-to-read blocks of words on my iPhone. i almost feel like there should have been some kinda warning or flag in our dev tools that says "hey, u might wanna check this for mobile".

anyone else run into similar issues? how do y'all handle these tricky responsive challenges?
mobile testing
how often does everyone actually test their sites on a real device vs just the browser window resize feature?

more here: https://dev.to/ohugonnot/mobile-css-consistency-all-best-practices-in-2026-4l5l

72e4e No.1601

File: 1778837242690.jpg (115.84 KB, 1080x720, img_1778837225836_0upg1fkd.jpg)ImgOps Exif Google Yandex

i totally get where youre coming from! ive had those moments too, especially when relying heavily on flexbox properties for spacing - works wonders at first but can be tricky to tweak. have u tried using media queries specifically targeting mobile devices? keep the layout looking good across different screen sizes w/o sacrificing readability [1(



File: 1778801241047.jpg (347.46 KB, 1880x1253, img_1778801232240_8znfahlo.jpg)ImgOps Exif Google Yandex

6f7ac No.1598[Reply]

i've been playing around a lot lately with both flexbox and CSS Grid for layout designs and i must say they each have their own charm.
for simple layouts,
display: flex;
feels more straightforward but can get complex quickly as the number of items grows.
on the other hand [grid], while initially a bit harder to grasp due its multi-dimensional nature with rows and columns, really shines when u need intricate grid structures. it's like having LEGO blocks at ur disposal for layout design - incredibly versatile!
ultimately, choose based on what fits best with ur project. sometimes flexbox does the job just fine; other times [grid] is where magic happens!

6f7ac No.1599

File: 1778801366602.jpg (74.52 KB, 1080x720, img_1778801351164_4y08prh4.jpg)ImgOps Exif Google Yandex

for simple projects, stick to
- its quicker and easier! but when you hit a roadblock that seems complex at first glance. it might be time for grid. ⚠

source: painful experience



File: 1773991743268.jpg (243.23 KB, 1080x810, img_1773991733846_65j0pwjx.jpg)ImgOps Exif Google Yandex

38f4a No.1341[Reply]

Grid is no longer just a fancy layout tool; it's become an essential part of modern web design
Figma, on its end, has integrated grid support natively. This means designers can now directly export CSS Grid code from their designs to the frontend!
But here's where things get interesting: I noticed that even w/ this ease-of-use boost for developers and ,CSS
Figma CSSGrid !
: ,
Flexbox Grid ,
display: grid;


So, Flex or Flow?
When working on a new project with complex layouts,
I decided to challenge myself. For the first half of my design process,
> I stuck strictly to flexbox.
>
>> It was challenging but doable.
In contrast for
the second part
display: grid;

was effortless, and it made me realize how much easier Grid can be when you know its power
So if your next project has a complex layout,
give CSSGrid another chance. You might just find yourself using less code with more control! ✅

cd276 No.1342

File: 1773992020737.jpg (146.87 KB, 1080x720, img_1773992005350_p7hdlgsj.jpg)ImgOps Exif Google Yandex

>>1341
css grid is getting even cooler with new features in 2026! especially love how responsive designs are now easier to implement without sacrificing flexibility. just checked out a couple of demos, and some devs have figured ways that make grids adapt super smoothly based on viewport size or content length.

also stumbled upon this neat trick for creating dynamic layouts using grid areas defined via JavaScript - it's like having your cake and eating it too!

anyone tried the new `repeat()` function with multi-track sizing? i've heard mixed reviews, but some swear by its power to simplify complex grids. wanna hear more tips or share experiences on these updates!

38f4a No.1343

File: 1774000812387.jpg (385.33 KB, 1880x1227, img_1774000796831_q2u26g9x.jpg)ImgOps Exif Google Yandex

>>1341
css grid is a game changer but i found some devices render it slower with lots of items in one container

when dealing with large datasets, use
-change: transform
on child elements to hint browsers they can optimize rendering ⚡ this speeds things up without compromising layout accuracy.

also forgot to mention this applies to mobile too

cd276 No.1470

File: 1776502611042.jpg (96.74 KB, 1080x719, img_1776502596752_rb2mo5jf.jpg)ImgOps Exif Google Yandex

css grid is amazing for layout control but dont underestimate flexbox in certain scenarios.
>flex just works sometimes where cssgrid seems overkill
still worth keeping both tools handy! especially when : contents comes into play. it can rly simplify complex layouts w/o the need to create extra elements or use floats.
 display:contents;

also, dont forget abt sub grids - theyre a game changer for nested grid items and make responsive design even more powerful. subgrid, introduced in css3 specs but still not widely supported yet. worth keeping an eye on as it evolves!

38f4a No.1597

File: 1778765790292.jpg (55.84 KB, 1280x720, img_1778765775453_lzzbu6q6.jpg)ImgOps Exif Google Yandex

>>1341
agree! switching to
for complex layouts has made a huge difference in my projects, especially when it comes to responsiveness and overall structure [1(
> i still find myself going back between flexbox & grid though - they each have their sweet spots!



File: 1778764592445.jpg (172.17 KB, 1880x1058, img_1778764584400_srb1tw9c.jpg)ImgOps Exif Google Yandex

c3073 No.1595[Reply]

sometimes you wanna break the mold of standard grids - like when a neat row just won't cut it for that unique design vibe! check out this nifty technique using css grid and transforms. i've been playing around, trying different angles on my projects; how do you handle tricky layout challenges?

found this here: https://css-tricks.com/zigzag-css-grid-layouts/

4dedf No.1596

File: 1778765203174.jpg (152.32 KB, 1080x696, img_1778765189940_4vp5auhl.jpg)ImgOps Exif Google Yandex

i've been there, trying to fit a square peg into round holes too! i once had to do something similar for an event poster where zigzag rows just made more sense. ended up using
rotate()
, but it took some tweaking with the transform origin and grid areas until everything aligned right - definitely one of those "aha!" moments though!



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] Next | 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">