How can I create patient education materials that are easy for my patients to understand, given their varying literacy levels and health backgrounds?

I run a small clinic, and I've noticed a lot of my patients leave appointments confused or forgetting what we discussed, especially when it comes to managing chronic conditions or understanding new diagnoses. I want to develop patient education materials that break down medical information into plain language, but I'm not sure how to balance simplicity with accuracy. I also serve a diverse patient population with different reading levels, languages, and cultural backgrounds, so I need these materials to be accessible to everyone. Ideally, I'd like a mix of formats, like handouts, visuals, and maybe short videos, that patients can actually reference at home.

reddit.com
u/chayyy64 — 4 days ago

Stop cold-applying into the void. How I landed a remote engineering role with 0 tech experience by reframing "networking."

I spent my entire life working service and retail jobs before grinding through an intensive coding bootcamp, and I recently managed to land a full-time, fully remote software engineering role with zero prior industry experience by completely reframing how I view networking. Instead of spamming hundreds of generic portfolios into automated tracking systems or sending transactional, cringe-inducing messages to random engineers on LinkedIn, I focused entirely on long-term, authentic relationship building.

During my program, I connected deeply with one of our lead instructors whose architectural insights and industry background I genuinely admired, and rather than disappearing after graduation, I maintained a casual connection over the next few months by occasionally sending quick updates sharing cool open-source contributions or side projects I was experimenting with. When I finally hit a brutal wall in the entry-level job market, I reached out to them for a brief Zoom chat purely to ask for code reviews and career advice, not to beg for a referral, and because I showed up with humility and a genuine desire to learn rather than an agenda to extract a favor, they unexpectedly offered me a short-term contract to help out with a client project at their engineering agency.

reddit.com
u/chayyy64 — 4 days ago

Geodetic Engineering student (Philippines) seeking surveying/lot plotting work — open to remote opportunities

Hi everyone,

I'm a Geodetic Engineering student from the Philippines currently finding a lot plotting work (LDC and title-based plotting) on a part-time basis (20 hours a week with a negotiable rate). I'm looking to expand into more surveying-related opportunities, ideally with clients or companies outside the Philippines, so I can grow my skills and get exposed to different standards and workflows

A bit about what I can do:

- Lot/deed plotting from legal descriptions

- Title-based plotting

- Proficient in AutoCAD with the GEsurvey application installed

I'm hoping to connect with anyone here who might need extra hands for plotting, drafting, or other remote-friendly surveying tasks, or who can point me toward companies/individuals open to hiring students or entry-level talent for this kind of work.

Happy to share samples of my work or answer any questions. Thanks for reading, and I appreciate any leads or advice!

reddit.com
u/chayyy64 — 5 days ago

What’s the best contractor billing software for my business if I need to create professional invoices, track job costs, manage progress billing, and get paid faster?

I'm looking for the ideal contractor billing software to help me manage invoicing and payments more efficiently. I need a solution that can handle job costing, progress billing, change orders, and payment tracking without creating extra administrative work. I also want software that integrates with my accounting system and is easy for my team to use in the office and on job sites. Which contractor billing software would be the best fit for my business and why?

reddit.com
u/chayyy64 — 9 days ago

Looking into business process automation tools but not sure where to begin

​

We're a 30-person ops team and still doing way too much by hand. Copying data between our CRM and our accounting system, sending the same follow-up emails over and over, manually updating spreadsheets that three other people also need. I keep hearing I should be using business process automation tools but I'm not sure where to even start.

​ Do most companies our size just grab one of those connect-everything apps and call it a day, or is that a band-aid that falls apart the second a workflow gets even a little complicated? Trying to figure out if it's worth investing in a real automation platform instead, or if that's overkill for where we're at. For those of you who've done this, what did you actually land on and was the setup headache worth it in the end?

​

reddit.com
u/chayyy64 — 14 days ago

are bootcamps actually updating for the new javascript ecosystem or are we learning old tech?

so i've been looking at what we're actually learning in my bootcamp vs all the updates happening in the JS world right now, and the gap feels pretty wild. we’re spending hours grinding out backend configurations, manually setting up typescript build pipelines, but now node literally runs ts out of the box and bun is gaining a ton of traction with native postgres and redis support. it feels like half the setup stuff i'm stressing over is gonna be completely obsolete by the time i graduate.

same thing on the frontend side with react. we're still wasting time writing complex useMemo and useCallback hooks for performance optimization, even though the react compiler is fully stable now and handles all of that heavy lifting automatically at build time. it just makes me wonder if bootcamps are actually updating their curriculums for these new runtimes and compilers, or if we're all just paying thousands to learn legacy workflows. are you guys seeing your programs adapt at all, or are we just expected to relearn everything on our own?

reddit.com
u/chayyy64 — 20 days ago

Billions are being spent, but the actual job pool for normal engineers is shrinking.

Is anyone else struggling to read the room in tech right now? The massive corporate spending vs. the brutal job market just doesn't make sense.

Back in the early days of the internet, the industry actually created entirely new career fields (web devs, network ops, e-comm). Even after the crash, the infrastructure stayed. But today feels completely backward. Big tech is dumping historic cash into infrastructure while using automation as a convenient excuse to aggressively cut traditional software and product roles.

For anyone who has been through a market cycle like this, what's the actual move? Do we pivot hard into cloud and data infrastructure, or is it safer to look at industries that aren't tied to tech speculation? If things are this rough during the hype phase, what happens if the market faces a real correction?

