Skip to content
  • Youtube
  • Facebook
  • Twitter
Coding is Love

Coding is Love

Coding is Love
Coding is Love
  • Home
  • Tutorials
  • Interesting stuff
  • Dev resources
  • UI School
  • About Us
  • Coding Tutorials UI School

    Dynamic Island using Flutter | iPhone 14 Pro | Can it be done with Flutter?

    Dynamic Island is a new UI experience introduced by apple for iPhone 14 Pro just a few days back. It looked interesting! Can it be…

    Ranjith kumar September 14, 2022 No Comments
    View More
  • Coding Tutorials Dev resources UI School

    Animated tab bar using Flutter | Can it be done with Flutter? | In-depth animation tutorial

    Animated tab bar using Flutter. We’ll build this cool animated tab bar using Flutter’s implicitly animated widgets and the tab controller. The tab bar title…

    Ranjith kumar September 3, 2022 No Comments
    View More
  • Coding Tutorials UI School

    Animated Twitter profile in Flutter | Can it be done in Flutter?

    Learn how to build Twitter’s animated header using SliverAppBar in flutter. This is also an example to animate appbar on scroll or animate header on…

    Ranjith kumar August 20, 2022 No Comments
    View More
  • UI School

    Furniture App – React Native – Speed Code

    Furniture app UI made using React native from scratch along with tabs navigation and screen navigation. This app also has a nicely animated carousel for…

    Ranjith kumar February 28, 2022 No Comments
    View More
  • Coding Tutorials UI School

    Flutter Tutorial (Only UI) – Building Youtube UI in 30 Mins

    Ranjith kumar February 23, 2022 No Comments
    View More
  • Dev resources General

    Ultimate Guide: Build A Mobile E-commerce App With React Native And Medusa.js

    Looking to build a mobile app with Medusa.js? This comprehensive guide walks you through creating a React Native Medusa mobile app from scratch. Whether you’re starting a new project…

    Ranjith kumar February 15, 2025 No Comments
    View More
  • Quick tips for developers

    Flutter lookup failed in @fields error (solved)

    Did you get a red screen error with the description lookup failed in @fields somefile.dart? Here’s how to solve it. This error happens if you…

    Ranjith kumar July 14, 2023 No Comments
    View More
  • Dev resources General

    Free open source alternative to Notion along with AI

    Are you looking for an open-source alternative to Notion? Notion is a freemium productivity and note-taking web application developed by Notion Labs Inc. Here’s a…

    Ranjith kumar July 13, 2023 No Comments
    View More
  • Dev resources

    Threads API for developers for programmatic access

    Threads, An Instagram app is all the rage now. Threads is an alternative to Twitter and everyone’s hoping on the new platform now. If you’re…

    Ranjith kumar July 12, 2023 No Comments
    View More
  • Dev resources General

    How to replace face in a video for free?

    Do you want to replace a face with a deep fake? You’ve probably come across a few extensions for editing software and some online tools…

    Ranjith kumar July 11, 2023 3 Comments
    View More
  • Dev resources General

    Ultimate Guide: Build A Mobile E-commerce App With React Native And Medusa.js

    Ranjith kumar February 15, 2025 No Comments
  • Dev resources General

    Free open source alternative to Notion along with AI

    Ranjith kumar July 13, 2023 No Comments
  • Dev resources

    Threads API for developers for programmatic access

    Ranjith kumar July 12, 2023 No Comments
  • Dev resources General

    How to replace face in a video for free?

    Ranjith kumar July 11, 2023 3 Comments
  • Dev resources

    The Complete list of all MIME Types updated – 2023

    Ranjith kumar July 11, 2023 7 Comments
  • Dev resources

    Free avatar library for developers and designers | DiceBear

    Ranjith kumar July 9, 2023 No Comments

Coding Tutorials Quick tips for developers

8 ways to optimize React native FlatList performance

Ranjith kumar July 16, 2020 13 Comments JavascriptReactReact Native

FlatList is the component in React native that is used to render a list of items. It works great for basic lists but FlatList will…

View More 8 ways to optimize React native FlatList performance
Quick tips for developers

React Native blank white screen issue (solved)

