29 01, 2021

Windows installation procedure

2021-01-29T06:41:11+00:00January 29, 2021|Linux, Windows, Mac|0 Comments

|
| ByWebner

Officially Certbot is now available for windows too. It is not that much complicated, but you have to be careful while doing this on a live server. Step 1. Important note This would require administrative privileges. Step 2. Specific Windows [...]

25 01, 2021

How to speed up Windows 10

2021-01-25T05:50:03+00:00January 25, 2021|Linux, Windows, Mac|0 Comments

|
| ByWebner

Windows 10 has a lot of inbuilt apps and features which run in the background consuming the memory and slowing down the processing speed. Here are some ways we can increase the windows 10 performance just by doing simple changes: [...]

6 05, 2019

Responsive DevExtreme Grid Toolbar

2019-05-07T13:30:13+00:00May 6, 2019|Java Frameworks, Linux, Windows, Mac, Others (Technical), Web Development|0 Comments

|
| ByWebner

Introduction - Responsive DevExtreme Grid Toolbar DevExtreme is a powerful web development framework with a vast array of data presenting and formatting capabilities. It is developed by DevExpress to make responsive and platform independent application. DevExtreme makes the web development [...]

23 04, 2019

Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*

2019-04-23T13:19:29+00:00April 23, 2019|Cloud, Database, Linux, Windows, Mac, Others (Technical), PHP Frameworks, Web Development|0 Comments

|
| ByWebner

How to resolve "Class 'App\Controller\Aws\S3\S3Client' not found" error in CakePHP 3.* Problem: Class 'App\Controller\Aws\S3\S3Client' not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [ [...]

27 03, 2019

How to read Mobile Hardware and Operating system Details in React Native

2019-03-27T12:01:38+00:00March 27, 2019|Linux, Windows, Mac, Mobile, Others (Technical), Web Development|1 Comment

|
| ByWebner

Steps to read Mobile Hardware and Operating system Details in React Native To get the android and ios device information like UDID, version, build, operating system etc - We can get this information by using react-native-device-info plugin provided by react [...]

Go to Top