davalapar | 6 years ago | on: JetBrains Mono: A free and open-source typeface for developers
davalapar's comments
davalapar | 6 years ago | on: Get Me Off Your Fucking Mailing List (2005) [pdf]
davalapar | 6 years ago | on: Highlights from Git 2.25
davalapar | 6 years ago | on: The Unstoppable Rise of Sci-Hub (2019)
davalapar | 6 years ago | on: Ask HN: Are there any openly available software architecture documents?
But for general structure, using your end-user's user experience path (from start to end) as a guide and avoiding buzzwords as much as you can usually help. Think of Stripe's documentation, you want something as easily digestible as that.
- Software Design Patterns: https://en.wikipedia.org/wiki/Software_design_pattern
- Azure Application Architecture Guide: https://docs.microsoft.com/en-us/azure/architecture/guide/
- Azure Cloud Design Patterns: https://docs.microsoft.com/en-us/azure/architecture/patterns...
- Azure Architecture Framework: https://docs.microsoft.com/en-us/azure/architecture/framewor...
- Azure Cloud Adoption Framework: https://docs.microsoft.com/en-us/azure/cloud-adoption-framew...
- Cloud Computing Patterns: https://www.cloudcomputingpatterns.org/
- Microservice Architecture Patterns: https://microservices.io/patterns/index.html
- Amazon's Builders Library: https://aws.amazon.com/builders-library/
davalapar | 6 years ago | on: Show HN: Terrastruct – A Diagramming Tool for Systems
Like yo, I don't even know what it really does yet, why are you asking me to create an account? Do you really expect your users to capture your value prop based on just screenshots alone?
davalapar | 6 years ago | on: Show HN: An infinitely nested task manager where progress bubbles up to the top
davalapar | 6 years ago | on: Ask HN: How do I choose the right resource to learn CS fundamentals?
I'd also suggest a top-down approach where you start with a flexible end goal you'd want to achieve (e.g. be a full-stack dev), in which case you can start by babystepping a hands-on approach (e.g. learning javascript, learning client-side and server-side of things). Complimentary fundamental course outlines can also help, e.g. Comptia A+ gives you hardware fundamentals, Comptia Network+ gives you networking fundamentals, CloudAcademy can get you started on working with cloud providers like Azure/GCP/AWS, and so on and so forth.
It's easy to get lost in the theoretical side of things, being able to test them out in action as soon as you can could give you quite an ideal balance.
davalapar | 6 years ago | on: Alcohol and social bonding in humans (2018)
davalapar | 6 years ago | on: Tell HN: I used to be homeless and want to work as a software developer
Higher-paying gigs want some bit of track record and those small websites and github stuff are the lowest hanging fruits for me imo.
davalapar | 6 years ago | on: Merry Christmas HN
davalapar | 6 years ago | on: BMW shares AI tools used in production
> You can tell YOLOv3 is good because it’s very high and far to the left. Can you cite your own paper? Guess who’s going to try, this guy→[16]
This guy cites.
davalapar | 6 years ago | on: API Practices If You Hate Your Customers
Even then, if the server returns 400 (Bad Request) the server can still attach a response body to that, in plain text/plain, application/octet-stream or even application/json, which could contain elaborate information.
davalapar | 6 years ago | on: Ask HN: Does being practical act as a hinderance to one’s imagination?
davalapar | 7 years ago | on: What-the-pack: ultra-fast messagepack in JavaScript for Node.js and browsers