How to solve laravel 405 method not allowed error

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article will help you to solve your 405 error on your laravel project with explanation of 405 Method Not Allowed like why you are getting this error and how to solve it. Let’s start today’s article How to solve Laravel 405 Method Not Allowed What is 405 Method Not Allowed? The 405 Method not allowed is an HTTP response status code that indicates that the method received in the request is known by the origin server but not supported by the target resource....

June 17, 2021 ¡ 2 min ¡ Infinitbility

Laravel order by case when example

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article will help you to write order by cases query like when we use Order by case when query in sql then how we use or implement In laravel. Let’s start today’s article Laravel order by case when example The Laravel provide orderByRaw function to implement case when query and we are going to use. First we have to understand why we need case when in query....

June 15, 2021 ¡ 1 min ¡ Infinitbility

How to open Archive build list in Xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ After build archive, Xcode auto open Archive list but this article will help you to open Archive list using xcode. Let’s start today topic How to open Archive build list in Xcode Xcode Provide organizer menu to open Archive build list. Organizer Path Xcode Menu -> Window -> Organizer Organizer Short Cut Option + Shift + Command + O Thanks for reading… May be you are looking for it...

June 13, 2021 ¡ 1 min ¡ Infinitbility

Archive uploading error to App Store using Xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ When you trying to upload IPA more then one time in App Store using Xcode archive, and you didn’t change Marketing version at building project archive then you definitely get below error when you start uploading ipa to App Store. ERROR ITMS-90189: “Redundant Binary Upload. You’ve already uploaded a build with build number ‘24’ for version number ‘1.0.1’. Make sure you increment the build string before you upload your app to App Store Connect....

June 12, 2021 ¡ 1 min ¡ Infinitbility

React datepicker scrollable year dropdown

Hello Friends, Welcome To Infinitbility! This article will help you to create datepicker year scrollable, below example based on react-datepicker package then please first verify with your project datepicker package. Default, React datepicker provide arrow to show more year but it’s not good when user want go previous 50 year then user have click 50 times to select those year. Let’s start today topic React datepicker scrollable year dropdown Here we use yearDropdownItemNumber and scrollableYearDropdown props to make year dropdown scrollable....

June 9, 2021 ¡ 1 min ¡ Infinitbility

How to generate dynamic route in React

Hello Friends, Welcome To Infinitbility! This article will help you to create dynamic route in react like server rendering, here we are using react-router and react-router-dom to manage route in react. In this article, I will share Routes component to manage routes with routes props, every time it will create routes when props change. Let’s start today topic how to render dynamic route in React Step 1: Import Component First, we have to import all component in routes files and create object with their key, because we have to access component dynamically....

June 7, 2021 ¡ 2 min ¡ Infinitbility

How to show bottom in react datepicker

Hello Friends, Welcome To Infinitbility! This article will help you to show datepicker bottom every time when it’s open, below example based on react-datepicker package then please first verify with your project datepicker package. Sometime, react-datepicker open in window it’s half of picker then we have only one solution we have to show datepicker bottom align when it’s open. Let’s start today topic How to show bottom in react datepicker...

June 6, 2021 ¡ 2 min ¡ Infinitbility

Build failed after update Xcode 12.5

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to solve **Build failed after update Xcode 12.5 beta Cannot initialize a parameter of type ‘NSArray> ’ with an rvalue of type ‘NSArray ’ and no matching function for call to ‘rctbridgemodule name for class’ problems getting after update xcode to 12.5. Let’s start today topic Build failed after update Xcode 12.5 This isssue is resolved when you update react native version but if you want to solve on your current version then you have add below code on your Podfile....

June 1, 2021 ¡ 2 min ¡ Infinitbility

React native SVG

Hello Friends, Welcome To Infinitbility! This article helps you to use SVG icons in your react native, here you will see two different ways to use SVG icons in react native. For render SVG we are going to use react-native-svg package. Let’s start today topic React native SVG Or how to use svg in react native Table of content Installation SvgUri SvgXml Installation Follow below steps to install react native svg in react native....

May 15, 2021 ¡ 2 min ¡ Infinitbility

React native autocomplete

Hello Friends, Welcome To Infinitbility! This article provides an example to create autocomplete or suggestion list in react native, here we use FlatList and TextInput to make autocomplete textinput or suggestions textinput. Let’s start today topic React native autocomplete Or how to add autocomplete in react native TextInput We are use React Native TextInput to search and change autocomplete list to suggest most match value, here textinput use to filter autocomplete list....

