Mern'nin ne olduğunu bilmeyenleriniz için aşağıdaki 2-3 satır sizin için her şeyi özetleyecektir.
MERN, MongoDB, ExpressJS, ReactJS, NodeJS anlamına gelir ; bu teknolojiler, sunucu ve istemci tabanlı bir uygulama (web uygulaması) oluşturmanıza olanak tanır.
HTML temellerini öğrenin.
HTML etiketlerinin anatomisi: tablolar, formlar, listeler.
İyi bir uygulama olarak bir "Bana ulaşın" statik HTML sayfası dağıtın.
CSS temellerini öğrenin.
Dil sözdizimini ve onu önceden öğrenilen materyale nasıl bağlayacağınızı anlamalısınız.
İyi bilmeyi önerdiğim CSS becerileri şunlardır:
Satır İçi, Dahili, Harici, Hata Ayıklama, Seçiciler, id'lerin ve sınıfların akıllıca kullanımı, Favicons, HTML divs stili, Web sitesi stilinin Box modeli, Konumlar ve Boyutlandırma.
ve bu konulardan herhangi biri "CSS {TOPIC NAME}" Google tarafından bulunabilir.
Artık "Bana ulaşın" sayfanızı istediğiniz gibi şekillendirebilirsiniz.
Gelişmiş JavaScript öğrenin.
MERN yığın geliştiricisi olmak için JavaScript'i İYİ BİLMENİZ GEREKİR . bunun için buradayım (: JS kavramları hakkında bilgi edinin ve web uygulaması ortamındaki gelişiminiz için JS'nin neden önemli olduğunu anlayın. Her şeyden önce, basit temel bilgiler şunlardır: Belge uyarıları, Veri türleri, Değişkenler, Adlandırma kuralları, Dize bitiştirme , Aritmetik mantık ve operatörler, Boolean ifadeler, Fonksiyon parametreleri ve argümanları, matematik ve rastgele sınıfların kullanımı, diziler, nesneler. Bir kez daha, yukarıda bahsedilen tüm konular Googling "JavaScript {TOPIC NAME}" ile araştırılabilir, örneğin: "JavaSciprt fonksiyonları" Gelişmiş terimler:
ReactJS'yi öğrenmek ve net bir şekilde anlamak için online kurslar almanızı öneririm.
Ödeme yapmak istemeyenler için gerçekten çok iyi olan YouTube hızlandırılmış kursu -
https://www.youtube.com/watch?v=Dorf8i6lCuk
ReactJS Udemy en çok satan kursu (kullandığım kurs), çok tavsiye ederim.
https://www.udemy.com/course/react-the-complete-guide-incl-redux/
Yukarıda bahsedilen tüm konular ön uç geliştirme için kullanılır.
Mern projesi, ön ve arkayı bir uygulamada birleştiren bir grup kod ve arayüzdür.
Javascript, node.js'ye kadar her zaman bir istemci tarafı diliydi.
Yaygın sunucu tarafı dilleri PHP, Python, Perl, Ruby
ve daha fazlasını içerir. Düğüm, Javascript sunucu tarafını kullanmanızı sağlar. Bu, artık Node.js'den önce yapılamayan
her iki uçta da tutarlı bir dile sahip olabileceğiniz anlamına gelir .
MongoDB ile Arka Uç Geliştirme ve sunucu yönetimi
MongoDB, kaynakta bulunan, platformlar arası, belge odaklı bir veritabanı programıdır. NoSQL veritabanı programı olarak sınıflandırılan MongoDB, isteğe bağlı şemalarla JSON benzeri belgeler kullanır. MongoDB, MongoDB Inc. tarafından geliştirilmiştir ve Sunucu Tarafı Kamu Lisansı altında lisanslanmıştır.
If you're preparing for a senior Node.js developer position, it's important to be ready for technical interview questions that will test your knowledge of Node.js and its related technologies. In this
As a JavaScript developer, it's essential to have a solid understanding of the language and its various concepts. In this article, we will provide some common interview questions and their answers to
Frontend development is an essential part of web development that focuses on building the user interface of a website or application. Frontend developers are responsible for creating visually appealin
Understanding how `this` works in JavaScript is essential for any developer working with the language. In this article, we will explore what `this` is, how it works, and common use cases.
Event delegation is a concept in JavaScript that allows developers to handle events efficiently and improve the performance of web applications. In this article, we will explore what event delegation
JavaScript is a powerful programming language that allows developers to create complex web applications. One of the most important concepts in JavaScript is the ability to handle asynchronous code. In
As web applications become more complex, the size of the JavaScript bundles that are required to run them can become unwieldy. This can lead to slow load times and poor user experiences, particularly
Managing state in a complex application can be a daunting task, but Redux can help simplify the process. Redux is a popular library for managing state in JavaScript applications, and it can be used wi
React is a popular JavaScript library for building user interfaces. One of the key features that sets React apart from other libraries is its use of a virtual DOM. In this article, we will explore wha