Articles about IT & AI


Webflow vs WordPress 2021 - which is better for your project

Intro to Webflow vs WordPress 2021 Welcome to the Webflow vs WordPress 2021 comparison, and let’s see which one is better for your needs. In today’s comparison, we’ll analyze two of the most popular software people use when they want to build a website, blog, or e-commerce without coding. I’ll go through points like how they work, how much they cost, what additional plugins or integrations offer both of them, and if they’re suitable for e-commerce solutions.

9 min read

Webpack configuration - step by step tutorial on how to setup Webpack

Intro to Webpack tutorial Webpack is a tool very often used in software development, and it’s pretty useful. For many junior and even mid developers, Webpak can be the darkest nightmare, and it was scary for me as well. By all the power, I tried to avoid setting Webpack by using tools like create-react-app to build a new ReactJS application and never have to do any changes inside the ready config, as it seemed confusing.

8 min read

How to setup MongoDB in the cloud with Atlas?

Intro to setup MongoDB in the cloud with Atlas Almost every application you are trying to build needs a database; depending on the type of data you’d like to keep inside, some developers select SQL databases like PostgreSQL or NoSQL databases like MongoDB. Nowadays, when MERN and MEAN stacks for applications are more and more popular, many developers select MongoDB. To start a project, you’d need to set up MongoDB locally on your computer or online in the cloud.

9 min read

Fetch or Axios - what is better for HTTP requests?

Intro to Fetch vs. Axios One of the most essential parts of frontend development is communication with the backend by making HTTP requests. There are a few ways how we can make API calls in Javascript asynchronously. A few years ago, most applications were sending HTTP requests using Ajax, which stands for Asynchronous Javascript and XML. But right now, developers mostly decide about selection between fetch() API and Axios.

9 min read

How to build an Instagram clone with react js, next js and bootstrap 5 tutorial for beginners

Intro to how to build an Instagram clone with react js and next js Hello, you will learn how to build an Instagram clone with react js and next js in today’s episode. To build our Instagram clone template, we will use Bootstrap 5. I’m super excited to show you all of that because it’s one of the coolest applications we will build together. You will learn many useful things today.

6 min read

Divi theme review 2021 - is Divi worth it?

This article contains affiliate links. By purchasing using these links you support our blog and YouTube channel. Intro to Divi Theme Review When you start your own business, you have to consider one of the most important things is your presence on the internet. No matter if you are selling a digital resource or opening a restaurant, you need to have your website where you can share your information about your business, location, and make yourself visible for everyone online.

7 min read

Digital Ocean Review - Is it the best hosting in 2020?

This article contains affiliate links. By purchasing using these links you support our blog and YouTube channel. Intro to Digital Ocean review is it the best hosting in 2020 Today we will go through the Digital Ocean review and verify if its the best hosting in 2020. Hosting is a crucial thing for every developer, cause we want our apps to be publicly visible, we need to deploy them somewhere.

7 min read

Client-Side Rendering or Server-Side Rendering - what is the best solution for your next application?

Intro to Client-Side Rendering vs. Server-Side Rendering We can create awesome web applications and websites with the technologies we have right now, but there’s still a performance that needs to be considered. Developers outdo each other to achieve the best results in loading speed and user experience in their projects. And at that point, there are many discussions on the way, applications should be rendered. Before modern front-end frameworks started to be used so commonly, websites were rendered on the server, and ready .

6 min read

Serverless course Lesson 3: How to create MongoDB REST API in Node.js

Intro to Serverless course Lesson 3 Today you will learn how to create MongoDB REST API in Node.js. In the previous episodes of the serverless course, you’ve learned how to set up the AWS Lambda Serverless project. The URL is here: https://www.blog.duomly.com/lesson-1-serverless-how-to-get-started-tutorial/ In the second lesson, you’ve learned how to create AWS Lambda Serverless authentication with Node.js and MongoDB, and the URL is here: https://www.blog.duomly.com/lesson-2-serverless-authentication/ I’m super excited about what we will build because we will go forward in today’s lesson and develop more features.

6 min read

REST API vs GraphQL - comparison

Into to REST API vs. GraphQL Since GraphQL was presented as a revolutionary alternative to RESTful API in 2015, there is a discussion between both solutions’ supporters and opponents. As everything, RESTful API and GraphQL both have pros and cons, which need to be considered selecting proper solutions for the next project. And as always, the choice should depend on the type of project that you are building. For some kind on the application, RESTful API will be a justified solution, when for the other type, GraphQL will be much better.

8 min read