Open in app
Home
Notifications
Lists
Stories

Write
Ayaz Ali Shah
Ayaz Ali Shah

Home

Oct 21, 2021

How Would Development Server Helps To Make Your App Reliable

Before going live make sure that you have tested very well. — In my web development career, I have seen companies, directly develop new features on the production servers. Sometimes they had to pay a heavy cost because of choosing the wrong approach to add a new feature. Let me give you an example that would prove the importance of a development…

Servers

2 min read

How Would Development Server Helps To Make Your App Reliable
How Would Development Server Helps To Make Your App Reliable

Oct 14, 2021

The Easiest Way To Insert Relational Data Into MySQL

How did I insert relation data with a single execution? — Sometimes developers have to maintain tables to execute the process smoothly. When it comes to inserting relational data manually, it is a time-consuming task. We have 3 languages in our software and I am one who handles translations. …

Sql

2 min read

The Easiest Way To Insert Relational Data Into MySQL
The Easiest Way To Insert Relational Data Into MySQL

Oct 7, 2021

3 Ways To Use Props In Vue JS

It might be helpful for you to know about props. — In case you are also new to Vue JS, like me. It can be helpful for you. Look at below, we have a component for Header <template> <h1>Hello</h1> </template> <script> export default { name: ‘Header’ } </script> There few ways to define props to component, let’s talk about it. 1. With Array You…

Java Script

2 min read

3 Ways To Use Props In Vue JS
3 Ways To Use Props In Vue JS

Oct 4, 2021

Real Time Data With Spline Highcharts And Laravel

Integrate HighCharts with Laravel to show real-time data. — I spent almost 3 hours integrating HighCharts with the Laravel application to show real-time data in the graphical representation. So I would like to share how did achieve it? Let’s start it. Create blade file in to /resources/chart.blade.php directory, and add the following HTML code inside body <figure class=”highcharts-figure”> <div…

Java Script

2 min read

Real Time Data With Spline Highcharts And Laravel
Real Time Data With Spline Highcharts And Laravel

Sep 29, 2021

Don’t Make This Mistake On Upwork — Advice For New Freelancer

First, learn how to communicate with clients. — Well if you’re new to Upwork and didn’t get any project yet, then don’t worry you are not alone. Let’s try more. I am still trying and I am believing that I am going to get my first project very soon. Here I would like to share a piece of…

Upwork

2 min read

Don’t Make This Mistake On Upwork — Advise For New Freelancer
Don’t Make This Mistake On Upwork — Advise For New Freelancer

Sep 22, 2021

Make WooCommerce Mobile App With Woobay

Get more sales through your consumer app. — Woobay is an app that connects the WooCommerce store to the mobile app. It contains a WordPress plugin that creates API and Flutter-based android and IOS App. What’s Included? Version: 2.5.0 — Support new Flutter 2.5 Readable Code and Easy to Customize Last update: 13 Oct 2021, Checkout Change Log Files: Full…

Woocommerce

2 min read

Make WooCommerce Mobile App With Woobay
Make WooCommerce Mobile App With Woobay

Jul 10, 2021

How Did I Start To Use Promises, Async, and Arrow Functions For Ajax Requests?

Now my code looks more organized and I love to code this way. — As we all know that we learn gradually. I was using ajax requests directly, it was working but my new way is more interesting and good for me. I am a mid-level developer, and I really enjoy when I use promises, async, and arrow functions for ajax requests. So before…

Java Script

2 min read

How Did I Start To Use Promises, Async, and Arrow Functions For Ajax Requests?
How Did I Start To Use Promises, Async, and Arrow Functions For Ajax Requests?

May 11, 2021

My First Week Experience In Doge Coin

My First Week Experience In DogeCoin I was working on my usual tasks when my colleague informed me about doge coins. I think it was 4 May. Yes it was 4 May, I just confirmed through my transaction history. …

Cryotocurrency

2 min read

My First Week Experience In Doge Coin
My First Week Experience In Doge Coin

Sep 1, 2020

A NodeJS Based Invoice Generator Package

An easy and quick way to create an invoice in PDF. — Recently I tried to develop a package for generating invoices in nodejs. After spending few hours on research I found a well-reputed package pdfkit that is so easy to use it. By using this package, I decided to develop my own package for generating invoices which name is Nice Invoice. How to use it? …

Nodejs

3 min read

A NodeJS Based Invoice Generator Package
A NodeJS Based Invoice Generator Package
Ayaz Ali Shah

Ayaz Ali Shah

I write about technology.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable