Software Engineering

There's a total of 2 articles.




Preparation for a Software Engineer interview

Preparation for a Software Engineer interview
This is my interview preparation plan for a software engineering role, I share a summary of my preparation, a plan of problems to tackle for coding interviews, the topics to study for a system design interviews and the questions to prepare for the behavioral section.
Me
Published on Mon, Oct 12, 2020
Last modified on Fri, Nov 22, 2024
5650 words - Page Source

Implementing an A+ conformat Promise library in JavaScript the TDD way

Implementing an A+ conformat Promise library in JavaScript the TDD way
Future/promises refer to constructs used to synchronize program execution. Learning how it works under the hood by implementing it is a great fundamental skill to know.

This article is about writing an A+ Promise implementation from scratch following the A+ promise spec in JavaScript the TDD way.
Me
Published on Sat, Sep 16, 2017
Last modified on Sun, Nov 17, 2024
3189 words - Page Source