Angular is a controversial framework among developers that either loved or hated, with its fancy features and modern approaches to building web applications. One of the core features that stands out is dependency injection. You might wonder, “What on Earth is that?”. Well it is actually come from one of the fundamentals of the Object…
Read more.Net 6 – Lets Discover New Features!
.NET 6 has arrived with a host of new features and improvements that will make developing applications faster, easier, and more efficient. From cross-platform desktop apps with .NET MAUI to improved performance and dynamic code generation, there’s something for everyone in this latest release. In this blog post, we’ll take a closer look at some…
Read moreSetup Webpack with Typescript and SCSS in 5 Minutes!
Webpack is a popular tool for bundling JavaScript projects, and it can be used to bundle a wide range of assets, including CSS, images, and fonts Initiate the Webpack First we need to install webpack npm packages. I assume you already have npm and nodejs in your local machine. If you don’t please follow the…
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 moreAngular Component Guide: How ngOnInit Hook Works ?
Hi everyone! In the previous post we talked about ngOnChangesHook. When we use it or when we not. Today we will proceed with the ngOnInit Hook. It is one of the most common hook used in angular. When you create a component using command line it will automatically implemented. It is the angular version of…
Read moreAngular Component Guide: How ngOnChanges Hook Works ?
Angular is a very modern and powerful framework comes with tons of core features like dependency injection, content projection, advanced component lifecycle hooks and so on. Some developers claim it makes angular complex and cumbersome. In my opinion it makes angular productive. You can develop large scale application with less amount of time and complexity….
Read moreHow To Develop Isolated Modules In Software Systems ?
Isolation is one of the fundamental column of programming. We can use isolated modules like puzzle piece. We can plug and unplug whenever or whereever we want. What Is Isolation ? What do we mean with the isolation ? I think we need to start with to understand what isolation means in the field. Isolation…
Read moreWhat Is The Best Database For GIS Project !
Geographical information systems (GIS) are used to store, manage, and analyze spatial data, which is data that has a location associated with it. This can include data about points, lines, and polygons on the Earth’s surface, as well as data about the attributes of these geographic features. Fore more information click the the following link…
Read moreOpenLayers vs Leaflet! Performance and Functionality Comparison
OpenLayers and Leaflet are one of the most known mapping libraries on the industry used by thousands. Each of these libraries have its own pros and cons. Both of them have powerful side that the other has no efficient solution. Therefore it makes it hard to decide mapping library when it comes to develop a…
Read moreLet Discover The Unsung Hero OpenStreetMap (OSM)
OpenStreetMap (OSM) is a collaborative project that aims to create a free and editable map of the world. It is a platform for collecting and sharing geographic data, and it is particularly useful for creating and updating maps in areas where there is little or no official map data available. OSM was started in 2004…
Read more