RSSAmplifier

Blog

Mindsers Blog

Le blog qui parle aux devs de code, de business et de café

mindsers.blogRSS feed ↗15 posts

Latest posts

Optimize your SwiftUI code: Two ways to avoid duplication

Code duplication is a real problem in applications. Having a lot of duplicate code means “complicated maintenance” but also a catastrophic experience. I have two methods to avoid this problem in my Swift applications . I'll tell you all about them in this article. Custom components for

How to connect to a distant server using SSH

Using SSH to connect to its servers seems like a basic thing, but for many, SSH remains an obscure software/protocol. We will clarify all this.

Securing Your Web Server on a VPS: A Step-by-Step Guide

Essential steps to secure your web server. Best practices for firewall, password management & software updates. Protect your website from threats

Great business review of 2022 for Mindsers Blog

The year is coming to an end and it's time to take stock of all our hard work, to see what worked well or not before making decisions for next year. I am going in this article to comply with the exercise. Hope you learn as much as

I work for a liberated company and I chose my salary

Working for a liberated company in France is not yet very common. In this article, I would like to share my experience with you. I have been working for Ferpection for almost five years now. It is a liberated company specializing in user testing and in the study of user

How to code a basic HTTP server using NodeJS

A good method to learn and progress in programming is to try to re-code existing projects. This is what I propose in this article to learn more about Node.js. This article is aimed at beginners, without dwelling more than necessary on the basic notions of this environment. Feel

What is the JAMstack and why should you use it?

A few years ago, landed the JAMstack. New tech? New stack? New fad? What exactly is it? I think the JAMstack should interest you for multiple reasons, let's see which ones.

Trip to Lisbon for Web Summit 2022

It is only the third event I attend since COVID-19. Still feels weird to meet so many other people at the same time. For the Web Summit 2022 it is around 71 000 people meeting to learn from awesome speakers. In this post, I'll make a full

How to unindex committed files

Git is a powerful tool that can seem complicated if we know it badly. In this article, we will see the particular case of bad indexing. This is a case that can very easily occur when the tool is poorly mastered, but don't panic, there is nothing irreparable.

7 ways to make money as a developer

Knowing how to code is a definite advantage in our modern life. Of course, one of the perks that most people care about when I talk about it is money. It's no secret that coding can pay off big. Let's talk about it. How to make

Understand recursive functions

What is recursion? When to use recursion? How to write a recursive function in JavaScript? We take time to answer everything here.

What is Ubiquitous Language?

The ubiquitous language is a concept that is based on the fact that the different actors of a project need a common language that allows them to understand the data model without ambiguity and approximation in order to be able to work correctly together. In a project team as we

The advantages and disadvantages of working for a liberated company

Today, more and more companies are liberating themselves. The rise of the knowledge society and new technologies has led to changes in the way businesses operate. As a result, employees began to demand a new type of working relationship, one that focused on performance and personal growth rather than restrictive

Learn The Subtle Art of Video Marketing for Business

Video marketing is the go-to marketing strategy. Learn how to turn your product into a viable business with just a little investment and effort.

The best comments are the ones we don't write

I've read several articles on “good comments”, I've written some , I've read technical books about “good comments” and I work on a JavaScript project where everything must be commented (jsdoc). I changed my mind about that matter. Self documenting code