> I'm pretty sure that the real reason is spam. Nobody is composing e-mail with complex designs to send their colleagues. There is a use case of using HTML for transactional emails: - enhance company branding with…
1) Coding clearing in the moment vs (2) coding clearly for future selves is two different mindsets/contexts right there. (3) Communicating clearly is an orthogonal skill to coding clearly. I think this skill is barely…
Are we talking about the book "Souls in the Great Machine" or real history?!
Agree! Came here to give props to EdgeDB. Completely removes the API layer if used with something like SvelteKit. Everything defined in their schema language which then generates typed clients for you. In my experience…
This is next level cool. Avid mountain biker here and travel all over to ride new trails. Some of which are quite remote and take a bit of planning before setting out solo for the first time. In my journey I've tried…
The Supabase CLI does have migrations (merge-diff approach that is wonderful) and codegen for DB types for the front-end to use. We've even dispensed with Prisma recently as the ORM and just use the Supabase Client for…
Author is John Stewart Denker. Nice to have this site as the MIT courses based on this back in the day (example: http://web.mit.edu/13.021/13021_2003/Lifting%20surfaces/lect...) are pointing to a defunk site. Fantastic…
APM Help | REMOTE in the America's timezones | https://www.apmhelp.com APM Help is reimagining property management systems enabling property owners and management companies to be secure in knowing they are always 100%…
There is prior art for the "object relational" databases. Used WakandaDB (from the 4D creators) ~10+ years ago fairly heavily and in most ways it was way ahead of its time. The UI editor was fantastic:…
Have used just about everything at one time or another since Fogbugz back in the day. Recently canned Jira at current shop and went through several rounds of "what's next" with the team. The goal was not to find…
> Single file components are just beautiful. Not only in structure, but how they compose. The typical top-down tree components composition is typical. What is not immediately obvious is how child components can expose…
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ Homesnap is an award-winning technology company serving the real estate industry. We're well-funded and based in Bethesda, MD.…
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ Multiple slots available, mid to senior experience preferred. Homesnap is an award-winning technology company serving the real…
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ All levels accepted (bootcamp is cool too!). Homesnap is an award-winning technology company serving the real estate industry.…
> Focus on making your code clearer, not fancier or "faster". Exactly! > By far the biggest mistake I see developers make is making their method/function bodies too long. Extract your methods people As a general rule…
General question: is it possible to assign different applications as tabs of one window on MacOS? A fellow developer does this via some app on his Windows box to keep entire projects grouped together.
Debugging, organizing, and testing lambdas vs traditional stacks is the hidden costs on the developer side.
MDD and code generation from models two completely different things.
I went through the build process — fascinating. Repo with the customized output files: https://github.com/kabootit/Iosevka Also some instructions for getting it going in VS Code. Never been a fan of narrow fonts but I'm…
While I agree in principle with your points, playing devil's advocate it seems to me that if you were wanting to integrate Bootstrap 4 with Vue 2 this project is laid out 110% better than most of us could do on a good…
Thanks for the workaround.
Magics: no new DSLs. The JSON to SQL thing seems more on the level of a convenience mapping than a DSL. And it can be skipped. Transparency: I felt like it wouldn't be hard to figure out what was going on behind each…
Aside: ran through the demo and got a "bad gateway" at the very end trying to access the todomvc-jquery app. Guessing HNs'd. First impressions: very little magics/transparent, reasonable pieces, reasonable architecture,…
Inevitably, you will miss a bunch of days in a row. Then what? #1 changes quickly from a positive to a negative pressure producer. My preference most of the time is to optimize for discontinuity since it is usually…
> I'm pretty sure that the real reason is spam. Nobody is composing e-mail with complex designs to send their colleagues. There is a use case of using HTML for transactional emails: - enhance company branding with…
1) Coding clearing in the moment vs (2) coding clearly for future selves is two different mindsets/contexts right there. (3) Communicating clearly is an orthogonal skill to coding clearly. I think this skill is barely…
Are we talking about the book "Souls in the Great Machine" or real history?!
Agree! Came here to give props to EdgeDB. Completely removes the API layer if used with something like SvelteKit. Everything defined in their schema language which then generates typed clients for you. In my experience…
This is next level cool. Avid mountain biker here and travel all over to ride new trails. Some of which are quite remote and take a bit of planning before setting out solo for the first time. In my journey I've tried…
The Supabase CLI does have migrations (merge-diff approach that is wonderful) and codegen for DB types for the front-end to use. We've even dispensed with Prisma recently as the ORM and just use the Supabase Client for…
Author is John Stewart Denker. Nice to have this site as the MIT courses based on this back in the day (example: http://web.mit.edu/13.021/13021_2003/Lifting%20surfaces/lect...) are pointing to a defunk site. Fantastic…
APM Help | REMOTE in the America's timezones | https://www.apmhelp.com APM Help is reimagining property management systems enabling property owners and management companies to be secure in knowing they are always 100%…
There is prior art for the "object relational" databases. Used WakandaDB (from the 4D creators) ~10+ years ago fairly heavily and in most ways it was way ahead of its time. The UI editor was fantastic:…
Have used just about everything at one time or another since Fogbugz back in the day. Recently canned Jira at current shop and went through several rounds of "what's next" with the team. The goal was not to find…
APM Help | REMOTE in the America's timezones | https://www.apmhelp.com APM Help is reimagining property management systems enabling property owners and management companies to be secure in knowing they are always 100%…
> Single file components are just beautiful. Not only in structure, but how they compose. The typical top-down tree components composition is typical. What is not immediately obvious is how child components can expose…
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ Homesnap is an award-winning technology company serving the real estate industry. We're well-funded and based in Bethesda, MD.…
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ Multiple slots available, mid to senior experience preferred. Homesnap is an award-winning technology company serving the real…
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ All levels accepted (bootcamp is cool too!). Homesnap is an award-winning technology company serving the real estate industry.…
> Focus on making your code clearer, not fancier or "faster". Exactly! > By far the biggest mistake I see developers make is making their method/function bodies too long. Extract your methods people As a general rule…
General question: is it possible to assign different applications as tabs of one window on MacOS? A fellow developer does this via some app on his Windows box to keep entire projects grouped together.
Debugging, organizing, and testing lambdas vs traditional stacks is the hidden costs on the developer side.
MDD and code generation from models two completely different things.
I went through the build process — fascinating. Repo with the customized output files: https://github.com/kabootit/Iosevka Also some instructions for getting it going in VS Code. Never been a fan of narrow fonts but I'm…
While I agree in principle with your points, playing devil's advocate it seems to me that if you were wanting to integrate Bootstrap 4 with Vue 2 this project is laid out 110% better than most of us could do on a good…
Thanks for the workaround.
Magics: no new DSLs. The JSON to SQL thing seems more on the level of a convenience mapping than a DSL. And it can be skipped. Transparency: I felt like it wouldn't be hard to figure out what was going on behind each…
Aside: ran through the demo and got a "bad gateway" at the very end trying to access the todomvc-jquery app. Guessing HNs'd. First impressions: very little magics/transparent, reasonable pieces, reasonable architecture,…
Inevitably, you will miss a bunch of days in a row. Then what? #1 changes quickly from a positive to a negative pressure producer. My preference most of the time is to optimize for discontinuity since it is usually…