#mdx — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mdx, aggregated by home.social.
-
Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков
Как только вы уходите от сырых транзакционных данных к предагрегированным витринам, ваша BI-система начинает врать. И чем сложнее бизнес-логика и больше сложных показателей, тем сильнее искажения. Давайте разберем механику этой проблемы на фундаментальном уровне. Почему системы, в которые инвестированы миллионы, показывают фейк?
https://habr.com/ru/articles/1025328/
#BI #DWH #OLAP #DAX #MDX #архитектура_данных #rapeed #аналитика_данных #clickhouse #superset
-
Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков
Как только вы уходите от сырых транзакционных данных к предагрегированным витринам, ваша BI-система начинает врать. И чем сложнее бизнес-логика и больше сложных показателей, тем сильнее искажения. Давайте разберем механику этой проблемы на фундаментальном уровне. Почему системы, в которые инвестированы миллионы, показывают фейк?
https://habr.com/ru/articles/1025328/
#BI #DWH #OLAP #DAX #MDX #архитектура_данных #rapeed #аналитика_данных #clickhouse #superset
-
Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков
Как только вы уходите от сырых транзакционных данных к предагрегированным витринам, ваша BI-система начинает врать. И чем сложнее бизнес-логика и больше сложных показателей, тем сильнее искажения. Давайте разберем механику этой проблемы на фундаментальном уровне. Почему системы, в которые инвестированы миллионы, показывают фейк?
https://habr.com/ru/articles/1025328/
#BI #DWH #OLAP #DAX #MDX #архитектура_данных #rapeed #аналитика_данных #clickhouse #superset
-
Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков
Как только вы уходите от сырых транзакционных данных к предагрегированным витринам, ваша BI-система начинает врать. И чем сложнее бизнес-логика и больше сложных показателей, тем сильнее искажения. Давайте разберем механику этой проблемы на фундаментальном уровне. Почему системы, в которые инвестированы миллионы, показывают фейк?
https://habr.com/ru/articles/1025328/
#BI #DWH #OLAP #DAX #MDX #архитектура_данных #rapeed #аналитика_данных #clickhouse #superset
-
"Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.
The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.
Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."
https://apichangelog.substack.com/p/making-api-documentation-dynamic
#API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience
-
"Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.
The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.
Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."
https://apichangelog.substack.com/p/making-api-documentation-dynamic
#API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience
-
"Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.
The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.
Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."
https://apichangelog.substack.com/p/making-api-documentation-dynamic
#API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience
-
"Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.
The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.
Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."
https://apichangelog.substack.com/p/making-api-documentation-dynamic
#API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience
-
"Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.
The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.
Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."
https://apichangelog.substack.com/p/making-api-documentation-dynamic
#API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience
-
Tác giả AymericZip xây dựng parser Markdown/MDX đa khung (React, Vue, Svelte...) đáp ứng: lightweight, SSR/CSR, hỗ trợ MDX HTML, i18n, type-safe, config linh hoạt. Xử lý front-matter bằng Zod, tích hợp Intlayer cho nội dung đa ngôn ngữ. Demo: renderMarkdown("### Tiêu đề", {h3: (props) => <h3 className="text-xl" {...props}/>}). Ưu điểm: không chain plugin, tải nội dung ngay lập tức (build time). Dùng cho blog, docs, policy, CMS headless. #Markdown #MDX #Intlayer #PhầnMềm #KháiNiệm #Markdown #Chia
-
And then they ( #Adobe ) pretend they invented it...
Just like #iZotopeRX with pilfering #Spleeter and later #MDX net models.
Beh :blobsad:
-
And then they ( #Adobe ) pretend they invented it...
Just like #iZotopeRX with pilfering #Spleeter and later #MDX net models.
Beh :blobsad:
-
The Acura RDX Is Dead. But A Hybrid Replacement Is Coming
Acura is ending production of the RDX this year with no model planned for 2027. The RDX will…
#NewsBeep #News #Business #acura #AcuraRDX #adx #b2c #CA #Canada #compactluxurysuv #hybrid #mdx #official #rdx #rsx #SUV/Crossover
https://www.newsbeep.com/ca/412591/ -
I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
Did I miss something?
#a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx -
I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
Did I miss something?
#a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx -
I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
Did I miss something?
#a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx -
I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
Did I miss something?
#a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx -
I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
Did I miss something?
#a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx -
On the way to Barker Ranch, Goler Wash, Death Valley, California.The trail gets narrow in spots, but my stock 2016 MDX handled it with no problem April 2021 #overland #MDX #golerwash #boulder #deathvalley #offroad #photography
-
On the way to Barker Ranch, Goler Wash, Death Valley, California.The trail gets narrow in spots, but my stock 2016 MDX handled it with no problem April 2021 #overland #MDX #golerwash #boulder #deathvalley #offroad #photography
-
On the way to Barker Ranch, Goler Wash, Death Valley, California.The trail gets narrow in spots, but my stock 2016 MDX handled it with no problem April 2021 #overland #MDX #golerwash #boulder #deathvalley #offroad #photography
-
On the way to Barker Ranch, Goler Wash, Death Valley, California.The trail gets narrow in spots, but my stock 2016 MDX handled it with no problem April 2021 #overland #MDX #golerwash #boulder #deathvalley #offroad #photography
-
On the way to Barker Ranch, Goler Wash, Death Valley, California.The trail gets narrow in spots, but my stock 2016 MDX handled it with no problem April 2021 #overland #MDX #golerwash #boulder #deathvalley #offroad #photography
-
I'm pretty happy with @astro and #starlight as a documentation system for building docs for #dotnet libraries.
This turned out pretty well, and the mix of #markdown and #mdx components helps express content meaningfully.
-
I'm pretty happy with @astro and #starlight as a documentation system for building docs for #dotnet libraries.
This turned out pretty well, and the mix of #markdown and #mdx components helps express content meaningfully.
-
I'm pretty happy with @astro and #starlight as a documentation system for building docs for #dotnet libraries.
This turned out pretty well, and the mix of #markdown and #mdx components helps express content meaningfully.
-
I'm pretty happy with @astro and #starlight as a documentation system for building docs for #dotnet libraries.
This turned out pretty well, and the mix of #markdown and #mdx components helps express content meaningfully.
-
I'm pretty happy with @astro and #starlight as a documentation system for building docs for #dotnet libraries.
This turned out pretty well, and the mix of #markdown and #mdx components helps express content meaningfully.
-
huge thanks to @donnie for his post about enabling full-content #rss feeds when using #mdx + #astro, I would never have figured it out and have added it to my blog. That's been bugging me since I launched it
-
huge thanks to @donnie for his post about enabling full-content #rss feeds when using #mdx + #astro, I would never have figured it out and have added it to my blog. That's been bugging me since I launched it
-
huge thanks to @donnie for his post about enabling full-content #rss feeds when using #mdx + #astro, I would never have figured it out and have added it to my blog. That's been bugging me since I launched it
-
Near days end at one of my happy places on the R-2508 Sidewinder Low Level Complex with my trust MDX #acura #MDX #panamint #R2508 #desert #landscape #photography #nikon #D850
-
Near days end at one of my happy places on the R-2508 Sidewinder Low Level Complex with my trust MDX #acura #MDX #panamint #R2508 #desert #landscape #photography #nikon #D850
-
Near days end at one of my happy places on the R-2508 Sidewinder Low Level Complex with my trust MDX #acura #MDX #panamint #R2508 #desert #landscape #photography #nikon #D850
-
Near days end at one of my happy places on the R-2508 Sidewinder Low Level Complex with my trust MDX #acura #MDX #panamint #R2508 #desert #landscape #photography #nikon #D850
-
Near days end at one of my happy places on the R-2508 Sidewinder Low Level Complex with my trust MDX #acura #MDX #panamint #R2508 #desert #landscape #photography #nikon #D850
-
Been meaning to say this for a few days, and was reminded now that I'm working on some more documentation:
#mdx, where the heck have you been my whole life?! I mean, dude!
As someone who has always loved using #markdown, as well as writing web applications using #react , this is like a dream come true!!! #programming #love :react: :tailwindcss:
-
Been meaning to say this for a few days, and was reminded now that I'm working on some more documentation:
#mdx, where the heck have you been my whole life?! I mean, dude!
As someone who has always loved using #markdown, as well as writing web applications using #react , this is like a dream come true!!! #programming #love :react: :tailwindcss:
-
Been meaning to say this for a few days, and was reminded now that I'm working on some more documentation:
#mdx, where the heck have you been my whole life?! I mean, dude!
As someone who has always loved using #markdown, as well as writing web applications using #react , this is like a dream come true!!! #programming #love :react: :tailwindcss:
-
Been meaning to say this for a few days, and was reminded now that I'm working on some more documentation:
#mdx, where the heck have you been my whole life?! I mean, dude!
As someone who has always loved using #markdown, as well as writing web applications using #react , this is like a dream come true!!! #programming #love :react: :tailwindcss:
-
Been meaning to say this for a few days, and was reminded now that I'm working on some more documentation:
#mdx, where the heck have you been my whole life?! I mean, dude!
As someone who has always loved using #markdown, as well as writing web applications using #react , this is like a dream come true!!! #programming #love :react: :tailwindcss:
-
Exploring Markdown integration in web pages! I built a model project using .mdx for posts in a NextJS app. It’s fascinating how Markdown’s flexibility can be used. Check it out and let me know what you think! #NextJS #MDX #WebDev #React
https://nextjs-blog-mdx-omega.vercel.app/