Ranjith kumar July 14, 2020 2 Comments JavascriptReactReact Native

Recently I started working with React Native and got a blank white screen after installing the example app. I generated a basic app using react-native…

View More React Native blank white screen issue (solved)
react native perf monitor
Quick tips for developers

React native perf monitor not showing up (solved)

Ranjith kumar July 8, 2020 No Comments

React native per monitor is very useful while debugging performance-related issues. I use it mainly to monitor FPS of scroll performance, animations, etc.

View More React native perf monitor not showing up (solved)
Quick tips for developers

How to mirror Gitlab repo to any other git service

Ranjith kumar July 7, 2020 1 Comment

Mirroring git repos from one service to another is very useful in some cases. I wanted to mirror Gitlab repo to Bitbucket repo and it…

View More How to mirror Gitlab repo to any other git service
Dev resources General

DeepMoji, Artificial emotional intelligence with machine learning

Ranjith kumar July 3, 2020 No Comments Machine Learning

Have you ever wanted to automatically detect the tone of a user in their messages? It’s definitely a tough ride! One word or one comma…

View More DeepMoji, Artificial emotional intelligence with machine learning
General

Super cool hexapod robot simulator with ReactJS

Ranjith kumar June 30, 2020 1 Comment JavascriptReact

Check out this super cool hexapod robot simulator. Its a browser based simulator built with React and Plotly

View More Super cool hexapod robot simulator with ReactJS
Mobx react context example
Coding Tutorials Dev resources

How to setup Mobx with react context

Ranjith kumar June 29, 2020 20 Comments JavascriptReactReact Native

Mobx is a Javascript library for state management. It is not specific to react but works great with react. Let’s see how to setup Mobx…

View More How to setup Mobx with react context
Coding Tutorials

Alexa rank checker with email notifications in Google sheets

Ranjith kumar June 28, 2020 28 Comments alexa rankAutomationGoogle sheets

Alexa rank is considered as one of the key factors in deciding a website’s standard. Right now google.com is the site with rank 1 followed…

View More Alexa rank checker with email notifications in Google sheets
love-hate-react-hooks
General

Love-hate relationship with react hooks ❤️😏

Ranjith kumar June 25, 2020 No Comments JavascriptReact

React hooks! The new cool thing in the react eco-system right now! Its been just a year since the concept of react hooks has been…

View More Love-hate relationship with react hooks ❤️😏
Json tutorial
Coding Tutorials

JSON Master : In-depth JSON tutorial for Beginners

Ranjith kumar June 24, 2020 18 Comments codingweb developmentWeb scraping

JSON stands for JavaScript Object Notation. After writing this previous post on JSON, I’ve been receiving a lot of queries about how to parse different…

View More JSON Master : In-depth JSON tutorial for Beginners

Posts pagination

Previous page Page 1 … Page 8 Page 9 Page 10 … Page 17 Next page

Interesting stuff

Dev resources General

Ultimate Guide: Build A Mobile E-commerce App With React Native And Medusa.js

Ranjith kumar February 15, 2025 No Comments

Looking to build a mobile app with Medusa.js? This comprehensive guide walks you through creating a React Native Medusa mobile app from scratch. Whether you’re starting a new project…

Dev resources General

Free open source alternative to Notion along with AI

Ranjith kumar July 13, 2023 No Comments

Are you looking for an open-source alternative to Notion? Notion is a freemium productivity and note-taking web application developed by Notion Labs Inc. Here’s a…

Dev resources General

How to replace face in a video for free?

Ranjith kumar July 11, 2023 3 Comments

Do you want to replace a face with a deep fake? You’ve probably come across a few extensions for editing software and some online tools…

Dev resources General

6 Free authentication services for your next app

Ranjith kumar July 7, 2023 No Comments

Authentication is required in almost every app. Any app that requires a user to login needs an authentication service. These authentication services are also called…

UI inspiration of the day

UI School

Amazing AI slider created using javascript animations

Ranjith kumar July 10, 2023 No Comments

Check out this interesting animation made with GSAP (Green Sock animation platform). You can tap the slider and change the value but the AI robot…

Latest video

Ad

Coding is Love | Designed by: Theme Freesia | WordPress | © Copyright All right reserved