JavaScript Singleton
The Singleton Pattern is the kind of pattern that limits the number of instances of the particular object in question
Continue readingThe Singleton Pattern is the kind of pattern that limits the number of instances of the particular object in question
Continue readingModule Design Pattern is one of the prime design patterns in Javascript. This pattern is basically used to wrap a
Continue readingProblem:- We can upload any type of file through PHP. Obviously, we need a web page to view/download these files
Continue readingProblem:- I have added a loader div with id “spin-loader” on my web page to show processing of code. Its
Continue readingSlowLoris is actually an HTTP denial of service attack that affects threaded servers. Here’s how it works: We start making
Continue readingDestructuring assignment: It’s a Javascript expression that makes the assignment of the values of arrays or objects by unpacking them
Continue readingJavaScript is a client-side as well as a server-side scripting language used to make interactive web pages with the help
Continue readingJavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages
Continue readingThe handlebars JavaScript is a client-side template engine that decouples HTML from JavaScript to produce dynamic HTML. The code is
Continue readingErrors are common when we write the code and these errors can be logical or syntax. To identify these errors,
Continue reading