Nested Software

Nested Software @nestedsoftware

About: Simple things should be simple, complex things should be possible -- Alan Kay

Joined:
Feb 25, 2018

Nested Software
articles - 43 total

Performance and Scalability for Database-Backed Applications

Lessons learneda about improving performance of database-backed applications

Learn More 5 2Jul 1 '24

Software Dev Interviews: What I look for in a Candidate

Qualities I look for during an interview

Learn More 9 3Jan 2 '24

Thoughts on 10x Developers

Talented people exist, but they don't have to be jerks

Learn More 12 3Oct 11 '21

Recursion with the Y Combinator

Using the Y combinator to implement recursion

Learn More 8 0Aug 4 '21

CSRF and Cross-Origin Requests by Example

How does a CSRF token protect us from cross-site request forgery attacks?

Learn More 71 0Nov 29 '20

Tic-Tac-Toe with a Neural Network

Let's train a Tic-Tac-Toe player with a neural network via reinforcement learning using PyTorch

Learn More 75 0Dec 27 '19

Card with expand-on-hover effect

A demo of a selectable card with a cool expand-on-hover effect

Learn More 69 1Nov 5 '19

I can has web site?

Creating my professional landing page including a copy of my dev.to blog

Learn More 36 1Nov 4 '19

Dev.to API questions

Questions about dev.to API

Learn More 5 2Oct 1 '19

Incremental Average and Standard Deviation with Sliding Window

Incremental statistics on streaming data using a sliding window

Learn More 14 0Sep 26 '19

PyTorch Image Recognition with Convolutional Networks

Convolutional network variations for recognizing MNIST digits

Learn More 26 0Sep 9 '19

PyTorch Image Recognition with Dense Network

PyTorch implementation of a simple fully connected network for recognizing MNIST digits

Learn More 14 0Aug 19 '19

PyTorch Hello World

Compare results from PyTorch with a manual backpropagation calculation

Learn More 91 2Aug 15 '19

Tic-Tac-Toe with MCTS

Simple implementation of MCTS for tic-tac-toe in Python

Learn More 20 0Aug 7 '19

Tic-Tac-Toe with Tabular Q-Learning

Simple implementation of Q-table reinforcement learning for tic-tac-toe in Python

Learn More 27 1Jul 25 '19

Thoughts on Meetings, Priorities, and Time Management

Goals, priorities, and communication

Learn More 56 5Jul 23 '19

Tic-Tac-Toe with the Minimax Algorithm

Simple implementation of the minimax algorithm for tic-tac-toe in Python

Learn More 102 0Jun 15 '19

Convolutional Neural Networks: An Intuitive Primer

Using intuition to motivate the structure, calculations, and code for convolutional neural networks

Learn More 67 1May 28 '19

Neural Networks Primer

Overview of the structure, calculations, and code needed to implement a simple neural network from scratch

Learn More 138 0May 5 '19

Feed Customization

I recently read this article by @mortoray : The Internet Lott...

Learn More 11 3Mar 14 '19

Essential JavaScript code for lists

A cheatsheet of javascript array-manipulation techniques for coding interviews

Learn More 170 0Mar 12 '19

Coding Interview: The Matchstick Game

Programming interview problem solving walkthrough

Learn More 69 3Mar 5 '19

Big-O: Prime Factors and Pseudo-Polynomial Time

Pseudo-polynomial algorithms and input length

Learn More 52 2Dec 18 '18

Book Notes: Learn You a Haskell for Great Good!

Brain dump after reading Learn You a Haskell for Great Good!

Learn More 79 0Dec 4 '18

How (Not) to Learn

Rules of thumb about how to (and how not to) learn effectively

Learn More 163 7Nov 10 '18

Basic Functional Programming Patterns in JavaScript

Using functional programming patterns for iteration

Learn More 275 8Oct 14 '18

Functional Programming with Forms in React

Use functional programming to start building a Formik-like framework for React forms

Learn More 80 3Oct 2 '18

Is Cooperative Concurrency Here to Stay?

Cooperative concurrency, non-blocking I/O and horizontal scalability

Learn More 68 25Sep 18 '18

Strategies for Effective Programming

Strategies for effective programming

Learn More 121 6Jul 9 '18

Flask and SQLAlchemy without the Flask-SQLAlchemy Extension

How to use SQLAlchemy with Flask without the Flask-SQLAlchemy extension

Learn More 39 13Jun 11 '18