Web Development(Page 3)

Command-line skills

⤳ A shell interacts with the operating’s system’s kernel via an API. On the other hand, it’s an interface between us and the kernel, which is the heart of the operating system. These services include file management, starting/terminating applications, and a lot more. Shells can be ...

⌛ 5 min read

Do you need to know CMS as a back-end developer?

⤳ A Content management system is a web application used to create a website and manage its content. If all you need is a personal or company website, and you need a quick and hassle-free solution, a CMS is a wise option. Sometimes you still need ...

⌛ 3 min read

How back-end web frameworks work?

⤳ Backend web frameworks or  HTTP-based frameworks are software frameworks you can use to build functionalities like CRUD interfaces, authentication systems, APIs, integrations, etc. Frameworks come in the form of pre-written code you can customize and extend. A web framework is like the first course of ...

⌛ 4 min read

An Introduction to Databases for New Web Developers

⤳ A database is a collection of related data, organized and stored in a set of files. Databases are like spreadsheets, where related data are stored in an organized manner, i.e., rows and columns. A spreadsheet can be considered as a database too. However, conventional databases ...

⌛ 7 min read

What do back-end developers do?

⤳ Backend development is all about working with data and returning that data to the clients. That’s not the whole story, but this is where it begins. The front end and back end are the key elements of any web-based system. Simply put, the front end displays the ...

⌛ 12 min read