ReactJS is a popular JavaScript library for building user interfaces. It was created by Facebook and is used by many large companies, including Netflix, Airbnb, and Dropbox. React allows developers to create reusable UI components, which make it easier to build and maintain large, complex web applications. It uses a declarative programming style, which makes…
Read moreWhat Are Core Features Of Express Framework ?
Express is a web application framework for Node.js, designed for building web applications and APIs. It provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Here are some of the core features of the Express framework: Routing: Express provides a simple and flexible routing system that…
Read moreGet To Know Express Framework! Why We Use It ?
Express is a web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js. Express is a minimal and flexible Node.js web application framework that provides a robust set of…
Read moreGet To Know Laravel Framework! Should We Use It ?
Laravel is a free, open-source PHP web framework used for web application development. It was created by Taylor Otwell and released in 2011. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, authentication, and caching. One of the key features of…
Read moreAngular – Turn Your Component Into Form Control Using ControlValueAccessor
Do you know you can create your own custom form control elements in Angular ? The thing is it’s actually so easy to do it. All you need is just implement an interface then you are ready to go. Another thing that I like most about the Angular, It has very clever solutions for our…
Read moreAngular – Interceptor Nedir, Nasıl Kullanılır ?
Bu yazı angular uygulamalarında kullandığımız interceptor yapısı hakkında detaylı bilgi içermektedir. Bu bilgiler sıkıcı kısım ve hareketli kısım olarak iki alt bölümden oluşmaktadır. Sıkıcı kısımda biraz daha temel bilgiler yer alırken hareketli kısımda doğrudan Interceptor’un yapısı, kullanım alanları vb konuları ele alacağız. 1. Sıkıcı Kısım Angular 4.3.0 ile hayatımıza giren ve özellikle frontend uygulamalarında biraz…
Read moreAngular Uygulaması Docker & Nginx İle Nasıl Kaldırılır ?
Eski usül deployment işlemlerinden bunalıp her şeyi dockerize etmeye karar verdiyseniz doğru yerdesiniz. Bu yazımızda bir angular uygulamasını node ve nginx image kullanarak yazdığımız dockerfile ile nasıl docker üzerinden kaldıracağımızı anlatacağız. CI/CD süreci geliştirme ortamında artık bir standart haline gelmeye başladı. Bununla birlikte kariyer hedefleri olan bir geliştirici olarak docker teknolojisini öğrenmek gittikçe bir zorunluluk…
Read moreAngular 2 – JWT Token Nasıl Kullanılır ?
Bu yazıda Angular 2 ve üzeri versiyonlarda giriş işlemi ve sonrasında başlatılan oturumun (session) devam ettirilmesi için yapılması gereken işlemleri anlatacağım. Angular jwt token bazlı oturum yönetiminde en rahat frameworklerden birisi diyebiliriz. Gelişmiş mimarisi ve sunduğu bir çok native özellik sayesinde oturum yönetimini pratik bir şekilde gerçekleştirebiliyoruz. MVC yapılardan farklı olarak SPA uygulamalarında oturum yönetimi…
Read more