Correct. Nothing else comes close.
Personally I don’t mind them and sometimes find them quite tasteful. Fortunately a lot respect ‘prefers-reduced-motion’ these days.
Yup, thankfully most federate through InCommon so it’s less painful than it used to be, but that’s not saying much.
Great question. We rarely rely on shared utility classes these days. Historically we'd end up going the @apply route, but lately we just add a new style to the root-level css file and call it a day. We may prefix it…
I’m a strong advocate for Tailwind, and I believe that this approach is truly effective. In my experience, this subset of Tailwind has been sufficient for every project I've worked on that used it. Moreover, I've…
Cyan (Myst developers) is still going strong. Their latest title Firmament is quite enjoyable!
A base price of $50k?! Not a chance.
Mostly echoing everyone else’s appreciation for the film in the thread. I was sucked in when I saw it the first time, and it’s one of the few movies I regret not seeing in theaters when it was available. If Alamo ever…
This site has been helpful for tracking all the layoffs this year: https://layoffs.fyi/
To address your point about the lack of fragments: It's not as clean as React's implementation, but you can set a component to "ViewEncapsulation.None" to help address this. Within a components template though, I…
I was in a similar situation, and ultimately decided to reimplement the state management using NGXS. Fortunately the app was relatively small at that point, but I found that it held the developers hands a bit more,…
I too can vouch for Tech Ingredients! Fantastic channel with some really interesting experiments on there.
AvE - very intelligent and humorous guy who tears down tools and explains how they work. Probably my favorite channel. Edge Precision - heavy duty CNC machinist https://www.youtube.com/channel/UCCkSr3M8GXbS4txqPY7OMxQ…
The "Spec House" series is incredibly valuable if you're even remotely interested in building your own home. I'm incredibly excited to see how that series continues! I consider Essential Craftsman to be one of the best…
Gmail now contains ads within each of the "category" tabs. Ad blockers seem to mostly block them, so that's most likely why you haven't seen anything.
Aw man, what a bummer :(
Not entirely. I do approach new projects with a bit more scrutiny than before, which I consider to be a good thing. I do a lot of small projects here and there. I'm currently working on one that I've been chipping away…
I admittedly haven't looked at it since I gave up on my personal project, so I'm not entirely sure of it's state. However, a quick glance at the changelog seems to indicate that it supports .NetCore in some fashion.…
I spent about three years working on a webapp for simplifying the RFQ process, specifically for defense projects. Ultimately I decided to finally call it quits on the app when I realized that even if I built this thing,…
Non-paywalled version https://outline.com/ERu58d
As a heavy Inbox user this is definitely a bummer, but I do feel a bit relieved to know what is coming to Gmail. Last month a video showing some future updates to the Material Design components leaked. If you check out…
Unless I'm misunderstanding something, wouldn't Tree-Shaking remove the unnecessary code paths from each import? Assuming you're using Webpack 3+ that is.
I've been following Sacha Dunable from Dunable Guitars for a while and I've been really impressed with the kind of guitars he's been putting out recently. https://www.instagram.com/p/Bg4uUiJlbct/?hl=en&taken-by=duna...
What were your main issues with Angular? I've been using it over the last year or so (coming from a React background) and I must say I'm quite pleased with how well it works for the team and I.
I wonder if they were for some reason unable to emit a sourcemap of their js bundle. Unless they are doing something special here, that should be sufficient for debugging.
Correct. Nothing else comes close.
Personally I don’t mind them and sometimes find them quite tasteful. Fortunately a lot respect ‘prefers-reduced-motion’ these days.
Yup, thankfully most federate through InCommon so it’s less painful than it used to be, but that’s not saying much.
Great question. We rarely rely on shared utility classes these days. Historically we'd end up going the @apply route, but lately we just add a new style to the root-level css file and call it a day. We may prefix it…
I’m a strong advocate for Tailwind, and I believe that this approach is truly effective. In my experience, this subset of Tailwind has been sufficient for every project I've worked on that used it. Moreover, I've…
Cyan (Myst developers) is still going strong. Their latest title Firmament is quite enjoyable!
A base price of $50k?! Not a chance.
Mostly echoing everyone else’s appreciation for the film in the thread. I was sucked in when I saw it the first time, and it’s one of the few movies I regret not seeing in theaters when it was available. If Alamo ever…
This site has been helpful for tracking all the layoffs this year: https://layoffs.fyi/
To address your point about the lack of fragments: It's not as clean as React's implementation, but you can set a component to "ViewEncapsulation.None" to help address this. Within a components template though, I…
I was in a similar situation, and ultimately decided to reimplement the state management using NGXS. Fortunately the app was relatively small at that point, but I found that it held the developers hands a bit more,…
I too can vouch for Tech Ingredients! Fantastic channel with some really interesting experiments on there.
AvE - very intelligent and humorous guy who tears down tools and explains how they work. Probably my favorite channel. Edge Precision - heavy duty CNC machinist https://www.youtube.com/channel/UCCkSr3M8GXbS4txqPY7OMxQ…
The "Spec House" series is incredibly valuable if you're even remotely interested in building your own home. I'm incredibly excited to see how that series continues! I consider Essential Craftsman to be one of the best…
Gmail now contains ads within each of the "category" tabs. Ad blockers seem to mostly block them, so that's most likely why you haven't seen anything.
Aw man, what a bummer :(
Not entirely. I do approach new projects with a bit more scrutiny than before, which I consider to be a good thing. I do a lot of small projects here and there. I'm currently working on one that I've been chipping away…
I admittedly haven't looked at it since I gave up on my personal project, so I'm not entirely sure of it's state. However, a quick glance at the changelog seems to indicate that it supports .NetCore in some fashion.…
I spent about three years working on a webapp for simplifying the RFQ process, specifically for defense projects. Ultimately I decided to finally call it quits on the app when I realized that even if I built this thing,…
Non-paywalled version https://outline.com/ERu58d
As a heavy Inbox user this is definitely a bummer, but I do feel a bit relieved to know what is coming to Gmail. Last month a video showing some future updates to the Material Design components leaked. If you check out…
Unless I'm misunderstanding something, wouldn't Tree-Shaking remove the unnecessary code paths from each import? Assuming you're using Webpack 3+ that is.
I've been following Sacha Dunable from Dunable Guitars for a while and I've been really impressed with the kind of guitars he's been putting out recently. https://www.instagram.com/p/Bg4uUiJlbct/?hl=en&taken-by=duna...
What were your main issues with Angular? I've been using it over the last year or so (coming from a React background) and I must say I'm quite pleased with how well it works for the team and I.
I wonder if they were for some reason unable to emit a sourcemap of their js bundle. Unless they are doing something special here, that should be sufficient for debugging.