how to add custom font in react js

Custom font in React js Lets say we are planning to change the font for our create-react-app front end. Below are the steps we need to follow to achieve the…
Read more »
Generate app icons for create-react-app
How to generate your own app icons for React.js projects that are created using “create-react-app” If you want to customise the app icons for your react app, Below are steps…
Read more »
set comprehension in python
In order to be more “pythonic” while writing python code, many best practices are recommended. Python set comprehensions, like “dictionary comprehension” or “list comprehension” or using “warlus operator(introduced in python…
Read more »
python list comprehension
In order to be more “pythonic” while writing python code, many best practices are recommended. Python list comprehensions, like “dictionary comprehension” or “set comprehension” or using “warlus operator(introduced in python…
Read more »
how to get country code from ip address
In this post, we will write the code to fetch and read the Country code and Country flag from ip address For this to achieve we will be using “ip-stack”…
Read more »
Swagger with Java
What is Swagger ? Swagger 2 is an open source package written in Java to generate documentation of Swagger compliant APIs. The latest version of swagger uses a set of…
Read more »
Composite key in hibernate
It’s done using @Embeddable and @EmbeddedId annotations. Let’s assume that we are writing an application that manages “WrokspaceTaskHistory” of various clients. Every “WrokspaceTaskHistory” has a unique “WorkspaceTaskHistoryId”. To identify a…
Read more »