Vital AWS Concepts easily explained

Continue reading


@dev.to | 4 years ago

A Ruby on Rails Roadmap

Are you a beginner or newbie looking to get started with Ruby on Rails? I've compiled are some FREE... | Continue reading


@dev.to | 4 years ago

How to Build a Twitch Clone Game Live Streaming App for iOS

Tutorial for building an application similar to Twitch that can stream your iPhone's screen and let other people watch in a chat room using Swift, Stream Chat, and Dolby.io's Client SDK. | Continue reading


@dev.to | 4 years ago

Crafting the perfect container to play with a Headless Chrome

Since July 30th 2017, I have been contributing to a side project: the idea from the beginning was the... | Continue reading


@dev.to | 4 years ago

Return of investment in converting a TypeScript codebase to be functional

This series is about sharing some of the challenges and lessons I learned during the development of P... | Continue reading


@dev.to | 4 years ago

Designing My Side Hustle

This article is the second part of the series I have titled "Finding my Side Hustle". If you are cons... | Continue reading


@dev.to | 4 years ago

Integrating with Google Calendar in a Rails App – The Right Way

Part 1 of this series - How NOT to integrate Google Calendar with your product Prerequisit... | Continue reading


@dev.to | 4 years ago

Onboarding: How to give new hires a soft landing

You only have one opportunity to make a first impression so make it a good one! | Continue reading


@dev.to | 4 years ago

I Sat the AWS Cloud Practitioner Exam Online: Here's What Happened

I sat my AWS Cloud Practitioner exam using the new online option at work on my own laptop. Here's what happened. | Continue reading


@dev.to | 4 years ago

Why a VPC is like the London Underground

Networking and AWS VPC can be tricky. But it doesn't have to be. Just like learning to use The Tube, you'll be a natural in no time. | Continue reading


@dev.to | 4 years ago

What your interviewer wants to know

As hard as it is to believe, interviewers are not expecting perfectly prepared, scripted answers. The interviewer knows you are human and is looking for not only technical knowledge but cultural fit and how you communicate and think on your feet. | Continue reading


@dev.to | 4 years ago

Developers Jeopardy How many questions can you get right?

A nice activity while quarantining. How many questions can you get right? | Continue reading


@dev.to | 4 years ago

DRY (within a project) != (across multiple apps)

Don't repeat your self in different scopes I won't explain basics here, we all know how im... | Continue reading


@dev.to | 4 years ago

Potherca's Weekly GitHub Stars – 2020 Week 21

Week 21 As I was still rather busy with my jobhunt this week1, I did not do much browsin... | Continue reading


@dev.to | 4 years ago

Building a Kotlin Library with Gradle

Introduction The most boring part of a library is the setting up part. Choosing the build... | Continue reading


@dev.to | 4 years ago

How to integrate Material UI library in React apps

Material design was introduced by Google around 2014 as a design language and it still shares some po... | Continue reading


@dev.to | 4 years ago

Linux Capacity Planning Part -2

In the last post Linux Capacity Planning-1, we discussed about - The linkage between capacity plan... | Continue reading


@dev.to | 4 years ago

For WTF reason would we build another JavaScript framework?

There are many brilliant JS frameworks out there. For wtf reason would we build another one? We all... | Continue reading


@dev.to | 4 years ago

Resources for Beginner Data Analysts

Everything you need to get started with SQL and becoming a great data analyst | Continue reading


@dev.to | 4 years ago

Pearl Jam, Nirvana and Beautiful Data Visualisations

This is the story of the Seattle music scene of the 90s, Throwback Thursday, and some beautiful data visualisations. | Continue reading


@dev.to | 4 years ago

AWS Series: SNS, SQS or Both?

By combining pub/sub and queueing components we are able to build resilient, scalable and fault-tolerant architecture with AWS. | Continue reading


@dev.to | 4 years ago

What does the Computer Vision see? Analyse a local image with JavaScript

Every week here at Stratiteq we have tech talks called "Brown bag". Idea behind it is to grab your lu... | Continue reading


@dev.to | 4 years ago

Goodby Mobile, Hello Web

Native application development has recently been slowing down. The reason why is because mobile apps... | Continue reading


@dev.to | 4 years ago

Five tips for more effective command line usage

In the movies, heroes manipulate complex graphics environments using only their keyboard; no mouse in... | Continue reading


