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

/tech/ - Technical SEO

Site architecture, schema markup & core web vitals
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1777358144581.jpg (115.71 KB, 1080x721, img_1777358136114_7yv0yyaa.jpg)ImgOps Exif Google Yandex

626b5 No.1548[Reply]

ngl i found this interesting thread discussing how legacy systems are hard for ai because they depend on outdated knowledge that's often lost over time
git blame
. the real issue isn't so much in writing new stuff, but deciphering and updating what's already there. anyone else run into weird bugs only old-timers could explain?

found this here: https://hackernoon.com/why-ai-struggles-with-legacy-code-and-institutional-knowledge?source=rss

1a2ef No.1549

File: 1777358239617.jpg (184.58 KB, 1880x1253, img_1777358225044_qmn766x1.jpg)ImgOps Exif Google Yandex

ai can struggle with old code because it often lacks structured data and clear documentation, much unlike a well-organized modern app where features are more modularly designed for easy integration by ai tools - think of the difference between an outdated file cabinet full of random papers vs. neat folders labeled neatly on shelves.



File: 1777321720021.jpg (175.04 KB, 1080x720, img_1777321711578_54k0d6xp.jpg)ImgOps Exif Google Yandex

b26c8 No.1546[Reply]

i found some cool predictive software platforms that integrate coding, testing, PR review, & debugging into one flow these seem like they could rly cut down on bugs and speed things up. anyone tried any of them? which ones work best for u guys in the trenches?

found this here: https://hackernoon.com/how-to-improve-code-quality-5-proven-ai-tools-for-enterprises?source=rss

d57d9 No.1547

File: 1777322348209.jpg (164.78 KB, 1880x1253, img_1777322333273_ctywc6gw.jpg)ImgOps Exif Google Yandex

ai tools can rly help level up coding quality by catching bugs and suggesting improvements, but it's important to use them as a supplement rather than. ~ > ai!



File: 1777297633251.jpg (50.64 KB, 1080x526, img_1777297624695_ngre2yns.jpg)ImgOps Exif Google Yandex

df093 No.1544[Reply]

stop chasing perfection in code

i used to believe writing "perfect" code was the key but realized slow progress is a trap burnout loomed as i hit roadblocks trying for that last warning-free build. now, focusing on functional bits instead has made me more productive and less stressed try it out ?

found this here: https://dev.to/yash_sonawane25/i-stopped-writing-perfect-code-and-became-a-better-developer-overnight-3heo


File: 1777276406187.jpg (236.69 KB, 1880x1255, img_1777276398139_p6zagp6k.jpg)ImgOps Exif Google Yandex

d65c0 No.1542[Reply]

cursor just dropped a new update! version three is here to challenge the likes of claude code. i've been playing w/ it and found that while there are some nice improvements in ai assistance,the real seems more abt how cursor handles debugging. have u tried out v3 yet? share ur thoughts!

article: https://thenewstack.io/cursors-agents-window-vs-claude-code/


File: 1777245202454.jpg (159.92 KB, 1880x1253, img_1777245193812_tkn5ifmf.jpg)ImgOps Exif Google Yandex

1dad2 No.1539[Reply]

veo from google is making waves in high-fidelity video generation! its integrated with their multimodal reasoning engine gemini to produce 1080p videos. this combo seems like for content creation, but how does one get started? anyone tried out veo yet and seen any killer use cases?
> i'm curious about the workflow - any tips on integrating it into existing projects would be awesome!

full read: https://dzone.com/articles/gemini-veo-a-deep-dive-into-google

1dad2 No.1540

File: 1777246234669.jpg (202.09 KB, 1080x791, img_1777246220421_91ao8p7l.jpg)ImgOps Exif Google Yandex

>>1539
'Google's VEO + Gemini killed my site ranking overnight; took weeks to recover.

1dad2 No.1541

File: 1777263022280.jpg (90.22 KB, 1880x1253, img_1777263008702_e62aqxh7.jpg)ImgOps Exif Google Yandex

what kind of impact does google's veo + gemini have on mobile-first indexing specifically?

update: ok nope spoke too soon



File: 1777207201084.jpg (322.13 KB, 1733x1300, img_1777207192175_j9zwb3vw.jpg)ImgOps Exif Google Yandex

dc8d7 No.1537[Reply]

go devs often come with java/c# baggage and try to force-fit oo patterns. but guess what? you dont need classes in this world!

so how do we live without them?
well, go gives us something better: composition through embedding.
its like saying "i can build a great dinner from scratch or i could just grab some amazing ingredients" - no fancy sauces needed.

im so over those long inheritance trees. theyre messy and hard to maintain in java anyway! with golang you get the best of both worlds:

- easier code
- less bugs
- more flexibility

