CodeByAkram
undefined 202

How to use / implement OWASP ESAPI Logger in Java

Before going further lets talk about Log Forging or JVM Log Forging. Log ForgingAccording to OWASP , writing invalidated logs can allow attackers to forge log or inject malicious content in log file. Log forging is when attackers tries to add/modify the log content by exploring the security loopholes of...
undefined 202

Multi threading using Executor Services in Java

 The ExecutorService interface, executes tasks in parallel in background and represents an asynchronous execution mechanism. The ExecutorService create and maintain the reusable thread pool.How to create ExecutorService?To create ExecutorService, you can use Executors factory to create the instance of ExecutorService....
undefined 202

Getting Started with Angular

We have setup the development setup of angular in angular-installation blog. Now in this blog, lets start a new project and lets see how we can create a new project in Angular. How we can create a new project in Angular? To create a new project, open Angular CLI and type below mentioned command and press enter....
undefined 202

Angular Installation

Lets talk about the installation process of Angular, which tools and IDE is required for angular, How to install Angular? Which IDE is used for angular? Before getting started with Angular you have to download IDE like Visual Studio Code, Eclipse, Atom etc. We will be using Visual Studio Code in our tutorial. Visual...
undefined 202

What is Angular

Angular is a latest front-end framework of JavaScript, a development platform for building mobile and desktop web applications that makes you able to create reactive SPA (Single Page Applications). Angular framework is developed and main by Google. Angular framework is totally based on components forming a tree...
Page 1 of 61236Next