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 to remove version mismatch error. Check Angular version "ng v" Then run "npm cache verify" or
Title tag Meta description tag Heading (H1-H6) tags Image alt text Schem...
Hello WordPress fans – Emoji option has been added starting WordPress version 4.4 core. That’s awesome...
https://codepen.io/marufalbashir/pen/NjVORV
=> 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...
CREATE YOUR UNDERSCORES BASED THEME https://underscores.me/
All CORS settings can be configured in your cors configuration file. Open the config/cors.php file:
SQL inner Join Example SELECT Orders.OrderID, Customers.CustomerName, Shippers.ShipperName FROM ((Orders INNER JOIN Customers ON Orders.CustomerID = Custome...
Useful Link to learn websocket & MQTT https://www.espruino.com/MQTT -- -- -- mqtt functions https://www.ably.io/documentation/mqtt ----- Publ...
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...
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 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...
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 (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...
function passFromValue(){ var x = 15; return x; } ...
Tools/application you have need node js code editor(Visual Code Studio) git(optional) Install Globally Latest Angula...
Angular developers, rejoice! Thanks to the amazing team at HeroDevs, we finally have an Angular static site generator! Although&nb...
Visual Studio plugins for angular Gitlen - git options - get info line by line Angular Service - Editor service for Angular Chrome Debugger...
The New Features in Bootstrap jQuery Removed Switch to Vanilla JavaScript Responsive Font Sizes Drop .font-size-sm, ...
REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems
Open Config/database.php file and write this (Syntax error or access violation) ‘strict’ => true, ‘modes’ => [ //’ONLY_FULL...
Center Alignment Box - Parent Div : width: 100%; text-align: center; Child Divs : width: 30%; margin: au...
app.js require('./bootstrap'); window.Vue = require('vue'); import VueRouter from 'vue-router' import Example from './...
Load Dynamic value from database ....... vue js part 2
Laravel Data Seeding Run this command - php artisan make:seeder UsersTableSeeder After Create UsersTableSeeder open thi...
VUE JS Install After install laravel open command line and run this command "npm install" to install node js ...... ...
Before queueing notifications you should configure your queue and start a worker. First – Make Migrate
Make Mail make mail : php artisan make:mail DemoEmail //located in (http/mail) Controller public funct...