Merhaba

ArkadaÅŸlar, eÄŸitimimi yeni bitirdim, bu yüzden BT alanına girmeyi düşünüyorum, özellikle de tasarım tarafında. Ayrıca bazı geliÅŸtirici dillerini de öğrenmek istiyorum. Biraz kullanıcı arayüzü tasarımı olan Figma’yı zaten biliyorum ve ayrıca HTML ve CSS’yi de biliyorum. Ama dürüst olmak gerekirse nereden baÅŸlayacağımı veya hangi kariyerin bana uygun olduÄŸunu bilmiyorum. İnternette ‘bunu yapma, yapay zeka bunun yerini alacak’ diyen o kadar çok ÅŸey var ki… falan filan. Yani evet, herhangi bir gerçek rehberlik yardımcı olabilir.

Etiketler:

1 Yorum

  1. Imaginary_Field_1234
    Aralık 12, 2025 - 12:14 pm

    First, it’s great you’ve got some UI experience. Making the frontend application later appealing and intuitive is an underrated skill. 

    Programming is a very broad subject, and there are so many opinions surrounding it. Here’s my programming advise:

    Javascript is essential for any kind of webdev work. You can do a lot with just HTML + CSS + JS. There are many libraries that build on top of JS (React Native, Angular, etc.). I would stick to vanilla JS for now. 

    Next: Python. Python has a simple syntax and it’s used for pretty much everything. For web development, look into Flask + Jinja2 and the Requests library. This will let you create a web server for backend data management and have a way to manage API calls. 

    In programming, I like to think about it this way. Most languages only have 5 different “types”:
    * scalars: bool, char, int, float, etc…
    * arrays / lists / vectors
    * hashes / maps / associative arrays 
    * functions 
    * classes : custom data types than can contain both member variables and functions that operate on those members. great for modeling objects in real world data, as well as organizing your code. 

    In Python, everything is a class. Everything has a data value, member variables that can be used to introspect the class, and methods to retrieve or manipulate the data. Python has many builtin “dunder methods” that are worth knowing. 

    In Python, all mutable types act as shared references. This is where knowing the C and C++ memory models can come in handy. I would recommend learning C with the K&R book, and then learn bits and pieces of C++ (STL, OOP, RAII). 

    In short: JS will be most beneficial for your webdev journey. Python is the glue language for pretty much everything else. Knowing C and C++ helps understand the engine everything else is built on. 

    AI is not replacing anything. Webdev is where human creativity shines. A human designs webpages with human users in mind. AI may be good at short code snippets, but it can’t build large cohesive projects. It would honestly be harder to vibe-code a complete website. This is where having humans with deep understanding shines.

    IT is likely very heavy on the backend side of things. Knowing your way around the Linux terminal, Bash, and MySQL will help. 

    Hope this helps!

    0

Yorum Yaz

10919 Toplam Flood
15278 Toplam Yorum
9717 Toplam Üye
53 Son 24 Saatte Flood

Kod e‑postana gönderildi. (24 saat geçerli)