Node.js benefits 🏄♂️
posted on Sunday February 7th 2021in BackendDev ToolsLanguagesPermalink
This article sums up the benefits of doing backends in Node.js 🤓
posted on Sunday February 7th 2021in BackendDev ToolsLanguagesPermalink
This article sums up the benefits of doing backends in Node.js 🤓
posted on Wednesday February 3rd 2021in BackendSecurityPermalink
This is a good list to give you an overview!
posted on Wednesday February 3rd 2021in BackendInfrastructurePermalink
This article takes you from start to finish building a FaaS on Azure in Go.
posted on Monday December 21st 2020in BackendDevOpsManagementPermalink
Everything starts with a good plan.
posted on Thursday December 3rd 2020in BackendSecurityPermalink
This small easy guide will teach you to protect your forms!
posted on Friday November 27th 2020in BackendPermalink
Serveless?
This is a good starting point.
posted on Saturday November 21st 2020in BackendWeb DevelopmentPermalink
I like these case studies and articles about why choices where made.
posted on Friday November 20th 2020in BackendWeb DevelopmentPermalink
Here are some suggestions how to make WordPress comments and the commenting system better.
posted on Monday November 16th 2020in BackendPermalink
We love Netlify. Now we love it even more ❤
posted on Saturday November 14th 2020in BackendDatabaseLanguagesPermalink
A short nice to-the-point tutorial demonstrating how to connect to MySQL, create a table and inserting data into it. All in Go.
posted on Friday October 30th 2020in BackendSecurityPermalink
Some of this is security by obscurity. This is fine. In this case it is needed.
posted on Friday October 30th 2020in BackendSecurityPermalink
A small example of email validation for new users – in PHP.
posted on Tuesday October 27th 2020in BackendDev ToolsDevOpsWeb DevelopmentPermalink
The dynamic duo! Read about why it is so awesome!
posted on Sunday October 25th 2020in BackendDevOpsInfrastructureSecurityPermalink
This is a scary list for anyone running a service marketed on realiability.
posted on Friday October 23rd 2020in BackendDevOpsWeb DevelopmentPermalink
Step one: Know you have a problem!
This guide helps you identify scaling issues with your hosting solution.
posted on Thursday October 15th 2020in BackendDatabaseInfrastructurePermalink
Options! So many options!
posted on Thursday October 15th 2020in BackendGamesPermalink
You should probably start by building a game ?♀️?
posted on Tuesday October 13th 2020in BackendDesignPermalink
Get them while they are fresh!
posted on Tuesday September 8th 2020in BackendSecurityWeb DevelopmentPermalink
These are good advice when starting a WordPress site.
posted on Saturday August 22nd 2020in BackendInfrastructurePermalink
A fascinating story on how the Dropbox team switched out Nginx for Envoy!
This is a very awesome tale.
posted on Saturday August 22nd 2020in BackendDatabaseDesignPermalink
This article is a treasure chest of good advice on how to architect your database and queries.
posted on Saturday August 22nd 2020in BackendDevOpsInfrastructurePermalink
This is a great story about a performance driven rewrite.
Anyone with a little interrest in software architecture and/or software performance should read this.
posted on Monday August 17th 2020in BackendInfrastructureSecurityPermalink
What are JSON Web Tokens and why should you use them?
posted on Sunday August 16th 2020in BackendInfrastructurePermalink
Small short article with a good point: API doesn’t have to mean REST via HTTP.
posted on Sunday August 16th 2020in BackendLanguagesPermalink
This is a very good article summarizing performance of different routing solutions for your Go HTTP server.
posted on Sunday August 16th 2020in BackendWeb DevelopmentPermalink
What it is and when to use it…
posted on Friday August 14th 2020in BackendDevOpsInfrastructurePermalink
This is a fantastic tale on how to manage your resources when scaling. A very good read.
posted on Thursday August 13th 2020in BackendWeb DevelopmentPermalink
A nice summary of HTTP response codes and their meaning.
posted on Tuesday August 11th 2020in BackendSecurityWeb DevelopmentPermalink
REST API security 101 – nice article.
posted on Monday August 10th 2020in BackendDevOpsInfrastructurePermalink
A nice article on how to deconstruct your monolith and end up with microservices.
posted on Sunday August 9th 2020in BackendDatabaseWeb DevelopmentPermalink
This is a good article on the inner workings of WordPress.
Get info on how WordPress stores, fetches and renders posts/pages/etc..
posted on Thursday August 6th 2020in BackendLanguagesPermalink
These a small but very good changes. Most welcome indeed.
posted on Tuesday August 4th 2020in BackendDatabaseDevOpsInfrastructurePermalink
This is some quick and easy tricks to tune your MySQL running on Linux.
posted on Monday August 3rd 2020in AlgorithmsBackendDesignPermalink
There is an important difference!
posted on Wednesday July 29th 2020in BackendInfrastructureSecurityPermalink
These attack types are very much alike.
Try and get a good sense of what you are up against.
posted on Thursday July 16th 2020in BackendPermalink
When everyone is argumenting for microservices we have to remember the monolith and the cases where that is the correct choice.
posted on Monday July 13th 2020in BackendPermalink
This is very good news. This propels the web forward!
posted on Sunday July 12th 2020in BackendPermalink
Short guide to show you how to change your WordPress installation location – URL/domain.
posted on Wednesday July 8th 2020in BackendPermalink
Check this article to see when it is something for you.
The point about using the same language throughout your stack is strong ?
posted on Wednesday July 8th 2020in BackendPermalink
A small guide to get started – especially if you are still considering your architecture.
posted on Tuesday July 7th 2020in BackendPermalink
This article has some valid points about the challenges of running your setup as microservices.
posted on Sunday June 28th 2020in BackendPermalink
A good short introduction to the basic file operations in PHP.
posted on Friday June 12th 2020in BackendPermalink
This whole problem comes from the fact that time is interpreted differently around the world.
One universal time – one truth – would solve this.
#notimezones
posted on Monday May 25th 2020in BackendPermalink
If you need to parse JSON in Go you can start here…
posted on Monday May 25th 2020in BackendPermalink
I wonder how much would’ve been saved just by using the non-reflection approach?
This is also a prime example on how to use profiling.
posted on Monday May 25th 2020in BackendPermalink
Express is very cool in Node – it looks ok in Go.
posted on Monday May 25th 2020in BackendPermalink
This is an interresting tale and really illustrate how working at scale flushes out all the rarest cases.
posted on Thursday May 21st 2020in BackendPermalink
These are some create examples of companies using HTTP headers for recruiting.
That is smart – but I wouldn’t expect it to have the largest impact on job applications.
It is worth noting that you can make your own headers and use them to communicate between server and client (or any proxy/cache eg. in between).
posted on Tuesday May 19th 2020in BackendPermalink
This list kinda paves the way forward for anything wanting to be labelled “a modern CMS”.
Or a checklist to avoid the “modern” label ?
posted on Tuesday May 5th 2020in BackendPermalink
This is one of the most comprehensive guides I have seen.
posted on Sunday May 3rd 2020in BackendPermalink
This article is super short and super simple.
This is where every beginner should start with PHP.
In my opinion this is way better than starting with composer and pulling in a ton of dependencies before you even get started.
posted on Sunday April 19th 2020in BackendPermalink
This is a small library that let’s you use emojis very easily!
(In case you haven’t noticed I really love emojis)
posted on Sunday April 19th 2020in BackendPermalink
This article is just a treasure chest!
Netlify is a very nice way to host frontend – but with this info. you’ll be up and running with a fancy ol’ backend in no time! ?
posted on Sunday April 19th 2020in BackendPermalink
This article demonstrates how to get information at runtime about the platform your .NET Core program is running on.
Short and simple.
posted on Monday April 6th 2020in BackendDatabaseDevOpsFrontendPermalink
This is the most comprehensive list of checklists I have seen to date ??
posted on Monday April 6th 2020in BackendDevOpsPermalink
A nice short introduction to logging in Go.
I can’t recommend logrus enough. It is a really nice package.
posted on Monday April 6th 2020in BackendPermalink
This is some very cool code! ?
I will surely be using these snippits in the near future! ?
And it is Go – what’s not to like?! ❤️