Viewing profile — octo-andrero
octo-andrero
HN member- Joined
- Wed, Jan 31, 2024, 8:31 AM UTC
- HN karma
- 4
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About octo-andrero
Recent public activity
-
comment
Comment #42583975
For some topics search here, at hackernews, may work very well. Some people submit links to theirs personal blog posts here. There's a newsletter that tries to find and get togethe…
-
comment
Comment #42255662
"You and your research by Richard Hamming". https://www.cs.virginia.edu/~robins/YouAndYourResearch.html
-
comment
Comment #42134115
Object-Oriented Analysis and Design with Applications by Grady Booch is my favorite one. It explains object oriented programming from the conceptual point of view. I would also sug…
-
comment
Comment #42125359
Because it's interesting and, probably, the easiest way to bring significant business value. Most of the problems and opportunities I saw lies somewhere on the border of different …
- story
-
comment
Comment #41573605
Thank you!
-
comment
Comment #41570985
Could you share any examples of interactive documentation or tools to build interactive documentations? The only thing comes to my mind is Swagger / OpenAPI documentation pages fro…
-
story
Ask HN: What is your personal motivation for documenting code?
Hey guys! There's a statement that good code is self-explanatory, still there's a ton of articles in the web describing the importance of documentation. What makes you to write doc…
- comment
- story
-
comment
Comment #40905445
Redis University is free. The quality of materials is superb. I fully prepared for Redis Certification exam using only Redis University materials / Official redis docs. https://red…
-
comment
Comment #40727279
The Knuth is great, for sure, and I encourage any efforts to build strong basement of fundamental knowledge. Still I would suggest you to change the focus. As a software engineer m…
-
comment
Comment #40715494
Good engineers design according to requirements, great engineers challenge them.
-
comment
Comment #40710326
I would suggest you to split the question into multiple: 1/ What should be communication pattern you need: synchronous calls via API, message brokers (you configure routing rules i…
- story
-
comment
Comment #40432904
I use Hugo, GitHub to store blog and Cloudflare Pages to host it. This setup is free, straightforward and configures in few clicks. You only need to pay for the domain name.
-
comment
Comment #39382575
Considering the upcoming advancements in AI, the more beneficial will be to give a hard focus to software engineering fundamentals: object oriented programming design patterns, dom…
-
comment
Comment #39343325
I have never heard about the LLM-based solution, but the tests written with help of Cucumber ( https://cucumber.io/tools/cucumber-open/ ) framework looks very similar to what you'r…
-
comment
Comment #39316375
It depends on the value your tool adds for developer. I pay for IntelliJ IDEA despite there's free community version. Also, postman seems feel good. Docker in the very end found a …
-
comment
Comment #39315655
> Obviously I can't get "paid to learn" how to code but are there any entry-level jobs where I'd get general exposure that could aid/speed up my learning? (in any programming langu…
-
comment
Comment #39216946
> In an office it's easy for a new hire to ask a question or get someone's attention. When remote, how does the company communicate culturally? Is there an expectation for response…
-
comment
Comment #39201607
As it seems to me, it's highly depends on the kind of material you're trying to memorize and the cause you're trying to memorize this. What usually works for me when I'm trying to …