Generated by All in One SEO v5.0.1.1, this is an llms.txt file, used by LLMs to index the site. # Regular Coder A Place Where Regular Coders Gather ## Sitemaps - [XML Sitemap](https://regularcoder.com/sitemap.xml): Contains all public & indexable URLs for this website. ## Posts - [Articles](https://regularcoder.com/articles/) - [Creating Custom WordPress Admin Page](https://regularcoder.com/creating-custom-wordpress-admin-page/) - In some cases when creating wordpress site for a client or yourself, you might need to make custom admin page. For example a client will ask to do a page with simple static text, or with dynamic data from custom database tables, which can only be seen in wordpress admin panel, and might be even seen - [Creating Real Time Applications Using Server Sent Events And PHP](https://regularcoder.com/creating-real-time-applications-using-server-sent-events-and-php/) - One or another way a web developer at some time have to make some kind of real-time application. As web technologies move forward, so should user-experience get better and better, and one way is as You might guess - real-time applications, or in another words - applications that would work without refreshing web pages. There - [Creating Symfony Fixtures](https://regularcoder.com/creating-symfony-fixtures/) - Creating symfony fixtures are a great way to setup your development or testing environments in your project. In some situations we need to have some demo data in our database in order to test our applications properly. This is the moment when fixtures should be used. Fixtures used to load data to database programatically. And once - [Selenium IDE Tutorial for Beginner](https://regularcoder.com/selenium-ide-tutorial-for-beginner/) - In this tutorial we are going to learn basics of Selenium IDE. First of all, Selenium is a browser automation tool for testing applications, which can be implemented in various programming languages, including C#, Java, PHP, Python or Ruby. It was developed by Jason Huggins in 2004, and from then it became a popular automated testing - [WAMP Optimization For Better Performance](https://regularcoder.com/wamp-optimization-for-better-performance/) - Developing on a local environment is the most common way of building web applications, because it's a lot faster, easier and fun than on a remote server like back in old days. With code versioning like git or mercurial, it makes even more better way of developing websites when you're in a team of developers - [Create WordPress Settings Page For Custom Options](https://regularcoder.com/create-wordpress-settings-page-for-custom-options/) - Sometimes it's a good idea to have custom options/settings all in one page in admin panel. Those options then can be used anywhere when developing themes or plugins. I.e. those options can be values that are likely to change in future, so that you or someone else wouldn't have to change it everywhere if it was - [Batch processing with Symfony and Doctrine](https://regularcoder.com/batch-processing-symfony-doctrine/) - Chances are that you have encountered with "memory" error when working with data through Doctrine ORM. In fact, an ORM (Object-relational mapping) is not the best tool to use when processing a lot of data, however it's a lot easier for developers to process entities massively, because, well, you most likely have already created the entities and you just - [Best Freelancing Sites For Coders](https://regularcoder.com/best-freelancing-sites-for-coders/) - If you are a skilled coder, developer or programmer looking for a steady job on all the job adverts in your city and still not getting any feedback, it's maybe time to leave things like it and start digging through the online marketplace. In this article we will discuss about some of the benefits of - [Find Out What's New In PHP7](https://regularcoder.com/find-out-whats-new-in-php7/) - PHP 7 is the single most important evolution of the Internet’s most used programming language since the release of PHP 5 back in 2004. After many failed attempts at releasing PHP 6, it was finally decided to skip from 5 to 7 and avoid the confusion that could otherwise arise due to number of publications - [Submit Form Using AJAX In WordPress](https://regularcoder.com/submit-form-using-ajax-in-wordpress/) - Using AJAX has long been a great way dealing with real-time updates, including, but not limited to - submitting forms without refreshing page. Shortly, AJAX allows you to make asynchronous HTTP requests to a webserver once a web page is already loaded. AJAX stands for Asynchronous JavaScript and XML. It uses JavaScript to send asynchronous request and - [Build Your First Automation Bot with n8n, JavaScript, and Notion](https://regularcoder.com/build-your-first-automation-bot-with-n8n-javascript-and-notion/) - Welcome to the rabbit hole, fellow dev. If you've ever thought: "Man, I wish I had a bot to do this boring thing for me," this post is for you. We're going to build an automation bot using n8n, JavaScript, and Notion. It’ll be simple, practical, and immediately useful. You'll walk away with a working ## Pages - [Home](https://regularcoder.com/) - [Suggest content](https://regularcoder.com/suggest-content/) - If you have something useful to write, based on RegularCoder topics, like tutorial, resource or snippet, we will be glad to share that content on our site! Please contact us in our contact form and we will discuss about mutual benefits. :) - [Terms and Conditions](https://regularcoder.com/terms-and-conditions/) - Web Site Terms and Conditions of Use 1. Terms By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of - [Privacy Policy](https://regularcoder.com/privacy-policy/) - What information do we collect? We collect information from you when you register on our site or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your: name or e-mail address. You may, however, visit our site anonymously. Google, as a third party vendor, uses - [Contact](https://regularcoder.com/contact/) ## Categories - [Tutorials](https://regularcoder.com/category/tutorials/) - Hands-on, step-by-step guides. Only use this if the article teaches someone how to do something with code. - [Updates](https://regularcoder.com/category/updates/) - Site news, project logs, announcements, newsletter recaps. - [Automations](https://regularcoder.com/category/automations/) - Covers systems, workflows, and tools that help devs automate tasks. Think: n8n, Notion workflows, GitHub bots, cron job replacements - [Dev Tools](https://regularcoder.com/category/dev-tools/) - Covers tools, APIs, SDKs, libraries, or platforms — usage, setup, comparisons. Think: Notion API guide, Telegram bots, GPT API, Axios vs Fetch. ## Tags - [n8n](https://regularcoder.com/tag/n8n/) - [Notion](https://regularcoder.com/tag/notion/) - [JavaScript](https://regularcoder.com/tag/javascript/) - [Node.js](https://regularcoder.com/tag/node-js/) - [Selenium](https://regularcoder.com/tag/selenium/) - [Browser Automation](https://regularcoder.com/tag/browser-automation/) - [Tutorial](https://regularcoder.com/tag/tutorial/) - [WordPress](https://regularcoder.com/tag/wordpress/) - [PHP](https://regularcoder.com/tag/php/) - [Admin UI](https://regularcoder.com/tag/admin-ui/) - [Plugin Dev](https://regularcoder.com/tag/plugin-dev/) - [AJAX](https://regularcoder.com/tag/ajax/) - [Frontend](https://regularcoder.com/tag/frontend/) - [News](https://regularcoder.com/tag/news/) - [Tech Updates](https://regularcoder.com/tag/tech-updates/) - [Freelancing](https://regularcoder.com/tag/freelancing/) - [Resources](https://regularcoder.com/tag/resources/) - [Wamp](https://regularcoder.com/tag/wamp/) - [symfony](https://regularcoder.com/tag/symfony/) - [fixtures](https://regularcoder.com/tag/fixtures/)