[ 🏠 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: 1784877783356.jpg (148.91 KB, 1024x1024, img_1784877744556_5hrb60pj.jpg)ImgOps Exif Google Yandex

22709 No.1974[Reply]

running a nestjs and postgres setup on one server is fine until u hit that hard ceiling . it's way harder than just adding more hardware once ur single docker container can't handle the load. anyone else dreading the move to a distributed architecture?

more here: https://dev.to/moose978/scaling-a-saas-beyond-one-server-4jbo

22709 No.1975

File: 1784877929146.jpg (78.65 KB, 1024x1024, img_1784877912907_6xklh3dq.jpg)ImgOps Exif Google Yandex

>>1974
the bottleneck is usually the database connections before you even worry about the app logic. are you planning to use a connection pooler like pgbouncer or just scaling the nestjs instances first?

22709 No.1980

File: 1784979528959.jpg (72.91 KB, 1024x1024, img_1784979488821_vza6rmse.jpg)ImgOps Exif Google Yandex

>>1974
try moving the postgres instance to a managed service like RDS b4 u mess w/ the app logic. it saves so much headache with replication and backups



File: 1784841457632.jpg (155.19 KB, 1024x1024, img_1784841447265_1mm1f3wd.jpg)ImgOps Exif Google Yandex

bec96 No.1972[Reply]

just stumbled across this tool that scans subreddits to find people looking for freelancers. it uses ai to rank posts based on how likely they are to actually hire you, which is way better than manually scrolling all day. it runs locally with ollama or any other cloud provider you prefer.
>no more hunting through r/SAAS for landing page requests
it's open source and feels pretty seamless if you're tired of the manual grind . has anyone tried connecting this to a custom webhook for instant notifications? i might just automate my entire outreach pipeline

more here: https://dev.to/hidekiryu/i-built-a-cli-that-finds-me-clients-on-reddit-using-ai-55dc

83a47 No.1973

File: 1784842349683.jpg (329.91 KB, 1024x1024, img_1784842332790_ryrqrs1j.jpg)ImgOps Exif Google Yandex

the webhook idea is solid, but u'll need to handle the rate limiting carefully so reddit doesn't flag ur ip. i tried something similar with a python script and ended up getting shadowbanned after too many automated requests.



File: 1784798659464.jpg (165.24 KB, 1024x1024, img_1784798652201_cpgn3mtj.jpg)ImgOps Exif Google Yandex

4d828 No.1969[Reply]

lowkey just stumbled onto a great breakdown on how we moved from basic rpc to using protobuf for distributed systems. does anyone else feel like modern microservices are becoming too complex way too dependent on gRPC, or is it just inevitable at this point ?

article: https://www.freecodecamp.org/news/remote-procedure-calls-protocol-buffers-and-modern-distributed-systems-communication/

4d828 No.1970

File: 1784798833504.jpg (141.01 KB, 1024x1024, img_1784798817352_sp1xll0x.jpg)ImgOps Exif Google Yandex

the complexity is definitely there, but it's a fair trade-off for getting strict typing across services. i still find myself debugging proto definitions for hours whenever someone pushes a breaking change to the schema without updating the downstream clients.

4d828 No.1971

File: 1784806872872.jpg (112.79 KB, 1024x1024, img_1784806857063_3rrvp3yp.jpg)ImgOps Exif Google Yandex

>>1969
the dependency feels real when u're trying to debug a simple request across five different services. it's fine for internal traffic, but managing the proto files across teams is a nightmare . are u seeing much use of alternative approaches like trpc in ur current stack?



File: 1784762466763.jpg (136.77 KB, 1024x1024, img_1784762458261_dpyuwn6r.jpg)ImgOps Exif Google Yandex

be281 No.1967[Reply]

flipping through a design patterns book made me realize that rust is literally just formal modeling since option<t> is just a 0.1 association and ownership handles all the composition logic for you. does anyone else feel like using uml for rust projects is totally redundant just work?

https://dev.to/seballiot/how-reading-a-design-patterns-book-led-me-to-audit-my-rust-framework-with-uml-and-merise-19h3

be281 No.1968

File: 1784762615432.jpg (139.89 KB, 1024x1024, img_1784762600497_otmqpi3g.jpg)ImgOps Exif Google Yandex

it works until u have to deal with a complex Rc<RefCell<T>> graph that breaks all those clean assumptions lol.



File: 1784683066683.jpg (186.85 KB, 1024x1024, img_1784683026110_o0hqnwae.jpg)ImgOps Exif Google Yandex

f2f8b No.1963[Reply]

found this list of 8 ways to handle that pre-interview jitters feeling. it suggests things like box breathing and reframing your anxiety as excitement instead of just dying inside . does anyone else use power posing or is that too much?

https://www.glassdoor.com/blog/8-ways-to-boost-your-confidence-minutes-before-your-interview/

f2f8b No.1964

File: 1784683913107.jpg (324.52 KB, 1024x1024, img_1784683871825_9d7six0t.jpg)ImgOps Exif Google Yandex

>>1963
power posing feels a bit weird if youre doing it in an office setting, but i swear by it in the bathroom stall right before. anything to get out of that paralyzed state helps. i also find that having a very specific script for my "tell me about yourself" intro keeps me from spiraling. if you have your first two sentences memorized, the rest usually follows naturally. the hardest part is just not letting them see your hands shaking. do you find that video calls make the anxiety worse or does the screen barrier help?



File: 1784640174770.jpg (215.67 KB, 1024x1024, img_1784640164674_zcvidvmz.jpg)ImgOps Exif Google Yandex

9fa49 No.1961[Reply]

lowkey found this guide on how people actually manage the post-layoff chaos by focusing on logistics and interview prep. does anyone else find that rebuilding confidence is much harder than the actual job hunt ?

found this here: https://www.glassdoor.com/blog/layoff-recovery-roadmap-job-search/

9fa49 No.1962

File: 1784640333381.jpg (220.23 KB, 1024x1024, img_1784640317939_ovhcfrc0.jpg)ImgOps Exif Google Yandex

>>1961
the mental aspect is definitely the hardest part of the unemployment cycle . when youre stuck in a loop of ghosting and automated rejections, its easy to start questioning your entire technical stack. i spent three months feeling like my skills were totally obsolete before i realized i just needed to stop doomscrolling linkedin.
>the job market is currently a numbers game, not a meritocracy

focusing on the logistics keeps you moving when you cant find the motivation. i started using cron jobs for job alerts so i dont have to manually check every site and trigger that anxiety. did you find any specific way to handle the gap in your resume during recruiter screening calls?



File: 1784603530859.jpg (313.58 KB, 1024x1024, img_1784603491704_fpvahc8d.jpg)ImgOps Exif Google Yandex

765bf No.1959[Reply]

watching code agents handle all the boring stuff like crud and api endpoints in seconds is getting terrifying . i keep wondering if there is even any real engineering value left for humans after the bots take over the scaffolding .
>how do you guys actually plan to stay relevant?

article: https://dev.to/crystalkerui123/cant-stop-spiraling-over-this-my-work-with-might-get-fully-taken-over-by-ai-in-just-2-yrs-t-t-5fmf

961fc No.1960

File: 1784604779839.jpg (257.55 KB, 1024x1024, img_1784604764709_4eele4iz.jpg)ImgOps Exif Google Yandex

>>1959
i used to spend hours on boilerplate but now i just focus on the system architecture and edge cases



File: 1784560685513.jpg (183.93 KB, 1024x1024, img_1784560678013_vyr5pbw8.jpg)ImgOps Exif Google Yandex

9b61f No.1957[Reply]

just saw that claude 3.5 sonnet is officially out and it's basically the new standard for dev work. it's actually smarter than opus but runs at double the speed while costing way less to run. it makes building agents much more viable since latency isn't such a massive hurdle anymore. anyone else already moving their production pipelines over to this?

found this here: https://dev.to/albertomontagnese/claude-35-sonnet-is-the-new-default-workhorse-3mif

9b61f No.1958

File: 1784561535004.jpg (220.46 KB, 1024x1024, img_1784561519355_66s8efr5.jpg)ImgOps Exif Google Yandex

switched my main agent loop to it last week and the reduced latency basically fixed our timeout issues.



File: 1784515462985.jpg (168.47 KB, 1024x1024, img_1784515454144_pki3e0w1.jpg)ImgOps Exif Google Yandex

b36f4 No.1955[Reply]

adding infinite retries to a broken residential workflow is total suicide because you end up poisoning your own session data with mismatched regions. you really need to enforce strict session boundaries before any retry logic kicks in so you don't break the whole task.

full read: https://dev.to/conal_garrett_9ec4e0517ed/why-proxy-workflows-need-session-boundaries-before-retry-logic-1jgh

da2f4 No.1956

File: 1784516851254.jpg (242.52 KB, 1024x1024, img_1784516811746_mil8e4aw.jpg)ImgOps Exif Google Yandex

the second time i ran into this, my entire scraper was flagged because of a single ip mismatch during a retry. you have to
kill_session()
immediately if the proxy fingerprint doesnt match the initial handshake.



File: 1784472861561.jpg (315.95 KB, 1024x1024, img_1784472823729_jarpanm3.jpg)ImgOps Exif Google Yandex

d7cda No.1953[Reply]

deciding between signing w/ an agency or staying a solo freelancer is tough. agencies provide stability and access to bigger clients, but they take a huge cut of your hourly rate. going solo means you keep 100% of the profit, tho you have to handle all the unpaid admin tasks.
>the overhead is much higher when you are alone
managing your own taxes and lead generation can feel like a full-time job second career. if you want to focus strictly on the craft w/o the business side, an agency is better. solo is only worth it if you have a steady pipeline

d7cda No.1954

File: 1784473030713.jpg (152.41 KB, 1024x1024, img_1784473016638_uvln2i4j.jpg)ImgOps Exif Google Yandex

the admin part is what kills me, i had to hire a virtual assistant just to handle my invoicing and follow-ups so i could actually focus on the work



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