Using JavaScript and CSS properties we can create stylish fullscreen overlay navigation with a hamburger toggle button. This navigation menu will appear when toggled. Besides, the overlay covers the whole screen and makes lots of space for menu items. Similarly, there are several ways to create this type of navigation. In this blog, I […]
How apps are changing our lifestyle for betterment?
No matter how much we argue over the fact that it is a boon or it is a curse, mobile phones have become the most important thing in our lives and the various applications on our mobiles help us to lead a fast life. Starting from money transfer, online payment, online shopping, ticket booking, ordering […]
Significance of Network Security in Wireless Networking
Networking security is the most important part of the Wireless Local Area Networking technology. To avoid the attacks and risks, a security protocol for Wireless Local Area Network should satisfy the following properties: Confidentiality– The sender sends the data to the intended receiver and it is ensured that the message is comprehensible only by the […]
What is our future of wireless technology (5G+)
Basically, if I start to write about our technologies evolution in this post that will make you bore. So, you can check it from here. But, If I tell about our future wireless technology that’s a cool topic and also very interesting. During the 80s, 1st Generation Technology was invented. It […]
Why Kotlin is used and what is SINGLETON in Kotlin?
Kotlin is a statically typed language. It is also known as JVM language because Kotlin needs Java Virtual Machine (JVM) to execute its bytecode. Some exceptional features making it different than others i) Since it is JVM language so it’s fully interoperable on Java language. Since it is new in the market so it’s developed […]
Know the perfect way of Error handling in JavaScript
Sometimes a developer is great at programming, but the scripts may have errors. There are various reasons for these errors. Sometimes it occurs because of our mistakes or maybe an unexpected user input, or it could be an erroneous server response and there could be a thousand of other reasons. Generally, a script stops it’s […]
5 Features that are must to include in Dairy Apps Development
Dairy farming is practiced around the world for ages. Lots of new changes have come to the procedures of dairy farming in the last few decades. A major change observed in dairy farming is owners going for the dairy apps development. But, the real question is if the dairy farms are really ripping benefits from […]
How to create a curved line in Google map?
Google Maps is nothing but a web-based service which provides data regarding geographical regions globally. In addition to conventional road maps, it offers terrain, satellite and road views of many places. It also offers street views comprising photographs taken by any person. This API is very useful for developers as they can customize maps with […]
How to create custom accordions using jQuery?
The accordion is one of the useful elements. Accordion shows only one collapsible item at a time. But most importantly, an accordion shortens pages and reduce scrolling of the website. It can open and hide contents with a single click. There are different types of accordions. In accordion, we use small heading or title that […]
How to use MySQL in Ruby on Rails on Ubuntu?
Ruby on rails uses sqlite3 as a default database which is good for small application. If your project size is big, i.e. you need to handle large data throughout your project then MySQL database is a better option. If your machine already has a MySQL, then there is no need to install it again. In case, […]