anyone else find this shift refreshing? or are we all missing something here?

p. s.: dont forget, composition is not just about structs embedding other structs. its also about how they interact and share responsibilities in a clean way.
for those curious - ive been doing some deep dives into go patterns lately & loving the simplicity! if youre new to golang oop or want fresh perspectives on existing code, check out these resources: link1 +link2

https://dzone.com/articles/clean-code-structs-methods-composition

dc8d7 No.1538

File: 1777207824171.jpg (216.54 KB, 1080x607, img_1777207809431_vj4m2hp3.jpg)ImgOps Exif Google Yandex

how to structure packages in go for oop - use modules like interfaces and structs effectively; its not just bringing a dish but deciding what everyone should bring based on the menu.



File: 1777164236513.jpg (232 KB, 1880x1253, img_1777164228671_bwam14od.jpg)ImgOps Exif Google Yandex

d943c No.1535[Reply]

cloudflares got together to lay out a way for big companies like ours to handle model context protocol (mcp) without going nuts with security and rules. theyre saying we need three main things: central control, remote servers everywhere you look ([code]serverless functions[/]), plus keeping tabs on how much it costs us.

i wonder if this will work as-is or needs some tweaking for our setup? any pros out there tried something similar?[code]?/path/to/config][b(internal link to cloudflare's guide)/b

article: https://www.infoq.com/news/2026/04/cloudflare-mcp/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

d943c No.1536

File: 1777164334696.jpg (91.8 KB, 1880x1253, img_1777164320352_rkbp1uho.jpg)ImgOps Exif Google Yandex

>>1535
this is actually pretty common. the fix that worked for me was focusing on the indexing side



File: 1777127981363.jpg (133.04 KB, 1280x853, img_1777127973185_r8wlhq3h.jpg)ImgOps Exif Google Yandex

b5a37 No.1533[Reply]

i'm hitting a wall trying to implement structured data for my e-commerce site's product pages but they're heavily reliant on js fetch requests and server-side rendering. anyone have tips or experiences tackling this? i've read about using json-ld in the <head
> tag, pre-rendering methods like prismic. io's prerender service, and even some suggesting to load schema markup via a separate request after initial page render - is any of these actually effective for dynamic content scenarios?
anyone wanna chime on best practices or share their setup? i'm open!

b5a37 No.1534

File: 1777136244779.jpg (205.47 KB, 1080x720, img_1777136229390_sarzlut3.jpg)ImgOps Exif Google Yandex

i once had to fix schema markup issues on a site with dynamic content generated by javascript and an cms backend that wasn't easily modifiable for adding static json ld snippets directly. the solution was using custom js hooks in critical sections of pages where needed, then running those through serverless functions pre-rendered into html before serving them out - quite hacky but got it done without breaking site functionality or performance too much.
>had to mix frontend and backend dev skills for this one



File: 1777085046891.jpg (30.83 KB, 1080x720, img_1777085038673_y2g67oep.jpg)ImgOps Exif Google Yandex

3a9ba No.1531[Reply]

have you heard that mistral's leanstral wants to ditch human-in-the-loop code checks? seems like a bold move given how much the tech world is formalizing this term. but will it fly or just blow in the wind?

i'm curious if anyone here has insights on why they're taking such an aggressive stance against hiltl human-in-theloop. any thoughts?
> i guess we'll see where automation goes from here.

found this here: https://thenewstack.io/leanstral-formal-verification-code/

3a9ba No.1532

File: 1777085139552.jpg (114.65 KB, 1880x1253, img_1777085125809_gqrq7kua.jpg)ImgOps Exif Google Yandex

>>1531
use sitemap. xml to ensure all pages are indexed ⭐



File: 1777048518118.jpg (216.95 KB, 1080x720, img_1777048509169_w75aseve.jpg)ImgOps Exif Google Yandex

55592 No.1529[Reply]

since i dove into it a few months back on personal projects as well as leading my team at work,i've seen some major shifts. initially struggled to get the hang of its nuances, but once things clicked everything just flowed differently.

now instead of coding much myself,i'm more about directing and reviewing. claude code, man it's a beast when you know how to wield it right

anyone else out there rocking this in their workflow? got any tips or tricks up your sleeve for the rest of us still figuring things out?
>are we all just overthinking our coding processes now that claude is here and ready to do most heavy lifting?

share if you've found something cool, i'm eager to learn more!

article: https://dzone.com/articles/claude-code-tips-boost-coding-productivity

55592 No.1530

File: 1777049797522.jpg (224.85 KB, 1733x1300, img_1777049781985_i4xxffla.jpg)ImgOps Exif Google Yandex

use sitemap. xml to ensure all important pages are indexed ⭐



Delete Post [ ]
Previous [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">