Tawhid

Tawhid @dumboprogrammer

About: Just game development, low level devel, websites & Linux in general.

Location:
Earth, Milky Way Galaxy
Joined:
Dec 6, 2021

Tawhid
articles - 43 total

The Ultimate Guide for Competitive Programming

(NB: Some users of dev.to are far better programming problem solvers than me. I'm more of an ace of...

Learn More 1 0Apr 16

[Boost]

Meta's Llama 4 Scandal Tawhid ・ Apr 12 ...

Learn More 0 0Apr 12

Meta's Llama 4 Scandal

A heartfelt apology: Feels great to be back after such a while, with a newly ignited ambition I hope...

Learn More 1 0Apr 12

Mseal in Linux: An un-hackable solution?

In the world of cybersecurity, 2024 has put a renewed focus on memory protection, where memory...

Learn More 1 0Oct 31 '24

GitLab vs. GitHub: Comparing the Leading Code Repository Platforms

Introduction: In the world of software development, code repository platforms play a...

Learn More 9 5Jul 28 '23

Git in 10 mins

Ah, back after a veryyyy long time.Well, guess I could be more regular now. Okay then back to the...

Learn More 269 12Dec 29 '22

Why did you choose dev.to?

There are many blogging and micro blogging platform.Out of them what made you choose dev over the...

Learn More 10 6Jun 11 '22

Do you prefer python in the browser?

Do you prefer python in the browser with py-script? as shown in the py con. if yes why and why...

Learn More 6 2May 3 '22

I made a game in two days

So for "The Linux Game Jam" I made a short horror game in 2 days but unfortunately was too late to...

Learn More 9 0May 2 '22

what tech stacks do you use?

What tech stacks(MERN, MEVN etc) do you guys use in your personal projects or work? and why do you...

Learn More 41 41May 1 '22

Grepper, a better way to get help while coding?

So, I've been using Grepper for some time now.For those you aren't familiar with it Grepper is The...

Learn More 8 0Apr 27 '22

Ten easy Javascript projects with source code

When you think about the web's logic, it's nothing but Javascript.Javascript is a dynamic single...

Learn More 9 0Apr 27 '22

Github Copilot's pros and cons

What is Copilot: GitHub Copilot is an artificial intelligence tool developed by GitHub...

Learn More 8 0Apr 19 '22

Beginner's Guide to website security testing

A pen(penetration) test allows us to determine any security weakness of the entire web application...

Learn More 9 0Apr 14 '22

Solidity Programming language tutorial

Solidity is a strongly typed high-level programming language for writing ethereum based smart...

Learn More 14 0Apr 8 '22

How I deal with imposter syndrome

Programmers at all stages of their careers deal with imposter syndrome. But that feeling of...

Learn More 13 0Apr 5 '22

10 types of database

Databases are like data warehouses. Since we also have a book store in a public library, we can...

Learn More 7 0Apr 4 '22

How to make a simple webserver in GO Lang

Today,In this blog we will build a simple webserver in GO Lang to serve static files. Go is often...

Learn More 8 0Mar 22 '22

10 tips for writing clean code

Writing code is not hard but writing clean code is not easy either.I wrote trash code when I first...

Learn More 6 0Mar 21 '22

How to make a desktop app with html,css,js

Did you know that you can make a desktop app with javascript?There's a js framework for this named...

Learn More 26 0Mar 16 '22

How to draw graph in github readme with code

Cool ass dynamic charts generated by code inside readme is trully awesome ain't it? In Gtihub,there...

Learn More 12 0Mar 15 '22

Top 20 linux commands.

Linux.The os that makes servers,embedded systems,android phones etc.Linux is everywhere.It is free...

Learn More 9 2Mar 12 '22

Learn Swift with me

Swift is a programming language for developing apps for IOS and Mac OS, and it is destined to become...

Learn More 16 7Mar 11 '22

Introduction to Data structures and algorithms

I wanted to make this tutorial as beginner friendly as possible.If you didn't understand something,...

Learn More 7 0Mar 9 '22

11 Security tips to protect your website

You may not think your site has anything worth being hacked for, but websites are compromised all the...

Learn More 133 11Mar 8 '22

Learn C with me! C in one blog

C is being there for years now but for beginners C is very hard to learn.I already use C and bash on...

Learn More 6 4Feb 26 '22

Ownership and borrowing. Rust Tutorial:4

Understanding Ownership Ownership is Rust’s most unique and famous feature and has deep implications...

Learn More 5 1Feb 24 '22

I lost all of my projects

yet again... A couple of weeks ago I started making a Fnaf type horror game with unique story and...

Learn More 2 2Feb 23 '22

Yarn vs NPM

If you use nodejs you probably used npm before. Yarn is something similar, It is another package...

Learn More 6 0Feb 17 '22

Rust and web assembly Rust Tutorial:3

what is Rust? Rust is a memeory safe compiled language, It is used where memory is critical,where...

Learn More 19 3Feb 17 '22