shlogg · Early preview
Rushikesh Pandit @rushikeshpandit

Experienced iOS & React Native Developer| Elixir & Phoenix Framework | LiveView Native | Senior Software Engineer | Passionate about Crafting Innovative Solutions

Mastering React Native: Styling, Props & State Management Essentials

React Native key points: `StyleSheet` API for styling, flexbox layout, platform-specific styling. Props pass data between components, `useState` hook manages state. Next part covers navigation, animations & APIs.

Elixir ETS For Efficient Shared State Management In Phoenix Apps

ETS is a powerful tool for managing shared state in Phoenix apps, ideal for caching, rate limiting & real-time data sharing with high-performance operations & concurrent access.

Phoenix Framework Hooks For LiveView Enhancements

Phoenix Framework Hooks enable custom JavaScript execution on client-side, enhancing dynamic behavior in LiveView. They trigger lifecycle events like mounted, updated & destroyed.

Elixir Phoenix Web Framework Explained In 60 Characters

Phoenix is a web framework for Elixir that makes building scalable & fault-tolerant apps easy. It uses plugs to compose functions, LiveView for real-time updates & follows MVC pattern.