
Search In
Java!!
Concurrency Code
You have been given a simple API to buy and print postage. Write a program that submits each incoming order to the API and then prints the shipping label.
Unfortunately each call to the shipping label API is
Procedural !! is the word.Have you heard it before? Have you heard about Procedural generation?
Yes or No what ever your answer is, But this term blows my mind out and make me curious and to think about it.
So i have done some research on it.
&nbs
A Login Form that uses cakephp auth component to login and logout and access is denied if user is not authorized.
step 1: users database table.
First create users table in your database:
CREATE TABLE users (
`id` INT UNSIGNED AUTO_INCRE
About Google Authentication/ 2 step verification
2fa stands for "Two Factor Authentication" also called Google authentication which provides security to user account. In order to log-in to their account, they need to ins
What is Framework?
Framework is a basic and essential structure for any system. In programming, a framework provides a fundamental structure to support the development of applications for a specific environment.
These frameworks provide a c
I am receiving some data as props and on click I am trying to display next items from array. In render I'm calling `{this.dropdown()}` which triggers folowing and display data succedsfully:
dropdown = () => {
&nb
The most important skill to learn in today’s world is to know about how to write a computer program. Today, computers are used in almost every industry. it is also used in an aircraft to perform an autopilot operation.
The programming
HI Guys,
Some times we want to know that what SQL operation is running on a particular page or a event, then we have to debug our code base and we get the result, but it's time taking process to debug code line by line and as well as some time w
Exception handling in SQL
Whenever an exception occurs our code gets disrupted. Exception handling is a way to handle these disruptions, Like we may log when an exception occurs or we may raise error when any exception occurs. We can use TRY a
Communication in IPV6
In IPV6 we dont have any broadcast technique for delivering message and data.
The IPV6 can not be dependent on the DHCP Dynamic Host Control Protocol for the configuration , it also auto configure its own IP.