Viewing profile — micahbule
micahbule
HN member- Joined
- Mon, Jan 20, 2020, 9:58 AM UTC
- HN karma
- 36
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About micahbule
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41430086
Location: Manila, Philippines Remote: Yes Willing to relocate: Yes Technologies: Fullstack Javascript; NodeJS, React/Native Resume/CV: Available upon request; LinkedIn can be provi…
-
comment
Comment #40944889
One particular use case that I might try this for is for (very) restrictive environments. One such case was with my previous work where we had to develop services for the client bu…
-
comment
Comment #38964708
It really should not happen, especially for fully remote teams and/or companies. Current company has built a comprehensive career management that encompasses even remote workers. I…
-
comment
Comment #37585224
jQuery changed the game for frontend web development. Instead of static pages on the browser, interactivity for the client-side proliferated because DX on top of jQuery was way bet…
-
comment
Comment #34722252
This best describes why it's actually both a gift and a curse.
-
comment
Comment #34722243
I disagree employers don't have a win on the remote work setup. For one, they can reduce a lot of overhead for the upkeep of physical offices. There's also giving the idea of givin…
-
comment
Comment #34722173
>Make yourself valuable to negotiate better terms, or look for something better I could not agree more. You would always have leverage with salary negotiations during interviews if…
- comment
-
comment
Comment #32921527
Specialized technical people often look down on supposed fullstack engineers because specialized technical people value mastery over familiarity -- something a lot of FS engineers …
-
comment
Comment #30282268
A very quick question: Where can I find a list of energy companies with data already available in your API? Thanks.
-
comment
Comment #29355918
A good course/resource to go on a full and serious dive to CS: https://github.com/ossu/computer-science
-
comment
Comment #29336914
That is through using a custom server -- which is a whole other topic. I'm comparing apples-to-apples between NextJS's built-in router and Remix's usage of React Router as far as c…
-
comment
Comment #29327203
I'm not aware of said functionality on the client-side. Out of curiosity, do you mind linking me to said documentation or article on how to circumvent routing on the client-side wi…
-
comment
Comment #29314599
Yes, NextJS does ship with an imperative router, but you cannot construct a custom route on the client-side without adhering to the core concept of building your routes based on th…
-
comment
Comment #29313453
While it is easy to use cache headers with NextJS -- as you said -- you have to know what you're doing. It still boils down to use case, implementation, and quite possibly preferen…
-
comment
Comment #29313439
You can. I'm stating SSG in the context of caching and in comparison with Remix's approach.
-
comment
Comment #29312587
That can be done on NextJS as well using getInitialProps, getServerSideProps, or getStaticProps Some of the notable differences between NextJS and Remix are the following: - While …
-
comment
Comment #29119384
While it's true that it's a Node framework, NextJS can totally function like a client-side React framework. NextJS just bakes a lot of basic and common functionality such as routin…
-
comment
Comment #28658127
I actually had a chance to meet Martin once during JSConf in Singapore back in November 2014. Very cool guy with a hysterically fucked up humor with JS. I mean... http://aem1k.com/…
-
comment
Comment #24405393
What finish line?