Dev

Dev posts, videos, courses, and more

Bobby Iliev · 6 months ago

Introduction to Linux eBook: A Comprehensive Guide for Beginners

Introduction Hello to all passionate learners, tech enthusiasts, and budding system administrators! I'm thrilled to announce the release of my latest eBook: "Introduction to Linux"...
4

Bobby Iliev · 1 year ago

Reset Local Repository Branch to be Just Like Remote Repository HEAD: A Step-by-Step Guide

Introduction In the world of Git, it's not uncommon for developers to find themselves in a situation where their local repository has diverged from the remote repository. This can happen due...
2

Rahul · 2 years ago

Currying in JS - shorts

Currying is a technique of evaluating function with multiple arguments, into sequence of function with single argument. Currying is a transformation of function that translates a function fr...
4

Rahul · 2 years ago

An Introduction to RxJS - Shorts

RxJS (Reactive Extensions for JavaScript) is a library for receptive programming utilizing observables that makes it simpler to make nonconcurrent or callback-based code. There is a lot to i...
3

Bobby Iliev · 2 years ago

How to Remove a Migration in Laravel?

Introduction Adding columns or tables to your database manually could be an intimidating process and would more often than not lead to database inconsistencies between your different environ...
9

Ruan Bekker · 3 years ago

Weather Monitoring with Grafana and the DHT22 Sensor

In this tutorial, we will connect the DHT22 sensor to the Raspberry Pi Zero via the GPIO pins to measure temperature and humidity and visualize it with Grafana. Then we will write a Python e...
4

Bobby Iliev · 3 years ago

How to Rollback Database Migrations in Laravel?

Introduction Laravel comes with many convenient tools out of the box, which makes your life as a developer much more enjoyable. One of the best Laravel features is the database migrations wh...
7

Vlad Pasca · 3 years ago

Web developer roadmap in 2021 and beyond

If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on Twitter for more information about web development and how to improve as a developer....
1

Jono · 3 years ago

4 Must-Have Tools for Developing on Windows

No I am not talking about those apps, the ones everyone probably already has installed. The VSCodes, the VIMs, the Postmans. Nor am I talking about any of those environments that you only us...
2

Bobby Iliev · 3 years ago

12 Must Have Browser Extensions for Developers

Introduction One of the cool things about using Chrome as your default browser is all the extensions you can use. Google Chrome extensions are programs created by different developers that c...
10

Bobby Iliev · 3 years ago

10 Tips for Being an Awesome Developer

Introduction It is no secret that it is about constancy and devotion! Find your niche and don't stop DEVeloping yourself! If you would like to continue growing as a developer, here are some...
8

Tony Lea · 5 years ago

Get Your .dev Domain Name

Do you remember when you could create a new local site using the .dev domain, like mycoolsite.dev, which would map to a local project in your sites folder. A little over a yea...
1

Loading More Content