Create Covid-19 India Real Time Tracker for beginners

Create Covid-19 India Real Time Tracker for beginners

How to build COVID 19 Live Tracker India in 2020 Hi Friends, Do you want to build your own Corona Virus/Covid-19 Real-Time Tracker? Looking for good & free Covid-19 Tracker Codes but still didn’t get it? If so, you have come to the right place as I have open-sourced my corona tracker script which is [...]
How to upload a larger project in github in 5 simple steps!

How to upload a larger project in github in 5 simple steps!

How to upload a larger project in GitHub in 5 simple steps! Github is like a talent showcase place for developers isn’t. And the project which we upload in GitHub helps us during our Jobs Interview as a portfolio. But, sadly few of us know the easy way on how to upload larger projects in [...]

React Native:Tutorial #5 – React Native API Integration

React Native API Integration is one of the easiest way to fetch data from a remote urls. You can user the API integration to use not only GET request but we can also use any other HTTP requests like POST, PUT, DELETE easily on both Android and iOS using a single piece of code. In this tutorial, we […]

React Native:Tutorial #4 – React Native UI Components

In this blog post, we will learn few commonly used React Native UI Components. We can use different types of UI elements in a react-native project. But remember that it may look different in an android and iPhone. We will learn how text inputs, touchables and picker with different examples. If you have not read […]

How to add PHP to a WordPress Page or Post?

WordPress comes with an intuitive visual editor that covers all your basic needs for posting content. No coding is needed. However, when making custom pages or posts, you might need to add your own PHP code. How to add PHP to a WordPress page or post properly? Read on, I’ll present the easiest way to …

How to add PHP to a WordPress Page or Post? Read More »

The post How to add PHP to a WordPress Page or Post? appeared first on The Crazy Programmer.

Hooks vs Classes a few months later

📖 tl;dr: Hooks have simplified a lot of UI code for many users. But what's the maintainers perspective on them? Do they lead to less time spent answering support questions?…