MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

What is the future of AWS Solution Architect Associate?

In this particular blog, we will take a look at the future of AWS Solution Architect Associate and also rising demand for AWS Solution Architect Associate Jobs. Cloud computing become a lot of and a lot of well-known, a lot of and a lot of businesses and organizations area unit getting down to move to … Read more

What is AWS Certified Solution Architect?

Hi guys, today in this article we will discuss about the AWS Certified Solution Architect. A Solution Architect is cloud computing professional who designs the architectural of an organization’s cloud assets and works in the implementation of the of the design. What is AWS Certified Solution Architect? An AWS Certified Solutions Architect is a cloud … Read more

How to become an AWS Certified Solution Architect Associate?

Amazon Web Services is one the most popular and most widely used Infrastructure as a Service (IaaS) cloud in the world. Cloud computing is dominated by two major players: Amazon Web Services (AWS) and Azure. If we comparing between AWS and Azure, AWS has a significantly larger market share, with a 47% share of the … Read more

How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?

jenkins-java-lang-outofmemoryerror-permgen-space-issues

Solution 1 In Windows: Go to environment variable and add following variables export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export GRADLE_OPTS=”-XX:MaxPermSize=512m” export SONAR_RUNNER_OPTS=”-Xmx512m -XX:MaxPermSize=512m” In Linux: In my ~/.bash_profile file, I have set the following 3 variables. Note there are other variables in this file as well i.e. JAVA_HOME, ANT_HOME, SONAR_HOME, SONAR_RUNNER_HOME, etc: export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export … Read more

Issues Compiling VS2010 solutions (with web projects) from Nant | MSB4064 error

vs2010-compiling-issues

Recently I upgraded a project of mine (the Dimecasts code base) to use VisualStudio 2010.  In the process everything worked just fine from the IDE, but when I tried to compile it from the command line I would get the following errors: Error MSB4064: The “Retries” parameter is not supported by the “Copy” task. Error … Read more