yii2-framework india

What is Yii 2.0?

What is Yii 2.0?Yii is a high performance, component-based PHP framework for rapidly developing modern Web applications. The name Yii can be considered as the acronym for Yes It Is!. Yii 2 inherits the main spirit behind Yii for being a simple, fast and highly extensible PHP framework.Whether you are one developer building a fairly simple Web site, or a team of distributed developers building an extremely complex Web application, using Yii is like augmenting your development team with additional...

Read more...
arduino-training-day4

Basic Functions of Arduino

Basic Functions of Arduino

Configures the specified pin to behave either as an input or an output and other basic operation.

pinMode()

Description

Configures the specified pin to behave either as an input or an output. See the Digital Pins page for details on the functionality of the pins.As of Arduino 1.0.1, it is possible to enable the internal pullup resistors with the mode INPUT_PULLUP. Additionally, the INPUT mode explicitly disables the internal pullups.

Syntax

pinMode(pin, mode)

Parameters

pin: the Arduino pin number to set the mode...

Read more...
laravel 7 iotwebplanet

What is laravel ?

Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching. Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality.

Is laravel a programming language?

No, Laravel is a framework, not a language - the language is PHP. If you haven't learned programming itself (not in a programming language, in English), start with Algorithms and Data Structures to learn programming.

Is laravel frontend or backend?

Is Laravel frontend or backend? The short answer is “backend”. The...

Read more...
arduino variable

What is Variable in Arduino

In short What is Variable in Arduino

A variable is a named unit of data that may be assigned a value. variable is a named location in a memory where a program can manipulate the data. This location is used to hold the value of the variable. The value of the C variable may get change in the program. variable might be belonging to any of the data type like int, float, char etc.

RULES FOR NAMING VARIABLE

Variable name must...

Read more...

Getting Started in Kotlin

Kotlin is the official Android programming language and is statically typed. It is fully interoperable with Java, meaning that any Kotlin user can use the Java framework and mix commands from both Kotlin and Java without any limitations. In future tutorial/meetup, we will cover the basics of Kotlin and will look at how to set up the environment. We will also look at its flow structures, such as if { ... } else { ... } expressions and loops. In addition to this, we...

Read more...