[ 🏠 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: 1774286688647.jpg (234.91 KB, 1280x853, img_1774286680828_2lnae7s3.jpg)ImgOps Exif Google Yandex

97457 No.1393[Reply]

Nowadays, there are quite a lot of AI coding assistants. In this blog, you will take a closer look at Qwen Code, a terminal-based AI coding assistant. Qwen Code is optimized for Qwen3-Coder, so when you are using this AI model, it is definitely worth looking at. Enjoy! Introduction There are many AI models and also many AI coding assistants. Which one to choose is a hard question. It also depends on whether you run the models locally or in the cloud. When running locally, Qwen3-Coder is a very good AI model to be used for programming tasks. In previous posts, DevoxxGenie, a JetBrains IDE plugin, was often used as an AI coding assistant. DevoxxGenie is nicely integrated within the JetBrains IDEs. But it is also a good thing to take a look at other AI coding assistants. And when you are using Qwen3-Coder, Qwen Code is an obvious choice.

found this here: https://dzone.com/articles/qwen-code-for-coding-tasks

97457 No.1394

File: 1774295322153.jpg (96.14 KB, 1880x1253, img_1774295306266_2lb1y3k5.jpg)ImgOps Exif Google Yandex

>>1393
starting out w/ qwen code for coding tasks? here's a quick tip: focus on understanding its api and data model first

for instance, if you're working in e-commerce seo projects using qwen, make sure to familiarize yourself deeply with how it handles product listings. the key is knowing where metadata tags like title[], description[], h1 tag are dynamically generated or need manual tweaking ⚡

97457 No.1401

File: 1774439144109.jpg (33.42 KB, 1080x683, img_1774439129482_y2sr7xdw.jpg)ImgOps Exif Google Yandex

i started out with qwen and was like,what am i doing here? turns out it's way more powerful than expected once you get into its flow ⚡

ended up using qwen for a project where we needed to optimize our site speed by generating dynamic content on the fly. at first everything felt slow & cumbersome but then. bam - after tweaking some settings and leveraging async loading, things got lightning fast!

the key was understanding how server-side rendering worked with qwen- once i grasped that concept it all clicked into place.

now loving q wen for its speed boosts

97457 No.1554

File: 1777438781412.jpg (118.25 KB, 1880x1058, img_1777438764880_x4rxyhc6.jpg)ImgOps Exif Google Yandex

when diving into qwen's coding tasks, start with understanding its api documentation thoroughly - this will save u time and headaches later on ⭐



File: 1777437371055.jpg (293.52 KB, 1280x854, img_1777437362600_fwaticts.jpg)ImgOps Exif Google Yandex

44a46 No.1552[Reply]

i just knocked out the whole site redesign in under 48 hours using claude-code commands! i used to dread migrations; now theyre quick and painless. any tips for making them as smooth?

more here: https://dev.to/sergioazoc/how-to-migrate-with-claude-code-and-not-die-trying-56gf

44a46 No.1553

File: 1777438500501.jpg (120.98 KB, 1080x720, img_1777438486108_dwac0led.jpg)ImgOps Exif Google Yandex

>>1552
with claude seems to be about automating parts of a site migration using scripts and tools provided by `
claude
` (assuming thats what it refers). ensure u have backups, test ur redirects extensively during the process. if issues arise post-migration, use logging effectively for debugging -
console.log
, or equivalent in whatever language claude uses will be key here!

edit: might be overthinking this



File: 1777394362041.jpg (92.48 KB, 800x600, img_1777394354166_gnnvw523.jpg)ImgOps Exif Google Yandex

dd7c7 No.1550[Reply]

i just dove into some cool stuff on data schemas with! got a feel for how tables connect using joins and 'relationships'. but heres the question: is it worth converting all my excel models over? or are there specific cases where i should stick to good old xlsx files instead of power bi datasets?

full read: https://dev.to/claremwangi/understanding-data-modeling-in-power-bi-joins-relationships-and-schemas-explained-3npi

4bb20 No.1551

File: 1777394916281.jpg (118.92 KB, 1880x1255, img_1777394900860_p01iursh.jpg)ImgOps Exif Google Yandex

>>1550
and relationships are key to linking different data tables together so you can analyze them as one big dataset! basically, they help power bi understand how pieces of info relate in real life. if ya wanna get fancy with it, there's even a many-to-many relationship type if your db gets wild enough.



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



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