Blogs

3 Easy Ways to Swap 2 Array Elements in JavaScript

3 Easy Ways to Swap 2 Array Elements in JavaScript

December 27, 2022

#graphql #vitejs #axios #docker #tailwind-css #article #packages #es6 #es7

In this article, we’ll learn multiple ways to easily swap the values of two array elements in JavaScript.

Read more >
5 JavaScript Console Methods That will Improve your Debugging Skills

5 JavaScript Console Methods That will Improve your Debugging Skills

December 27, 2022

#javascript #webdev #debugging #programming #axios #vuejs #eslint

The console is a JavaScript object that grants developers access to a browsers debugging console.

Read more >
The CSS Working Group At TPAC: What’s New In CSS?

The CSS Working Group At TPAC: What’s New In CSS?

August 16, 2022

#graphql #vitejs #axios #docker #tailwind-css #article #packages #es6 #es7

Last week, Rachel Andrew attended the CSS Working Group meeting at W3C TPAC, and rounds up some of the discussions in this post — including those things where you can help make a decision.

Read more >
7 Killer One-Liners in JavaScript

7 Killer One-Liners in JavaScript

March 16, 2022

#javascript #es6 #es7 #fundamental #advanced #medium #es2020 #es2021

JavaScript is the most crucial pillar of Web Development. This article contains code snippets hand-picked by sterilized contamination-free gloves and placed onto a satin pillow.

Read more >
15 Useful Lodash Methods for Everyday Coding (Part-1)

15 Useful Lodash Methods for Everyday Coding (Part-1)

March 16, 2022

#javascript #lodash #eslint #es6 #es7 #operator #fundamental

Lodash is one of the most popular open-source JavaScript libraries. It implements a lot of functional programming helpers that make everyday coding easier. It’s something I use often in my own development work, and so I wanted to share with you some of the methods that I find myself using a lot.

Read more >
Apa Arti Dua Tanda Tanya pada Swift?

Apa Arti Dua Tanda Tanya pada Swift?

February 17, 2022

#swift #nil-coalesing #fundamental #operator

Operator nil-coalescing diwakili oleh dua tanda tanya di Swift. Ini adalah salah satu operator yang paling saya rindukan ketika bekerja di Objective-C. Operator nil-coalescing tidak unik untuk Swift. Banyak bahasa memiliki operator penggabungan nihil. Beberapa bahasa menggunakan istilah operator penggabungan nol. Mari saya tunjukkan cara kerja operator nil-coalescing.

Read more >
6 Fungsi Penting Javascript Yang Dimana Setiap Web Developer Harus Tau!

6 Fungsi Penting Javascript Yang Dimana Setiap Web Developer Harus Tau!

November 20, 2021

#javascript #es6 #es7

Pada artikel ini, saya akan menunjukkan 6 fungsi JavaScript penting untuk setiap pengembang web. Semua yang Anda pelajari di sini akan mempercepat perkembangan Anda dan menghemat waktu Anda yang berharga!

Read more >
5 Program menarik Python dengan Contoh

5 Program menarik Python dengan Contoh

November 14, 2021

#python #article #packages

Program Python memiliki banyak modul-modul dan packages, yang membantu pemrograman yang efisien. Memahami modul-modul ini dan penggunaan yang tepat adalah penting. Dalam artikel ini, beberapa modul dan paket menarik digunakan untuk pemrograman.

Read more >
Awesome JavaScript Resources

Awesome JavaScript Resources

April 5, 2021

#eslint #javascript #es6 #resource

JavaScript is an object-oriented computer programming language commonly used to create interactive effects within web browsers. JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

Read more >
Iconoir: Open Source SVG Icons Library

Iconoir: Open Source SVG Icons Library

January 3, 2021

#svg #iconoir #Open Source #Icon

This post aims to show that you can start to use Vue with your Django projects immediately without any sophisticated setup that will take hours to complete.

Read more >
UIViewController lifecycle

UIViewController lifecycle

September 8, 2020

#ios #iosdevloper #swift #xcode #lifecycle #iosengineer

Di iOS masing-masing Anda dapat membuat tampilan menggunakan storyboard, xib atau secara terprogram.

Read more >