Samaila Bala
Samaila is a Software Engineer and Technical Writer. He is very passionate about learning and sharing knowledge.
15 articles by Samaila Bala
Build a Blockchain explorer with Solana and Next.js
Create an explorer to search, view, and verify a blockchain's contents.
Working with SVGs in React Native
How to display and animate SVG images in React Native.
Implementing authentication in Remix applications with Supabase
Learn how to implement an authentication system with Remix and Supabase
Theming React Native Applications with Styled Components
Detailed tutorial on adding theming to your React Native applications with Styled Components
3 React Component Design Patterns You Should Know About
Top 3 design patterns used to create React.JS components that you should know about
Integrating OpenReplay with GitHub
Generate Github issues directly from the OpenReplay interface
Integrating OpenReplay with Jira
Learn how to create JIRA tickets directly from an OpenReplay session
Integrating OpenReplay with Slack in a Web Application
Send Slack notifications from OpenReplay with this very easy-to-follow integration!
Integrating OpenReplay with Sentry
Learn how to integrate OpenReplay with Sentry to get the most out of both worlds!
3 Design Patterns in TypeScript for Frontend Developers
These are the 3 most common design patters in front-end development and you've been using them whether you knew about them or not
Learn how Mapping Works In VueX
Learn how mapgetters, mapactions, mapmutations and mapstate work in VueX
Keeping Your TypeScript Code DRY With Generics
Generics can be a great tool to help you keep your code DRY and avoid repeating logic, learn how to take advantage of them in this tutorial
Data Fetching Techniques with React
Knowing about the different data fetching techniques in React will enable you make informed decisions on the best use case for your application
Vuex: State management for Vue Projects
Learn how to handle your state with VueX, the state management library for Vue
Server Side Rendering (SSR) with React
Learn how easy it is to do Server Side Rendering with React and NextJS