
Search In
Linux Directory Structure
Hello friends welcome to findnerd. Today I will let you know the directory structure of linux. Every Operating System has its directory structure in which system files are stored. The following directories are commonly foun
Include: If your application has many classes that need the same code, then we can keep that reusable code in a module and include that module in class.
When we Include a module into a class, it is like we are taking all the methods within the module
Bootstrap button tag represents a clickable button. For a default button, you need to use a .btn class, it has gray color with rounded corners and 1-pixel border. Bootstrap provide some more style button you can use that classes with .btn class.
&nb
Welcome to Findnerd. Today we are going to discuss merge function in Ruby. If we talk about the merge function then it is used for hashes only. We can merge two hashes in one hash. Please have a look.
teacher1 = { "id" => 232 ,"name" =&g
Hello!!
We can handle the touch event in the javaScript. The touch events are similar to the mouse event but in a different way, it is more complex than the mouse event because it supports simultaneous touches at the different portion of
Hi Friends,
Today I will brief you about Dependency Injection. In this blog I will cover up the following topics :-
About Dependency Injection
Real Life Scenario of Dependency.
Benefits of DI.
Hello Readers,
In today's post we will discuss about media plugin for Cordova apps. This plugin allows to record and play back audio files on a device. This plugin defines media constructor. We need to use this plugin with the device ready event


Hi Readers!
List items are very commonly used in webpages. Lists can be ordered or unordered. The ordering of the items is very simple, by default. This can be customised with standard CSS. Let us first talk about the ordering of the list items in b
With API becoming so popular these days thanks to SPA base applications, it was also required to keep these APIs secure. So the most popular of securing api's is token based authentication, whose flow is little bit like this:
1. In the browser
Hello readers, Toady in my blog I will discuss upon the difference b/w Div and Span tag in HTML.
For every beginner it is very confusing where to use which tag either Div or Span.
The <span> and <div> tags are very usefu
