Blogs

Website Not Showing in Google Se...

15 Aug 2020 Admin 0

746

Check your website on google by visiting site:example.com . Why Sites Don’t Rank in Search Results Google is tricky. Here’s what may be preventing...

Uninstall angular CLI

12 Aug 2020 Admin 0

779

Uninstall Angular CLI to remove version mismatch error. Check Angular version "ng v" Then run "npm cache verify" or

Most Important HTML Tags for SEO

10 Aug 2020 Admin 0

842

Title tag Meta description tag  Heading (H1-H6) tags Image alt text Schem...

Stop Loading wp-emoji-release.mi...

10 Aug 2020 Admin 0

813

Hello WordPress fans – Emoji option has been added starting WordPress version 4.4 core. That’s awesome...

FadeIn FadeOut Slider

06 Aug 2020 Admin 0

843

  https://codepen.io/marufalbashir/pen/NjVORV

VS code useful plugins-(extensio...

06 Aug 2020 Admin 0

1100

=> Gitlen - git options - get info line by line => Angular Service - Editor service for Angular => Chrome Debugger Tools [To get started, open the Extensions view (Ctrl...

Wordpress theme builder

06 Aug 2020 Admin 0

869

CREATE YOUR UNDERSCORES BASED THEME https://underscores.me/

Laravel 7/6 CORS for API

06 Aug 2020 Admin 0

0

All CORS settings can be configured in your cors configuration file. Open the config/cors.php file:  

SQL inner join

06 Aug 2020 Admin 0

861

SQL inner Join Example SELECT Orders.OrderID, Customers.CustomerName, Shippers.ShipperName FROM ((Orders INNER JOIN Customers ON Orders.CustomerID = Custome...

Web Socket

06 Aug 2020 Admin 0

804

Useful Link to learn websocket & MQTT https://www.espruino.com/MQTT  -- -- -- mqtt functions https://www.ably.io/documentation/mqtt ----- Publ...

Docker (software)

06 Aug 2020 Admin 0

1164

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Docker can package an application and its depe...

Scrum-(Software Development)

06 Aug 2020 Admin 0

1196

A Better Way Of Building Products. Scrum is a framework within which people can address complex adaptive problems, while productively and creatively delivering produ...

Waterfall Model

06 Aug 2020 Admin 0

847

Waterfall approach was first SDLC Model to be used widely in Software Engineering to ensure success of the project. In "The Waterfall" approach, the whole process of software development...

SDLC Agile Model

06 Aug 2020 Admin 0

727

What is Agile? Agile model believes that every project needs to be handled differently and the existing methods need to be tailored to best suit the project requirements....

Software Development Life Cycle...

06 Aug 2020 Admin 0

1155

Software Development Life Cycle (SDLC) is a process used by the software industry to design, develop and test high quality softwares. The SDLC aims to produce a high-quality software that meets or...

Pass Variable Value Method to Me...

05 Aug 2020 Admin 0

772

function passFromValue(){         var x = 15;         return x;       }   ...

Installing Angular CLI-1

21 Jul 2020 Admin 0

792

Tools/application you have need node js code editor(Visual Code Studio) git(optional) Install Globally Latest Angula...

Angular Static Site Generator(Sc...

21 Jul 2020 Admin 0

1104

Angular developers, rejoice! Thanks to the amazing team at HeroDevs, we finally have an Angular static site generator! Although&nb...

VS code useful plugins/extension...

19 Jul 2020 Admin 0

0

Visual Studio plugins for angular Gitlen - git options - get info line by line Angular Service - Editor service for Angular Chrome Debugger...

What’s New in Bootstrap-5

06 Jul 2020 Admin 0

921

The New Features in Bootstrap jQuery Removed Switch to Vanilla JavaScript Responsive Font Sizes Drop .font-size-sm,&nbsp...

What is REST

25 Jun 2020 Admin 0

1111

REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems

Active Laravel groupBy (Syntax e...

24 Jun 2020 Admin 0

1204

Open Config/database.php file and write this (Syntax error or access violation) ‘strict’ => true, ‘modes’ => [ //’ONLY_FULL...

Center alignment box

23 Jun 2020 Admin 0

829

Center Alignment Box -  Parent Div : width: 100%; text-align: center; Child Divs : width: 30%;  margin: au...

Vue js from vue router the app.j...

25 May 2020 Admin 0

885

app.js require('./bootstrap'); window.Vue = require('vue'); import VueRouter from 'vue-router' import Example from './...

Vue Js load dynamic value from d...

18 May 2020 Admin 0

1295

Load Dynamic value from database ....... vue js part 2

Data Seeding Laravel

18 May 2020 Admin 0

1057

Laravel Data Seeding  Run this command -  php artisan make:seeder UsersTableSeeder After Create UsersTableSeeder open thi...

VUE JS Install (part-1)

18 May 2020 Admin 0

1304

VUE JS Install After install laravel open command line and run this command "npm install" to install  node js ...... ...

Laravel Queue

18 May 2020 Admin 0

937

Before queueing notifications you should configure your queue and start a worker. First – Make Migrate 

Laravel Mail Send With Queue

18 May 2019 Admin 0

938

Make Mail make mail : php artisan make:mail DemoEmail //located in (http/mail) Controller public funct...