Sadick

Sadick @sadick

About: Programming is more about thinking than typing

Joined:
Mar 28, 2018

Sadick
articles - 31 total

The Only Way to Achieve Continuous Integration.

Continuous integration is not what you think.

Learn More 0 0Oct 12 '23

Being a good programmer is 3% talent and 97% not being distracted by the internet.

A post by Sadick

Learn More 7 0Aug 12 '20

Mental Models: Array Indexing

Forming a mental model around arrays

Learn More 2 0May 7 '20

Universal next gen css-in-js library in under 1kb

A tiny css in js library

Learn More 62 12Sep 18 '18

Hot reloading preact with parcel, the missing doc

Today I was setting up a preact app with parcel as the bundler. Before I could even start building...

Learn More 13 1Sep 11 '18

You don't need express to get started with socket.io

The best place to get started with socket.io is their website. But once you acc...

Learn More 100 21Aug 8 '18

How do you measure developer productivity in your team?

A post by Sadick

Learn More 36 3Jul 24 '18

139 Traits That Make A Better Programmer

Lets face it, every developer wants to improve and become better. The big quest...

Learn More 17 0Jul 24 '18

Programming revolves around these 3 things

When you think about programming you often feel that there is a lot more in that space. But if you l...

Learn More 25 5Jul 17 '18

A javascript story

Five modern javascript developers were locked in a room and told to build a single page web app witho...

Learn More 52 1Jul 9 '18

Building deploy ready PHP apps

Make your life easier by making your app deployable

Learn More 49 4Jul 8 '18

The not so secret life of Provider in Redux

Unmasking provider

Learn More 18 4Jul 2 '18

Did you know CSS has over 400 unique properties

css knowledge

Learn More 37 4Jun 30 '18

The single most usefull php trait I use in my projects

php traits

Learn More 45 4Jun 29 '18

Learn Assert by building a javascript testing library

Building interesting projects with nodejs standard lib. One way you can learn about node...

Learn More 13 0Jun 28 '18

Hating on languages you don't use

Please dont. Every language is good at something. Your taste, experience and objectives are not the...

Learn More 102 53Jun 26 '18

Debugging Tips

Programmers write code. Programmers aren't perfect. The programmer's code isn't perfect. It therefo...

Learn More 9 0Jun 25 '18

How dead code spring up during development

Dead code is code that is never run, that can never be reached. Some manifestations of dead code in...

Learn More 13 0Jun 22 '18

Don’t Ignore That Error

Errors

Learn More 11 0Jun 20 '18

Write less code

Writing less code

Learn More 15 5Jun 20 '18

Back to basics: Naming

How to get naming right.

Learn More 34 29Jun 17 '18

Electron is fast and lightweight

... and other hilarious jokes you can tell yourself

Learn More 12 1Apr 12 '18

Touch Typing

Does touch typing really matter in programming?

Learn More 19 7Apr 9 '18

Build Vuex from scratch.

I took Vuex an stripped it down to its simplest form If you are a front end developer or...

Learn More 17 5Jun 20 '18

Publish vue components like this.

First of all big up to those who develop and publish vue components. You make work very easy and simp...

Learn More 17 0Jun 21 '18

You can minimize Vuex boilerplate in under a minute.

When building applications you often need to communicate with other services ...

Learn More 11 5Jun 21 '18

Virtual DOM

What you know might be insufficient I have been playing with vuejs for a while now and I...

Learn More 19 0Jun 21 '18

Make a simple game with Vuejs

Re-type the number you see below. Ez right? Vuejs Memory Game The idea is simple. Display...

Learn More 9 1Jun 21 '18

Linting from scratch

Understanding how to set up linting for your workspace (javascript) eslint image As softw...

Learn More 9 0Jun 21 '18

Creating a Vuejs Plugin

Plugin to help us work with PouchDB in a Vuejs application awesome vuejs image This post...

Learn More 13 0Jun 21 '18