Dev Miscellaneous
357 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
Public APIs

A collective list of free APIs for use in software and web development.

https://github.com/public-apis/public-apis

@DevMisc
#api #github #webdev
MacOS in Svelte

A painting of macOS Big Sur in HTML, CSS and JS.

https://macos.vercel.app/

@DevMisc
#webdev #svelte #javascript #css
What is Var, Let, and Const?

The holy trinity of javascript variables. Let’s see how different they are and how they can be used in different scenarios...

https://rakshith-bhat.medium.com/what-is-var-let-and-const

@DevMisc
#javascript #beginner #webdev
Design Patterns in JavaScript

Design Patterns are the solutions to commonly occuring problems in software design...

https://dev.to/zeeshanhshaheen/design-patterns-in-javascript

@DevMisc
#javascript #react #webdev
A Ridiculously Simple Way For Creating Responsive Web Apps

I remember my first encounter with responsive design. Before any investigation, it seemed incredibly complex...

https://dev.to/domagojvidovic/a-ridiculously-simple-way-for-creating-responsive-web-apps

@DevMisc
#webdev #frontend #design
How JavaScript Works🔥 🤖 [Visually Explained]

This blog will explain how JavaScript executes code in the browser, and we will learn it through animated gifs...

https://dev.to/narottam04/how-javascript-works-visually-explained

@DevMisc
#javascript #webdev #v8
Replay, a time travelling web debugger

As simple as a screen recorder and as powerful as browser developer tools, Replay is the best way to understand your software.

https://www.replay.io/

@DevMisc
#webdev #tools #javascript
6 use cases of the useEffect ReactJS hook

Whenever we need to make use of side effects in our application, useEffect is the way to go...

https://dev.to/colocodes/6-use-cases-of-the-useeffect-reactjs-hook

@DevMisc
#react #webdev #javascript
Recipe for: A New Web developer

This recipe is to build a new web developer, we will learn some necessary ingredients to create a new web developer...

https://medium.com/@nievesjesus/recipe-for-a-new-web-developer

@DevMisc
#beginner #webdev #javascript
20 Killer JavaScript One Liners

20 Killer JavaScript one liners to make your life easier.

https://dev.to/saviomartin/20-killer-javascript-one-liners

@DevMisc
#javascript #webdev #productivity
Here’s a list of technologies I wasted time learning as a Web Developer

In an industry with an ever growing number of technologies, libraries, and frameworks, being efficient with your learning is key...

https://javascript.plainenglish.io/heres-a-list-of-technologies-i-wasted-my-time-learning-as-a-web-developer

@DevMisc
#webdev #hype #productivity
React Project Architecture

How can you create project structure and architecture with React.

https://dev.to/ezranbayantemur/react-project-architecture

@DevMisc
#react #javascript #webdev
7 Reasons You Should Learn JavaScript + 5 Best Free JavaScript Resources

In September 1995, Brendan Eich, a Netscape programmer, created a language called Mocha in 10 days...

https://dev.to/ashutoshmishra/7-reasons-you-should-learn-javascript

@DevMisc
#javascript #tutorial #webdev
How I built a modern website in 2021

I wanted to build an above and beyond experience, so I had to make thoughtful architectural decisions...

https://kentcdodds.com/blog/how-i-built-a-modern-website-in-2021

@DevMisc
#webdev #javascript #devops
Making the whole web better, one canvas at a time

One can have an entire career on the web and never write a single canvas.getContext('2d'), so "Why should I care about this new OffscreenCanvas thing?" is a decent question for many.

https://bkardell.com/blog/OffscreenCanvas.html

@DevMisc
#canvas #web #webdev
What is CSS preprocessor?

Nowadays, we often craft our styles by using preprocessors syntax. They provides a CSS-like syntax with enhanced features to save our time when building the web.

https://makzan.net/mobile-web-design/what-is-css-preprocessor/

@DevMisc
#css #scss #webdev #learn
Useful Websites Every Web developer Should Know About.

In this article, I will write about websites that will help you improve your productivity and manage some of the challenges we face in web development...

https://dev.to/cesscode/useful-websites-every-web-developer-should-know-about

@DevMisc
#productivity #javascript #webdev
Javascript Worst Practice

Everyone talks about the “best practices”, however, what about the things we’re doing that they’re not only wrong, but terrible practices?

https://blog.bitsrc.io/javascript-worst-practices

@DevMisc
#javascript #webdev #codequality
Goodbye CSS Modules, Hello TailwindCSS

Migrating from CSS Modules to TailwindCSS.

https://www.polytomic.com/blog-posts/goodbye-css-modules-hello-tailwindcss

@DevMisc
#css #tailwind #webdev