Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
testing
members
Postman for beginner
Okay, this is my first blog ever. Thank you for entering this link. Now come to the title, what's Postman? Postman is an API client, an app, that's mainly used to create, share, test and document APIs
Tinker
Nov 18, 2021 | 3 min read
WEB
members
Set up and work with MySQL on Windows with XAMPP
I. What is XAMPP?XAMPP is an open-source server setup for testing projects on a local machine before making them available to everyone over the web. This web app development server comes pre-installed
Eddy
Nov 17, 2021 | 6 min read
testing
members
Manual Testing vs Automation Testing
In this article I'll write about the difference between manual testing and automation testing. Manual TestingManual Testing is a type of software testing in which test cases are executed manually by a
Hikari
Nov 17, 2021 | 3 min read
WEB
members
What is RegEx? Its usage, and how to use it?
1. DefinitionRegEx or Regular expression, according to Mozilla, is: Regular expressions are patterns used to match character combinations in strings.From me: To make it simpler for you to understand,
Saul
Nov 17, 2021 | 4 min read
WEB
members
TOP 5 reference websites for Japanese web design
01https://www.webdesignclip.com/ This is a website that allows users to consult web designs not only in Japan but also in the world, in addition, the site also synthesizes designs for landing pages an
KAN
Nov 17, 2021 | 2 min read
testing
members
Ruby on Rails testing: RSpec framework
I've been using Rspec to configure my test automation source code and today I want to introduce Rspec testing framework to all of you. RSpec is the most popular Ruby on Rails testing framework accord
Hikari
Nov 17, 2021 | 2 min read
WEB
members
Redis Pub/Sub and Redis Stream
Is Redis Stream better than Redis Pub/Sub for my chat service?That was a question for me when I first read about Redis Stream - a new data type introduced with Redis 5.0. So, I will go into a lot of
Drew
Nov 17, 2021 | 2 min read
WEB
members
ActiveRecord performance: N+1 queries
Reference: https://guides.rubyonrails.org/active_record_querying.html#eager-loading-associations What is N+1 query? The N+1 query problem is one of the common performance antipatterns in ORMs. It ha
Bond
Nov 17, 2021 | 2 min read
WEB
members
Javascript: Spread Operator
What is Spread Operator? ES6 provided a new operator called spread operator that consists of three dots (...). The spread operator allows you to expand arguments for function calls, elements for array
Huska
Nov 17, 2021 | 2 min read
devops
members
Web App Testing With Robot Framework Via Jenkins In Docker
OverviewThis blog post will show you one of practical testing scenarios which clearly demonstrates how to automate web application testing scenario with Robot Framework. ref: What is Robot Framework?
Roy Pham
Nov 17, 2021 | 5 min read
Load more posts