Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@Alimjanov-Ibragim
Alimjanov-Ibragim
Follow
View Alimjanov-Ibragim's full-sized avatar
🎯
Focusing

Ibragim Alimjanov-Ibragim

🎯
Focusing
Frontend Javascript Developer

Block or report Alimjanov-Ibragim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse

👋 Hi, I'm Ibragim. I'm a Frontend Developer at KDB Bank. Previously I worked at Global Solutions where I developed web apps for payments and at Solvers Group where I developed WordPress sites.

🔭 I’m currently working on: Deep Dive Into Modern Web Development so I can better understand web development.🌱 I'm currently studying at egghead.io📫 How to reach me: LinkedIN or Gmail⚡ Fun fact: I love to play basketball.

🌐Socials

InstagramLinkedIn

💻Tech Stack

TypeScriptJavaScriptCSS3HTML5FirebaseNetlifyHerokuAnt-DesignBootstrapChart.jsExpress.jsMUIJWTNPMNext JSNodeJSjQueryReduxReact RouterReactStyled ComponentsStylusWebpackYarnVue.jsVuetifyMongoDBTrelloSwaggerJiraNotionESLint

📊GitHub Stats :



✍️Random Dev Quote

Ibragim Alimjanov's Dev Card


PinnedLoading

  1. Modern JavaScript in React Documenta...Modern JavaScript in React Documentation
    1
    If you haven’t worked with JavaScript in the last few years, these three points should give you enough knowledge to feel comfortable reading the React documentation:
    2
    3
    * We define variables with[`let`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let) and[`const`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const) statements. For the purposes of the React documentation, you can consider them equivalent to[`var`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/var).
    4
    * We use the`class` keyword to define[JavaScript classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes). There are two things worth remembering about them. Firstly, unlike with objects, you*don't* need to put commas between class method definitions. Secondly, unlike many other languages with classes, in JavaScript the value of`this` in a method[depends on how it is called](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#Boxing_with_prototype_and_static_methods).
    5
    * We sometimes use`=>` to define["arrow functions"](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions). They're like regular functions, but shorter. For example,`x => x * 2` is roughly equivalent to`function(x) { return x * 2; }`. Importantly, arrow functions[don't have their own`this` value](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#No_separate_this) so they're handy when you want to preserve the`this` value from an outer method definition.

[8]ページ先頭

©2009-2025 Movatter.jp