Tag

Tag: Programming Tips

PHP 8 Named Arguments

Coding & Programming Mar 28, 2024

PHP 8 Named Arguments

PHP 8 introduced named parameters, which allow you to pass arguments to a function by specifying the parameter name followed by the corresponding value, instead of relying solely on the order of parameters in the function definition. Here’s an example of how named parameters work in PHP 8: In this example, we’re calling the greet() […]

Read article
Best programmers are Lazy and Dumb Because …..

Software Development Jul 22, 2017

Best programmers are Lazy and Dumb Because …..

I have been doing programming for 17 years and during such a long time period I have met many people who are into same profession. Some are very enthusiastic and claim that they are the best. While on the other hand some people think that they don’t know much and they have to learn many things. […]

Read article
Web Security Myths and programming languages.

Programming Tips Jul 15, 2017

Web Security Myths and programming languages.

Talking about web security I have come across many computer science people and few novice but concerned oriented people asking me which programming language is best for their website or web application. Some believe that Java is more secure as compared to others. Java of course is popular and its name is known even among those who […]

Read article