Skip to content

Mustafa Bugra

Systems Engineering M.Sc. / Developer

  • Home
  • About Me
  • Contact

Recent Posts

  • Export Multiple Linked Servers
  • Export All SQL Agent Jobs
  • DNS Records
  • Coalesce Function in MSSQL
  • Times and Timezones in PHP

Recent Comments

  1. Saswati on SQLite 3 Docker Compose
  2. mustafabugra on SQLite 3 Docker Compose
  3. Lucian on SQLite 3 Docker Compose
  4. erkin on Güncel Banka Bin Numaraları
  5. Yusuf Koca on Güncel Banka Bin Numaraları

Archives

  • February 2023
  • January 2023
  • December 2022
  • May 2020
  • September 2016
  • February 2016
  • July 2013
  • April 2013
  • December 2012
  • October 2012
  • September 2012
  • July 2012
  • June 2012
  • May 2012
  • May 2011
  • April 2011
  • March 2011

Categories

  • Development
  • Uncategorized

Month: December 2022

Google Chrome extension sample that searches for a specific word in the active page

Google Chrome extension sample that searches for a specific word in the active page

Here is an example of a Google Chrome extension that searches for a specific word in the active page:

Continue reading Google Chrome extension sample that searches for a specific word in the active page

Posted on 31/12/2022Categories DevelopmentTags Chrome ExtensionLeave a comment on Google Chrome extension sample that searches for a specific word in the active page

PHP Classes Explained

PHP classes are a way to define reusable code structures in PHP. They allow you to define the properties and behaviors of objects, and create multiple instances of those objects that share the same structure and behavior.

Here is a tutorial on how to use PHP classes:
Continue reading PHP Classes Explained

Posted on 30/12/2022Categories DevelopmentTags Object Oriented Programming, PHP, PHP OOP, TutorialLeave a comment on PHP Classes Explained
SOAP vs. REST Comparison

SOAP vs. REST Comparison

REST (Representational State Transfer) and SOAP (Simple Object Access Protocol) are two different protocols for exchanging information over a network. Here are some differences between REST and SOAP:

Continue reading SOAP vs. REST Comparison

Posted on 29/12/2022Categories DevelopmentTags REST, REST API, SOAPLeave a comment on SOAP vs. REST Comparison

REST API Best Practices

Here are a few best practices to consider when designing and using a REST API:

Continue reading REST API Best Practices

Posted on 28/12/2022Categories DevelopmentTags API, REST, REST APILeave a comment on REST API Best Practices
PHP Code used to submit a post to a WordPress site using WordPress REST API

PHP Code used to submit a post to a WordPress site using WordPress REST API

Here is an example of PHP code that can be used to submit a post to a WordPress site using the WordPress REST API:

Continue reading PHP Code used to submit a post to a WordPress site using WordPress REST API

Posted on 27/12/2022Categories DevelopmentTags API, PHP, REST, WordpressLeave a comment on PHP Code used to submit a post to a WordPress site using WordPress REST API

PHP MySQL and PHPMyAdmin Docker Compose

Here is an example docker-compose.yml file that sets up a PHP web application, a MySQL database, and phpMyAdmin for managing the database

Continue reading PHP MySQL and PHPMyAdmin Docker Compose

Posted on 26/12/2022Categories DevelopmentTags Docker, docker-compose, mysql, PHP, phpmyadminLeave a comment on PHP MySQL and PHPMyAdmin Docker Compose
Proudly powered by WordPress