reddit.com
u/chayyy64 — 24 days ago

the dangerous trap of being too good at your current job

honestly a lot of people think that if they just put their head down, do flawless work, and carry the entire team's workload, their manager will naturally reward them with a promotion. but in reality, doing your job too well is exactly what keeps you stuck there. it's called the performance paradox—if you are completely irreplaceable in your current role, your boss literally cannot afford to move you up because it would create a massive problem for them to replace you.

if you want to move up, you actually have to start making yourself replaceable. start writing documentation, train a coworker on how to do your daily tasks, and stop hoarding all the critical knowledge. you need to shift your time away from just grinding out tasks and start focusing on higher-level problems, like helping your boss look good to their boss or fixing team-wide inefficiencies.

stop trying to be the ultimate execution monkey and start acting like someone who is ready to lead. has anyone else gotten stuck in this trap where you're carrying the team but getting bypassed for promotions? how did you actually break out of it?

reddit.com
u/chayyy64 — 1 month ago

why relying on AI to code is secretly ruining your chances of getting hired right now

following up on the whole 'the bar for junior devs is higher' thing... i think the biggest trap for beginners right now is how they're actually using AI while learning.

it’s so easy to just prompt cursor or chatgpt to spin up a whole full-stack feature for you, but you're completely skipping the actual brain workout. then you get to a live technical interview and the engineering manager asks you why you chose that specific database schema or how your state management actually handles data flows, and you just freeze because the AI did all the heavy lifting.

hiring managers aren't stupid, they know a junior didn't write flawless, perfectly optimized code without a single typo by themselves. they're intentionally asking deeply conceptual questions now just to weed out the people who just copy-paste prompts. if you can't explain the system design or debug a broken script live on a call without a prompt box to save you, it's an immediate reject. instead of using AI to write the code for you, you gotta use it as a brutal tutor. ask it to explain hard concepts, give you edge cases to think about, or review your crappy code and tell you why it sucks. you actually have to build stuff that is slightly broken and force yourself to fix it manually so you actually understand the architecture.

anyone else feeling stuck in this trap? how are you balancing using AI tools without letting it completely turn your brain off?

reddit.com
u/chayyy64 — 1 month ago

The bar for junior devs is definitely higher now

so i’ve been thinking a lot about whether it's still worth learning to code right now with all the ai stuff happening and honestly, looking at the actual market, things are just shifting.

basically the entry barrier is definitely higher now because ai can handle the super basic junior-level tasks pretty easily. but i don't think coding is dead at all. instead of just memorizing syntax, you just have to focus way more on problem solving, architecture, and actually learning how to integrate ai into your workflow to build stuff faster. if someone's just trying to be a code monkey who copies and pastes, yeah that's cooked, but if you actually learn how systems work there's still a ton of value.

idk it just made me realize the strategy has to change. what do you guys think? are any beginners here actually changing how they study because of ai or just pushing through?

reddit.com
u/chayyy64 — 1 month ago

2026 is wild. We went from "learn to code" to "tech companies are building nuclear reactors to power AI."

As person trying to enter tech field through bootcamp now, keeping up with current trends is very tiring. On one side, you see news about humanoid robots and big advances in quantum computing; on other side, entry-level jobs need you to almost be expert in AI handling and optimization skills.

How everyone stay sane and keep focus on coding when big tech world look so crazy now?

reddit.com
u/chayyy64 — 1 month ago

How do i actually get started with a coding bootcamp? completely overwhelmed

Hello all, I am trying to change my career path into technology but honestly, I am very confused with all the bootcamp choices available. I have no coding experience at all (currently employed in retail) and the vast amount of information is somewhat overwhelming me. I wish to pursue something stable like backend or data work but do not know what skills should be acquired or if attending bootcamps are a feasible option considering how unpredictable the job market currently is.

Is it necessary for me to do some preparation before I start looking at schools? I've heard people talk about The Odin Project or CS50, but I'm unsure if I should complete these first or just use them as a way of testing the waters. I don't want to spend $14k only to discover that either I dislike it or cannot keep up because everything moves too quickly.

How does one actually choose a good bootcamp these days? Each website appears similar and assures 90% placement rates. However, I continually witness terrifying tales here about graduates being jobless for an entire year. What are the genuine positive or negative signs that should be noticed when speaking with admissions? Any advice or free resources to begin with would be incredible, thanks!

reddit.com
u/chayyy64 — 1 month ago

I think “applying smart” matters a lot in the job hunting industry

Story time. Back in January 2020, I started job hunting and just spamming 50 generic resumes a day out of boredom. I was 18 at that time and in my first year of college. Eventually, I realized it was a complete trap and it absolutely burns you out, so I switched from quantity to quality. I took 10 mins to tailor my resume to the job description by stealing their exact keywords so the ATS scanner didn't instantly bin me.

While I was desperately looking for a job, I went on LinkedIn and tracked down hiring managers to send quick messages. once I stopped wasting energy on easy-apply buttons and focused on targeted roles, things changed.

And the rest is history.

That’s why if I start again from scratch, I will focus on applying smart. Until now, I still can’t imagine how I would’ve gotten interviews if I stayed stuck in the resume black hole.

Just make sure that you give the VALUE that they expect from you. don’t forget about that.

What do you guys think? Is applying smart matters, or is it purely a numbers game?

reddit.com
u/chayyy64 — 1 month ago