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 that prompts the user for an integer and then prints out all prime numbers up to that integer.
//Program to print prime numbers upto given integer import java.util.*; class Prime { public static void main(String args[])…
The Fibonacci sequence is defined by the following rule: The fist two values in the sequence are 1 and 1. Every subsequent value is the sum of the two values preceding it. Write a Java program that uses both recursive and non recursive functions to print the nth value in theFibonacci sequence.
//Program to print nth value in the fibonacci series import java.util.*; class Function { void nrcf(int a,int b,int…
Write a Java program that prints all real solutions to the quadratic equation ax2 + bx + c = 0. Read in a,b, c and use the quadratic formula. If the discriminant b2 -4ac is negative, display a message stating that there are no real solutions.
//Program to find roots of a quadratic equations import java.util.*; class Roots { public static void main(String args[])…
Motion Capture Technology
Motion capture is defined as “The creation of a 3D representation of a live performance.” The use of motion…
nac-tech questions
1.If 2x-y=4 then 6x-3y=?(a)15 (b)12 (c)18 (d)10Ans. (b) 2.If x=y=2z and xyz=256 then what is the value of x?(a)12…
UML Relationship types
A relationship is a connection between model elements. A UML relationship adds semantics to a model. In the product,…
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
Binary Cipher