Live data from Hacker News

Viewing profile — micahbule

micahbule

HN member
Joined
Mon, Jan 20, 2020, 9:58 AM UTC
HN karma
36
Public activity
21 items

About micahbule

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. comment
    Comment #34722252

    This best describes why it's actually both a gift and a curse.

  7. 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…

  8. 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…

  9. comment
  10. 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 …

  11. comment
    Comment #30282268

    A very quick question: Where can I find a list of energy companies with data already available in your API? Thanks.

  12. comment
    Comment #29355918

    A good course/resource to go on a full and serious dive to CS: https://github.com/ossu/computer-science

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. comment
    Comment #29313439

    You can. I'm stating SSG in the context of caching and in comparison with Remix's approach.

  18. 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 …

  19. 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…

  20. 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/…

  21. comment
    Comment #24405393

    What finish line?