Latest blog posts

REST and PHP
Introduction In the previous post we saw what REST services are, along with some examples of how they can be invoked using Postman. In this article, we will see how to create services for basic operations (CRUD: Create, Read, Update, Delete) for ...

Introduction to REST services
What is REST REST, which stands for REpresentational State Transfer, is an established architecture for creating Web APIs. REST services can use the HTTP protocol (as well as other ...

PowerShell examples - 2
PowerShell Script Examples - 2 Displaying a Message Box With PowerShell, it's possible to display information through windows, for example using a message box. With the following ...

PowerShell examples
PowerShell script examples Version To display the PowerShell version installed on the computer, you can use: `$PSVersionTable` Online help The command: `Get-Help` Example: ...

Introduction to PowerShell
What is PowerShell PowerShell is a command-line tool (CLI) for configuring and automating the operating system, its components and other technologies such as SQL Server, Exchange, AWS and Google Cloud. It is cross-platform: available for Windows, Linux and macOS. ...

Comparing database structures
How to Compare Database Structures In the previous article, we saw how to use INFORMATION_SCHEMA to get information about a database's metadata. Now we'll see how to use this tool to ...
Most used tools
Text case converter
- Sentence case | UPPER CASE | lower case | Title Case | MiXeD CaSe | iNvErSe cAsE
Text statistics
- Number of characters, words, paragraphs, ranking of most used words, CSV download with data summary
Text generator
- With the option to define how many paragraphs or words to use
List generator
- You can choose the type of items and how many to generate
