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 moreHow To Develop GIS Project in .Net Using NetTopolgySuite ?
What is GIS (Geographic Information Systems) Geographic information system (GIS) is a system designed for capturing, storing, manipulating, analyzing, managing, and visualizing all types of spatial or geographic data. GIS connects data to a map, integrating location data with all types of descriptive information. Data formats used in GIS supports both spatial and informative data…
Read moreWhat is GIS (Geographic Information Systems)
Geographic Information Systems (GIS) are computer-based systems that are used to store, analyze, and visualize spatial data. These systems allow users to create maps and perform spatial analysis on data, such as finding the shortest route between two points or analyzing patterns in spatial data. GIS technology typically involves the use of specialized software, such…
Read more