EDDYMENS

Eddymens (List page)


Last updated 2022-03-28 11:06:05

5 Terms To Know As A Technical Writer [part 1]

API stands for Application Programming Interface. It describes any software setup that allows software systems to communicate with one another. Servers are very powerful computers. Some have high computing power as well as ample storage capacities. Compare this to a mobile device, and it'...

Last updated 2021-12-09 21:57:28

How To Successfully Upgrade Laravel Applications To The Latest Version

One of the painful but most often useful things you have to do as a software developer or team is upgrading your software to the latest version of a framework it relies on. Most often you can delay the need to upgrade if you are running on a ...

Last updated 2021-10-06 09:15:54

I Leant Something New Trying To Build A Github Profile Analytics Tool

So last night an interesting idea popped into my head, a simple solution to help you track who visited your GitHub profile. I began thinking of an approach and finally settled on pixel tracking ....

Last updated 2021-09-23 13:28:24

No Time To Learn A Static Site Generator? Try This

Traditionally we built sites supported by a backend that takes data and spreads it onto an HTML template. Backends also took care of the differences between rendered pages. This setup is what we refer to as a dynamically rendered site. For many sites, this approach meant each time...

Last updated 2020-12-13 00:34:49

Trimming The Fat Off Bootstrap 4

Bootstrap is a very useful CSS framework in the sense that it makes designing a website easy by providing a lot out of the box. It provides a lot from typography to Modal. Applying a style to your HTML is simply done by adding a bootstrap class to the element in question. ...

Last updated 2020-05-11 22:59:55

Getting Your Windows Files And Folders To Behave As On Linux

I will make this brief. If you write software on a Windows machine but usually deploy on a Linux server you probably have encountered the problem of your software breaking due to the difference in the way both OSs handle file names and the issue with referencing the wrong case of t...