Laravel – select dropdowns that filter results in a table ‘on change’

Hello, I am working on an application that is kind of an eCommerce application that have a table of product and I want to add a filter that shows the…

Read more »
Api

What is Rest and Restful API? Understand the Concept

Hey everyone welcomes back, Today we’re gonna learn what is REST and RESTful API you probably heard the word REST API and restful API in web development and then you…

Read more »
Api

What is API, clear the Concept.

In this article we will understand what is API. You might heard this word in web development but still most of the peoples conneot understant what is API in this…

Read more »
Api

Refresher on RESTful Services.

Let’s have a look at the structure a RESTful service generally has, or how it works. Here we have, well, parts of a RESTful service. We’ve got some API endpoints,…

Read more »
post man setup

Use Postman in Laravel Project.

So here’s what we’re going to build, a RESTful service, which allows you to sign up as a user, and then create meetings, sign up for meetings, andregister for meetings,…

Read more »
post man setup

How to Setup Postman in Windows and Mac.

The first step is to get Postman. Now Postman is a little program, or a Chrome extension to be precise, which allows you to access RESTful APIs in a very…

Read more »
Api

What are the RESTful services?

So let’s start by thinking about what RESTful services actually are. Have a look at the Images. you see we have two clients, a laptop and a smartphone,and we have…

Read more »
Api

What is a REST API?

First, you need to know what is a client-server architecture So most if not all application we use these days follow this architecture thethe app itself is the client or…

Read more »
MicroServices

What are microservices really all about? – Microservices Basics Story.

Web applications have been growing very very incredibly very complicated over time the first web applications from the past did very simplerudimentary things I don’t know like to tell you…

Read more »
5 things to avoid in MS

What to avoid with microservices

Architectures and approaches normally turn into trends because enough use cases exist to corroborate their genuine usefulness when solving a particular problem or class of problems. In the case of…

Read more »
MicroServices

Asynchronous Communication Architectures in Microservices

Microservice oriented architecture provides ideal platform for continuous delivery and offers increased resilience. They foster faster innovation to adapt to changing market conditions, increase developer productivity and improved scalability in…

Read more »
running microservices in production

The Challenges of Running Microservices in Production.

Running microservices in Production requires maturity and sophistication in your operational support capabilities as compared to a monolith. The runtime telemetry and tracing data generated by a micro service’sarchitecture is…

Read more »
MicroServices

The Challenges of Microservices over Monoliths.

Microservice is creating a lot of advantages for large teams, organizations with high-performance requirements, and systems that benefit from the kind of strongboundaries that microservice offers. However, these advantages aren’t…

Read more »
MicroServices

Examples of Microservices Architecture

Various Example architectures and their benefits For Global Mantics might look like and what advantages these architectues might brings to the tablse.We’ll also talk about some possible team structures that…

Read more »
MicroServices

Maintenance and Advantages of Microservices

It makes it possible to onboard new developers faster because they have far less to learn to be an effective end.It minimizes the risk of rather than just a few…

Read more »
MicroServices

Advantages of Microservices

Now that we have a basic understanding of what defines monoliths and microservices, let’s explore what advantages Microservices brings tothe table. In particular, one of the most beneficial things that…

Read more »
MicroServices

Understanding the Benefit of Microservices

Before understanding the Benefit of Microservices we first need to understand What is a monolith? Monolith is defined by a single integrated application often but not alwayswritten all in one…

Read more »

No version of NDK matched the requested version in flutter >> Solved.

Hello Guys i was trying to get The SHA1 key to integrate firebase in my flutter app.After updating to Android Gradle plugin 3.6.0 (released Feb 24, 2020), several project independently started failing with:…

Read more »

How to add Images in Flutter.

Create an image folder inside an assets folder, create assets if not exist. This should be in your root folder, in that same root directory you will find a pubspec.yaml…

Read more »

What is the difference between stateless and stateful widgets? >>Flutter.

I am learning Dart/flutter and trying to understand how Widgets system works and I found out some useful things, hope it helps you too. Actually There are 3 kind of…

Read more »

Everything about Text Widget in Flutter.

The first thing you need to know is that creating an app is all about creating small widgets, and compile them in one. As if you know a bit about…

Read more »
Wordpress Plugin

What are the pros and cons of using WordPress Plugin?

What are WordPress Plugins? WordPress plugins are bits of software that can be uploaded to extend and expand the functionality of your WordPress site.WordPress plugins are written in the PHP…

Read more »

Introduction to Plugin Development

Welcome to the Plugin Development Series. I hope this Series Will Help You Write a good plugin. But First You need to understand Why we make Plugins? There is a…

Read more »
laravel slack

How To Send Slack Notification with Laravel

It seems like a topic for basic Laravel developer, but while it’s easy to send emails, but the whole system of various notifications is much deeper, and worth studying. Sub-topics: In the…

Read more »
How to autoload php class

Autoloading Classes in PHP

1. What are Autoloading Classes? Many developers writing object-oriented applications create one PHP source file per class definition. One of the biggest annoyances is having to write a long list…

Read more »
Laravail send mail with attachment

How to send email in laravel with attachment without saving in database.

I was trying to send an email with an attachment that will be uploaded by the user and then sent to an admin email. In this tutorial, we will discuss…

Read more »

How to Setup Laravel default password reset mail

Most web applications provide a way for users to reset their forgotten passwords. Rather than forcing you to re-implement this on each application, Laravel provides convenient methods for sending password…

Read more »
alertify.js

Alternative of alert box in JavaScript.

Hello… Developers Actually i was searching for something alternative to show a popup message, or alert box in JavaScript.Instead of showing a simple alert box i want to try something…

Read more »