Lazy-Loading Images and Components in Svelte and SvelteKit with Typescript
Layz loading components and images in svelte kit is really easy. It can be achieved by simply defining a custom action modifier. In this post I walk trough every step of the process!
SvelteTypescriptLazy Loading
24.11.2023 Using Proxyman to reverse engineer the Instagram private API
The Instagram API traffic is encrypted using SSL/HTTPS. In this post I explain how to build a modified Instagram APK and use Proxyman and a custom certificate to intercetp the traffic sent by the app.
ProxymanReverse EngineeringInstagram API
24.11.2023