Systems | Development | Analytics | API | Testing

%term

Tutorial: Log to Console in PHP

“All code and no logging makes John a black box error-prone system.” Logging is a key aspect of monitoring, troubleshooting and debugging your code. Not only does it make your project’s underlying execution more transparent and intelligible, but also more accessible in its approach. In a company or a community setting, intelligent logging practices can help everyone to be on the same page about the status and the progress of the project.

Data Driven vs Keyword Driven Frameworks for Test Automation

A test framework is a set of guidelines which can be followed to create test cases and related processes. These guidelines can be about coding practices, storage and retrieval of test data and test results, interaction with external resources and many other things. A test framework usually contains internal libraries and reusable code modules which provide a foundation for test automation and can be leveraged to build test automation systems for different types of applications.

What Is Test Driven Development?

When I’m writing new software, one of the most important thoughts in my mind is how I’ll test to make sure it works. There are lots of ways to test software, and when you’re at your best, you should be using all of them. Sure, you should make sure that your QA team is able to verify that your code works before it goes live. You should make sure that the code passes acceptance tests, too.

How Data Is Transforming the Fight Against Pandemics

The more time I spend working with data, and watching how our customers work with data, the more convinced I am of two things: 1) the power to do extraordinary things is embedded within data and 2) all of us working or dealing with data have a role to play in using our knowhow and technology to apply data to benefit humanity and tackle some of the biggest challenges of our lifetime – the environment, equality, education, health and safety.

11 Tools to Perform Technical SEO Audit in 2020

In 2019, Google has rolled out lots of updates out of which March 2019 Core Update, June Core Update, September Search Reviews update, and BERT were the major ones. BERT update was intended to better understand long-tail and conversational search queries while June Core Update impacted the websites that failed to implement E-A-T (Expertise, Authority, and Trust) Guidelines. On September 16, 2019, Google released a new algorithmic update to review (crawl and index) review snippets/search results.

Exposing Kuma Service Mesh Using Kong API Gateway

In his most recent blog post, Marco Palladino, our CTO and co-founder, went over the difference between API gateways and service mesh. I highly recommend reading his blog post to see how API management and service mesh are complementary patterns for different use cases, but to summarize in his words, “an API gateway and service mesh will be used simultaneously.” We maintain two open source projects that work flawlessly together to cover all the use cases you may encounter.