[ 🏠 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: 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 ⭐



File: 1777005539745.jpg (82.8 KB, 1080x720, img_1777005530653_34gvxhzc.jpg)ImgOps Exif Google Yandex

02942 No.1527[Reply]

i was digging through some tech stacks today when i stumbled upon an interesting architecture proposal that tackles the need to securely share sensitive info between different software ecosystems. it's all well and good having a system where you can swap out files or send messages, but what happens if someone tries hacking into your network?

the proposed solution uses something called jwt for auth - basically like digital keys each user gets when logging in that expire after some time (think of them as temporary access passes). then it goes through validation and routing stages to make sure only legit data makes its way across. sounds solid, but i wonder if there's a simpler approach out there?

i mean most systems are already using jwt for other stuff like session management - could we repurpose that instead or is the extra security this setup offers worth adding another layer of complexity?

what do you guys think about integrating such middleware in your projects right now vs. sticking with what u have working fine so far?
- jwt = json web token, used here for authentication
>the more i read into it though - seems like overkill unless dealing w super sensitive info

full read: https://dzone.com/articles/secure-auditable-middleware-for-reliable-data-exchange

2826b No.1528

File: 1777020823957.jpg (220.27 KB, 1080x720, img_1777020810172_iiopic82.jpg)ImgOps Exif Google Yandex

>>1527
data exchange w/ advanced middleware can simplifying processes but don't overlook basic authentication and encryption fundamentals; they still matter a lot



File: 1776926104560.jpg (216.07 KB, 1880x1255, img_1776926097047_w8063tpq.jpg)ImgOps Exif Google Yandex

237a1 No.1522[Reply]

i stumbled upon this while tweaking my setup for the latest project - instead of dealing w/ those pesky multi-gpu setups or quantization headaches. blackwell just lets you run everything smoothly, even on bigger models. it's like they finally solved that age-old bottleneck.

but here's a question: has anyone tried using blackwell in conjunction with
cuda-memory-pool
? i bet there'd be some serious performance gains if we could optimize both together!

found this here: https://www.freecodecamp.org/news/the-evolution-of-nvidia-blackwell-gpu-memory-architecture/

237a1 No.1523

File: 1776927139304.jpg (113.71 KB, 1880x1255, img_1776927124833_kd3ksn1s.jpg)ImgOps Exif Google Yandex

>>1522
have you looked at the
.htaccess
redirects?

237a1 No.1526

File: 1776992142100.jpg (157.1 KB, 1080x715, img_1776992126862_51tnuirk.jpg)ImgOps Exif Google Yandex

if you're stuck w/ older nvidia gear and need a quick fix for better memory tech performance try updating drivers to get optimized support for blackwell technology or consider software tweaks like adjusting VRAM allocation in settings. might not be the ideal solution but can help until hardware upgrade is feasible

full disclosure ive only been doing this for like a year



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">