Building Binary < /> Coding Career
Sharing knowledge and issues faced in my journey to help fellow developers.
Our Services
Welcome to Dev_ works of Binary Cipher
We talk about Java, AWS, PHP, React, Eth Apps.
App Ideas
Project and App ideas
Coding Career
Interview prepration, Resume building, Personal branding, Career development.
Programming
Java, PHP, AWS, DevOps, Python
Web Development
Front end technologies and framworkds such as React, HTML, JS, and CSS
Latest from Blog
Read more from out latest blog articles
Write a Program for Handling Mouse events
//Program to implement mouse events import java.awt.*; import java.awt.event.*; import java.applet.*; public class Mouseevents extends Applet implements MouseListener,MouseMotionListener {…
Write a Java program that works as a simple calculator. Use a grid layout to arrange buttons for the digits and for the +, -,*, % operations. Add a text field to display the result.
//Program for implementing a Simple Calculator import java.awt.*; import java.awt.event.*; import java.applet.*; /*<applet code=”Calculator1″ width=300 height=300></applet>*/ public class Calculator1…
Develop an applet that receives an integer in one text field, and computes its factorial Value and returns it in another text field, when the button named “Compute” is clicked
Output:
Write a applet program that simulates a digital clock.
Output:
Write a java program that simulates a traffic light. The program lets the user select one of three lights: red, yellow, or green. When a radio button is selected, the light is turned on, and only one light can be on at a time No light is on when the program starts.
//Program for implementing Traffic Signals import java.applet.*; import java.awt.*; import java.awt.event.*; /*<applet code=”Signals” width=400 height=250></applet>*/ public class Signals extends…
Write a Java program that correctly implements producer consumer problem using the concept of multithreading.
Java Design Patterns | Consumer and Producer Pic credit: Freepic.com // implementation of a producer and consumer. class Q…
Other works
What else ?
We also talk about other streams and activities in the software development


Open Source Contribution
We talk about ways to contribute to the top open source projects

Version Control
We talk about the best practices and tools of DevOps, Git.
Articles
The Best Tutorials and Writings
We have written comprehensive and hands-on tutorials.

Featured PRojects
Our App Idea board
We talk about random ideas that solve the problems we face on a daily basis and Hack Ideas
Development
Best practices
Productivity
Productivity for software developers
Web Development
App Development
Books
Software development books
Brand Identity
Career building
DIY
Self Learning
Have a Project in Mind?
We love to collab with other teams to do large projects