JavaScript Indonesia Channel
Ir al canal en Telegram
Channel yang berisi kumpulan berita atau konten seputar JavaScript, Typescript, HTML, CSS, Library, Framework JS, Node.js , dan juga engine-nya Untuk pencarian artikel,gunakan fitur pencarian di channel ini,dan bisa juga dicari berdasarkan hashtag #
Mostrar más9 914
Suscriptores
-624 horas
-227 días
-7330 días
Archivo de publicaciones
17 Tailwind CSS Tips & Tricks You Probably Don't Know
https://dev.to/syakirurahman/17-tailwind-css-tips-tricks-you-probably-dont-know-2d7k
---
How to Center Text Vertically with CSS
https://www.freecodecamp.org/news/how-to-center-text-vertically-with-css/
---
#css #tailwind #center
The JavaScript this Keyword Explained with Examples
https://www.freecodecamp.org/news/the-javascript-this-keyword-explained-with-examples/
---
Error Handling in JavaScript for Better Code Quality
https://dev.to/linusmwiti21/error-handling-in-javascript-for-better-code-quality-1lo4
---
How to Use WeakMap and WeakSet in JavaScript
https://www.freecodecamp.org/news/weakmap-and-weakset-in-javascript/
---
If, Else, Else If, and Switch JavaScript Conditional Statement
https://dev.to/odhiambo_ouko/if-else-else-if-and-switch-javascript-conditional-statement-39mo
---
Understanding Debouncing in JavaScript
https://dev.to/dipakahirav/understanding-debouncing-in-javascript-5g30
---
#this #debounce #if #else #weak #errorHandler
The Essential Node.js Guide for Developers of All Levels
https://javascript.plainenglish.io/the-essential-node-js-guide-for-developers-of-all-levels-af58ed92a9c7
#nodejs #guide
Best Practices in ReactJS: A Guide for Developers
https://jamilhallal.blogspot.com/2024/06/best-practices-in-reactjs-a-guide-for-developers.html
—-
How to Implement Authorization in React JS
https://www.cerbos.dev/blog/how-to-implement-authorization-in-react-js
—
How to Create a Modal in React with HTML Dialog
https://spacejelly.dev/posts/how-to-create-a-modal-in-react-with-html-dialog
—-
5 Custom React Hooks Every Developer Should Know
https://blog.stackademic.com/5-custom-react-hooks-every-developer-should-know-4183af96cecc
—-
Epic Next JS 14 Tutorial Part 5: File upload using server actions
https://strapi.medium.com/epic-next-js-14-tutorial-part-5-file-upload-using-server-actions-343d0d0bb3a4
—-
React Compiler: What Is It and How Will It Change Frontend Development?
https://semaphoreci.medium.com/react-compiler-what-is-it-and-how-will-it-change-frontend-development-f7ce837d1852
——
10 Skills to Master React in 2024!
https://medium.com/@CodeWithMasood/10-skills-to-master-react-in-2024-5a8a5e31b53b
—-
Interactive dropdown menus with Radix UI
https://www.joshuawootonn.com/radix-interactive-dropdown
—-
#react #tips #dropdown #skill #nextjs #hooks
Best Practices for Building Microservices with NestJS
https://dev.to/ezilemdodana/best-practices-for-building-microservices-with-nestjs-p3e
---
Creating a CRUD Application With Express and HTMX
https://dev.to/ethand91/creating-a-crud-application-with-express-and-htmx-1o08
---
#express #nodejs #htmx
Promises From The Ground Up
https://www.joshwcomeau.com/javascript/promises/?utm_source=newsletter.reactdigest.net&utm_medium=newsletter&utm_campaign=how-to-create-a-modal-in-react-with-html-dialog
—-
Several recommended practices for writing good asynchronous JavaScript code
https://aifou.medium.com/several-recommended-practices-for-writing-good-asynchronous-javascript-code-a32791328182
—-
Advanced JavaScript Concepts: 2024
https://deepak14ri.medium.com/advanced-javascript-concepts-7a93abb1de43
—-
You don’t actually NEED if statements (ever)
https://medium.com/coding-beauty/if-statement-alternatives-js-1704b0800d55
—-
#promise #controlFlow #concept
Master API Testing with Postman
https://www.freecodecamp.org/news/master-api-testing-with-postman/
#postman #testing
Creating Smooth Hover Effects for Menu Icons
https://dev.to/yordiverkroost/creating-smooth-hover-effects-for-menu-icons-4ond
#hover #effect #menu #icon
Top Tools for Modern Web Developers
https://dev.to/buildwebcrumbs/top-tools-for-modern-web-developers-1ba3
#tools #developer
SSL for localhost takes 5 seconds now
https://dev.to/cheeselemon/ssl-in-localhost-takes-5-seconds-now-460i
#ssl #localhost
Advanced Error Handling in Node.js
https://dev.to/amritak27/advanced-error-handling-in-nodejs-1ep8
---
Node.js Best Practices: A Guide for Developers
https://dev.to/mehedihasan2810/nodejs-best-practices-a-guide-for-developers-4d65
---
#nodejs #error #handler
We can now transition to and from display: none
https://www.youtube.com/watch?v=vmDEHAzj2XE
#css #display
These are the 5 most transformative JavaScript features from ES9
https://medium.com/coding-beauty/best-es9-javascript-features-8aaf073e3922
—-
Stop Using find() Method in JavaScript
https://medium.com/codex/stop-using-find-method-in-javascript-dfdb40b10821
—-
For My Sanity, Please Use If-Else Statements, or I’ll Find You
https://seniorbrogrammer.medium.com/for-my-sanity-please-use-if-else-statements-or-ill-find-you-943f424bfc17
—-
#es9 #sanity #ifElse #find
API Design 101: My Best Practices for Building Great APIs
https://favtutor.com/articles/api-guide-best-practices/?ref=dailydev
#api #design
Mastering React Hooks: Best Practices for Efficient and Maintainable Code
https://dev.to/shantih_palani/mastering-react-hooks-best-practices-for-efficient-and-maintainable-code-4mp5
---
How to Build a Rating Component with the React Compound Component Pattern
https://www.freecodecamp.org/news/how-to-build-a-rating-component-with-the-react-compound-component-pattern/
---
Why You Shouldn’t Pass React’s setState as a Prop: A Deep Dive
https://dev.to/christopherthai/why-you-shouldnt-pass-reacts-setstate-as-a-prop-a-deep-dive-4bc8
---
What is the Virtual DOM in React?
https://www.freecodecamp.org/news/what-is-the-virtual-dom-in-react/
#react #hooks #pattern #component
The Most Important Skill You Never Learned
https://www.youtube.com/watch?v=l8pe_MSX4Lc
#tips #webDevSimplified
Implementing Role Based Access Control in SvelteKit
https://dev.to/permify/implementing-role-based-access-control-in-sveltekit-56hf
#svelte #rbac
Promises From The Ground Up
https://www.joshwcomeau.com/javascript/promises/
---
JavaScript Map Method – Syntax and Code Examples
https://www.freecodecamp.org/news/javascript-map-method/
---
Different Types of Arrays in JavaScript + When to Use Them
https://medium.com/@julienetienne/different-types-of-arrays-in-javascript-and-when-to-use-them-77f7843b71de
---
JavaScript in the Browser – How the Document Object Model (DOM) and Events Work
https://www.freecodecamp.org/news/javascript-in-the-browser-dom-and-events/
#array #types #map #dom
The Best CSS Frameworks to Use in Your Projects for 2024 and Beyond
https://www.freecodecamp.org/news/best-css-frameworks-for-frontend-devs/
---
Unveiling the Magic of hover, focus and active variants in Tailwind CSS
https://dev.to/priyankachettri/unveiling-the-magic-of-hover-focus-and-active-variants-in-tailwind-css-54pg
---
#css #tailwind
Building REST APIs with Next.js 14 – Course for Beginners
https://www.youtube.com/watch?v=aEFkWxUNAVc
#react #nextjs #course
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
