Blogs
Render Math With Mathjax
Mathjax Math equations can be rendered using Mathjax syntax with AMS symbol support. Optionally enable this on a per-page basis by adding mathjax: true to your frontmatter. Then, use $$ ... $$ on a line by itself to render a block equation: $$ | Pr_{x \leftarrow P_{1}} [A(x) = 1] - Pr_{x \leftarrow …
Database Deployments with …
Once your application or service is running in production you have a lot more to consider when making database changes. It can be tricky, here are a few things to keep in mind that should reduce or eliminate downtime. Renaming Columns If you need to rename a column, to reduce downtime you cannot do …
Interview: How to Work …
What does an application architect do? What are the biggest challenges to your role that a SM might not know and might be helpful for them to know. The typical role of an architect is to understand the breadth of a software system, how different areas of functionality interact with each other. An …