May 14, 2021 ¡ 3 min ¡ Infinitbility

SVN tutorial for ubuntu

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article will help you to install, setup, and use svn on ubuntu, here we you will clear step to manage project using SVN in ubuntu. Here something more about SVN Apache Subversion is a software versioning and revision control system distributed as open source under the Apache License. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation....

May 13, 2021 ¡ 2 min ¡ Infinitbility

How to delete files on s3 bucket using aws cli

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article helps you to delete your files from s3 bucket using AWS CLI, here we rm command to delete files from s3. May be you are looking for it How to install and configure S3 in ubuntu How to check files and folders of s3 bucket using aws cli How to copy file from s3 using aws cli How to copy folder from s3 using aws cli...

May 12, 2021 ¡ 1 min ¡ Infinitbility

how to copy folder s3 bucket to another s3 bucket

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to do copy folder and files one s3 bucket to another s3 bucket, here we use aws sync command to copy whole folder and move to another s3 bucket. May be you are looking for it How to install and configure S3 in ubuntu How to check files and folders of s3 bucket using aws cli How to copy file from s3 using aws cli...

May 11, 2021 ¡ 1 min ¡ Infinitbility

How to copy folder from s3 using aws cli

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to do upload and download folders from s3 using aws cli, here we use aws sync command to download and upload folders to s3 bucket using aws cli. May be you are looking for it How to install and configure S3 in ubuntu How to check files and folders of s3 bucket using aws cli How to copy file from s3 using aws cli...

May 10, 2021 ¡ 1 min ¡ Infinitbility

How to copy file from s3 using aws cli

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to do upload and download files from s3 using aws cli, here we use aws copy command to download and upload files to s3 bucket using aws cli. May be you are looking for it How to install and configure S3 in ubuntu How to check files and folders of s3 bucket using aws cli How to copy file from s3 using aws cli...

May 9, 2021 ¡ 1 min ¡ Infinitbility

How to check files and folders of s3 bucket using aws cli

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to find files and folder on s3 bucket using aws cli, here you will get commands to check files or folders in s3 bucket. May be you are looking for it How to install and configure S3 in ubuntu How to check files and folders of s3 bucket using aws cli How to copy file from s3 using aws cli...

May 8, 2021 ¡ 1 min ¡ Infinitbility

How to configure S3 in ubuntu

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to setup aws s3 in your ubuntu machine, here you will get steps of installation and configure s3 in ubuntu. May be you are looking for it How to install and configure S3 in ubuntu How to check files and folders of s3 bucket using aws cli How to copy file from s3 using aws cli How to copy folder from s3 using aws cli...

May 7, 2021 ¡ 2 min ¡ Infinitbility

Text transform in React Native

Hi Devs', Welcome to infinitbility, This article help you to use textTransform in react native with their output example. React Native provide textTransform style props to make text uppercase, lowercase and capitalize (camelcase). let’s start today topic textTransform in React Native Or how to use textTransform in react native textTransform default value is none use if developer not defined textTransform for text. Table of contents textTransform Props textTransform uppercase textTransform lowercase textTransform capitalize textTransform Props Change Text case progrmatical in react native Using textTransform Props....

May 7, 2021 ¡ 2 min ¡ Infinitbility

How to debug swift code in react native xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to debug your swift code many times we are write print() in swift but we don’t where we get logs. Let’s start today topic How to debug swift code in react native xcode Or how to check logs of swift in xocde Follow below points’ to debug your swift code. open your project.xcodeworkspace file. clean build folder and run your application after successfully launch your clicked icon ( mark in below image ) After click you will see something like below image you will see all your swift print logs marked on big rectangle area marked on image Thanks for reading…...

May 6, 2021 ¡ 1 min ¡ Infinitbility

Text decoration line in React Native

Hi Devs', Welcome to infinitbility, This article help you to use textDecorationLine in react native with their output example. React Native provide textDecorationLine style props to make horizontal line with yout text like underline, line through, and both. let’s start today topic textDecorationLine in React Native Or how to use textDecorationLine in react native textDecorationLine default value is none use if developer not defined textDecorationLine for text. Table of contents...

May 6, 2021 ¡ 2 min ¡ Infinitbility