Electronic Circuits

Electronic Circuits An electronic circuit is composed of individual electronic components, such as resistors, transistors, capacitors and diodes, connected by conductive wires or traces through which electric current can flow. To be referred to as electronic, rather than electrical, generally at least one active component must be present. The combination of components and wires allows various simple and complex operations to be performed: signals can be amplified, Read more…

Kotlin-A app development language

Kotlin  is a cross-platform, statically typed, general-purposeprogramming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library,but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript or native code(via LLVM). Language development costs are borne by JetBrains, while the Kotlin Foundation protects Read more…

PHP

PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed. The client computers accessing the Read more…