April 2021

UI Design Best Practices and Common Mistakes | Toptal
Repetitive UI design trends and patterns have created a bland visual environment and diminished designer value as processes become more formulaic. The most progressive designers steer clear of visually stale design solutions and ditch restrictive rules by learning UI best practices and avoiding common design mistakes.

Keep VS Code from Becoming an IDE
I like quick, light text editors and terminals, not big IDE's. This is how I keep VS Code how I like it.

Fermat's Library | Von Neumann's First Computer Program annotated/explained version.
Fermat's Library is a platform for illuminating academic papers.
Pros and cons in using JWT (JSON Web Tokens) | Codementor
Read about the pros and cons of using JSON Web Tokens.

How to Build an Effective Initial Deployment Pipeline
With this GitLab CI/CD deployment pipeline configuration, every push is tested, the master branch is deployed to staging servers with a fresh database dump from the production server, and versioned tags are deployed to production with backups and migrations running automatically. All for free.
Continuous integration vs. continuous delivery vs. continuous deployment |
CI is a practice that makes preparing for a release easier. CD may refer to "delivery" or "deployment," which are similar but not quite the same.

Frontier AI: How far are we from artificial “general” intelligence, really?
Frontier AI: How far are we from artificial “general” intelligence, really? URL: https://hackernoon.com/frontier-ai-how-far-are-we-from-artificial-general-intelligence-really-5b13b1ebcd4e Type: link Domain: hackernoon.com
Microservices for Startups: An Interview with Khash Sajadi of Cloud66
Microservices for Startups: An Interview with Khash Sajadi of Cloud66 URL: https://hackernoon.com/microservices-for-startups-an-interview-with-khash-sajadi-of-cloud66-3df2ca945972?source=userActivityShare-d383785221d0-1525694185 Type: link Domain: hackernoon.com
![How to Use Git Merge [the Correct Way]](https://res.cloudinary.com/practicaldev/image/fetch/s--7lvYimJG--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://cl.ly/430Q2w473e2R/Image%25202018-04-30%2520at%25201.07.58%2520PM.png)
How to Use Git Merge [the Correct Way]
Whenever you try to do a three-way merge there is a chance for conflicts to happen. This article explains how to deal with them and how merging actually works.

Jupyter receives the ACM Software System Award – Jupyter Blog
It is our pleasure to announce that Project Jupyter has been awarded the 2017 ACM Software System Award, a significant honor for the…
Why you need Null Object Pattern and how to implement it
Why you need Null Object Pattern and how to implement it URL: https://hackernoon.com/why-you-need-null-object-pattern-and-how-to-implement-it-16a96b04125f?source=userActivityShare-d383785221d0-1525778868 Type: link Domain: hackernoon.com

Basic Data Analysis for Non-Researchers: What You Need to Know and Pitfalls to Avoid | Clear Seas Research
If it’s been a while since your last statistics course, you might feel a bit ... Read More

Random Forest in Python – Towards Data Science
A Practical End-to-End Machine Learning Example
Exploratory Data Analysis Tutorial: Data Profiling (article) - DataCamp
Exploratory Data Analysis Tutorial: Data Profiling (article) - DataCamp URL: https://www.datacamp.com/community/tutorials/python-data-profiling Type: link Domain: datacamp.com

Quick and Dirty Data Analysis with Pandas
Before you can select and prepare your data for modeling, you need to understand what you've got to start with. If you're a using the Python stack for machine learning, a library that you can use to better understand your data is Pandas. In this post you will discover some quick and dirty recipes for Pandas to improve the understanding of your

First Steps with Sinatra as a Rails Developer - Part 2
The second part of the guide how to work with the Sinatra framework. How to connect Sinatra with ActiveRecord? Few tips how to deploy Sinatra app using Heroku.

Rails 5 supports passing collection of records to 'fresh_when' and 'stale?' | BigBinary Blog
Rails 5 series | Rails 5 adds support to pass collection of records to fresh_when and stale? for improved caching

Loading a file in Ruby – Mehdi Farsi – Medium
In this article we’re going to describe the Kernel#load method.

First Steps with Sinatra as a Rails Developer - Part 1
First Steps with Sinatra from Rails' perspective. How to start with Sinatra framework? Basic configuration of the new app using Sinatra framework.