dev.to
1. Ether.js Overview!
Here's a quick rundown of what Ether.js is and what it is used for :-
Ether.js is a JavaScript library for interacting with the Ethereum blockchain. It allows developers to easily interact with smart contracts and manage transactions on the Ethereum network.
One of the key features of Ether.js is its simplicity. The library abstracts away the complexities of working with Ethereum, making it easy for developers to get started with blockchain development. This is achieved through a simple, intui…
#javascript #beginners #programming #blockchain
2. Design Patterns: Singleton
Why Design Patterns
I'm at a moment in my developer journey where knowing design patterns is important. Understanding exisiting code, making sure to write new clean code, being able to communicate with more senior developers...
As a self-taught developer, I never really went deep into those subjects. I heard some of the patterns names, used it a couple of times but that's it. So, now that I decided to learn them properly, I'll share my journey with blog posts like these. Maybe you'll find the…
#designpatterns #programming #java #beginners
1. Ether.js Overview!
Here's a quick rundown of what Ether.js is and what it is used for :-
Ether.js is a JavaScript library for interacting with the Ethereum blockchain. It allows developers to easily interact with smart contracts and manage transactions on the Ethereum network.
One of the key features of Ether.js is its simplicity. The library abstracts away the complexities of working with Ethereum, making it easy for developers to get started with blockchain development. This is achieved through a simple, intui…
#javascript #beginners #programming #blockchain
2. Design Patterns: Singleton
Why Design Patterns
I'm at a moment in my developer journey where knowing design patterns is important. Understanding exisiting code, making sure to write new clean code, being able to communicate with more senior developers...
As a self-taught developer, I never really went deep into those subjects. I heard some of the patterns names, used it a couple of times but that's it. So, now that I decided to learn them properly, I'll share my journey with blog posts like these. Maybe you'll find the…
#designpatterns #programming #java #beginners
dev.to
1. Must-Have Websites for Every Frontend Web Developer
12 Essential Websites for Frontend Web Development
Frontend web development can be a challenging task, but it doesn't have to be. In this article, we'll introduce you to 12 essential websites that will make your frontend web development journey easier, faster, and more fun.
1. Codepen
Codepen is a social development environment for frontend developers that allows them to experiment with HTML, CSS, and JavaScript. This platform enables developers to collaborate with one another and share their…
#webdev #css #javascript #tutorial
2. Design Patterns: Factory Method
Factory method
Second stop in my journey through the design patterns: the Factory Method.
The Factory Method Pattern defines an interface for creating an object, but lets subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
Now, that might not be very clear so consider this diagram.
As you can see, we have a Creator class that declares a factory method, called createProduct. We can declare it as an abstract method, to force the all subc…
#designpatterns #java #beginners #programming
1. Must-Have Websites for Every Frontend Web Developer
12 Essential Websites for Frontend Web Development
Frontend web development can be a challenging task, but it doesn't have to be. In this article, we'll introduce you to 12 essential websites that will make your frontend web development journey easier, faster, and more fun.
1. Codepen
Codepen is a social development environment for frontend developers that allows them to experiment with HTML, CSS, and JavaScript. This platform enables developers to collaborate with one another and share their…
#webdev #css #javascript #tutorial
2. Design Patterns: Factory Method
Factory method
Second stop in my journey through the design patterns: the Factory Method.
The Factory Method Pattern defines an interface for creating an object, but lets subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
Now, that might not be very clear so consider this diagram.
As you can see, we have a Creator class that declares a factory method, called createProduct. We can declare it as an abstract method, to force the all subc…
#designpatterns #java #beginners #programming
dev.to
1. The Problem with MTTR: Learning from Incident Reports
Tracking Mean Time To Restore (MTTR) is standard industry practice for incident response and analysis, but should it be?
Courtney Nash, an Internet Incident Librarian, argues that MTTR is not a reliable metric - and we think she's got a point.
We caught up with Courtney at the DevOps Enterprise Summit in Las Vegas, where she was making her case against MTTR in favor of alternative metrics (SLOs and cost of coordination data), practices (Near Miss analysis), and mindsets (humans are the soluti…
#management #devops #podcast #datascience
2. System Design Resources: The Complete Set ⚡📦
If you are planning to apply for a job as an Engineer you will need to pass System Design interview. Each interview covers High-level and Low-level production architecture.
This is The Complete Set of Resources for Systems Design interviews.
Join Me
Follow me on #TheEngineeringBolt, Twitter and Linkedin for more Career, Leadership and Growth advice.
✅ Things you must know in System Design (x12)
👉 System design basics
👉 Horizontal and vertical scaling
👉 Load balancing and Message queues
R…
#systems #designpatterns #architecture #webdev
1. The Problem with MTTR: Learning from Incident Reports
Tracking Mean Time To Restore (MTTR) is standard industry practice for incident response and analysis, but should it be?
Courtney Nash, an Internet Incident Librarian, argues that MTTR is not a reliable metric - and we think she's got a point.
We caught up with Courtney at the DevOps Enterprise Summit in Las Vegas, where she was making her case against MTTR in favor of alternative metrics (SLOs and cost of coordination data), practices (Near Miss analysis), and mindsets (humans are the soluti…
#management #devops #podcast #datascience
2. System Design Resources: The Complete Set ⚡📦
If you are planning to apply for a job as an Engineer you will need to pass System Design interview. Each interview covers High-level and Low-level production architecture.
This is The Complete Set of Resources for Systems Design interviews.
Join Me
Follow me on #TheEngineeringBolt, Twitter and Linkedin for more Career, Leadership and Growth advice.
✅ Things you must know in System Design (x12)
👉 System design basics
👉 Horizontal and vertical scaling
👉 Load balancing and Message queues
R…
#systems #designpatterns #architecture #webdev
dev.to
What Everyone Ought to Know About Singelton design pattern
Singleton Pattern Singleton Pattern says that just "define a class that has only one...
#beginners #programming #designpatterns #design
What Everyone Ought to Know About Singelton design pattern
Singleton Pattern Singleton Pattern says that just "define a class that has only one...
#beginners #programming #designpatterns #design
dev.to
Best Practices for Building a Validation Layer in Go
Validation is an essential part of any software system. It helps ensure that the data being processed...
#go #designpatterns #modular #generic
Best Practices for Building a Validation Layer in Go
Validation is an essential part of any software system. It helps ensure that the data being processed...
#go #designpatterns #modular #generic
dev.to
Become a Python Design Strategist using the Strategy Pattern
Hey Python Lover 😁, today you’ll become a Python strategist 😌 because we're going to illustrate with...
#python #designpatterns #architecture #tutorial
Become a Python Design Strategist using the Strategy Pattern
Hey Python Lover 😁, today you’ll become a Python strategist 😌 because we're going to illustrate with...
#python #designpatterns #architecture #tutorial
dev.to
The State of Public APIs 2023
tl;dr we (Escape) scanned 6056+ public APIs on the internet with our in-house feedback driven...
#api #security #performance #designpatterns
The State of Public APIs 2023
tl;dr we (Escape) scanned 6056+ public APIs on the internet with our in-house feedback driven...
#api #security #performance #designpatterns
dev.to
From Problems to Solutions: Understanding Design Patterns
An interesting fact in software development is that you are almost always not the first person to...
#programming #beginners #tutorial #designpatterns
From Problems to Solutions: Understanding Design Patterns
An interesting fact in software development is that you are almost always not the first person to...
#programming #beginners #tutorial #designpatterns
dev.to
#DEVDiscuss: Design Patterns
image created by Margaux Peltat for the Chilled Cow YouTube channel Time for #DEVDiscuss — right...
#devdiscuss #programming #designpatterns #design
#DEVDiscuss: Design Patterns
image created by Margaux Peltat for the Chilled Cow YouTube channel Time for #DEVDiscuss — right...
#devdiscuss #programming #designpatterns #design
dev.to
Design Pattern: Strategy (TS)
The strategy pattern is useful in cases where we have multiple algorithms or strategies that can be...
#designpatterns #typescript #javascript #beginners
Design Pattern: Strategy (TS)
The strategy pattern is useful in cases where we have multiple algorithms or strategies that can be...
#designpatterns #typescript #javascript #beginners
dev.to
From padawan to Jedi - boost your dev skills with the Ultimate Todo App
Building software has come a long way over the past few years, but at the same time, it has become...
#node #javascript #programming #designpatterns
From padawan to Jedi - boost your dev skills with the Ultimate Todo App
Building software has come a long way over the past few years, but at the same time, it has become...
#node #javascript #programming #designpatterns
dev.to
Design Patterns: Make your code modular
Whenever we start learning to code, Either we start from solving Data structures and Algorithms...
#designpatterns #webdev #tutorial #programming
Design Patterns: Make your code modular
Whenever we start learning to code, Either we start from solving Data structures and Algorithms...
#designpatterns #webdev #tutorial #programming
dev.to
Design Patterns: Write modular and Concise Code
In earlier post we discussed about two patterns: Strategy and Observer Pattern. In your daily use,...
#designpatterns #webdev #programming #tutorial
Design Patterns: Write modular and Concise Code
In earlier post we discussed about two patterns: Strategy and Observer Pattern. In your daily use,...
#designpatterns #webdev #programming #tutorial
dev.to
Strategy Design Pattern in Java with Enum
If you are interested in this article it’s very likely you have already heard about design patterns,...
#designpatterns #programming #java #strategydesignpattern
Strategy Design Pattern in Java with Enum
If you are interested in this article it’s very likely you have already heard about design patterns,...
#designpatterns #programming #java #strategydesignpattern
dev.to
How we designed and coded our Product Service
🚀 This is our third blog in the series of Low Level Design. Today we are going to design and see the...
#designpatterns #webdev #design #programming
How we designed and coded our Product Service
🚀 This is our third blog in the series of Low Level Design. Today we are going to design and see the...
#designpatterns #webdev #design #programming