DWD(Page 2)

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

Your master sword: a programming language

⤳ A programming language is a specialized language used to give instructions to a computer to execute. These instructions can be simple mathematical operations to elaborate algorithms. What is an algorithm? A set of instructions to solve a problem or perform a computation is called an ...

⌛ 10 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

Front-end skills to become a pro

⤳ In the previous section, I briefly introduced the most essential concepts and tools any web developer needs to be familiar with. In this section, I’ll introduce the tools professional front-end developers use in their daily development workflow. Photo by cottonbro (remixed) from Pexels Using these ...

⌛ 20 min read

Front-end skills you need to start web development

⤳ In the next section, I’ll cover the most essential tools & concepts you need to know to introduce yourself as a front-end developer. Let’s dive in. In the next section, I’ll cover the most essential tools & concepts you need to know to introduce yourself ...

⌛ 20 min read

Responsibilities of a front-end developer

⤳ Front-end development refers to building the user-facing end of a website or web app. Headings, paragraphs, bullet lists, images, form fields, buttons, pop-ups, navigation bars, animations, and every interactive element on a web page is the work of a front-end developer. A layout engine is ...

⌛ 3 min read

How Do Websites Work?

⤳ A website is a collection of web pages connected via hyperlinks or simply, links. As you probably know, a hyperlink is a reference in the text that takes you from one page to another when you click on it.  We all click on hundreds of ...

⌛ 3 min read

First Things First: Establish a Coding Foundation

⤳ The first step in learning anything is to learn about the fundamental concepts around it. Don’t feel uncomfortable asking basic questions; even if you think it’s dumb, it will count. Every question is an opportunity to learn something new. And if you take it, you’ll ...

⌛ 6 min read