@dev.to | 4 years ago

Rotoscoping: Pixel perfect video data labeling for years

In Hollywood, video data segmentation has been done for decades. Simple tricks such as color... | Continue reading


@dev.to | 4 years ago

A Complete Beginner's Guide to React

A digestible, visual introduction to React with a bonus cheatsheet at the end! | Continue reading


@dev.to | 4 years ago

My App Was Under Attack

I'm fully aware my title sounds like a clickbait video from YouTube but I assure you it kind of does... | Continue reading


@dev.to | 4 years ago

Building cleavable.com – Part 1: Idea and MVP

A walkthrough my journey building cleavable.com | Continue reading


@dev.to | 4 years ago

Notifications for out-of-stock essentials during Covid_19

Continue reading


@dev.to | 4 years ago

Coding Became Fun Again

Coding became fun again. Because I'm coding for my own curiosity and not coding to “look good for an... | Continue reading


@dev.to | 4 years ago

Manage your secrets in Git with SOPS

We use Git for everything now, from code source to organization, history, and even for Kubernetes Clu... | Continue reading


@dev.to | 4 years ago

Get app actions and styles generated from HTML while typing attr directives

Imagine you just pasted some HTML template in your code editor. You want to make it interactive, so y... | Continue reading


@dev.to | 4 years ago

Linux Capacity Planning Part -1

This is a series of post which will increase the knowledge base to analyze historical data and plan for increased resources to meet your future need. | Continue reading


@dev.to | 4 years ago

Automate Designs with Bannerbear and N8n

As a designer and self-proclaimed data nerd, I’ve been involved in proceduralizing creative deliverab... | Continue reading


@dev.to | 4 years ago

How to build a JAMStack multi language blog with Nuxt.js

JAMStack (Javascript, APIs and Markup Stack) is a terminology around the new way of making web projec... | Continue reading


@dev.to | 4 years ago

What I learned in 6 months at an AI company

Back in January I joined a company called DataRobot as a Developer Advocate. My job is to inspire, en... | Continue reading


@dev.to | 4 years ago

The story about a few imports

We all care about the performance of web applications that we build. We try to keep production bundle... | Continue reading


@dev.to | 4 years ago

React development setup with just a single file

Hi There! Do you think that the title of this article is a click-bait and that this cannot be actual... | Continue reading


@dev.to | 4 years ago

Speed up your applications with Dynamic Imports – ES2020

In this episode learn how to make your apps faster by dynamically loading required files as required rather than one big bundle. | Continue reading


@dev.to | 4 years ago

A Docker image with preinstalled tools for developing and testing Go projects

Docker Go A Docker image with preinstalled tools for developing, formatting, linting, buil... | Continue reading


@dev.to | 4 years ago

Journey into Web Monetization – day 1 of 4

I was excited to learn about this new web monetization api and what impact it can have on the future... | Continue reading


@dev.to | 4 years ago

Azure Web App Service and GitHub Actions (Video Tutorial)

The last time we met, I spent some time showing you how to deploy an application using Azure DevOps a... | Continue reading


@dev.to | 4 years ago

In Search of My Side Hustle

I've had a thousand unmaterialized business ideas during my thirty-nine years on Earth. My wife has p... | Continue reading


@dev.to | 4 years ago

Static Web Apps – First Look

You've built an app an you want it to scale. Do you want CI/CD, custom domains, SSL certificates, APIs, global scale of your static assets, authentication, and authorization? Let's take a first look at Azure Static Web Apps. | Continue reading


@dev.to | 4 years ago

Don’t waste your time learning everything

"Don’t waste your time learning everything." Inspired by this linkedIn post I felt... | Continue reading


@dev.to | 4 years ago

Jquery Speed enhacements for your website

The DOM can get pretty slow quickly, especially if it becomes large. When we start accessing and mani... | Continue reading


@dev.to | 4 years ago

Angular, Rust, WebAssembly, Node.js, Serverless, and Azure Static Web Apps

In this guide, we are going to see how to take a front-end Angular app, a backend API written in Rust... | Continue reading


@dev.to | 4 years ago

Automate Excel Sheet Processing with Java

A Sheet Processing Use Case My colleague Penny in the HR department has to do a routine ta... | Continue reading


@dev.to | 4 years ago