
Posandu Mapa
@posandu
Joined July 11th, 2021
14. JavaScript and PHP lover
Posandu Mapa · 4 days ago
Let's create a mini programming language!
In this tutorial, we will create a mini programming language. That compiles
center,
left 100,
color blue,
top 10,
right 100,
to
_center();
_draw();
_left(100);
_draw();
_setColor("blue...

















Posandu Mapa · 1 week ago
Write bug-free code with JavaScript
Do you see unexpected behavior in your JavaScript code? And don't have any clue how to fix it? Well, you can follow these tips to write bug-free code.
1. Use meaningful names
You should avoi...

















Posandu Mapa · 2 weeks ago
Let's code golf with JavaScript
In this article, we'll golf some JavaScript code. But first, we'll need to know what the heck is code-golf?
What is code-golf?
Code golfing is trying to make the shortest possible code for a...

















Posandu Mapa · 4 weeks ago
Create a Twitter bot that updates the profile banner with the latest followers
Have you seen Twitter profiles that show their latest followers in the profile banner? And wondering how to do it? There are two ways you can do it.
Pay for a no-code service that updates t...

















Posandu Mapa · 1 month ago
Learn all the Array methods in JavaScript
In this article, we'll learn about the array methods in JavaScript with some examples. Before we start, let's look at some methods of the Array class.
Array()
Accepts 1 integer argument and...
















Posandu Mapa · 2 months ago
Create a SPA with PHP
Today, we will create an SPA with PHP. Our output will look like this. (The GIF, a bit slow 😑)
Getting started
Our directory structure will be like this.
📦spa
┣ 📜about.php // A page
┣ 📜fo...


















Posandu Mapa · 2 months ago
My bookmarks
I have a lot of bookmarks. They save my time. Now I will post them so you can read them and save your time too!
Undraw
https://undraw.co/illustrations
This website is a collection of svg ill...
















Loading More Content