
Yapay Zekâ Yazılımcıların Yerını Alacak mı?
Son zamanlarda etrafımızı bir soru sarmış durumda: “AI bizi işsiz mi bırakacak?” Yoksa “AI ile birlikte daha iyi yazılımcılar mı olacağız?”. Gelin bu soruyu birlikte masaya yatıralım. Çünkü artık öyle bir döneme girdik ki, Stack Overflow’a bile bakmadan, danışmadan kod yazan geliştiriciler var. GitHub Copilot “pair programmer” gibi yanımızda oturuyor, ChatGPT’ye “şunu Java’ya çevir” diyorsun, saniyeler içinde hazır. Hatta “no-code” araçlarla basit bir makine öğrenimi modeli bile kurabiliyoruz.
All Blogs
Explore Stories, Insights, and Ideas from Our Community

JEST
JEST“Jest is a delightful JavaScript Testing Framework with a focus on simplicity. It works with projects using: Babel, TypeScript, Node, React, Angular, Vue, and more!”

Baby steps to frontend
1 - What is front end? First of all, we need to know what the front end really means. When we say front end, people tend to think it is only about the web. The truth is, front end is everywhere. When you say frontend you actually mean the interface of the app which users interact with. It could be a mobile app, it could be a web app, it could be a native app for your OS.

Why is fast typing important for coding?
## Why is fast typing important for coding? We are the teachers of computers and we are using our keyboards to tell them what they need to do. If we want to work faster we have to type faster. If you are writing 50 wpm (word per minute) and when you improve yourself and write 100wpm, you will write your idea 2 times faster. You will make fewer typos and focus more on the algorithm that you are writing. To be a programmer, you should be able to type without having to think too hard, but that doesn't mean that a fast typer is a good coder. It's just an advantage.

RPA
RPA (Robotic Process Automation) is a technology built for automating business processes in general. The “robotic” term here does not represent human-like robots. It actually represents the automated software that can handle tasks that humans do. There two types of RPA robots in general. They are classified as “attended” and “unattended” based on their need for human intervention.

Project Management- series 2
ii) Planning: Planning is more comprehensive and more detailed than the initiation phase. It describes how the project is going to be executed, tracked, and closed. It can be summarized into three questions: What are we going to do? How are we going to do? When the project is going to be completed? This phase includes requirements, cost, quality, scope by defining work breakdown structure (WBS), and timeline with milestones.

How to write good CSS
How to write good CSS In my opinion, developers don't give enough attention to the CSS. CSS is of one the hardest concept in web development it takes hours of work to be good at CSS.