(via Getting Started with NestJS in 2023)
taylor price

Discoholic šŖ©
Xuebing Du
Cosimo Galluzzi
ā
almost home
art blog(derogatory)
Cosmic Funnies
No title available

oozey mess
Misplaced Lens Cap
𩵠avery cochrane š©µ
No title available

No title available
h
Doug Jones
The Bowery Presents
2025 on Tumblr: Trends That Defined the Year
Noah Kahan

titsay
seen from United States

seen from United States

seen from Malaysia
seen from China
seen from United Kingdom
seen from Indonesia
seen from T1
seen from United States

seen from Germany
seen from Ukraine

seen from United States

seen from Netherlands

seen from Malaysia

seen from United States

seen from South Korea
seen from United States
seen from United States

seen from United Kingdom

seen from Dominican Republic

seen from United States
@itsmonumehata
(via Getting Started with NestJS in 2023)
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 18.04
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on UbuntuĀ 18.04
Introduction 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 which 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 this guide, we will install a LAMP stack onā¦
View On WordPress
PayPal Integration in laravel and Vue js
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, 2.you need to create a sandbox buyer and seller account to make test transactions.You also need to makeā¦
View On WordPress
50 of the best graphic design blogs for inspiration in 2020
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 getting a blast of inspiration and new ideas along the way. To help you find all that,ā¦
View On WordPress
Build a web application with Laravel and Vue ā Part 5: Creating a simple Trello clone using Laravel and Vue
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 application will look like when complete:
Prerequisites
To follow alongā¦
View On WordPress
Build a web application with Laravel and Vue ā Part 4: Creating Vue applications in Laravel
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 look at how we can create the frontend of our application using Vue. It is very commonā¦
View On WordPress
Build a web application with Laravel and Vue ā Part 3: Testing your applicationās API endpoints
Build a web application with Laravel and Vue ā Part 3: Testing your applicationās APIĀ endpoints
InĀ the last chapter, we looked at how to make RESTful API Endpoints. The next thing we will consider is how to test the applicationās endpoints before releasing it for public consumption. This is useful because it makes sure that throughout the lifetime of the application, you can be sure that the API works as expected.
Prerequisites
This part of the series requires that you have:
Postman
View On WordPress
Build a web application with Laravel and Vue ā Part 2 : Creating our endpoints with REST in mind
Build a web application with Laravel and Vue ā Part 2 : Creating our endpoints with REST inĀ mind
In the last tutorial, we looked atĀ how to successfully set up a development environmentĀ preparing us for PHP Development. Through the rest of the series, we will be building a simple āTrello Cloneā.
In this tutorial, we will take a closer look at how setting up out application āRESTullyā will play a role in us building modern apps using Vue and Laravel.
At the end of the series, what weāllā¦
View On WordPress
Build a web application with Laravel and Vue ā Part 1: Setting up your environment
Build a web application with Laravel and Vue ā Part 1: Setting up yourĀ environment
In this series, we are going to walk through building modern web applications with Laravel and Vue. We will go from the basics, setting up your environment, to more technical concepts like building endpoints RESTfully and even testing your endpoints.
In this chapter, we will be setting up an environment forĀ PHPĀ development, Laravel to be specific. We will also be installingĀ NodeJSĀ andĀ NPMĀ asā¦
View On WordPress
How to use routing in Vue.js to create a better user experience
How to use routing in Vue.js to create a better userĀ experience
Vue.js is a great JavaScript Framework created byĀ Evan You. Itās used to build single web page apps and flexible components, and itās one of the most required skills in Front End Web development. You can learn more about Vue.jsĀ here.
Vue.jsĀ provides a bunch of features that allow you to build reusable web components. Routing is one of those methods. It allows the user to switch between pagesā¦
View On WordPress
Multiple CSS classes in React
Multiple CSS classes inĀ React
After learning how to import CSS files in React and style your components, probably the most common question which springs to mind is:Ā How can I deal with multiple CSS classes in React?Ā Or even something a bit more complex, such as:Ā How can I apply one or more CSS classes conditionally to a given element in React?Ā Well, this article will answer these questions, so, donāt blink, because it getsā¦
View On WordPress
How to use Vue-Router ?
How to use Vue-RouterĀ ?
Introduction
In a JavaScript web application, a router is the part that syncs the currently displayed view with the browser address bar content.
In other words, itās the part that makes the URL change when you click something in the page, and helps to show the correct view when you hit a specific URL.
Traditionally the Web is built around URLs. When you hit a certain URL, a specific pageā¦
View On WordPress
(via React Native vs Flutter: What to choose for Mobile Development?)
(via Different ways to define a component in Vue.js)
(via Top 5 Vue.js boilerplates for 2020)
(via Getting Started with Nuxt.js)
(via Getting Started with Flutter)