✨ Welcome to RiotBytes
; a blog that aims to provide information about interesting topics & discoveries on the web.
How to Run GUI apps on WSL2 in Windows 11
Windows has recently integrated the ability to run GUI applications in the preview of Windows Subsystem for Linux (WSL). It is supposed to make it feel native and natural to use on Windows.
Get the hang of CSS box-shadow.
The CSS property box-shadow is used to set a shadow on an element. This can be to add emphasis on an element or to make it stand out from other elements in the document.
Get the Hang of CSS position
In Web Development, positioning elements in HTML is essential to eventually get the kind of designs you have made or place pieces in different places. The CSS position property is crucial in getting these accomplished. This article will look at positioning other elements using CSS and making additional adjustments to them.
Introduction to the OAuth 2.0 Authorization Framework
The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf.