Yuri Filatov

@filatov

270 Points 3 Followers

25 Posts

0 Answers

Hey, I am an IT Expert and IT Delivery Manager at Andersen

Yuri Filatov · 2 years ago

TOP programming languages and their value

It’s not a secret that nowadays, the IT sphere is one of the most profitable ones. More and more people dream of building a career in programming, so they go to universities and attend cour...

Yuri Filatov · 2 years ago

Why Apple Is One of the Largest Customers of Its Competitor Amazon

Although Apple and Amazon are direct competitors in many markets, the iPhone producer spends over $30 million per month on Amazon Cloud. Apple is prepared for these costs and indirect suppo...

Yuri Filatov · 2 years ago

AWS Cloud Practitioner Exam: Preparation and Passing

How to get ready for AWS Cloud Practitioner and pass it with flying colors? Let’s ask one of Andersen’s specialists. Due to the lockdown, advanced training and obtaining certificates via va...

Yuri Filatov · 2 years ago

Top IDEs in 2021 with Features and Prices

Which IDE to choose in 2021? We believe everyone has heard at least once about the integrated development environment called “Visual Studio,” and we all know that it’s the most popular one....
6

Yuri Filatov · 2 years ago

Website lesson 8: imitating js communication

Welcome back! If you are new to js, I really advise you to check all my article about js, starting from "communication base" Summing up Get post function Every user should have a...

Yuri Filatov · 2 years ago

Website lesson 7: understanding js

Welcome back! If you are a new user, I really advise you to read every previous post, starting from "Is HTML and CSS worth it?" . If you are still reading, it means you are ready...

Yuri Filatov · 2 years ago

Website lesson 6: js function realization

Welcome back! In the previous lesson we talked a lot about the base of communication . Your goal was to get to know the structure of js. Today we are moving to the real things. Keeping eve...

Yuri Filatov · 2 years ago

Website lesson 5: communication base

If you have done everything right before, then now you have the same website as in your own template. Has work on HTML and CSS ended? Of course, no. Your code is for no communication. Just...

Yuri Filatov · 2 years ago

Website lesson 4: HTML + CSS

Welcome back! Hopefully you tried everything that was mentioned in the previous lesson, checked CSS libraries and it is easy for you to find any tag and use it. Sum up Before moving to CSS,...

Yuri Filatov · 2 years ago

Website lesson 3: moving to CSS

Welcome back, guys! Hopefully you've had enough time to get known with HTML tags. Sum up Object = tag (menu -> links -> tag ) HTML - content you fill the website with Blocks (div) -...

Yuri Filatov · 2 years ago

Website lesson 2: coding strategy

Welcome back! If you've just found this article, I recommend checking my introduction articles and, of course, the first lesson . Our goal - to make a project, starting with HTML, moving t...

Yuri Filatov · 2 years ago

Website lesson 1: structure

As I've already told you, I've decided to make my own school. So the idea is to make by the end your own project. Introduction You already have resources to learn tags by yourself. So let's...

Yuri Filatov · 2 years ago

How to find inspiration for your website?

Hey! That is the last introduction article to solve some mental problems before starting the real work! Hopefully, it will be useful for a good start. Inspiration is in the air It can sound...

Yuri Filatov · 2 years ago

Why is math needed, when we have HTML+CSS?

Hey! I've decided to make some tutorials about CSS+HTML, something like "website school", so first of all we have to answer all these questions. Is really web development the futu...

Yuri Filatov · 2 years ago

HTML+CSS - guide for a good start

Not so many days ago I've written an article about Is it worth to start, if you decided to start, then I recommend you to check it. First steps You don't need a teacher to start learning o...

Yuri Filatov · 2 years ago

JS object processing functions

Let's look on the example of some database: We have fields "id", "destination" (where to fly), date of creation, author name, hashtags and flight. var posts = [ `{`...

Yuri Filatov · 2 years ago

HTML+CSS - is it worth to start?

If you are a beginner, you face some problems such as Which language to choose" and so on. Then you discover (hopefully) that HTML and CSS are the easiest to "learn" (I reall...

Yuri Filatov · 2 years ago

Dynamic problems to improve your productivity

Hey to everyone! I've posted some tips, but not so far I've talked to a person, that says "It is not enough to start programming by yourself". A lot of beginners visit a lot of co...

Yuri Filatov · 2 years ago

5 Ways To Sort Wisely

Hey to everyone! I guess you all did sorting at least once. I also guess that everyone knows a sorting called "Bubble", cause it is the easiest and most popular. But when it comes...
5

Yuri Filatov · 2 years ago

So you wanna say C++ is better than Java?

No, I don't want to say that way or other way. Nowadays, we hear a lot of crazy things in a dispute about language to write your code. First of all, you have to always keep in mind one phras...
1

Yuri Filatov · 3 years ago

Calendar / date in java

Here I would like to discuss such objects as Calendar or Date with those, who begin their way in Java. What is the difference in Date and Calendar? Date - amount of milliseconds, starting fr...

Yuri Filatov · 3 years ago

Functions for string in java

I've already made an article for some helpful tips, but I think there is a need to discuss all functions too. Shortly but understandable. String Firstly, of course, we have to initialize our...

Yuri Filatov · 3 years ago

Functions in your own class

The best example of usage of your own class is to work with a database. Moreover, using functions in class is more correct than simple functions anyway. Let's work on the example of database...

Yuri Filatov · 3 years ago

Helpful tips for usage of string

I don't think there is a need to explain the meaning of string. We can simply name it as a line and I would say that it is much better to use string than char (symbols) as there are more int...

Yuri Filatov · 3 years ago

Lifehacks from Project Managers

Just five years ago, remote work was considered to be the way of the future, but only the distant future. Most specialized web publications predicted a rise in the popularity of telecommutin...
1

Loading More Content