TBTim Bryanintimbryandev.hashnode.dev·Jun 16 · 11 min readWhat are Server-sent events? (SSE) What is SSE? Server-sent events (SSE) are a server push technology that enables a client to receive automatic updates from a server via an HTTP connection. They describe how servers can initiate data 00
TBTim Bryanintimbryandev.hashnode.dev·Jun 16 · 21 min readBuilding, testing and publishing mobile apps with react-native on MacOSPublished: 14 December 2022 Canonical link: https://timbryan.dev/posts/building-testing-and-publishing-mobile-apps-with-react-native-on-macos Note: This is a typical setup/procedure I have followed b00
TBTim Bryanintimbryandev.hashnode.dev·Jun 16 · 3 min readMock OpenApi Specs With Microcks In Docker DesktopPublished: 10 November 2022 canonical link: https://timbryan.dev/posts/mock-openapi-specs-with-microcks-in-docker-desktop What are we trying to achieve? Microcks allows us to take a spec file, such a00
TBTim Bryanintimbryandev.hashnode.dev·Jun 16 · 4 min readMitigate XSS exploits when using React's dangerouslySetInnerHTMLPublished: 14 August 2022 canonical link: https://timbryan.dev/posts/react-xss-via-dangerouslySetInnerHtml TL: DR; Blinding dumping content into dangerouslySetInnerHTML is exactly that - dangerous. M00
TBTim Bryanintimbryandev.hashnode.dev·Jun 16 · 2 min readCreate a free Picture-In-Picture video feature on desktop Published: 6 January 2022 Canonical link: https://timbryan.dev/posts/free-picture-in-picture Some websites & video streaming services have a feature that allows you to watch videos in Picture-in-Pict00