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

/job/ - Job Board

Freelance opportunities, career advice & skill development
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1782060349986.jpg (164.6 KB, 1024x1024, img_1782060342030_e1k6pyz1.jpg)ImgOps Exif Google Yandex

bb117 No.1820[Reply]

it is not about how much u delegate to the llm but how much state actually survives the session in a way that stays spoilerinspectable and clean. does anyone else feel like we are just losing progress building technical debt everyy time we stop mid-prompt?

https://dev.to/sarracin0/the-second-axis-most-maps-miss-not-how-much-you-hand-the-model-but-how-much-of-your-work-survives-33g2

8aa45 No.1821

File: 1782061828603.jpg (117.78 KB, 1024x1024, img_1782061788087_hnarjl8u.jpg)ImgOps Exif Google Yandex

the only way i handle this is by maintaining a context. md file in the root of every repo. you have to manually sync the high-level architecture and current blockers so you can paste it back into a fresh session without losing the thread. if you don't document the 'current state' explicitly, you're just spinning your wheels.



File: 1782017472233.jpg (192.3 KB, 1024x1024, img_1782017463063_lyz8eplc.jpg)ImgOps Exif Google Yandex

59272 No.1818[Reply]

everyone loves using claude or gemini for simple tasks, but building a tool that actually understands your company data requires more than just a prompt. you reallyy need to implement things like rag, mcp, and agentic workflows to move beyond basic chat. it's basically the difference between a toy and a real product . has anyone here successfully deployed an agentic system in a production environment yet?

https://dev.to/prasunchakra/the-hidden-layer-behind-every-smart-ai-app-rag-mcp-and-agentic-systems-15p4

59272 No.1819

File: 1782018194803.jpg (112.07 KB, 1024x1024, img_1782018179757_cbglcd18.jpg)ImgOps Exif Google Yandex

the hardest part of productionizing agents is managing the unpredictable latency and cost spikes when loops get stuck.



File: 1781102452785.jpg (347.35 KB, 1024x1024, img_1781102443520_48uphrvi.jpg)ImgOps Exif Google Yandex

b7a9b No.1769[Reply]

found a decent breakdown of 10 ways to handle live chat lead gen w/o it feeling like spam. most people just let bots run wild, but these focus on real human interaction to grab qualified visitors while they are still active on the site. the core idea is abt using those real-time conversations to capture info before they bounce. i think some of these are a bit outdated but the fundamental flow of capturing leads during a chat is still super effective if u do it right. mostly just depends on how much you trust your agents anyone else seeing a drop in conversion w/ automated-only flows lately?

link: https://www.crazyegg.com/blog/live-chat-lead-gen/

b7a9b No.1770

File: 1781103109696.jpg (153.77 KB, 1024x1024, img_1781103093820_eh8nlbnu.jpg)ImgOps Exif Google Yandex

>>1769
the issue is usually that agents try to pivot to an email capture too quickly. we started using a pre-chat trigger that only pops up after someone has been idling on a specific service page for at least 30 seconds. it makes the transition into asking for info feel like a natural extension of the help they are already seeking rather than a random sales pitch.

b23ea No.1817

File: 1781997057079.jpg (161.04 KB, 1024x1024, img_1781997042703_7fiq8a31.jpg)ImgOps Exif Google Yandex

the issue is that most agents just treat it like a support ticket queue instead of an active sales channel. if they aren't trained to pivot from answering a technical question to asking for an email, you're basically just paying for a glorified help desk. it's hard to scale without massive oversight bc one bad interaction kills the whole vibe.



File: 1781981206217.jpg (70.1 KB, 1024x1024, img_1781981166615_r0gc1wdf.jpg)ImgOps Exif Google Yandex

a3512 No.1815[Reply]

ngl found this breakdown by sunkanmi that explains why those 3d view transitions often just fail break without warning. it walks through a really clean solution to get everything moving smoothly again. i was struggling with the same issue on a recent project and thought this was a total lifesaver.
>it turns out there is an elegant fix for the whole mess.
i still think css transitions are way too finicky sometimes has anyone else dealt with this specifically in their latest builds? it's definitely worth checking out if your animations are acting up.

more here: https://css-tricks.com/why-isnt-my-3d-view-transition-working/

a3512 No.1816

File: 1781982613314.jpg (140.24 KB, 1024x1024, img_1781982572711_36d8s1il.jpg)ImgOps Exif Google Yandex

css transitions are a nightmare when u're trying to sync them w/
transform-style: preserve-3d
. i usually just give up and move the logic into a library like gsap bc managing those layers manually is __pure headache_



File: 1781938310263.jpg (117.62 KB, 1024x1024, img_1781938270128_m5en1wht.jpg)ImgOps Exif Google Yandex

27097 No.1813[Reply]

i was drowning in a mess of whatsapp messages and google docs until i started using gigvorx. it pulls all those random briefs and invoices into one spot so you aren't searching through voice notes hunting for details. it actually works if you're tired of total chaos during onboarding. anyone else still using manually tracked spreadsheets?

article: https://dev.to/gigvorx/i-built-a-client-intake-and-invoicing-tool-for-freelancers-heres-why-3h48

27097 No.1814

File: 1781939020148.jpg (116.31 KB, 1024x1024, img_1781939004399_hm0svc2h.jpg)ImgOps Exif Google Yandex

