Posts

Java ! Simple & Powerful

Image
Simple Java is a language that is derived or inspired from c/c++. Therefore it has many similarities with the c languages. That is somewhat why we are telling that java is very simple language.The java has a good memory management system that can deal with the system memory and can deal with the garbages or the cache in the system. Java is very easy to learn, and its syntax is simple, clean and easy to understand. According to Sun, Java language is a simple programming language because: 1.Java syntax is based on C++ (so easier for programmers to learn it after C++). 2.Java has removed many complicated and rarely-used features, for example, explicit pointers, operator overloading, etc. 3.There is no need to remove unreferenced objects because there is an Automatic Garbage Collection in Java. Powerful Java is a very powerful language because it uses the oop principles (Object Oriented Programming). Object Oriented Programming methodology simplifies pro...

Firebase:Powerful platform of database for Android, Ios and web app

Image
Thinking you any free  database management system ! Firebase is a powerful and free Google's own platform. Firebase platform can help you to create apps software which can be both IOS or Android. They can also create web app software which can be used in your website for writing the data from your website to the firebase database. The data enduring through any web forms can be stored in the database by specifying a path to database. First of all to use the firebase you need to apply why the firebase in your app development a platform by using the firebase configuration for firebase cdn. Name the firebase also please send the automatic facility to add firebase to the website or any app software by providing tags firebase in the automatic section of the firebase. It can be find from the the project settings. The the information of data can be stored in the realtime database of the firebase. Here the entered values directly stored in the world firebase rea...

jQuery And Its Basics

Image
jquery is a important factor in designing a web page because it can perform many  functions that it can include animations like slide down, slide up, toogle etc. They contribute more animations than a cascading style sheet. Syntax: Basic syntax is:   $( selector ). action () $(document).ready(function(){   // jQuery methods go here... });  The jQuery is written inside the script tag but only this function works when we write the Google's on Microsoft's script source code inside the script tag. The cdn of the script tag of Microsoft and Google is is given below: Google CDN: < head > < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" > < /script > < /head > Microsoft CDN: < head > < script src ="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js" > < /script > < /head > jQuery Syntax The jQuery syntax is tailor-made for  selectin...

Bootstrap ? What is it ?

Image
Have you ever thinked about designing a file that can contain different styles which can be ewhile writing every code. Here is the answer. A Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites. Bootstrap is a free and open source front enddevelopment framework for the creation of websites and web apps. The Bootstrap framework is built on HTML, CSS, and JavaScript (JS) to facilitate the development of responsive, mobile-first sites and apps. The bootstrap file contain many CSS style , JavaScript and HTML which can be called any number of times during the execution of the program. The bootstrap file is a W3C accepted standard file wich can be used to develop a stylish website easly. Here you can download the bootstrap file directly from my website. It is the now available latest version of the bootstrap file. Version : 4.3.1 Click on the link below to download the bootstrap file. Bootstrap version 4.3.1 If you need ...

How can we classify programming languages

Image
It depends on how you want to classify languages. Fundamentally, languages can be broken down into two types:  imperative languages in which you instruct the computer  how  to do a task, and  declarative  languages in which you tell the computer  what  to do. Declarative languages can further be broken down into  functional  languages, in which a program is constructed by composing functions, and  logic  programming languages, in which a program is constructed through a set of logical connections. Imperative languages read more like a list of steps for solving a problem, kind of like a recipe. Imperative languages include C, C++, and Java; functional languages include Haskell; logic programming languages include Prolog. Imperative languages are sometimes broken into two subgroups:  procedural  languages like C, and  object-oriented languages . Object-oriented languages are a bit orthogonal to the group...
Image
Some popular programming languages that make you successfull and have a scope all time If you intend to become a successful computer programmer, or even if you wish to learn computer programming, here are some of the popular programming languages that are most demanded in the market and can fulfill all kinds of programming problems. The basic C C language is considered the basis of high-level programming. Designed by Dennis Ritchie in 1969, C is a portable programming language. The program manages the memory himself in C using pointers concept and dynamic memory allocation functions. It is very fast and easy to learn. System programming with C++ In 1981, Bjarne Stroustrup added some object features to the C language and it was known as C++. It uses the concept of classes and objects allowing reusability of code easily. Memory management is done by the program as in C using pointers and functions. The different classes in a program can inherit the properties of oth...

New IDE platform arrived | Online html compiler

Image
‌ ‌We are happy to introduce a IDE platform in our website. A free live coding software which can compile the entire program within seconds.The platform suports HTML , JavaScript & CSS. There are no copy paste allowed in the IDE. If you need to code then write your own code. This platform is just taken from codepen. I hope it helps you to improve your coding ability and skills. ‌ ‌You can study simple codes from our (C S Psyco) code section and can compile that code in our own compiler. What is a compiler ? A  compiler  is a program that translates a source program written in some high-level programming language (such as Java) into machine code for some computer architecture (such as the Intel Pentium architecture). The generated machine code can be later executed many times against different data each time. An  interpreter  reads an executable source program written in a high-level programming language as well as data for this program, a...

Julia vs. Python: Comparison of the two programming languages

There is no denying the fact that Pythonprogramming language has found greater acceptance with programmers across the world. In fact, as per the TIOBE index, Python was the programming language of the year in 2018.  One of the reasons for the popularity of this open source programming language is its simplicity and the fact that it has a short learning curve for a programmer. Today,Python is used extensively for AI and machine learning.  A high-performance and dynamic programming language that is now challenging the dominance of Python is Juliaprogramming language. First unveiled to developers in 2012 by MIT Professors Viral Shah, Stefan Karpinski, Jeff Bezanson, and Alan Edelman, the programming language made its official debut in 2018 when Julia 1.0 was released at JuliaCon conference in London.  Julia is designed for speed and to be used for high performance computing requirements. The programming language leverages the positiv...

Python Programming Language can easily be acquired easily. How?

Image
Mastering any kind of skill in life takes time, and every talent has to be supported by practice. Programming, like any other discipline, is a process but after some breaking points, when you are finally able to find alternative ways to solve problems you'll know, that the victory is a summary of small steps (lines of code) made every single day. The process of learning programming  So you want to know how top Python developers made it? Or, to be precise, how and where are they still learning? The key to success and the winner's mindset is based on doing' approach. Even if you feel already quite comfy with the vast majority of Python syntax and semantics, there is always a room to improve. No matter if your final goal is to get the job of your dreams, getting a raise at your current work, personal development or you need to get to know better the Python programming to finish a side project.  If you are already familiar with any programming langua...

What is a PROGRAMMING LANGUAGE

Image
A programming language is a formal language, which comprises a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms. Most programming languages consist of instructions for computers. There are programmable machines that use a set of specific instructions, rather than general programming languages. Early ones preceded the invention of the digital computer, the first probably being the automatic flute player described in the 9th century by the brothers Musa in Baghdad, during the Islamic Golden Age. Since the early 1800s, programs have been used to direct the behavior of machines such as Jacquard looms, music boxes and player pianos. The programs for these machines (such as a player piano's scrolls) did not produce different behavior in response to different inputs or conditions. Thousands of different programming languages have been created, and more are being created every year. Many programmin...