Javascript Get Date Methods You Can Quickly Use

3 years ago

In Javascript, dates are objects and are inbuilt. There are also methods that can be used to access these date…

React Native: Make a POST Request With Axios And Reqres API

3 years ago

When working with React Native applications, you will often want to make API requests and calls either for Login, Registration…

The Things They Carry: An Honest Look into a Software Developer’s Toolbox

3 years ago

First a software developer carries a bag pack of interconnected gadgets - Flash drives, hard disks, PCs or MacBooks, wireless…

React Native: Remove Multiple Items From AsyncStorage

4 years ago

AsyncStorage is used in React Native mobile app development to store items in an unencrypted, asynchronous, persistent, key-value storage way. These stored…

Image Upload With Preview Using PHP’s PDO And jQuery

4 years ago

With PHP we can upload various files to the server depending on the given requirements and specifications. In this tutorial,…

Deep Work For Software Engineers

4 years ago

What is Deep Work? According to Cal Newport, Deep work refers to professional activities that are performed in a state…

Create a PHP Login and Register Form Using PDO And Password Encryption Technique

4 years ago

PDO is an acronym for PHP Data Objects and is a useful alternative to MYSQLI. PHP introduced PHP Data Objects…

Create a WebView in Android Studio: ProgressBar + Swipe to Refresh + Custom Error Page on Network Failure

4 years ago

Estimated reading time: 7 minutes What is a WebView? A WebView is an embeddable browser that helps a native application,…

11 VSCode Shortcuts You Should be Using

4 years ago

Finding an alternative and, at the same time, accelerated way of performing both simple and complex actions as a software…

How to Create a Stack Navigator Using Class Component in React Native

4 years ago

Estimated reading time: 3 minutes According to the React Native Navigation documentation, the StackNavigator provides a way for your app…