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 Implements stack ADT.
//Program to implement Stacks import java.util.*; import java.io.*; class Stack1 { int t; int a[]=new int[5]; …
Write a Java program that displays the number of characters, lines and words in a text file.
//Program to count number of lines,characters,and words in a text file import java.util.*; import java.io.*; class Cfile { …
Write a Java program that reads a file and displays the file on the screen, with a line number before each line.
//Program to print the contents of the file along with line number import java.util.*; import java.io.*; class Rfile {…
(Using java.lang.FileInputStream and FileOutputStream) a) Write a Java program that reads a file name from the user, then displays information about whether the file exists, whether the file is readable, whether the file is writable, the type of file and the length of the file in bytes.
//Program to read a file and display its properties import java.io.*; import java.util.*; import javax.swing.*; class Fileproperties { …
Write a Java Program that reads a line of integers, and then displays each integer, and the sum of all the integers (Use StringTokenizer class of java.util)
//Program to print the read numbers and find sum import java.util.*; class Sumtoken { public static void main(String…
Write a Java program to multiply two given matrices.
//Program to find matrix multiplication import java.util.*; class Matrixmul { public static void main(String args[]) { …
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