dgloriaweb

dgloriaweb @dgloriaweb

About: self taught full stack developer

Location:
Northamptonshire, UK
Joined:
Nov 23, 2019

dgloriaweb
articles - 34 total

ext.js

A post by dgloriaweb

Learn More 0 0Jun 21

My developer history. Ep 0 - Satyam office manager with curiosity (2006)

The early years I was about 13 when my dad bought a C64 and signed up to a programmer...

Learn More 1 0Mar 5

My developer history. Ep 1 - My job at the car spare parts company (2013)

Brief In 2013 I've joined my friend when he was approached to redesign and rebuild a...

Learn More 0 0Mar 5

Tutorial 1 - Laravel learning by doing with dGloria

Hi, the first task is about creating a new application and return data via an api endpoint. There...

Learn More 0 0Nov 9 '24

Laravel tutorial series for those who can learn by doing themselves

Hi, since I've learned much more about programming doing application tests for companies I've applied...

Learn More 0 0Nov 9 '24

Planning and creating a database before you start working on your backend can save you time

In many cases we start developing an api endpoint or an application before we knew what our database...

Learn More 0 0Nov 9 '24

Using Google Places (new) Api in your Laravel application

I have struggled a while to understand the setup of the new requests. This I needed because the...

Learn More 3 0Oct 5 '24

Article about lost/missed deliveries/parcels

Hi, I work as a driver since a while and here I collected some thoughts about my experience. Thank...

Learn More 0 0Aug 31 '24

Laravel 10 API application with necessary functions pt 3.

Environment: Windows 10 Necessary prequisites (knowledge): VS Code, Composer, Terminal, Git bash,...

Learn More 0 0May 27 '24

Laravel 10 API application with necessary functions pt 2.

Environment: Windows 10 Necessary prequisites (knowledge): VS Code, Composer, Terminal, Git bash,...

Learn More 2 0May 27 '24

Laravel 10 API application with necessary functions pt 1.

Hi, this is a step by step Laravel installation and build guide for Windows 10 with XAMPP, made in...

Learn More 2 0May 27 '24

Transition plan from legacy code to new stack

I don't have too much experience in software development, but I've worked in small companies which...

Learn More 0 0Feb 22 '24

Upwork cheats clients into undeserved payment for freelancers who don't do the job

I've been shocked to see how amateur upwork is. I've hired someone for a job, and we have exchanged a...

Learn More 0 0Jan 7 '24

I'm adding a wiki and an API documentation to talentexploit.com using vitepress

I have had my wiki on my local computer, however that mostly consists of how-to to build the app,...

Learn More 1 0Dec 26 '22

Some links to pimp your gitHub profile

https://dev.to/dailydevtips1/pimp-your-github-profile-hoc https://docs.github.com/en/account-and-pro...

Learn More 1 0Oct 16 '22

Smarty date and time formatting

Some examples of date formatting: {$smarty.now|date_format} Jun 15, 2022 __ with example date (eg....

Learn More 4 0Jun 15 '22

Vue, pinia, axios and vue-router initial app with basic axios request and global variable setup

https://github.com/dgloriaweb/vue-pinia Hi, in case you need a clean vue app install with...

Learn More 3 1Apr 28 '22

Fixing Yarn errors on vue create app, vue-cli install, the engine node is incompatible with this module

...and similar errors on using vue add axios, vue add router: I have spent an hour googling this...

Learn More 0 0Apr 28 '22

How to build a proper array of basket data, sorting by category and merging items into one?

Hi, I have a basket that isn't too sophisticated, basically it is not in any kind of order, meaning...

Learn More 0 0Apr 25 '22

Storing booleans in mySql database as integers/boolean/text for true and false?

I came across an interesting issue. I've had a habit a long time ago to store my boolean values as 1...

Learn More 2 8Mar 13 '22

How to know, as a frontend developer, when the color contrast ratio is good enough?

I did a search if there is a tool that takes in 2 colors, asks you which one you want to change to...

Learn More 1 0Mar 7 '22

Why sanitizing input is crucial, and can save your business

About 10 years ago my friend asked me to help him out in a huge job of rewriting a webshop from...

Learn More 2 1Jan 31 '22

Use session and cookie variables in Smarty Php template

Cookies: if they are in devtools/Application tab, we can access like this: Chrome Devtools: Name:...

Learn More 1 1Dec 22 '21

Php Smarty template - assigning complex content to variables

In some cases Smarty doesn't allow you to assign values to variables just like that. For example in...

Learn More 1 0Nov 25 '21

Php Smarty template ternary operator to reduce code in html tags

Hi Sweet People! I've googled this, and found a solution with no explanation so I tested and came up...

Learn More 4 3Nov 24 '21

Smarty (php template engine) environment setup in vs code

Hi Guys! I am working in a php app that uses https://www.smarty.net/. I am just beginning to learn,...

Learn More 3 0Nov 19 '21

The pointer-events :none resets the cursor to default (arrow)

Just a quick trick, if a button is disabled, no need to change hover cursor, it will reset if...

Learn More 1 0Nov 16 '21

How to stop VSCode showing "|REVERTING" in terminal bash for a failed revert

Hi, I've tried to revert to an earlier commit, and it failed. So I did git reset --hard to reset, and...

Learn More 1 0Aug 26 '21

How to select and copy the right way?

I have been thinking a lot, if there is a way to solve this problem: When I need to copy something...

Learn More 1 0Aug 25 '21

Center an image with css on responsive without distorting

Hi, If my designer wants to see the middle of the image on the middle of any device screen, I take...

Learn More 3 0Aug 19 '21