
I am subhajit mondal from simjuri This website main purpose grow the computer knowledge for our students, our website provides many free resources and paid resources available to our students.

10 August 2019
100 Comment
1k Like
A programming language is a computer language that is used by programmers (developers) to communicate with computers. It is a set of instructions written in any specific language ( C, C++, Java, Python) to perform a specific task. A programming language is mainly used to develop desktop applications, websites, and mobile applications.
12 August 2019
06 Comment
05 Like
Frontend Development is basically the development of the frontend of the application. It defines how the application appears to the user. In making a robust, interactive, and attractive user interface, a lot goes behind the scenes. Frontend languages play a significant role in app development. This article on Top Frontend Languages covers eight such popular languages.
14 August 2019
06 Comment
05 Like
Web development activities that are done at the back end of programs are referred to as back end development. Back-end development covers server-side web application logic and integration and activities, like writing APIs, creating libraries, and working with system components instead of frontend development, which focuses on customer-facing services and programs. Backend developers build code that allows a database and an application to communicate with one another.
15 August 2019
06 Comment
05 Like
A database is an organized collection of data, so that it can be easily accessed and managed.You can organize data into tables, rows, columns, and index it to make it easier to find relevant information.Database handlers create a database in such a way that only one set of software program provides access of data to all the users.