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 java program to find Amicable pairs below 10000 in java
public class Amicable{ public static void main(String args[]) { for(int i=2; i<=10000; i++) { for(int j=i+1; j<=10000; j++) { …
One day Bob is playing Zombie World video game. In Zombie World game each round will contain N zombie’s and each zombie’s energy is Zi (where 1<=i<=N). Bob will start the round with B energy. In order to move to the next level Bob need to kill all the N zombie's but Bob can select any one among N Zombie's. If energy of Bob (B) is less than Zombie energy (Zi) then Bob will die and lose the round else Bob will won, during the fighting with zombie, Bob will lose his energy by (Zi%2)+(Zi/2). At any point of game Bob will play optimally. Now your task is to find out whether Bob can reach to the next level or not.
Input Format: First line will contains B and N, separated by space, where B is the energy of Bob and N is the…
Write a Java program for sorting a given list of names in ascending order.
Output: Enter how many strings do you want to take:3 Enter Strings: zahir koti naveen …
Write a Java program that checks whether a given string is a palindrome or not. Ex: MADAM is a palindrome.
//Program to check whether the given string is palindrome or not import java.util.*; class Palindrome { public static…
Write a java program to create an abstract class named Shape that contains an empty method named numberofSides ( ).Provide three classes named Trapezoid, Triangle and Hexagon such that each one of the classes extends the class Shape. Each one of the classes contains only the method numberofSides ( ) that shows the number of sides in the given geometrical figures.
Output: Number of sides of Trapeziod is : 4 Number of sides of Triangle is : 3…
Write a java program that implements a simple/client application. That client sends data to a server. The server receives the data, Uses it to produce a result, and then sends the result back to the client. The client displays the result on the console. For ex: The data sent from the client is the radius of a circle, and the result produced by the server is the area of the circle(Use java.net)
//Program for implementing Server/Client Application // Server Program import java.io.*; import java.net.*; class Server { public static void…
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