- Published
- Author
- Emil
You can switch between k8s contexts using the docker toolbar menu in OSX.
At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.
Application.get_env(:your_app,:env) in prod instead of Mix.env. when you deploying to prod. https://gitlab.com/codemancers/diffity-vue/commit/076c54a418d988208627f61f206176744aefca30Portals which can be used to render children into a DOM node that exists outside the DOM hierarchy of the parent componentPortals which can be used to render children into a DOM node that exists outside the DOM hierarchy of the parent componentdev/tty https://linux.die.net/man/4/tty:stale? and :fresh_when methods which can be use to set HTTP_IF_NONE_MATCH and HTTP_IF_MODIFIED_SINCE headers on the browser. This helps the client to check whether the page has been modified. Response freshness is checked by matching Last-Modified and ETag from the server against the client request's HTTP_IF_MODIFIED_SINCE and HTTP_IF_NONE_MATCHheaders. If it matches, then the server responds with 304 (“not modified”) status code. This will make the client to make use of cached copy of the page - thus saving us from the time spent in generating the response.Showing 64 to 66 of 82 results
Codemancers can bring your vision to life and help you achieve your goals