Related Content
New Features in JavaScript Here we’ll explore the new features in the most recent version, ECMAScript 2020, which is the 11th edition of the ECMAScript Language Specification.
|
||
Comparing PHP and JavaScript PHP and JavaScript are both scripting languages ranked in the top 10 in the TIOBE index. A scripting language is a special-purpose programming language that is used for automating tasks. PHP is designed to be a server-side scripting language, while JavaScript is mainly used for client-side scripting |
||
Comparing PHP and Java PHP and Java are both languages ranked in the Top 10 in the TIOBE index. In this article, we compare the two languages. PHP is an interpreted language. The Zend Engine that is bundled with the PHP distribution is a scripting engine that interprets PHP scripts as a user has developed them. |
||
2 Familiar Problems for Software Developers In the quest for writing good code and delivering the right thing to customers, developers have several challenges. But most of them can be boiled down to two main problems: discovering the real scope, and how to do the work. Interestingly, they’re very similar to the problems faced by testers and others in non-dev roles. |
||
Continuous Security in Agile Development "Continuous" gets mentioned a lot in agile and DevOps, but one area that often doesn’t get enough attention is how to continuously build, test, and deliver secure applications. Just like for quality, you can’t test security in, so you need to have a plan for how to build it in. Here are some tips on how to do that. |
||
Keep Your Code Base Clean with Regular Refactoring The Boy Scouts have a rule: “Leave the campground cleaner than you found it.” You should apply the same principle to your code. Regular refactoring prevents code rot by keeping the code base clean and easy to maintain. Refactoring activities can be added to the product backlog as user stories to make it a discipline. |
||
What Working at Netflix Is Like The Netflix team has to be dynamic in order to move as quickly as the demand of its audience. Because of that, the company only hires senior engineers, avoids actually sticking to process whenever possible, encourages a great deal of employee freedom, and even pushes budgets to the side. |
||
Government’s Federal Source Code Policy Mandates 20 Percent Open Source In an attempt to reduce duplicating government IT and software resources, the US federal government recently announced the “Federal Source Code” policy, which requires new custom-developed source code used by federal agencies to be made available for sharing and reuse government-wide. |