CORS and Cookies

Articles and Libraries Explains CORS including some of its origin story Go CORS middleware General notes Cross-origin requests, are resource-scoped. In REST terms, the server can decide whether to allow cross-origin requests to a particular API or not. That capability is naturally exposed by the Go middleware above - and you can wrap any handlers (which correspond to paths) you have for which you want to enable CORS. In python frameworks, a @cors(....

<span title='2023-02-08 22:37:45 +0530 IST'>February 8, 2023</span>

font-variation-settings

Recently I came to know about the CSS font-variation-settings property by way of the amazing Recursive font family. So I have been thinking of different ways of utilizing it. Of course, you would need a font that has a lot of “axes” on which you can vary it. Commonly used fonts usually have just a single axis that you can interpolate on: the weight axis. But recursive supports 5 axes that you can vary and get amazing looking types....

<span title='2023-01-12 04:02:30 +0530 IST'>January 12, 2023</span>