Search results

  1. ryanmaynard

    Best Practices for Software Contracts: Protecting the Small Developer

    Title: Best Practices for Software Contracts: Protecting the Small Developer Disclaimer: I am not a lawyer. The information below is based on my experience and is for informational purposes only. Consult a legal professional for legal advice. Whether you are a freelancer or you have a few...
  2. ryanmaynard

    How to Get Your First SaaS Customers: A Reverse Approach to Building Your Product

    How to Get Your First SaaS Customers: A Reverse Approach to Building Your Product I wanted to share a strategy that might seem counterintuitive but is incredibly effective when launching your first SaaS product. Instead of building the product first and then finding customers, what if you...
  3. ryanmaynard

    Helpful Postgres Techniques from 15 Years Experience

    Masterclass: Grokking `EXPLAIN` in PostgreSQL In the corresponding Slack of this group, someone suggested a masterclass on EXPLAIN in response to my prior post. This is my attempt at that. Understanding the output of `EXPLAIN` is like reading a treasure map. Each part of the map gives you...
  4. ryanmaynard

    Helpful Postgres Techniques from 15 Years Experience

    Helpful Postgres Techniques from 15 Years Experience In no way do I claim mastery or expertise, but I've put together a few things that could be helpful for anyone learning Postgresql - my personal preference of db for most things. Feel free to add to the list, question, or correct anything...
  5. ryanmaynard

    Learning Resources

    The Valley of Code is an excellent source of information about how the internet functions as a whole.
  6. ryanmaynard

    Proxmox: Unique Use Cases?

    What are some of the weirder or unique use cases you all are using Proxmox for? Is anyone running 100 instances of Android for adclick farms or anything wild? Game server farms? Render farm? Retro computing labs? Cybersecurity playgrounds? Smarthome hubs? I'm looking for ideas and...
  7. ryanmaynard

    Less-Painful MongoDB Migration

    I've done rolling upgrades (node-by-node) replacement before and while nothing is wrong with that, I think since you mention these VMs being manually managed, that your setup-new-and-replicate would be smoother (imho). Possibly helpful (If not for you, then maybe others reading) stuff from my...
  8. ryanmaynard

    Satisfying programming languages to learn?

    I'm not a C# dev but can vouch that it will lead to more opportunities than any other in this region. That feeling you describe was true of Ruby on Rails around 2015, leading it to be the hotness for several years. I wouldn't say the current RoR feels as smooth (been a ruby dev for 12+ years)...
  9. ryanmaynard

    yt-dlp, the ultimate youtube-dl successor

    I use yt-dlp infrequently enough that I have to look up all of the options and features every single time I use it. So I'm putting a few of the most useful options here to be easily accessible to others. While it has YouTube in the name, here is the list of currently supported sites. And now...
  10. ryanmaynard

    Bookshelf: Books every developer needs to read

    Design Patterns: Elements of Reusable Object-Oriented Software" by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides (Gang of Four) This textbook will be mentioned at a non-trivial amount of interviews, and design patterns are important to learn about, but it is so wordy and...
  11. ryanmaynard

    Tech Horror Stories: When things go wrong

    It is a rite of passage to take prod offline or wipe a db. Tell us your best worst stories.
  12. ryanmaynard

    Bookshelf: Books every developer needs to read

    What are some must-read books for anyone wishing to improve their skills and career?
  13. ryanmaynard

    How To Land Your First Programming Job

    This x1000! Be active, ask questions, ask 'why did you do it that way?', look for feedback, ask 'how could I have done this better?'. Not only will you be more visible, but you will be more visible by the right people that can connect you with opportunities and jobs.
  14. ryanmaynard

    Forum Suggestions

    If you do, here you go: https://brand.devanooga.com/ May save a little time.
  15. ryanmaynard

    Self-Hosted Megathread

    Found some really cool projects that may not be well known amongst the group. First off, an open-source Zapier or Make tool called n8n. It has tons of integrations. Next up, Appwrite. If you have been a developer long enough to miss how amazing Parse was, this will at least attempt to scratch...
  16. ryanmaynard

    Devanooga Home Services Recommendation Wiki

    If there is a way to make this an editable wiki by the community, please do so. Otherwise I will update it and add new replies as they come in. HVAC ActionAir Travis H. Smith (423.718.4091) Bell Heating and Air Water Damage/Mold Mitigation Voda Cleaning and Restoration of Chattanooga (Owned by...
  17. ryanmaynard

    Self-Hosted Megathread

    Welcome to the Self-Hosted Megathread! We can use this place for sharing recommendations, experiences, and tips about any self-hosted apps or setups. A few places to bookmark: 1. r/selfhosted - A highly active community sharing and discussing self-hosted solutions 2. Awesome Selfhosted- A...
  18. ryanmaynard

    Forum Suggestions

    #selfhosted? or Maybe it would be an ongoing thread in homelab? idk.
  19. ryanmaynard

    Sources of Forum Signature Badges?

    I noticed @brb3 has a nice one in his signature. Does anyone know of a good repo or collection of badges?
Back
Top