Readerstacks
  • Home
  • Softwares
  • Angular
  • Php
  • Laravel
  • Flutter

Month: July 2021

Break and Continue statements

ReaderstacksJuly 18, 2021Softwares

Break and continue statements are used to change the flow of program. lets see the difference and usage of both. Break as the name implies it terminate the current loop and execute the next line of code. Continue do not…

Read More

What is Access Modifiers ?

ReaderstacksJuly 18, 2021Javascript Php Softwares

In object oriented programming(oops) to set the visibility of classes, variables and methods we are using access modifiers. So Access modifiers are used the encapsulation of class properties. There are three types of access modifiers in any language (Php, java…

Read More

ssh disable

Disable SSH or IP bounded on any ubuntu server?

ReaderstacksJuly 11, 2021Devops Softwares Ubuntu

Open SSH to everyone is a security risk. we can change these settings easily in 2 minutes. let’s have quick solution on this. Open file /etc/hosts.deny with using vi or nano editor. Command : sudo vi /etc/hosts.deny then add below…

Read More

disable change detection anagular

How to disable automatic change detection strategy in angular component?

ReaderstacksJuly 4, 2021Angular Javascript Softwares Ubuntu

In angular all components by default take the changes as any event occur, but sometime we don’t want this behaviour. Thus, to detach the two way binding in component we can use changeDetection strategy in component metadata. Angular Change Detection…

Read More

Recent Posts

  • How to print raw sql query in eloquent laravel ?
  • How to assign or declare variable in laravel blade template ?
  • How to Get Current Url in Blade File Laravel ?
  • Collection Count and Check Empty Eloquent Collection in Laravel
  • How to check user agent in angular ?

Archives

  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • Angular
  • CSS
  • Dart
  • Devops
  • Flutter
  • HTML
  • Javascript
  • jQuery
  • Laravel
  • Laravel 9
  • Mysql
  • Php
  • Softwares
  • Ubuntu
  • Uncategorized
Copyright © All rights reserved. Privacy Policy Terms & conditions