Skip to main content

A little bit about myself

Let's get acquainted!

Junior student at Inha University in Tashkent, Software Engineer at Exadel, web development enthusiast, and just a cool guy😅. But, you can just call me Abdujabbor. In this blog we will talk about development, engineering, programming, and IT in general. If words like Frontend, SOLID, CI/CD do not scare you, you are in right place. If these words still scare you, stay tuned anyway, it is the best time to start.



 In the first post, I will talk about my experience in a programming, and briefly introduce to technologies I used and my interests.

My first experience in programming was in high school with C++. Like a true oldschool programmer I decided to start with low level programming language(PL), 

and also because it was the only non-fiction book I found at home while I was sick for a month. Reading the book and writing code was quite fun and challenging. When my first program successfully compiled and showed output I felt so satisfied, and understood what profession I would choose. Through the book I overcame a lot of challenges, and built a solid basis for further knowledge. 

Now, let's travel to my first year at university where I got introduced to web development. I learnt the basics of NodeJS and overall web programming via YouTube and Udemy (Yes, you do not need to attend university to learn programming. I will write about the role of university in next posts).  Gradually, I tried different technologies and tools whereas my current main stack is .NET and related Microsoft technologies.  

Next post will be soon...

Comments

Popular posts from this blog

How? Where? When?

 This post will(or at least tries to) answer to the question from the title in context of starting career in IT.  To start with, let's discuss some common misconceptions: You need to have an inborn talent to become IT specialist - IT jobs are nothing but regular jobs as jobs in Medicine, Sport or Law. And like doctors, sportsmen or lawyer you need to be engaged to what you do in order to become a qualified specialist.  You need to have full technical knowledge to work in IT - image of geek programmers is left at 60s. Now, IT is more than just development software. You may be an accountant, HR manger, recruiter, project manager, QA, consultant, and still work in IT. For this positions you do not need to fully understand college course of mathematics. Taking into consideration recent trends, even for engineers soft skills and adaptability may be more preferable than specific technical skills.       How to start? There plenty of resources on the web that teach specific skillsets req

OOP from non-technical angle

 If you have been exposed to software coding/designing  then you probably have heard about OOP. OOP - Object Oriented Programming, is a programming paradigm that builds the structure of application and handles communication between modules by the usage of classes and objects.  Now, in simple words. Let's start with comparison. There are other programming paradigms as Functional programming or Procedural programming . So, why OOP is overwhelmingly popular compared to other paradigms whereas almost all popular programming languages(PL) are either fully designed based on OOP concepts or partially supports it.  First of all, OOP is one of the most researched and consistent paradigms(snowball effect). Where have it started? The main influencers of the start of hype around OOP were big tech companies and PLs they primarily used. Microsoft with C++ (later with C#), Oracle with Java, Apple with Objective C. But, we still have not found the root reason. Why these companies have chosen/desi