Author: Aakash Kothari
I am passionate about my work. Because I love what I do, I have a steady source of motivation that drives me to do my best. In my last job, this passion led me to challenge myself daily and learn new skills that helped me to do better work
Creating & Configure DevExtreme Application If You Are Creating Project From Start You Can install React Template Using DevExtreme CLI: npx -p devextreme-cli devextreme new react-app app-name cd app-name npm run start To switch to another layout, open the src\Content.jsfile and replace the SideNavOuterToolbarimport with SideNavInnerToolbar: import { SideNavInnerToolbar as SideNavBarLayout, SingleCard } from './layouts';
Read More »
react-native-ios-modal Intro: A React Native component to display a modal on an iOS device by natively wrapping and presenting a React Native view within a UIViewController. Since this is just using a UIViewController, this component also supports setting the UIModalPresentationStyle and UIModalTransitionStyle. Supports setting isModalInPresentation and separately disabling the native swipe down gesture when the modal is using pageSheet modalPresentationStyle. You can use ModalView anywhere in your app and present a view modally either programmatically via a
Read More »
react-native-sqlite-2 SQLite3 Native Plugin for React Native for Android, iOS, Windows and macOS. This plugin provides a WebSQL-compatible API to store data in a react native app, by using a SQLite database on the native side. Inspired by fantastic work done by Nolan Lawson. It should be a drop-in replacement for react-native-sqlite-storage. It works pretty well with PouchDB on
Read More »
Instagram Like Zoomable Image Using Native Animation In React Native React Native Gesture Handler powered, zoomable image component just like Instagram has. The library uses react-native-gesture-handler to handle animations at the native level to prevent bloating JS thread. Installation And Usage Install Using NPM Or YARN. npm install --save rn-instagram-image or yarn add rn-instagram-image Usage:
Read More »
In this post, I would like to share with you how to resize the image and generate a thumbnail image after upload in Codeigniter 3 application. Here I will give you a full example of image upload with resizing in Codeigniter 3 application. we will use the “image_lib” library to resize the image in Codeigniter
Read More »
If SSL is enabled for your entire site, you need to assure that every link pointing to your site’s HTTP version is redirected automatically to the HTTPS version. In order to Redirect Your HTTP site to HTTPS, you need to modify your .htaccess file These are the rules that You have to add to the
Read More »
React Native Material Date Picker Component Today I Share a Material Date Picker Component for react-native. Which is very easy to use. Features Easy usage. Material design. Easy localizable. ScreenShot Installation And Usage Install Using NPM Or YARN. npm install --save react-native-material-date-picker or yarn add react-native-material-date-picker Usage import { ModalDatePicker } from "react-native-material-date-picker"; const App
Read More »
In this blog, we are going to learn how to connect to the FTP server and handle files using PHP. There are several FTP clients available for managing FTP. But if you want to handle files on the FTP with a script, you can do it with PHP. Connect and log in to the FTP
Read More »
PHPMailer is perhaps the most popular open-source PHP library to send emails with. It was first released way back in 2001. In this Blog Post , We will discuss why you should use phpmailer instead of PHP’s mail() Function, We also have added Some Sample Codes for You to get Started. What are Advantages Of PHPMailer
Read More »
Loader Animation Using Pure CSS Today We are Going to Create Loader Animation using Just CSS Circle Loader Animation Square Loader Animation Also Check Out : Follow Us On Social Media: Facebook.com Aakash KothariI am passionate about my work. Because I love what I do, I have a steady source of motivation that drives
Read More »