Articles about IT & AI


How to build Bootstrap admin template tutorial

Into to building a Bootstrap admin template Last week I published an article about Bootstrap 5, where we showed you how to build a simple portfolio web page, and it seems like a lot of you really like it. That’s why today I decided to prepare you a new Bootstrap tutorial, where we are going to build a Bootstrap 5 admin template for the blog management application, step by step.

11 min read

6 most popular front-end interview questions and answers for beginners [PART 3]

Intro to Front-end interview questions for beginners PART 3 Today we’ll talk about the CSS interview questions for beginners. Welcome to the next part of the front-end questions series. All of the episodes in our series are related to the most popular things that developers ask about the technology, which are often used in job tech interviews. In the previous episodes, we talked about javascript and React.js more general, and you can find the URLs to those episodes here:

10 min read

How to create a simple web page using Bootstrap 5

Create a simple web page using Bootstrap A few weeks ago, Bootstrap 5 alpha version appeared on the market, and that’s why today I’d like to go through what’s new and create a simple web page using Bootstrap 5. In April, we’ve published the article and video about Bootstrap 4 where we are showing you step by step how to build a simple dashboard, so if you missed that episode and article, go ahead and check it here:

9 min read

6 most popular front-end interview questions and answers for beginners [PART 2]

Intro to Front-end interview questions for beginners PART 2 Today we’ll talk about the react interview questions for beginners. Welcome to the next part of the front-end questions series. All of the episodes in our series are related to the most popular things that developers ask about the technology, which are often used in the job tech-interviews. In the previous episode, we talked about Javascript more general, and you can find the URL to that episode here:

9 min read

8 amazing HTML button hover effects, that you should try in your website

Intro to HTML button hover effects Buttons are essential HTML elements often used on every page, web application, or mobile application. HTML button is quite an essential element in the layout because, in a lot of cases, it’s the element that has to be noticed by the user as a call to action and convince to click on it. Front-end developers and designers often try to highlight buttons in any nice way, especially when users interact with them, for example, on hover or focus.

5 min read

6 most common backend questions and answers for beginners, explained! [PART 1]

Intro to backend questions and answers for beginners In this article, I gathered 6 the most common and exciting questions about backend development, and I’d like to answer them and explain them one by one. Those questions mostly cover tools used in backend development, databases, and architecture, so if you just start learning about backend and plan your backend career. It’s a great idea to go through those questions and understand the essentials you’ll need.

10 min read

Kotlin course with building Android AR app - Lesson2: How to build login form in Android

Intro to how to build a login form with Kotlin and Android In the second lesson of the Kotlin course, we will learn how to build a login form. Here is the URL of the previous Lesson of the Kotlin course, where we learned how to set up Android Studio and ARCore for an Augmented Reality Project: Kotlin course with building Android AR app - Lesson1: How to setup Android Studio and ARCore for an augmented reality project

8 min read

10 most popular javascript interview questions and answers for beginners PART 1

Intro to 10 most popular Javascript questions for beginners In this article, I’ve gathered 10 most often asked questions about Javascript, and I decided to answer those questions, one by one. They mostly cover Javascript basics, so if you just started to learn this programming language, that’s a good idea to go through them and understand the essential concepts. On this list, you can find such topics like closures, promises, hoisting or classes, and much more.

7 min read

Apollo & WebSockets tutorial - Express.js course Lesson 2

Intro to Apollo & WebSockets tutorial Welcome to the second lesson of the Express.js course, where we’ll focus on the Apollo & WebSockets tutorial for beginners. In the previous lesson, we were building a simple GraphQL API with Expres.js. Here you can find the URL of the Lesson1: How to build GraphQL API tutorial: https://www.blog.duomly.com/how-to-build-graphql-api-tutorial-express-js-course-lesson-1/ The code that we’ll build in the Express.js course should be used as the back-end for the front-end that my friend Anna is building in the React.

7 min read

9 Python project ideas for beginners, to practice your coding skills and get hired

Intro to Python project ideas for beginners Everyone who has ever learned anything knows that practice really matters. That’s why, when you are learning a programming language, it’s essential to train it by building projects. Besides that, when you practice your coding skills, you can create the projects that you can add to your coding portfolio on Github and show it when you will be looking for a job.

7 min read