Category: Programming

03
Apr
2017

How to extract a single digit from a number

Divide a number by 10 will give you a digit as int sample: 256/10=25.6==25 25/10=2.5==2 256%10=6 25%10=5…

03
Apr
2017

Interview Syllabus for Freshers in PHP

Syllabus: Aptitude & IQ > Puzzle Object Oriented Programming > Design Principle PHP Framework > Laravel Web…

02
Apr
2017

Java Certification Experience

https://coderanch.com/t/657812/certification/Passed-today

02
Apr
2017

PHP Developer Job Requirements Goal

Software Engineer If you’re looking for somewhere to do serious PHP development, this is the place. We’re…

31
Mar
2017

Pillars of Computer Science I need to master at

Data Structures Algorithms Programming in C(Problem Solving) SQL Queries/ Database Object Oriented Programming(OOP)

31
Mar
2017

Java vs PHP developer as Career

https://www.quora.com/Which-is-better-a-career-as-a-PHP-developer-or-as-a-Java-developer First of all think that what do you want to do? A career or just a…