
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

Express.js
This week, I did research on a new topic and watched video lectures to solve the tasks Archi's Academy gave me. Our topic is Express.js. What is Express.js and what is it used for?

A RESTful API
I continue to learn new skills with Archi's Academy. What did I do this week? I did research on Rest API and watched lecture videos. I cared about how important it was and I ran a test in the Postman app. The summary of the information I have obtained is as follows:

Node.js
What did I learn this week? I do some research every week to learn new things and I try to watch video lessons. I thought it would be useful to have Node js knowledge until the design of our project at Archi's Academy was ready, and I started watching the lessons. So what is Node js? Why is it used?

What is use case diagram ?
Our exciting project days are starting with Archi's Academy! We used the Use Case Diagrams to set up the structure of our project this week. So what are these Use Case Diagrams and what are they used for?

Postgre-SQL
We continue to learn new things with Archi’s Academy! Since I am more prone to backend and SQL based issues, I wanted to share this information with you. We recently started the PostgreSql course, which is the most popular language for Database. So what is this PostgreSql and what are its benefits?

Blockchain Series -3
As you might know, in a traditional network model, the direction of communication starts with the client. Basically, the client makes a request and the server fulfills it. A simple explanation of all of our googling! On the contrary, as a decentralized technology, DLT allows a peer-to-peer (P2P) communication model.