Viewing profile — pooya72
pooya72
HN member- Joined
- Mon, Nov 29, 2010, 7:40 PM UTC
- HN karma
- 379
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About pooya72
https://www.linkedin.com/in/christopher-pooya-razavian/
Recent public activity
-
comment
Comment #43173126
By own outcomes, do you me something like a percentage of sales or something?
-
comment
Comment #40306852
Interesting, in what ways is it a second class citizen? I tried googling it, but didn't find much.
-
comment
Comment #37247980
Yes, it's definitely much easier to get up and running with Java than it is with Haskell. This includes everything from setting up the JDK, setting up your IDE, to building and dep…
-
comment
Comment #37247788
If I had to choose the three big factors that contributed to my gradual loss of interest in Haskell, they were these : * the stylistic neophilia that celebrates esoteric code but m…
-
comment
Comment #36958597
Holland & Barrett | Multiple positions| Remote (UK) | Full time I'm just a software engineer here but posting this because I want good co-workers. Holland & Barrett International i…
-
comment
Comment #36153569
Holland & Barrett | Multiple positions| Remote (UK) | Full time I'm just a software engineer here but posting this because I want good co-workers. Holland & Barrett International i…
-
comment
Comment #33245885
Yeah, it's interesting to see them become a part of Java with records, sealed types, and pattern matching. However, I haven't seen much uptake yet.
-
comment
Comment #33189956
I use neovim. The plugin system has really grown. * I use Packer for plug-in managment: https://github.com/wbthomason/packer.nvim * I use Mason to install LSPs, linters and formatt…
-
comment
Comment #33123447
I would say that was my experience as well. It actually took me a while to understand why I would use classes and objects.
-
comment
Comment #33122890
Really? I'm a self taught programmer, and one the best MOOC courses I took was How to Code taught by Gregor Kiczales.[^1] I believe it's based on HtDP. I thought it was great exper…
-
comment
Comment #32986468
I was just reading a study that said: "Developers do not become fluent for at least three years in large projects."[^1] Which is sad cause I'm one of those people that like to mast…
-
comment
Comment #31225711
I'm looking forward to the full implmentation of C++20. I'm just a junior programmer, but I've just started playing around with modern C++ and it feels all more safe than I was ini…
-
comment
Comment #30966557
Wouldn't this be something similiar to Monads? I remember someone gave a talk and described Monads as "worlds". (I forgot which video it was). So a function goes into a "world" doe…
-
comment
Comment #30942295
Thank you!
-
comment
Comment #30912766
And what type of app is this, if you don't mind sharing?
-
comment
Comment #30912757
Two thinks I did find appealing were "Cells" and the easy integration with Storybook.
-
comment
Comment #30912743
I think that's taking the extreme end. Couldn't someone use a larger framework, for example Spring? It's pretty productive with Spring boot, but also large enough that you can expa…
-
comment
Comment #30912706
Yes, and it's difficult to understand the tradeoffs without investing time in a framework. There are a lot of unknown unknowns, both in terms of the market fit and the framework. I…
-
comment
Comment #30909691
I followed the tutorial and made a toy app with it. I thought the tutorial was well written, easy to follow, and touched on topics of importance for developers. In regard to the fr…
-
comment
Comment #30711919
It's interesting that you have lived in both and can do a fair comparison. There was a reddit thread a while back that compared US and UK salaries.[1] The consensus seemed to be, t…
-
comment
Comment #30577292
That's helpful, thanks!
-
comment
Comment #30576412
I've never pair programmed before, so if anyone has any advice like this that they're willing to share it would be helpful.
-
comment
Comment #30325415
Yes. Anyone that's worked with accounting software knows this. There is no delete or update. It would insane to update a transaction that happened three months ago. You have to do …
-
comment
Comment #30300182
Thanks for your comment. What best practices do you recommend so that people don't hit these debugging problems? Also, what other framework/library would you use instead of Spring?…
-
comment
Comment #30278942
I'm sorry, put the parent comment was talking a the Java framework Spring. My question was in regard to that framework.