Cloud Native Buildpacks - MultiArch Support

Problem Currently pack can only build images for the same architecture as the host system. Goal Provide option for cross compiling to different architectures and OS’es in pack CLI Understanding What are Cloud Native Buildpacks? Dockerfiles vs CNBs https://tanzu.vmware.com/developer/blog/understanding-the-differences-between-dockerfile-and-cloud-native-buildpacks/ CNBs are readymade, rigorous, battle-tested Dockerfiles that you can include in your projects instead of making ones yourself. Saves time, improves security, at the cost of flexibility like with anything pre-made. Think pre-built PCs vs Custom PCs How is pack related to CNBs?...

March 26, 2023 · 1 min · 132 words · Me

The Case For A Top Down Approach To Learning

A top-down approach to learning can be succinctly summarized by the following quotes: “Don’t miss the forest for the trees.” “You can’t see the picture when you’re inside the frame” “Don’t get lost in the weeds.” Instead of getting bogged down in details, it emphasizes looking at a helicopter-view of the topic, learning how each of the subtopics/components interact before learning about each of them individually. Each subtopic/component is treated as a ‘black box’ with its details abstracted away....

March 26, 2023 · 2 min · 399 words · Me

remark unified processor with support for parsing from markdown and serializing to markdown. Contents What is this? When should I use this? Install Use API remark() Examples Example: checking markdown Example: passing options to remark-stringify Syntax Syntax tree Types Compatibility Security Contribute Sponsor License What is this? This package is a unified processor with support for parsing markdown as input and serializing markdown as output by using unified with remark-parse and remark-stringify....

5 min · 902 words · Me