CSS provides a lot of properties for adding new fonts to stylesheets and customizing them. One of these properties is css font face. It allows to use custom fonts without importing them from external sources such as Google Fonts. In this article, we will discuss the CSS Font Face properties, mostly used in situations where […]
PostgreSQL Trigger Examples On Before And After
PostgreSQL triggers are mostly useful functionalities for executing queries automatically before or after a query runs. A PostgreSQL trigger is a function that is automatically executed in response to certain performing in the database, such as a update in data or the insertion of a new record. So, Let’s dive into it and its some […]
Google Search Console Errors And Tips To Fix Them
Google Search Console is a valuable tool for website owners to track the performance of their site in Google search results. It can also be used to identify and fix errors that may be preventing your site from being indexed or ranking well in search results. In this article, we’ll discuss common Google Search Console […]
Javascript Browser Storage Options
When developing a web application with Javascript, we may need to not only store data in databases, but also store some information in users’ browsers. At this point, we have different options of storage in browser enviroment. In this article we will discuss each of them by considering their pros and cons, as well as, […]