Getting Started with NestJS in 2023

Introduction Node.js applications often become difficult to maintain as they grow in size and complexity. As new features are added, the codebase can become disorganized and difficult to manage. Nest.js offers a solution to this problem by providing a framework for building efficient and scalable server-side applications. It offers a modular structure for organizing code […]

Read More

How to Install WordPress on Localhost (5 Easy Steps)

As the most popular web platform, WordPress is already powering up over one-third of the entire website. Hundreds of people are entering the community every day. If you too are one of them, we are welcoming you with this easy and beginner-friendly tutorial- “How to Install WordPress on Localhost” in five easy steps. Learning WordPress […]

Read More

My Path to Becoming a Software Architect

First of all, let’s start with the definition of a software architect. In other posts that I’ve written which are similar to this, I’ve found it useful to start off with the definition. According to Wikipedia: A software architect is a computer programmer or expert who makes high-level design choices and dictates technical standards, including software coding […]

Read More

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

A “LAMP” stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym that represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In […]

Read More

PayPal Integration in laravel and Vue js

I wanted to share what I’ve learned in the hopes of saving keyboards around the world from abuse. Setting Up PayPal 1.The first thing you need to do is set up your PayPal business account and get a sandbox setup, which is a little more confusing than it should be. After you make an account, […]

Read More

50 of the best graphic design blogs for inspiration in 2020

No creative can exist in a vacuum. We all need to keep in touch with the latest trends and check out the work our fellow professionals are producing. It’s not about copying others, of course. Still, it is about understanding common points of reference and the broader culture we all swim in, not to mention […]

Read More

Build a web application with Laravel and Vue – Part 5: Creating a simple Trello clone using Laravel and Vue

In previous chapters of this series, we considered a couple of concepts useful for developing modern web applications with Laravel and Vue. In this final part, we are going to combine all the concepts from the previous parts into building a Trello clone using Laravel and Vue. Here is a screen recording of what the […]

Read More

Build a web application with Laravel and Vue – Part 4: Creating Vue applications in Laravel

In the last tutorial, we talked about how you can create API endpoints in a Laravel application. We also explored how you can take it a step further by integrating tests into the application. In this part 4 of the tutorial series, we are going to change our point of view, slightly overused pun intended, and […]

Read More

Pin It on Pinterest