Samuel Martins I am a full-stack developer who loves sharing the knowledge accumulated over the years with people. The different technologies that I have encountered through my journey allows me to relate to beginners and seniors alike. I write about all things tech.

Stories by Samuel Martins

CSS Grid Column Template

Understanding grid-template-columns in CSS

Dev

The grid-template-columns property is just a small part of the CSS Grid. To understand this property, you first need to have an understanding of what the CSS Grid is

Samuel Martins
Dec 1, 2022 ⋅ 5 min read
CSS Dynamic Colors

How to add dynamic colors with CSS

Dev

You don’t need JavaScript to make your CSS colors dynamic. You need only take advantage of dynamic colors.

Samuel Martins
Nov 16, 2022 ⋅ 4 min read
Configure Vim Go Dev

Using Vim for Go development

Dev

Configure your Vim editor as an IDE for programming with Go using vim-bootstrap.com to avoid adding any heavy customization.

Samuel Martins
Feb 23, 2022 ⋅ 3 min read
Password Generator Nodejs

Build a random password generator in Node.js

Dev

Build your own command line Node.js password generator that will generate a random password of a specified length and character composition.

Samuel Martins
Feb 15, 2022 ⋅ 5 min read
Video Streaming Server Node

Build a video streaming server with Node.js

Dev

Easily handle videos in your application by building a video streaming server in Node.js from scratch.

Samuel Martins
Jan 20, 2022 ⋅ 5 min read
Python Kivy Framework

Build an Android application with Kivy Python framework

Dev

If you’re interested in Python mobile development, Kivy is your best bet. Build a random number generator app that you can install on your phone.

Samuel Martins
Jan 7, 2022 ⋅ 13 min read