This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Tag: Web Development
-
Build Intel64-compatible Docker images from Mac M1
I was building a tracking pixel API app for internal websites. A tracking pixel is an HTML code snippet loaded when a user visits a website. I built this app on my laptop, MAC M1, and I run my Docker container locally within Docker Dekstop.
-
You Need WordPress – Here are 5 Reasons Why
One of the most popular open source Content Management Systems in the world is WordPress. Almost every business out there uses a CMS for their blog and their website in general and WordPress is the most popular option because of its free install and upgrade capabilities. There are thousands of templates and plugins that power…
-
What to think about adopting a no-code/low-code platform for internal apps
If you are building apps for internal use, you will end up embracing a framework like Angular, React or something else; if you taken that path very quickly, you might realize that this coding and timeframes of delivery takes more time than expected. As a manager you need to be self-aware of the overheads.
-
List of Low-Code/No-Code Framework
No-code and Low-code development platforms allow individuals worldwide to build their businesses and applications to serve them without writing code. The platforms sit at the intersection of the IT Department and pretty much every other department in a company.
-
Apache + MySQL + PHP + Xdebug and Codeigniter on macOS using Docker
We have developed an application internally that uses Codeigniter as the main PHP framework. Over the years we have added many new functionalities, so we need a solid development environment. up to now we have let our developers use MAMP(MacOS), Windows(LAMP) or individually install Apache, MySQL, PHP (Linux) debugging tools has been up to the…
-
I had a go with GitHub Copilot
I was very excited last week when I finally got access to the GitHub Copilot, I had signed up for it many months ago and was on a waitinglist. I think for many developers are interested in learning what an AI solution can do for them and to make code suggestions.
-
How to use HMAC with Postman to test webhooks
In this how-to, I will show how I implemented HMAC in a Cloud Function that acts as a webhook using the node Express application framework. The focus of this article is how I implemented HMAC and not on how to build a Cloud Function webhook.
-
Web Development Trends in 2017
If you are a web developer or plan to become one in 2017, there is not a more exciting time, web technology is evolving at an ever-increasing rate, you’ll never run out of new skills to learn or ideas to explore. This is a fun time for developers who love to code, it’s also a great time to…
-
Customizing WordPress for your needs
WordPress has become the web platform to help organizations build websites, and there are many articles on how to customize WordPress, in this article I will take you through some lesser-known tips and tricks.
-
Passing data from a list to a bootstrap modal
so the design is based on bootstrap buttons when clicked, opens a modal from which next action is taken