Herkese Merhaba. Bu yazımızda frontend camiasında faaliyet gösteren herkesin aklındaki o soruya bir açıklık getireceğiz. Angular vs React ? Hangi framework’ü tercih etmeliyiz ? Hangisini öğrenmeliyiz ? Hangisi daha performanslı çalışıyor ? Hangisinin öğrenmesi ve kullanması daha kolay ? vb bütün soruları teker teker irdeleleyeceğim arkadaşlar. Öncesinde isterseniz kısaca SPA frameworkler nedir ? Bize ne…
Read moreTag: frontend
Mastering Angular: Customize Your Components with Content Projection
Hi everyone! Today, we’ll dive even deeper into the angular and the content projection. We’ll explore practical code examples to demonstrate how you can customize your components using content projection. Creating a Customizable Card Component with ng-content Imagine you’re building a card component to display various types of content across your application. Instead of creating…
Read moreMaster Angular Routing and Lazy Loading: Boost Your App Performance
Welcome, fellow Angular developers! Are you looking for ways to improve your application’s performance and user experience? Look no further, for we shall delve into the realms of Angular routing and lazy loading, two powerful techniques that can significantly enhance your app. Angular Routing: Navigating with Style Angular routing is the backbone of efficient navigation…
Read moreAngular Component Guide: How ngDoCheck Hook Works ?
Have you ever heard of ngDoCheck hook before ? If you do know congrats because most of people doesn’t even know such hook exist in Angular including me 😀 I just discover couple years ago and get shocked because I never heard of it before. But no worries today we will dig into this hook…
Read moreReactJS Explained! Everything you need to know!
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 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 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