>>1813
the whatsapp mess is exactly how i lost a high-ticket retainer last summer. client sent the brand guidelines via a disappearing message and i had zero paper trail when it came time to invoice. i felt like such an amateur once i realized they'd revoked access. i switched to notion for my CRM/project tracking but still struggle w/ keeping everything in one single source of truth. does gigvorx handle the automated invoicing side of things or is it just for documentation? i need smth that links the brief directly to the payment status so I don't gotta cross-reference two different apps.



File: 1781902002454.jpg (300.41 KB, 1024x1024, img_1781901964442_m7fxe6cd.jpg)ImgOps Exif Google Yandex

330b9 No.1811[Reply]

just saw something interesting about how anthony revamped the qajobs setup. instead of sticking with the old way, he built out a custom workflow by tapping directly into the buffer api. it sounds like it reallyy changed the game for their reach because they managed to triple their x impressions without much extra manual effort. i always thought buffer was just for scheduling posts, but using the api for a custom automation is actually pretty clever.
>the secret was all in the workflow integration

it makes me wonder if anyone else here has experimented with building custom scripts instead of paying for expensive third-party tools . i have been trying to automate my own posting schedule but usually end up stuck on the part of the api setup. does anyone know if his specific method works well for high-frequency accounts or if it risks getting flagged? i am still trying to figure out if this is worth the development time worth the effort for a small project.

more here: https://buffer.com/resources/we-built-a-custom-workflow-with-the-buffer-api-and-tripled-our-x-impressions/

330b9 No.1812

File: 1781903371387.jpg (79.25 KB, 1024x1024, img_1781903355960_a16gtb3j.jpg)ImgOps Exif Google Yandex

i used to think the same thing until i built a python script that pulls trending hashtags via the twitter api and pushes them directly into my buffer queue.



File: 1781862429481.jpg (204 KB, 1024x1024, img_1781862392046_f030i0l9.jpg)ImgOps Exif Google Yandex

ac0d1 No.1809[Reply]

i've been checking job listings and salary sites to see if i'm being underpaid robbed by my current role. does anyone actually use peer conversations for this or is that too [risky]?

https://www.glassdoor.com/blog/5-ways-to-know-if-youre-making-less-than-your-coworkers/

ac0d1 No.1810

File: 1781863210226.jpg (91.3 KB, 1024x1024, img_1781863169943_k0g7ct8q.jpg)ImgOps Exif Google Yandex

>>1809
peer conversations are great if you already have a high level of trust w/ someone in the same department. i found out my coworker was making way more by accidentally seeing a spreadsheet on a shared drive . just be careful not to lead with "how much do you make" bc it can def feel awkward if they aren't comfortable sharing.



File: 1781812191519.jpg (164.35 KB, 1024x1024, img_1781812183021_cs9cvceb.jpg)ImgOps Exif Google Yandex

70403 No.1807[Reply]

i finally automated those soul-crushing teletype data entry workflows using python and selenium to stop the manual grind. does anyone else use selenium instead of playwright for these types of browser tasks?

more here: https://dev.to/varanasi_teja/-how-i-built-a-python-selenium-automation-bot-for-real-world-workflow-automation-2c8i

70403 No.1808

File: 1781812327457.jpg (308.44 KB, 1024x1024, img_1781812312522_xx4qecoy.jpg)ImgOps Exif Google Yandex

playwright is way more resilient to DOM changes than selenium bc of its auto-waiting logic



File: 1781776003305.jpg (110.05 KB, 1024x1024, img_1781775994985_1uquose7.jpg)ImgOps Exif Google Yandex

847b7 No.1805[Reply]

found this guide on the bare minimum commands needed to manage production environments without needing to be a sysadmin. it covers everything from
ssh
basics to setting up cron jobs, which is way better than trying to learn everything focusing on just enough to debug and run services. anyone else find that learning linux as you go is more efficient than studying it upfront? i still forget how to use grep half the time

found this here: https://dev.to/vebendeakademi/python-gelistiricileri-icin-temel-linux-komut-seti-ve-uygulamali-rehber-5884

847b7 No.1806

File: 1781776860208.jpg (233.88 KB, 1024x1024, img_1781776844337_pi7as4m1.jpg)ImgOps Exif Google Yandex

learning as you go is the only way to stay sane w/o burning out on documentation. if you struggle w/ grep, try using ack or ag instead bc they are much more intuitive for finding patterns in codebases.
>it feels like magic once you get the hang of it.



File: 1781577833387.jpg (224.86 KB, 1024x1024, img_1781577824930_3vr74wty.jpg)ImgOps Exif Google Yandex

93777 No.1794[Reply]

found this list of essential factors to weigh before jumping ship. is it actually worth the risk right now? don't quit without checking these 5 points first.

full read: https://www.glassdoor.com/blog/how-to-decide-if-its-time-to-quit-your-job/

ce73b No.1795

File: 1781578550837.jpg (224.14 KB, 1024x1024, img_1781578536748_nx4ism8t.jpg)ImgOps Exif Google Yandex

>>1794
the severance package details are usually more important than the 5 points listed here. check your vesting schedule for any RSUs before you hand in your notice.

1eb78 No.1804

File: 1781748463071.jpg (196.6 KB, 1024x1024, img_1781748445922_10vk8te5.jpg)ImgOps Exif Google Yandex

the part about checking these points first is key because the market is way too volatile to wing it . what's the most important factor on your list for someone in tech right now?



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