Articles by Dev To from September 2021
< Return to Dev To details.
11:21 pm GMT - Wed, September 29, 2021
Dev To
Create a themed favicon for color modes
There are 2 types of people in this world. Those who use dark mode and the other people.I'm not sure about you, but I am basically a 100% user of dark mode on everything I do. There is nothing worse t...
11:19 pm GMT - Wed, September 29, 2021
Dev To
Copy text to the system clipboard on click with JavaScript
In this short tutorial Ill be showing you how to add copy to clipboard functionality when a button is clicked using JavaScript. This comes in handy within web apps when you need to copy a large string...
10:36 pm GMT - Wed, September 29, 2021
Dev To
Useful plugins to VS Code
Some useful plugins/extensions for VSCode IDE. TipTo install the plugins quickly, launch VS Code Quick Open (Ctrl + P), paste the command and press Enter.ext install <plugin> Extension...
09:01 pm GMT - Wed, September 29, 2021
Dev To
Ruby Analytic System
Am a new ruby dev on block is it possible to create a blog analytic system in pure ruby...
08:41 pm GMT - Wed, September 29, 2021
Dev To
Have you used Stripe to collect payments?
With Stripe businesses of all sizes - from startups to large enterprises can accept payments, send payouts, and manage their businesses online.It's easy to set-up and maintain. Thanks to their API, de...
08:30 pm GMT - Wed, September 29, 2021
Dev To
SvelteKit Path Based Navigation
In this post, Ill describe how to build rich, dynamic path-based navigation using SvelteKit. It builds on SvelteKits routing capabilities, as well as leveraging the Svelte stores it provides to repres...
08:30 pm GMT - Wed, September 29, 2021
Dev To
Promise & Async await in JavaScript.
Promise:Imagine that youre a top singer, and fans ask day and night for your upcoming song.To get some relief, you promise to send it to them when its published. You give your fans a list. They can fi...
08:26 pm GMT - Wed, September 29, 2021
Dev To
Quickest way to Secure API Keys on the Frontend
We all know that API keys and connections can not be secured on the client side of an application. Hard coding API keys on the frontend is a quick and surefire way to have your API connection shutdown...
08:20 pm GMT - Wed, September 29, 2021
Dev To
Transform your smart devices to intelligent communicators
Ever built a product which you yourself used the next day? Well, I did! I had a Frenectomy and I was restricted to speak for the next 48 hours. That time, Donna came to the rescue! ...
08:03 pm GMT - Wed, September 29, 2021
Dev To
Senior Software Eng (web) looking to take on apprentice
Hi everyone. This isn't the first time I've opened the doors to taking on an apprentice, and I find it to be the most rewarding part of my career. Watching one-by-one as my students got their first jo...
07:49 pm GMT - Wed, September 29, 2021
Dev To
Welcome Thread - v144
Welcome to DEV!Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.Reply to someone's comment, either w...
07:43 pm GMT - Wed, September 29, 2021
Dev To
What do you want to know about Vue.js and its creation? Answer to be featured on our podcast
The DevDiscuss Podcast begins with an interview and ends with commentary from listeners and we like to feature the actual voices from our community!To inform an upcoming episode of the show, we'd lik...
07:38 pm GMT - Wed, September 29, 2021
Dev To
Bookmarklets Browser Search Engine
This post may be relevant mostly to developers or who loves automation. The Post covers two topics, and a combination of both in the end. But we will start with easy one first.Bookmarklets (medium)Bro...
07:31 pm GMT - Wed, September 29, 2021
Dev To
Graph Data Visualization With GraphQL & react-force-graph
In this post we explore building an interactive graph data visualization using GraphQL as our data source, with the Lobsters GraphQL API we built previously. We'll be using Next.js, Vercel, and the re...
07:23 pm GMT - Wed, September 29, 2021
Dev To
Best Tools for Different Coding Workflows
When writing code I often find myself using different tools depending on the workflow I'm currently in.In some workflows, like fixing a bug, understanding the code is most important. In other workflow...
07:21 pm GMT - Wed, September 29, 2021
Dev To
Java: Convert String to a Number
When it comes to converting a string of numbers, like: "1234" into a number the first question that jumps to your mind is:"They look like a number! why do I need to convert a number to a number?!"Well...
07:21 pm GMT - Wed, September 29, 2021
Dev To
Thanks Mr. Bezos
Is 3:00 PM September 29 in Washington DC and I am almost leaving the AWS Washington DC Summit held at Walter E. Washington Convention Center in the US Capital of a great country. First of all this pos...
07:15 pm GMT - Wed, September 29, 2021
Dev To
5 Basic linux commands with detailed explanation and their resemblance to windows.
Linux sometimes seems to be very difficult from the outside but once you get a head start there are a ton of possibilities with linux which are not available with windows. Obviously you may not get as...
06:56 pm GMT - Wed, September 29, 2021
Dev To
Easy way to integrate Google Maps in React
More often than not, you will be asked to add a map coming from Google Maps to websites you are developing.This might seem like a pain to integrate in your React application, but luckily Alexey Lyakho...
06:45 pm GMT - Wed, September 29, 2021
Dev To
Arquitetura Evolutiva: a chave para o sucesso da Agilidade
Como tratar atividades de arquitetura em projetos geis? Tradicionalmente, em metodologias Waterfall, conforme imagem abaixo, as atividades de arquitetura se concentram at a fase de design. o que tra...
06:21 pm GMT - Wed, September 29, 2021
Dev To
16 must-have Figma Plugins for UI/UX Designers
Hey there, I'm Savio Martin, A 14-year-old boy on an intention to enhance as a successful full-stack web developer. I love building full-stack web applications and mobile apps. I have proved my superi...
06:19 pm GMT - Wed, September 29, 2021
Dev To
Listen to the Ruby and Rails-Themed Season 6 Finale of DevDiscuss with Richard Schneeman & Penelope Phippen!
The Season 6 Finale of DevDiscuss is here (already!): S6:E8 - Ruby and Rails: From Features to Governance DevDiscuss Your b...
06:06 pm GMT - Wed, September 29, 2021
Dev To
Algorithmic Approach to Problem Solving
Searching AlgorithmsSearching is an algorithm which is widely used in programming.It is a type of algorithm which is used to check for an element or get some information about the element in a ...
06:02 pm GMT - Wed, September 29, 2021
Dev To
Best Visual Studio Code themes
Dracula Official GitHub Theme Nord Arkademy Eva Theme Horizon Theme Palenight Theme One Dark Pro Tokyo Night Omni Theme...
05:42 pm GMT - Wed, September 29, 2021
Dev To
7 Amazing Tips While Redesigning Your Website
Redesigning a website may be a stressful, time-consuming, and complex task. Its natural if the amount of information you need to know in order to build a new, fresh design repulses you. However, if yo...
05:40 pm GMT - Wed, September 29, 2021
Dev To
Print images to console using Python
Hello everyone, hope you all are doing good. I would like to show you how to print images onto the console using Python. So, let's get started.Before getting started, make sure to have pip and python ...
05:38 pm GMT - Wed, September 29, 2021
Dev To
Javascript Security Checklist
Introduction1. Code Linting & SAST2. Running a security audit with npm audit3. Integrity checking for JavaScript (SRI)How does it work?4. Validations, Validations, Validations!5. Minify and obfusc...
05:28 pm GMT - Wed, September 29, 2021
Dev To
Free Data Science for Beginners curriculum on GitHub
Our team of Azure Cloud Advocates, Program Managers, and Student Ambassadors are pleased to bring a new addition to the For Beginners Curriculum series: Data Science for Beginners. https://aka.ms/data...
05:17 pm GMT - Wed, September 29, 2021
Dev To
Discuss: Open Source Contribution Pain Points and Success?
Hey! I am Christina, a Developer Advocate at Forem who focuses on the open source community. As I continue to work with the community in our open source project, I would love to understand any pain po...
05:04 pm GMT - Wed, September 29, 2021
Dev To
URL Shortener with Rust, Svelte, & AWS (5/): Frontend
In the last post, we worked on containerizing the backend of our application, so that we can deploy it with a single command. In this post, we will create a static front-end application with Svelte + ...
05:02 pm GMT - Wed, September 29, 2021
Dev To
Flowrift - Tailwind CSS UI blocks
Introducing Flowrift, an assistant library made of beautifully designed Tailwind CSS UI blocks. All blocks are vanilla HTML and work with Tailwind CSS' default configuration. Go big or go small: Stack...
04:55 pm GMT - Wed, September 29, 2021
Dev To
JavaScript reduce() method Simple Explanation with Simple Examples
Understanding how the JavaScript reduce() method works is tricky. However, when properly understood, the method can be used to perform some really powerful tasks.The reduce() method reduces an array t...
04:51 pm GMT - Wed, September 29, 2021
Dev To
How does visual management improve team efficiency?
When I started my career as a developer 8 years ago I struggled to have a global view and see the big picture in my missions. I developed many projects and sometimes reverted my work depending on what...
04:49 pm GMT - Wed, September 29, 2021
Dev To
I wrote a fully-functioning File Explorer, using TypeScript
I am very happy to introduceXplorerto help you organize your files and/or folders.FeaturesDesigned Out Of The BoxXplorer is not written on traditional language like C, C++ or C#. It is written on Type...
04:46 pm GMT - Wed, September 29, 2021
Dev To
Why Render
When I joined Stripe in 2011, the company had four full-time engineers. Even then, one of them was focused exclusively on managing our AWS infrastructure. By the time I left in 2016, the engineering o...
03:59 pm GMT - Wed, September 29, 2021
Dev To
Deploy an express application to Vercel.com with Typescript
After a long time, I got have to find out the way to deploy an express application to Vercel.com with typescript language.Following the steps below: 1. Creating new a repository in Github and clo...
03:54 pm GMT - Wed, September 29, 2021
Dev To
Hacktoberfest Participants Help Us Internationalize the user-statistician GitHub Action
A few months ago, I released a GitHub Action, user-statistician, that generates a detailed GitHub stats SVG entirely within GitHub Actions. It generates a detailed visual summary of your activity on G...
03:54 pm GMT - Wed, September 29, 2021
Dev To
WorkerB Developer Automation From LinearB
The most powerful tool we have as developers is automation.Scott HanselmanDevelopers automate everything about how we write, test and ship code. But when it comes to the process of how we work togethe...
03:44 pm GMT - Wed, September 29, 2021
Dev To
I made 100 CSS loaders for your next project
You either make a super fast website/application or you use loaders. I think most of us fall into the second category.Now the question is: what loader should I use? the "loading" text, the 3 dots, a p...
03:40 pm GMT - Wed, September 29, 2021
Dev To
Let's Learn Kubernetes - Basics Part 1
Building an application is one set of challenges that needs to be tackled, and once that is done, you have a series of new challenges. An Application needs to be Deployed, Scaled, and maintained acros...
03:09 pm GMT - Wed, September 29, 2021
Dev To
Eating our own dog food a year of decision logs (with Loqbooq)
Loqbooq, our tool to document decisions in teams, is not our first rodeo. Frankly, rodeos aren't a good metaphor either. We have created and still maintain several app projects like Tincta now in it'...
03:05 pm GMT - Wed, September 29, 2021
Dev To
How to make money selling courses online in 2021 (as a developer)
As a developer, there are a lot of different ways to make an (extra) income from your skills other than your day-to-day job. Among all of the options you have, creating and selling courses online to m...
03:03 pm GMT - Wed, September 29, 2021
Dev To
Getting to know Flutter: Advanced use of ModalBottomSheet
Do you want to present a simple modal picker to the user or just show a nice feedback to a user action? In this tutorial you will learn how to use the showModalBottomSheet function.Let's start by crea...
02:57 pm GMT - Wed, September 29, 2021
Dev To
A comprehensive guide for using the Twitter API v2 with Tweepy in Python
Tweepy is a popular package in Python used by students, researchers and developers for interacting with the Twitter API. Recently, the version 4.0 of this package was released that supports the Twitte...
02:56 pm GMT - Wed, September 29, 2021
Dev To
Bulk Address Verification With the Lob API
This article is a hands-on tutorial that will show you how to create an app using Lobs Address Verification API to verify records from a database in bulk. This tutorial will show you the capabilities ...
02:40 pm GMT - Wed, September 29, 2021
Dev To
12 Github Repositories to Help You Ace Your Job Interview
The word "interview" is frequently associated with anxiety and discomfort. However, you may prepare vital tools to brighten up and organise fruitful interviews with this article's assistance.I'll prov...
02:34 pm GMT - Wed, September 29, 2021
Dev To
Type Aliases vs Interfaces in TypeScript
TypeScript provides two ways to create custom types for our data and they include Type aliases and Interfaces. This article will discuss the similarities and differences between them, and the best use...
01:46 pm GMT - Wed, September 29, 2021
Dev To
Color Flipper App ==>> Basic DOM Project
ContentIntroduction*What is this Project?*Concepts used*Notes and Syntax* IntroductionIt is said that for getting into Web Development , one must have a good hand in JavaScript. Learning JS...
01:41 pm GMT - Wed, September 29, 2021
Dev To
Top 10 Cloud Computing Virtual Events to Attend in October 2021
One of the fastest and most enjoyable ways to keep learning as a developer is to attend an event or conference. It can broaden your horizon, expand your network, strengthen your existing skillset, and...
01:08 pm GMT - Wed, September 29, 2021
Dev To
Jaeger distributed tracing - complete guide
Distributed tracing has become critical for application performance monitoring in microservice-based architecture. Jaeger is a popular open-source tool used for distributed tracing. With distributed t...
12:54 pm GMT - Wed, September 29, 2021
Dev To
Beginner's Guide to Docker(Part 2)- Manage data in Docker
We learned few basic things about docker in Part 1, so we know how to build an Image using dockerfile and create a container based on that Image, in continuation to that lets see how to manage data in...
12:46 pm GMT - Wed, September 29, 2021
Dev To
Bookmark These 8 Front-End Websites Now!
Now that I've been working with front-end web frameworks professionally for over 2 years, I can confidently say that I mostly know what I'm doing. Through this journey I've come across many useful res...
12:39 pm GMT - Wed, September 29, 2021
Dev To
Can we build a better Terraform? The story of Opta
cover image by By Daein Ballard - CC BY-SA 3.0Managing to distributed systems is... difficult. You can find guides and recommendations everywhere that say if you don't have to do a distributed worklo...
12:24 pm GMT - Wed, September 29, 2021
Dev To
How to Use Environment Variables in An Angular App
Environment variables in an Angular app are extremely useful for storing constants in your app that need to be used frequently, such as API url's, API access keys, Firebase config values and other gen...
12:20 pm GMT - Wed, September 29, 2021
Dev To
Windows 11 Settings in React Js
Hey devs,I recreated the windows 11 settings app for the web. Made in React JS. Check it out from the link below :)Live demo : win11-settings.netlify.appGithub: github.com/yashash1511/win11-settings-r...
12:11 pm GMT - Wed, September 29, 2021
Dev To
Learning Python- Intermediate course: Day 34, Toplevel, Panedwindow and Message widgets
Today we will cover a brief about the Top-level, paned-window and message widgets.Till now we have covered majority of the widgets. Today's agenda is to have a quick look at three more widgets ...
12:02 pm GMT - Wed, September 29, 2021
Dev To
Exploring the CSS Paint API: Blob Animation
After the fragmentation effect, I am going to tackle another interesting animation: The Blob! We all agree that such effect is hard to achieve with CSS, so we generally reach for SVG to make those goo...
11:46 am GMT - Wed, September 29, 2021
Dev To
Swallow- A new programming language with python like syntax but as fast as c(currently under devolopment)
TL;DRSwallow is basically a programming language with python-like syntax but it is statically typed and as fast as c made by me and my friends. It is currently under development. Repo:- https://...
11:44 am GMT - Wed, September 29, 2021
Dev To
Inclusive Language in Slack
Since the start of the pandemic a lot of us moved their company communication to Slack (or similar tools). To help my colleagues and support them with how to use Slack I wrote a slack etiquette for Si...
11:40 am GMT - Wed, September 29, 2021
Dev To
Dont Repeat Yourself - DRY
Dont Repeat Yourself in codingDRY (Dont Repeat Yourself) is a principle of software development. The focus of DRY is to avoid repetition of informationWhen you write code that performs the same ...
11:24 am GMT - Wed, September 29, 2021
Dev To
Building custom "useTypedFetch" hook in React with TypeScript
Asynchronous interactions are the bread-and-butter of modern JavaScript programming. Lets see how we can abstract away all the heavy lifting and boilerplate of data fetching in a custom useTypedFetch ...
11:17 am GMT - Wed, September 29, 2021
Dev To
Cryptourism and CTR on Coincodex
Leading Crypto Aggregator CoinCodex list Cryptourism.CoinCodex is a company providing an online cryptocurrency market. It gathers data from exchanges to deliver real-time prices, market cap, and histo...
10:34 am GMT - Wed, September 29, 2021
Dev To
What are basic string methods in Python?
In Python, strings are immutable.This means that they can not be modified.So if we wanted to repair a typo in string,we cant simply modify the incorrect character.We would need to create a replacement...
10:18 am GMT - Wed, September 29, 2021
Dev To
What is the importance of IQ?
The first time you probably hear about your childs IQ is when there is some question about their abilities in school, whether its above or below expectations. This often misunderstood concept is forei...
10:16 am GMT - Wed, September 29, 2021
Dev To
Ride-hailing App Development: Technology Stack to Build a Taxi Booking App
Ride-Hailing is a developing service that is preferred by many people at present. The obvious advantages of ride-hailing or ride-sharing are that the cost of traveling from the source to the destinati...
10:06 am GMT - Wed, September 29, 2021
Dev To
Building a Tailwind CSS breadcrumb component
Tailwind CSS is a framework that I've been using for quite some time and I must say that I've completely discarded the possibility to work with any other framework in the near future.However, there is...
10:05 am GMT - Wed, September 29, 2021
Dev To
As a beginner in JavaScript, I did this within a day
GitHub link : https://github.com/Emmijozzy/JavaScript-tab-carouselSite link : https://emmijozzy-js-tab-carousel.herokuapp.comThis is done with a mindset of a beginner looking forward to be a great dev...
10:03 am GMT - Wed, September 29, 2021
Dev To
Light House Reflection Picture Frame
Inspired By: https://dribbble.com/shots/11182292-Lighthouse-Boat-Ride...
09:54 am GMT - Wed, September 29, 2021
Dev To
For a Newbie, by a Veteran Newbie
This is more like a letter to my freshman self. I am a computer science senior now. And I have made a thousand mistakes that I would love to tell other freshmen and sophomore from not very great colle...
09:52 am GMT - Wed, September 29, 2021
Dev To
7 useful HTML attributes you may not know
HTML is the cornerstone of web development. Yet, many aspiring programmers merely skim the surface and move on to CSS, JS, etc, missing its entire potential.This is a list of HTML attributes that many...
09:44 am GMT - Wed, September 29, 2021
Dev To
My Journey into Development
Early YearsTechnology was something I was interested in since a very young age. At first, I was mainly interested in electronics and robotics. I didn't make anything at the age of 5 or 6 but I w...
09:29 am GMT - Wed, September 29, 2021
Dev To
Hactoberfest2k21
Here it comes!!!! #Hacktoberfest 2021. Have you registered? Registration is in the section hacktoberfest2k21 #hacktoberfest #opensourcecontribution #kshitijsays #learningeveryday #applyher...
09:17 am GMT - Wed, September 29, 2021
Dev To
What are your favorite VS Code productivity extensions?
VS code has become so feature-rich in built-in settings, you should always double check if you really need the extension you have in mind: VS Code: You don't need that ex...
09:06 am GMT - Wed, September 29, 2021
Dev To
15 Developer Tools to Make You Super Productive
The best software developers arm themselves with superior knowledge of specific tools that get the job done.Pairing with experienced developers leaves you with many tips, tricks, shortcuts, and tools ...
08:58 am GMT - Wed, September 29, 2021
Dev To
Google Auth Firebase
In this blog I am going to cover some basic concepts about the Firebase Authentication with google-auth. So lets zoom in and write some code.First off all lets create a login and dashboard screen.Here...
08:57 am GMT - Wed, September 29, 2021
Dev To
Understanding TypeScript decorators.
JavaScript is an awesome programming language. And TypeScript has done a great job at filling in the gaps of JavaScript. Not only does it add types, it also implements a few extra features which aren'...
08:22 am GMT - Wed, September 29, 2021
Dev To
Detect active links in Next.js
Now that we have an almost complete Next.js website driven by WordPress let's see how we can detect the active links.Feel free to follow along by using this GitHub repo as your starting point. Mi...
08:20 am GMT - Wed, September 29, 2021
Dev To
Using Doppler In a React-Firebase Application
Handling secrets/environment variables on a team/personal codebase can be very stressful. Doppler helps you scale through this problem by providing an environment to store your secrets that you and yo...
08:11 am GMT - Wed, September 29, 2021
Dev To
How to Reduce your Android release App size, up to 47% or even more React Native
After finished developing and building your app, you then realise that it is somewhat bigger than what you prefer. The first thought that comes to your mind is "how can this be reduced?"Consider usin...
07:54 am GMT - Wed, September 29, 2021
Dev To
10 DataEngBytes talks you won't want to miss
There are just a few days left until Australia's ultimate data engineering conference. It's going to be another big year with more talks than ever. There is something for everyone, whether you work in...
07:51 am GMT - Wed, September 29, 2021
Dev To
EpyNN: Educational python for Neural Networks
For those wishing to understand and build from basic implementations of Neural Network architectures, in Python.EpyNN - GithubEpyNN - Documentation...
07:32 am GMT - Wed, September 29, 2021
Dev To
Why should you build a portfolio?
If you are a web developer and you don't have a portfolio... join the club! Many of us don't have portfolio websites. In this post I will try to convince you on why you should build a (kickass) portfo...
07:30 am GMT - Wed, September 29, 2021
Dev To
typeorm - nestjs migrations -
Teniendo en "package.json" la configuracin para typeorm con nestjs.Usamos en consola donde init(es nombre de migracin generada):Que a partir de nuestro ormconfigBusca todas las entidades para generar ...
07:17 am GMT - Wed, September 29, 2021
Dev To
The End of Dawn - Let's Encrypt certificate expiration.
HTTPS is the Web's cryptographic backbone, offering an encrypted and authorized version of HTTP over TLS. The primary use cases for HTTPS when it was first introduced by Netscape twenty-seven years ag...
06:40 am GMT - Wed, September 29, 2021
Dev To
How to land a programming job when your resume sucks
For a while now I am trying young developers and designers to land a job with successes. Just s notice: i am not a recruiter. I am working as a software engineer and designer for sixteen years. I have...
06:36 am GMT - Wed, September 29, 2021
Dev To
Learn blockchain, apps that make your life easier, SEO, freelancing, and more
If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on Twitter for more information about web development and how to improve as a developer. This art...
06:34 am GMT - Wed, September 29, 2021
Dev To
Game Theory in SEO: Building A Ship of Strategy in a Sea of Tactics
Editorial Note: this post is part of my SEO for Non-Scumbags series, which I began here.It might seem a bit aggressive or presumptuous to write off an entire discipline as tactical. But, I guess, here...
06:32 am GMT - Wed, September 29, 2021
Dev To
Introduction to Destructuring in JavaScript
Hey everybody In this article we will talk about Destructuring in JavaScript.Destructuring syntax is helpful to unpack values from arrays and objects into variables in JavaScript. This feature was ro...
06:23 am GMT - Wed, September 29, 2021
Dev To
Weekly web development resources 89
BurdyAn open-source headless CMS, which integrates well with Next.js. Basic Pattern RepositoryA collection of hand-coded SVG 's, ready to be used in inline SVG or however you like. How...
06:03 am GMT - Wed, September 29, 2021
Dev To
RxJS - Error Handling Operators
One of the best practice in our work is handle the errors, so today I'll show you some operators in RxJS to handle the errors.Let's start :)catchErrorCatches errors on the observable to be handled by ...
06:02 am GMT - Wed, September 29, 2021
Dev To
JavaScript Package Manager Yarn vs NPM
A package manager is a collection of software tools that keeps track of what computer program is installed on your computer and allows you to easily install, upgrade to newer versions, or remove compu...
05:54 am GMT - Wed, September 29, 2021
Dev To
Top 10 Windows keyboard Shortcut Keys
Hello Guys, Today in this article I am showing top 10 windows shortcut key for beginners. So, Let's start today's article... Top 10 Windows Keyboard Shortcut key ( "Win" mean Windows Key ) Win ...
05:28 am GMT - Wed, September 29, 2021
Dev To
Is there any way on how we can integrate todoist or any Kanban board service in our laravel app?
Right now, I would love to have a kanban board feature in my laravel app. But most tutorials on the internet explain how we make it with vue, where my application is built with laravel completely with...
05:25 am GMT - Wed, September 29, 2021
Dev To
Replace std::find_if in 80% of the cases
If you've been following the posts on this blog, you know that I'm a big fan of using standard algorithms in any programming language, in particular in C++.They contain fewer bugs, in general they hav...
05:24 am GMT - Wed, September 29, 2021
Dev To
I made 100 CSS loaders for your next project
You either make a super fast website/application or you use loaders. I think most of us fall into the second category.Now the question is: what loader should I use? the "loading" text, the 3 dots, a p...
05:11 am GMT - Wed, September 29, 2021
Dev To
7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
05:04 am GMT - Wed, September 29, 2021
Dev To
10 Awesome Github Repos Every Web Developer Should Know
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.ReadUI&am...
05:01 am GMT - Wed, September 29, 2021
Dev To
I wrote a fully-functioning File Explorer, using TypeScript.
I am very happy to introduceXplorerto help you organize your files and/or folders.FeaturesDesigned Out Of The BoxXplorer is not written on traditional language like C, C++ or C#. It is written on Type...
04:59 am GMT - Wed, September 29, 2021
Dev To
5 Common HTML Mistakes you should avoid.
1. Semantic Header and FooterDivs have no semantic structure. Instead of using divs to create headers or footer structures, use "header" and "footer" elements.Don't do this<div id="header">...
04:31 am GMT - Wed, September 29, 2021
Dev To
Top 10 VS Code extensions you need to install right now!
Prettier - Code formatterPrettier is one of the most used code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line len...
03:59 am GMT - Wed, September 29, 2021
Dev To
[Solved]: non-default argument follows default argument
Once in your life, you must have faced this error in Pythonnon-default argument follows default argument Why?In Python, normally you can't define non-default arguments after default arguments in ...
03:54 am GMT - Wed, September 29, 2021
Dev To
A Complete Practical Guide on Hoppscotch.
INTRODUCTIONIn this blog we will work practically on Hoppscotch. We will study how API Testing is done in Hoppscotch. Writing pre-request scripts and Test scripts to make sure the API is highly ...
03:44 am GMT - Wed, September 29, 2021
Dev To
[free template] App UI package for Food ordering
As social distancing spread globally, we saw a surge of demand in developing food ordering websites and apps. Unfortunately, there have some ambiguities in concept and features deterring companies fro...
03:40 am GMT - Wed, September 29, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 65
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
03:18 am GMT - Wed, September 29, 2021
Dev To
AWS Elastic Beanstalk - Hands On
To create a stack on AWS bean stalk follow the steps belowSearch for beanstalk in the Search bar after logging in Click on create application on the homepageSelect an application name I selected test-...
02:39 am GMT - Wed, September 29, 2021
Dev To
Estruturas de dados como Hooks, um guia: Linked List
Programadores medianos se preocupam meramente com o cdigo. Programadores excelentes se preocupam com estruturas de dados e suas relaes.Linus TorvaldsEu amo algoritmos e estruturas de dados, quando est...
02:32 am GMT - Wed, September 29, 2021
Dev To
Spark as function-Containerize PySpark code for AWS Lambda and Amazon Kubernetes
IntroductionThe python, java etc applications can be containerized as a docker image for deployment in AWS Lambda and AWS EKS using the AWS ECR as container registry. The spark framework commonl...
12:26 am GMT - Wed, September 29, 2021
Dev To
ngrok: Expose a local web server to the internet
Hello devs, I got introduced to a tool that allows you to expose a web server running on your local machine to the internet. Its ngrok SetupGo to Ngrok Link to signup and download the ngrok for y...
11:22 pm GMT - Tue, September 28, 2021
Dev To
Code Golf: Conditionally Add To An Array
The Grass Is Always GreenerWe're building a system to track a golfer's statuses during a tournament. This is a competitive tournament with people who are much better than I will ever be, so if a...
10:45 pm GMT - Tue, September 28, 2021
Dev To
Organize React Components Better with Barrel Exports
We all know that React imports can get a little... verbose.import * as React from "react"import compose from "recompose/compose"import type Dispatch from "redux"import connect from "react-redux"import...
10:42 pm GMT - Tue, September 28, 2021
Dev To
My Baseline Mac Setup
dev.to is full of "Check Out My Setup" and "Configure Your Terminal" posts, for better or worse...Well, it's time to be corny and add my own article to that list! Please don't judge this too harshly. ...
10:14 pm GMT - Tue, September 28, 2021
Dev To
Cmo consigo llamar la atencin de mis clientes web?
(Imagen principal por Samson via Unsplash)Tanto si lo que quieres es preparar una propuesta para un cliente actual, como para llamar la atencin de posibles futuros clientes, estos pequeos pasos te pue...
09:43 pm GMT - Tue, September 28, 2021
Dev To
Nuxt 3 is Coming! Here's What You Need to Know
by author Arek NawoAfter Vue 3s stable release late last year and migration of all first-party tools and libraries, we now see more and more open-source libraries and tools moving from Vue 2 to Vue 3....
09:30 pm GMT - Tue, September 28, 2021
Dev To
Serverless file storage with AWS Lambda
Hello! Today we will deploy a serverless infrastructure based on AWS Lambda for uploading images (or any other files) with private storage in an AWS S3 bucket. We will be using terraform scripts that ...
09:29 pm GMT - Tue, September 28, 2021
Dev To
Open Source: As explained to a five-year-old
It is Christmas, and Daddy brings home a Christmas tree, and the tree needs to be decorated. You have lots of decoration ideas, same as your sister, but you cannot decorate the tree till you receive p...
09:03 pm GMT - Tue, September 28, 2021
Dev To
Toxic optionals - TypeScript
In my previous blog post I was talking about the inherent Toxic flexibility of the JavaScript language itself.I made a case for cutting down the number of options a piece of code can have so our tool ...
08:59 pm GMT - Tue, September 28, 2021
Dev To
Create a backend in Javascript: Introduction to Node.js
Here is a series of articles to help you create backend applications in Javascript.Node.js is now a must, so it is essential for a developer to master it.I will publish a new article every two days an...
08:40 pm GMT - Tue, September 28, 2021
Dev To
A short guide to help you pick the correct HTML tag
A semantically correct HTML tag informs the browser and the developer about its content. It also helps keyboards and assistive technologies to navigate through a website.There are more than 100 HTML t...
08:08 pm GMT - Tue, September 28, 2021
Dev To
Why web3 matters
Original post on HashnodeRecently, a Twitter thread entitled Why web3 matters went viral. And as much as I love this sentiment, I couldn't help but roll my eyes when reading through Chris Dixon's buzz...
07:44 pm GMT - Tue, September 28, 2021
Dev To
A Strange Request
I'm planning a fancy dinner party for our friends, and you being my friend, decide to help me with the arrangements. Everything is going well until I ask you... A Strange RequestHey, I need you t...
07:12 pm GMT - Tue, September 28, 2021
Dev To
15 Developer Tools to Make You Super Productive
The best software developers arm themselves with superior knowledge of specific tools that get the job done.Pairing with experienced developers leaves you with many tips, tricks, shortcuts, and tools ...
06:53 pm GMT - Tue, September 28, 2021
Dev To
Beginners Guide to Software Engineering Part 1
I am very excited to have the opportunity to write this guide to help beginners navigate their way through the tech industry. I applaud you for taking the initiative and making such a strong decision ...
06:47 pm GMT - Tue, September 28, 2021
Dev To
What is Use Strict? Explained
Read original Introduction"use strict" is a directive that is used to enable strict mode in JavaScript. It's simply a string that is placed on top of our code. When the browser comes across the s...
06:11 pm GMT - Tue, September 28, 2021
Dev To
Top 7 Featured DEV Posts from the Past Week
Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take i...
06:09 pm GMT - Tue, September 28, 2021
Dev To
Protect Your components with React Router
If you're using react router in your App, then you probably wanted to protect some routes from specific users, or to Redirect some users to their own page or component. so what to do ?In this blo...
06:02 pm GMT - Tue, September 28, 2021
Dev To
Adding Sentry to Spring Boot Securely
Observability.When I started working with the microservices at my job about 4 months ago, there were numerous ways to know a bug made it to production.Slack alerts. Cloudwatch logs. Production support...
05:49 pm GMT - Tue, September 28, 2021
Dev To
Electron Adventures: Episode 67: Malina
In this series we've tried out a bunch of different frameworks, from the omnipresent jQuery and React to ones you've at least heard of like Svelte, Vue, and D3, to completely obscure Marko.Well, time ...
05:14 pm GMT - Tue, September 28, 2021
Dev To
AutoMapper in C
AutoMapper in C# is a mapper between two objects. That is AutoMapper is an object-object mapper. It maps the properties of two different objects by transforming the input object of one type to the out...
05:09 pm GMT - Tue, September 28, 2021
Dev To
Working with ZIP files in LuaRT
LuaRT provides a builtin zip module to work with compressed files in ZIP format, without any additional dependencies. ZIP archive filesZIP is a file format that supports lossless compression. A l...
04:58 pm GMT - Tue, September 28, 2021
Dev To
How to Emulate Devices on Google Chrome
When building websites, you have to keep in mind that many kinds of device are going to be viewing your site. These devices will come with different screen orientations. Thus, making your website look...
04:40 pm GMT - Tue, September 28, 2021
Dev To
Get Started with React Native, Redux and TypeScript
One of the popular state management tools out there is Redux. Setting up a Typescript React Native Project with Redux can be tricky for beginners, in this article, I will teach you how you can easily ...
04:40 pm GMT - Tue, September 28, 2021
Dev To
How to setup Auditd on Ubuntu
Original Article written here How to enable and configure Auditd on UbuntuSecuring our microservice's backend infrastructure is very crucial nowadays, managing lots of endpoints, clusters[Database, w...
04:29 pm GMT - Tue, September 28, 2021
Dev To
Electron Adventures: Episode 66: Dynamic Rendering
In the previous episode we managed to significantly improve performance of creating rows, but it's not good enough. For a 16MB file, we still need to create 1M rows with 20M elements, each with some c...
04:25 pm GMT - Tue, September 28, 2021
Dev To
The cost and benefit of synchronous replication in PostgreSQL and YugabyteDB
I have seen a people comparing YugabyteDB and PostgreSQL, and surprised by the different throughput when running a simple test on a from a single session. The purpose of a distributed database is to s...
04:24 pm GMT - Tue, September 28, 2021
Dev To
OutSystems: the journey to a $9.5B valuation
Paulo Rosado founded OutSystems in 2001 with a vision to give every company the power to build software fast, right, and for the future. Today, 20 years later, Paulo remains CEO and OutSystems is valu...
04:20 pm GMT - Tue, September 28, 2021
Dev To
3 Must-Install NPM Packages to Write High-Quality React Code
As a React developer, you spend your time writing JavaScript code. Programming isn't an easy task. Indeed, you're requested to write high-quality code and at the same time writing code without any bug...
03:58 pm GMT - Tue, September 28, 2021
Dev To
Using FastImage to detect image dimensions in Ruby
On Forem (the open source software that powers DEV, etc.) we have these display units with customizable content an admin can set.As you can see, this contains an image... which will need to load async...
03:58 pm GMT - Tue, September 28, 2021
Dev To
Find Unplanned Work And Match Developer Effort To The Right Project With LinearB Matchmaker
Even the best developers sometimes find themselves investing time into unplanned work that is not aligned to current team priorities.The CEO asks for something urgent.A shiny new object becomes a dist...
03:27 pm GMT - Tue, September 28, 2021
Dev To
Why JavaScript will always need Transpilers and Polyfills
This blog post was originally published here .To understand why well always need transpilers and polyfills let's take a look at Backwards and Forwards compatibility in JavaScript. Backwards comp...
03:23 pm GMT - Tue, September 28, 2021
Dev To
A Window into Docker, minikube, and containerd
Like many of you, I received an email from Docker notifying me of their changes to service. Having used Docker Desktop for many years as part of my work, I was a little concerned. My concern was not...
03:12 pm GMT - Tue, September 28, 2021
Dev To
Database-driven realtime architectures: building a serverless and editable chat app - Part 1
IntroductionDatabase-driven realtime architectures are becoming more and more common as evidenced by key backers and widespread use of software like Firebase and Supabase.The two key priorities ...
03:10 pm GMT - Tue, September 28, 2021
Dev To
CSS Font Face
Note: Before reading this article, you need to know about CSS Font Family. I assume you know about the CSS font family.Font Face is a great feature of CSS. Think You like a font you want to use, what ...
03:05 pm GMT - Tue, September 28, 2021
Dev To
How to install OpenGL in Ubuntu in C?
What Is OpenGL?OpenGL is a Graphics rendering API which is operating system independent, window system independent and has high-quality color images composed of geometric and image primitives. O...
02:57 pm GMT - Tue, September 28, 2021
Dev To
Functions Store just launched on Product Hunt and we would love your feedback!
Hey Everyone - Functions Store just launched on Product Hunt and we would love your feedback!Weve spent that last few months building:A Marketplace of reusable, expert-built, and well-tested Google Cl...
02:57 pm GMT - Tue, September 28, 2021
Dev To
Function Store - New functionality installed with a click.
Hey Everyone - Functions Store just launched on Product Hunt and we would love your feedback!Weve spent that last few months building:A Marketplace of reusable, expert-built, and well-tested Google Cl...
02:48 pm GMT - Tue, September 28, 2021
Dev To
How to unit test Vuex modules defined with the vuex-module-decorators syntax in Nuxt, using vue-test-utils and Jest?
Cover photo by Tien Vu Ngoc on Unsplash The problemTo find the answer to my question I went through the official Nuxt documentation and through the existing Stack Overflow and Github issue discus...
02:43 pm GMT - Tue, September 28, 2021
Dev To
Self-Parking Car in
Training the car to do self-parking using a genetic algorithm TL;DRIn this article, we'll train the car to do self-parking using a genetic algorithm.We'll create the 1st generation of cars with r...
02:33 pm GMT - Tue, September 28, 2021
Dev To
From 0 to 5.000.000 monthly views
This is not an article about how to reach 5 000 000 monthly views. This is an article on how we managed to design, develop, optimize and maintain (3.5 years) such a website.I have published this artic...
02:30 pm GMT - Tue, September 28, 2021
Dev To
Explaining lazy evaluation in C
Countless were the times I've fired up Visual Studio to write the following example explaining what lazy evaluation is and why it's better to expose collections as IEnumerable<T>:using System.Co...
02:29 pm GMT - Tue, September 28, 2021
Dev To
[Launch] Sunflower - Rewire your brain to associate sobriety with reward
After 1.5 years of learning to code, half a bootcamp, 1150 Github commits, and one failed startup - I finally built an iOS app that people actually use. :)Despite being a super shitty programmer, toda...
02:28 pm GMT - Tue, September 28, 2021
Dev To
Hi, I'm Tricky, and I just started learning webdev, about a week ago. Here is a small website I made :D
Here is the website ->https://www.tricky.ml/Here is the repo ->https://github.com/Tricky4747/Tricky4747.github.ioLet me know your thoughts :)...
02:06 pm GMT - Tue, September 28, 2021
Dev To
Update an object in nested array in MongoDB
Hello Reader To update an object inside a nested array in MongoDB you can use this approach, Its well tested and working. Case:Update nested array objects. See below picture for a better Idea wha...
02:00 pm GMT - Tue, September 28, 2021
Dev To
The Missing SQL Basics Crash Course
IntroductionNo matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use SQL at some point in your career.The guide is suitable for anyo...
01:37 pm GMT - Tue, September 28, 2021
Dev To
HTTP Prompt for Performance Engineers
In this blog post, we are going to see how you can get started with HTTP Prompt - an interactive command-line HTTP client for testing and debugging purpose. In the last couple of posts, I have covered...
01:27 pm GMT - Tue, September 28, 2021
Dev To
Splunk - Rex command
When you are debugging an application, you may need to extract some data from logs (like an id in an URI...).To help you to do that, Splunk has the rex command. How does it work? CommandThe ...
01:25 pm GMT - Tue, September 28, 2021
Dev To
Lessons from a student hackathon
I'd like to take you back to the second year of my degree in Computer science. All the way back to 2014 to be precise. A hackathon was organized where we could travel to Belgium and do a 2-day hackath...
01:16 pm GMT - Tue, September 28, 2021
Dev To
Introducing ngx-react : Angular React interoperability without pain.
Have you ever wanted to use React components in an Angular application ? Or to start migrating an Angular app to React component-by-component ? Or simply use both at the same time ?I developped ngx-re...
01:07 pm GMT - Tue, September 28, 2021
Dev To
Cloud 66 Prepress - Build and deploy Jamstack site on your own cloud!
We are happy to announce a release of a new product at Cloud 66, called Cloud 66 Prepress.Prepress allows you to benefit from the power of the Jamstack without being locked into a proprietary infrastr...
01:02 pm GMT - Tue, September 28, 2021
Dev To
Using Jaeger for your microservices
Jaeger is a popular open-source tool used for distributed tracing in a microservice architecture. In a microservice architecture, a user request or transaction can travel across hundreds of services b...
01:01 pm GMT - Tue, September 28, 2021
Dev To
Picking your tech stack - Canonic vs Strapi
IntroductionCanonic and Strapi are often compared as direct competitors. However, the two are quite different in terms of intended usage & audience. This article aims to highlight these diff...
12:55 pm GMT - Tue, September 28, 2021
Dev To
What are NFTs and why Cryptourism.io is in the field?
Cryptourism.io would like to welcome everyone to the new World of NFTs.We proudly created our first NFT that will be redeemable for a 3 nights stay in our property from June 31st 2022. It is a unique ...
12:42 pm GMT - Tue, September 28, 2021
Dev To
Basics about MongoDB indexes
Database indexes are essential to improve the performance of our system. Therefore, today we want to start a series of posts related to this topic. Specifically, we are going to talk about how to mana...
12:39 pm GMT - Tue, September 28, 2021
Dev To
Optimizing React App Performance
Quick SummaryThis article aims to explain how to write efficient and performant React components along with some common profiling techniques at our disposal that we can use to figure out unoptim...
11:42 am GMT - Tue, September 28, 2021
Dev To
Do you need a Automata Library ?
In this day i see that there is no implementation of an Automata Library in C++.I think it can be useful for the community start a new open-source project for this. What is an Automaton?is a rela...
11:33 am GMT - Tue, September 28, 2021
Dev To
How to use the JavaScript = operator?
In this tutorial, we look at how to use the JavaScript += operator. We explain its use-case and break down the code to allow further learning.This tutorial is a part of our initiative at Flexiple, to ...
11:18 am GMT - Tue, September 28, 2021
Dev To
Which One is The Best Tech Stack Spring-Boot or Laravel for UberEats Clone App?
On-demand food delivery business online is now at its peak on startups among entrepreneurs. Due to its heavy market value in real-time, contemporary business personalities are highly focused on the pr...
11:16 am GMT - Tue, September 28, 2021
Dev To
How To Learn AboutArtificial IntelligenceIn Only 10 Days.
Artificial intelligence is trending topic in technology related field and currently many colleges and universities are now adding Artificial intelligence and machine learning in their technology cours...
11:14 am GMT - Tue, September 28, 2021
Dev To
How can I integrate the CCAvenue payment gateway in flutter
...
11:07 am GMT - Tue, September 28, 2021
Dev To
Flutter: Interesting packages, part3.
Welcome one and all to yet another edition of this blog series, that revolves around flutter packages that can and may be included in your individual flutter projects. The first and second parts can b...
11:01 am GMT - Tue, September 28, 2021
Dev To
Using the values of a function's arguments to default initialize subsequent arguments.
You knew that when coding in javascript, you can use the values of a function's arguments to default initialize subsequent arguments.const rectangle = (width, height, square = width * height) => { ...
11:00 am GMT - Tue, September 28, 2021
Dev To
How Googles Penalty Damage Your Business Online
As a new online business owner, you may look for ways to run a legitimate business. You care for every post that you share online and even want to stay within the safe boundaries of the search engines...
10:47 am GMT - Tue, September 28, 2021
Dev To
Making of Three Dots Jumping Loader or Loading Status Animation using Vanilla CSS only
Let's go step-by-step walk-through on How to Make a Simple Three Dots Jumping Loader or Loading Status Animation using Vanilla or Pure CSS only.If you want to skip reading then you can watch YouTube v...
10:46 am GMT - Tue, September 28, 2021
Dev To
Creating a reusable layout in Next.js
Yesterday we added a menu to our Next.js application. However, this was hardcoded on one page.Today we'll take a look at how we can introduce a layout component to have a shared layout for our menu on...
10:31 am GMT - Tue, September 28, 2021
Dev To
In 7 lines of code, you can turn any Database into Airtable-like spreadsheet using NocoDB!
So what is Airtable ?Airtable is a low-code platform for building collaborative apps. It works like a part spreadsheet & part database. What is NocoDB ?NocoDB is a free & open sourc...
10:18 am GMT - Tue, September 28, 2021
Dev To
I have built Zero: Fast and high performance Python RPC framework to build microservices
Zero is actually a RPC like framework that uses ZeroMQ under the hood for communication over tcp. That's why it's fast and super lightweight.Without going into details let's just get started, cause on...
09:34 am GMT - Tue, September 28, 2021
Dev To
Flask User Authentication - Includes Free Sample
Hello coders! This article explains how to code a simple Flask User Authentication system using Flask-Login and Bootstrap 5. Being able to distinguish one user from another web apps can be improved su...
08:37 am GMT - Tue, September 28, 2021
Dev To
Announcing 'Beautiful CSS'
This week I launched a tool, Beautiful CSS.You just have to click on any of the components and it will copy its style to your clipboard so you can use it freely!I intend to increase its library so th...
08:27 am GMT - Tue, September 28, 2021
Dev To
HTTPS for Developers
This article lives in:Dev.toMediumGitHubThe FastAPI docs IntroHere's a brief introduction to HTTPS for developers. This article is extracted from the FastAPI docs about HTTPS.I just upgraded thos...
07:53 am GMT - Tue, September 28, 2021
Dev To
Facebook and Google Authentication with Node.js and Doppler
SummaryFacebook and Google login is widely used as an authentication module in our modern web application. There are API keys assigned to every application created using these platforms.Managing...
07:40 am GMT - Tue, September 28, 2021
Dev To
Glass morphism Calculator Using Pure HTML, CSS & JS.
Here Is The Working Calculator with glassmorphism effect. SOURCE CODE: HTML CODE:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="style.css"> ...
07:23 am GMT - Tue, September 28, 2021
Dev To
How to retry and log the final result in Bash
I know there are lots of how-to write retry logic in Bash, such as here.I've decided to use the one in the accepted answer above.However I wanted to add another logic to log the final result as well,...
07:21 am GMT - Tue, September 28, 2021
Dev To
What are your best projects to date?
What are some of the best projects that you have built? Pick like 1-3 projects of yours and tell us why you feel proud of them!Personally, I am happy on how My portfolio, devQuizzes and Audio Player t...
07:09 am GMT - Tue, September 28, 2021
Dev To
Storybook in ReactJs
Storybook is javascript package that helps developer to create organize UI that's self documented, make the developing and building process efficient. once we have created component and we add it to s...
06:56 am GMT - Tue, September 28, 2021
Dev To
Does coding become less fun when its a job?
Most of us have felt the freedom to create a side-projects, experiment with new stacks, explore new concepts, etc. This is usually the case while learning a development or looking for a job. Once gett...
06:44 am GMT - Tue, September 28, 2021
Dev To
How to Use Lettering in UI/UX Design
In simple words, lettering is that the art of drawing letters. Using this system, you'll create unique inscriptions on paper, blackboard, wall, or a display screen in any graphic editor.Professional U...
06:35 am GMT - Tue, September 28, 2021
Dev To
React: Create an environment for User Acceptance Testing on creation of a Pull Request
The best way to handle a disaster is to avoid it.The best way to handle a disaster is to avoid it. Let me explain that with an example. If you're building a house and you find out the material used to...
06:12 am GMT - Tue, September 28, 2021
Dev To
Why React for Frontend Development?
IntroductionThere are numerous frameworks and libraries accessible for frontend development. Not every one of them are acceptable. React is quite possibly the most well known and generally utili...
06:11 am GMT - Tue, September 28, 2021
Dev To
Introduction to IaC on AWS | AWS White Paper Summary
Infrastructure as Code has emerged as a best practice for automating the provisioning of infrastructure services. This paper describes the benefits of Infrastructure as Code.And how to leverage the ca...
06:04 am GMT - Tue, September 28, 2021
Dev To
Client and Server Side Architecture
Who's a Client In backend client generally refer to the device through which user is accessing the internet. It could be Laptop, Mobile, Desktop, tablet etc etc. Client contains frontend and the...
05:23 am GMT - Tue, September 28, 2021
Dev To
Uploading files in a React/Rails App using Active Storage
Uploading files is a common thing that we do on the internet. Uploading images to Instagram, uploading audio files to SoundCloud, uploading videos to Youtube, uploading images to this blog, etc. If ...
05:17 am GMT - Tue, September 28, 2021
Dev To
React Hooks
React HooksHooks are the new feature introduced in the React 16.8 version. It allows you to use state and other React features without writing a class. Hooks are the functions which "hook into" React ...
05:08 am GMT - Tue, September 28, 2021
Dev To
Learning Python- Intermediate course: Day 33, The Menu Widget
Today we will cover menu widget in TkinterIn the previous part, we learnt to use menubutton. Today we will learn a very similar widget called as the menu widget. The menu widgetThe menu wid...
05:08 am GMT - Tue, September 28, 2021
Dev To
Intro to VS Code for WEB - DEVsChapter 1 - Introduction
IntroductionIt is a code - editor which is highly popular. VS Code, can be used to write code in any programming languages by downloading the respective packages of the language. But here we wil...
04:25 am GMT - Tue, September 28, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 64
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
04:06 am GMT - Tue, September 28, 2021
Dev To
CI/CD: Automating our build and deploy process
TLDRHaving a continuous integration / continuous delivery (CI/CD) pipeline set up for each of our git repositories is an essential part of Mages software development life cycle. It allows us to ...
03:59 am GMT - Tue, September 28, 2021
Dev To
Redux is Dead: Long Live Redux Toolkit
by author Victoria LoIn this article, let's learn about Redux Toolkit, or as the development team calls it, "the official, opinionated, batteries-included toolset for efficient Redux development". ...
03:54 am GMT - Tue, September 28, 2021
Dev To
Two Great Series!
I will be starting two great dev.to seriesthe topics are as follows:-1)Intro to VS Code for WEB - DEVs2)Newbie Front - end(5 Volumes)-> Volume 1 = Introduction-> Volume 2 = Building Blocks &...
03:31 am GMT - Tue, September 28, 2021
Dev To
Roadmap to Becoming a Developer and getting known.
There can be a lot of doubts for a person who wants to get into development on how to start. This blog is made to clear some of those doubts. So first and foremost, what is development?It's the art of...
02:07 am GMT - Tue, September 28, 2021
Dev To
7 Amazing Tips While Redesigning Your Website
Redesigning a website may be a stressful, time-consuming, and complex task. Its natural if the amount of information you need to know in order to build a new, fresh design repulses you. However, if yo...
01:51 am GMT - Tue, September 28, 2021
Dev To
How to integrate Google Analytics with a Next.js app
TL;DR: Chuck tag and script into Script tag in _app.tsx file. Also, note to not include the script tag inside the head or _document.tsx file.Setting up analytics in a single-page application can be a ...
01:49 am GMT - Tue, September 28, 2021
Dev To
Vocabulary Building Day 20
qualm(noun): an uneasy feeling of doubt, worry, or fear, especially about one's own conduct; a misgiving.Checkout Pronunciationjuggernaut(noun): a huge, powerful, and overwhelming force.Checkout Pronu...
01:33 am GMT - Tue, September 28, 2021
Dev To
Ethical Hacking Roadmap - A Beginners Guide
Who is an Ethical Hacker?An ethical hacker is a computer network specialist who deals with the security posture of an organization. His job involves eliciting security flaws in the organization he is ...
12:39 am GMT - Tue, September 28, 2021
Dev To
Introduction to GitHub Packages and GitHub Container Registry (GHCR)
What is GitHub Packages? What is GitHub Container Registry (GHCR)? How do they work? And what are the differences between them?In this introduction to GitHub Packages and GitHub Container Registry you...
12:31 am GMT - Tue, September 28, 2021
Dev To
I built a gem that makes it easy to automatically unsubscribe from emails in Rails.
Source Codehttps://github.com/stevepolitodesign/unsubscribe Demo Docs UnsubscribeAutomatically unsubscribe from emails in Rails. InstallationAdd this line to your applicati...
11:32 pm GMT - Mon, September 27, 2021
Dev To
Single feature app idea
Here's an idea for a side project: Take one painful, labourious, repetitive task on Photoshop/Indesign/Sketch/Final Cut Pro/any editing software for that matter, and make that into a product.Like this...
11:27 pm GMT - Mon, September 27, 2021
Dev To
Digital Artwork NFTs
In the month of August, OpenSea a marketplace for NFTs (Non-Fungible Token), recorded $3bn in trading volume. With the boom of NFTs I wanted to get a better understanding of the ins and outs of what e...
11:13 pm GMT - Mon, September 27, 2021
Dev To
Setting up a .NET 5 web API Running it in Docker // for beginners
Hey there! In this tutorial, we'll be setting up a .NET 5 web API and running it locally, then we'll take a look at how to build and run it inside of a Docker container.To set up the project, we'll be...
10:48 pm GMT - Mon, September 27, 2021
Dev To
Building ToDo in Real-Time
I want to start with a question Have you ever wondered how applications such as Messenger, WhatsApp can update new messages without the need to refresh the page? Well, in this article we are developin...
10:19 pm GMT - Mon, September 27, 2021
Dev To
Adding two-factor auth to Laravel 8 bootstrap livewire fortify project
In part one of this article, we created our authentication setup using fortify, laravel and bootstrap. Part 1In part two of this article, we covered updating your profile information and how to chang...
09:42 pm GMT - Mon, September 27, 2021
Dev To
Putting READMEs on your Static Site
TL;DRIm happy to introduce RISS, a tool that transform a README like this one and insert it on your website, like so. A README is a Projects CoverYour GitHub README is what your visitors on...
09:09 pm GMT - Mon, September 27, 2021
Dev To
CircleCI vs GitHub Actions: A Software Engineer's Perspective
IntroductionFor over a decade now, I have been involved in building distributed scalable applications. I have built monolith systems with PHP and ASP.NET, worked on the Frontend and Backend team...
09:03 pm GMT - Mon, September 27, 2021
Dev To
Create a simple OTP system with AWS Serverless
(This blog post first appeared in pubudu.dev) IntroThis post describes how to implement a simple One Time Password (OTP) system with AWS Serverless services which can be used as a part of two-ste...
08:58 pm GMT - Mon, September 27, 2021
Dev To
What is MVC and how can it make your work easier?
Designing and programming an application or web page, is a task that requires a lot of attention to detail to achieve good results in an optimal and orderly way, which guarantees us the effects we wan...
08:56 pm GMT - Mon, September 27, 2021
Dev To
Simple heart beating icon effect
Code: https://codepen.io/raafacachoeira/pen/rNwoeGm...
08:24 pm GMT - Mon, September 27, 2021
Dev To
What are your thoughts on Web 3.0?
Web 3.0 is the 3rd gen of internet services that will focus on using a machine-based understanding of data to provide a data-driven web.The tech community on social media has has created a buzz about ...
08:08 pm GMT - Mon, September 27, 2021
Dev To
A real-life example of making a custom Promise in JavaScript/TypeSctipt
It feels like we've completely moved from callbacks to Promises and async/await in the JavaScript world. So much, that almost every library and framework provides async versions of their functions. An...
08:03 pm GMT - Mon, September 27, 2021
Dev To
Creating new Data Pipelines from the command line
Kedro new is simply a wrapper around the cookiecutter templating library. The kedro team maintains a ready made template that has everything you need for a kedro project. They also maintain a few ke...
07:39 pm GMT - Mon, September 27, 2021
Dev To
Composition > Inheritance in 4 mins
JavaScript polymorphic behavior with ES6Composition over inheritance is the principle that classes should achieve polymorphic behavior and code reuse by their composition rather than inheritance...
07:31 pm GMT - Mon, September 27, 2021
Dev To
How to include Flutter module as a React Native package
It's sometimes not practical to rewrite your entire application in Flutter all at once. For those situations, Flutter can be integrated into your existing application as a library or module. I've seen...
07:16 pm GMT - Mon, September 27, 2021
Dev To
What is Security.txt and Why Do I Need It?
In this article we discuss what the security.txt file is, where it goes, and how you should make use of it. What is security.txt?The purpose of the security.txt file is to provide an avenue for c...
06:52 pm GMT - Mon, September 27, 2021
Dev To
What's your favorite JS testing framework?
Nowadays, the industry is dominated by agile development and tight deadlines. Manual unit testing can be complex and time-consuming, so it makes sense to rely on automated frameworks.Some of the favor...
06:47 pm GMT - Mon, September 27, 2021
Dev To
Dynamically Import ESM Modules From A CDN
Photo by Daniel Born on UnsplashWhat if I told you modern browsers can natively import a single, or sets of functions, of a JavaScript library bundles, at runtime and, from a CDN? Wouldnt that open up...
06:45 pm GMT - Mon, September 27, 2021
Dev To
Complete Automation Integrating Docker, Github with Jenkins Multibranch CI/CD Pipeline on AWS EC2
What is CI/CD?CI stands for Continous IntegrationCD stands for Continous Delivery or Continous DeploymentLet me explain through a example: When you make a commit and push sources to Git SCM(Sour...
06:23 pm GMT - Mon, September 27, 2021
Dev To
Not Feeling Like Enough When in Tech
Most of us, if not all, feel as though were not enough at some point in some context. Since Ive decided to make a career in tech, I have felt so at multiple points and so thought of writing about it. ...
06:23 pm GMT - Mon, September 27, 2021
Dev To
Not Feeling Like You're Enough When in Tech
Most of us, if not all, feel as though were not enough at some point in some context. Since Ive decided to make a career in tech, I have felt so at multiple points and so thought of writing about it. ...
06:21 pm GMT - Mon, September 27, 2021
Dev To
Beginner's guide to Docker and Docker CLI commands
What is Docker? - "build once and run anywhere."Docker is a software development tool and a virtualisation technology that makes it easy to develop, deploy, and manage applications by using cont...
05:35 pm GMT - Mon, September 27, 2021
Dev To
Reactive Forms in Angular The basics
IntroductionAngular uses reactive methods to process and manage form. It is easy to use reactive forms to capture user inputs events, validate the inputs and create form models in large angular ...
05:27 pm GMT - Mon, September 27, 2021
Dev To
The 6 Features of C 10 you need to knowNOW
With only two months left until the official release of C# 10 and Microsoft has opened a discussion about the new features and functions of the tenth version of its C# language. These enhancements are...
05:16 pm GMT - Mon, September 27, 2021
Dev To
What's your next career goal?
Do you have a goal?Usually, we set these with our managers...quarterly or yearly or something.What's one you're working toward that is really important to you?...
05:04 pm GMT - Mon, September 27, 2021
Dev To
I went STACKless. Here's what it feels like:
I started an adventure - To design my website through the guides I write.And if I'm to start from ground zero, I'll have to do without any frameworks or build tools. Meaning, I'm only left with just H...
04:57 pm GMT - Mon, September 27, 2021
Dev To
Understanding React Props
React props allow us pass attributes to from one component to another component. props stand for properties. We can create two identical components are pass them different props. That way, we create t...
04:44 pm GMT - Mon, September 27, 2021
Dev To
GCP as easy as ABC, a low-code platform for Firestore & Cloud Functions
It is 2021- you should not be limited to cloud console UI for managing your data and tinkering with CLIs on terminals for deploying cloud functions.Google Firestore is great for building and launching...
04:41 pm GMT - Mon, September 27, 2021
Dev To
Ultimate Alchemy: Turning Sand into a Computer - A Comprehensive Guide To Understand Computer Making for Computer Grad's
Irrespective you are Computer Grad, Computer Engineer or Computer enthusiast, we ought to understand the elegance of the Computing machine and its making process. Then you will start appreciating the ...
04:38 pm GMT - Mon, September 27, 2021
Dev To
Getting Started with MicroEJ
Based on my first contact with MicroEJ technology and a little bit of research, I decided to make a short introduction to this interesting technology. I am going to talk a little bit about the history...
04:06 pm GMT - Mon, September 27, 2021
Dev To
The secret of big O notation
TL;DR: Big O notation helps us describe the efficiency of algorithms. It will help you make a more informed decision as to which algorithm is right for your specific use case. In addition, you'll lik...
03:58 pm GMT - Mon, September 27, 2021
Dev To
Arrays and Lists
TL;DR: Arrays are fast and compact. Linked lists are not as compact, but adding or removing elements from them can be more efficient!You probably already know how to use arrays and are familiar with ...
03:57 pm GMT - Mon, September 27, 2021
Dev To
Migrating from Vue 2 to Vue 3.1
Developers enjoy using the open-source Vue.js, a model-view-viewmodel (MVVM) JavaScript framework, to build user interfaces and single-page applications. Its incremental, adaptable, and monolithic fra...
03:54 pm GMT - Mon, September 27, 2021
Dev To
Our Favorite Dev Tools at Codesphere
A good craftsman never blames his tools In the oh-so-exciting world of tech today there's an endless list of developer tools to choose from. My personal favorite dev tool is the button on my coffee ma...
03:52 pm GMT - Mon, September 27, 2021
Dev To
3D Design: Creating Printable Solid Shapes from SVG Files with Inkscape and FreeCAD
In a previous post in this FreeCAD series, we built a pen holder using the Sketcher + Part Design workbenches. In this guide, which is part 3 of a tutorial series about FreeCAD for beginners, you'll l...
03:13 pm GMT - Mon, September 27, 2021
Dev To
How to use Angular content projection for prepare a burger
One of the easiest things is eating a burger, the burger has the same base but changes its content, so let's build our burger component.Todays we explain how to use ng content to provide an area flexi...
03:02 pm GMT - Mon, September 27, 2021
Dev To
descargar libro de Laravel 8
laravel es un framework web PHP de cdigo abierto y gratuito, creado por Taylor Otwell y destinado al desarrollo de aplicaciones web siguiendo el patrn arquitectnico modelo-vista-controlador (MVC) y ba...
03:01 pm GMT - Mon, September 27, 2021
Dev To
Code to Low-code: Its A Happy Journey
If youre anything like me, then you appreciate what a superpower and privilege it is to write code. Coding, to me, is the ability to pour ones ideas, emotions, and feelings into electronic devices and...
02:35 pm GMT - Mon, September 27, 2021
Dev To
Write rust code without english
You reading the title, might be wondering HOW CAN YOU CODE WITHOUT ENGLISH???? you might think that i could have forked rust and changed the compiler to accept other keywords, but no.Rust, being a ver...
02:33 pm GMT - Mon, September 27, 2021
Dev To
TypeScript Features Every Angular Developer Needs to Know
If youre an Angular developer, youre missing out if youre not using advanced TypeScript features to help you build better code.And its well worth the effort: TypeScript has some great features that ca...
02:12 pm GMT - Mon, September 27, 2021
Dev To
Bits of Xperience: Supercharged Page Custom Data Fields
Kentico Xperience's custom Page Types let us model a site's content using a combination of powerful built-in Form Controls and the flexible structuring of information in a site's Content Tree.Usually,...
02:11 pm GMT - Mon, September 27, 2021
Dev To
Debouncing React controlled components
MotivationWhat is debouncing?Controlled and Uncontrolled componentsControlledUncontrolledDebouncing Controlled componentsuseDebounce hookReal-life use cases MotivationIn my most recent applicatio...
02:04 pm GMT - Mon, September 27, 2021
Dev To
How to stop procrastinating and change yourlife
I'm sorry.Why I'm sorry? Because I'm late this week!I wanted to make this (post writing, I mean) a weekly deal, every weekend I would go and post.First time? No pressure, I just made it and posted it....
02:03 pm GMT - Mon, September 27, 2021
Dev To
Laser Focus priority strategy
Have you ever worked on a bigger change for an app and struggled with the release schedule? Have you ever wanted to get feedback from users early but weren't sure when exactly the right time is? Here'...
01:56 pm GMT - Mon, September 27, 2021
Dev To
nopCommerce CLI
The modern web developer's tool. nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions. Development Setup PrerequisitesInstall [node.js] Install [dotnet core...
01:20 pm GMT - Mon, September 27, 2021
Dev To
C - Enums and Bug Resilience
Our domain is made of sets. Some sets are trivial such as all integers (int) or all booleans (bool) but often we are dealing with sets that are more narrow, for example the possible states of an order...
01:06 pm GMT - Mon, September 27, 2021
Dev To
SigNoz - Open-source alternative to New Relic
If you're looking for an open-source alternative to New Relic, then you're at the right place. SigNoz is a perfect open-source alternative to New Relic. SigNoz provides a unified UI for both metrics a...
12:42 pm GMT - Mon, September 27, 2021
Dev To
Pure waterfall development model
In the waterfall model, a project progresses through an orderly sequence of steps from the initial software concept through system testing. The project holds a review at the end of each stage to deter...
12:31 pm GMT - Mon, September 27, 2021
Dev To
Introduction to Django Architecture and Django Settings
IntroductionDjango is a Python-based web framework that allows us to quickly create web applications. Django takes care of much of the hassle of web development, so we can focus on writing our a...
12:11 pm GMT - Mon, September 27, 2021
Dev To
Crer un backend en Javascript : Introduction Node.js
Voici une srie d'articles qui vous permettra crer des applications backend en Javascript.Node.js est aujourd'hui un incontournable, il est donc essentiel pour un dveloppeur de le maitriser.Je vais don...
11:58 am GMT - Mon, September 27, 2021
Dev To
How to sort lists alphabetically in Python?
In this short tutorial, we look at how to sort list alphabetically in Python. We look at the various methods and discuss their use cases.This tutorial is a part of our initiative at Flexiple, to write...
11:49 am GMT - Mon, September 27, 2021
Dev To
How Long it Takes to Learn CSS
Like HTML, CSS is also simple to learn because there are few concepts to remember it. These concepts include:CSS syntaxCommon CSS propertiesThe CSS Box ModelHow to find more information CSS synta...
11:37 am GMT - Mon, September 27, 2021
Dev To
The Best JetBrains Plugins For Remote Working
What do developers want? Money, flexible schedules, pizza? Sure. Effortless remote collaboration? Hell, yes! Programming is a team sport and without proper communication, you cant really expect specta...
11:30 am GMT - Mon, September 27, 2021
Dev To
CxJS went open-source
CxJS is a now open-source, plug-n-play Javascript framework for developing complex and data-rich applications fast.It's been in development for 5 years, and now it's free under the MIT license with it...
11:22 am GMT - Mon, September 27, 2021
Dev To
Building a Tailwind CSS badge component
I've been using Tailwind CSS in a lot of my projects lately and one of the disadvantages that I've found that it does not come with a base set of components that you can use right away.I've started a ...
11:19 am GMT - Mon, September 27, 2021
Dev To
How to make clear & pretty error messages from the Go backend to your frontend?
IntroductionHey-hey, awesome DEV people! How about a little time in the company of an article that teaches you how to better communicate with the frontend developers on your team? Intrigued, but...
11:17 am GMT - Mon, September 27, 2021
Dev To
Cypress Basic Learning
What is Cypress Cypress is a next generation front end testing tool built for the modern web. We address the key pain points developers and QA engineers face when testing modern applications. This ena...
11:16 am GMT - Mon, September 27, 2021
Dev To
AWS Resource Access Manager Simple and powerful service for multi-account resource governance
With a multi-account approach of building the infrastructure, there is always a challenge of provision and governance of the resources to subordinate accounts within the Organization. Provision resour...
11:03 am GMT - Mon, September 27, 2021
Dev To
Neo4j GraphQL Library 2.0.0
A while ago I wrote a bit about the GRAND stack, an integration of GraphQL, React, Apollo and the Neo4j Database. While working with the stack carries numerous benefits (and hey if youre curious about...
10:56 am GMT - Mon, September 27, 2021
Dev To
Trying out Next.js for the first time
You read the title right! I tried something other than Android this time :PI have always been wanting to learn web development. If you know my background, you probably know I first learned HTML, CSS, ...
10:40 am GMT - Mon, September 27, 2021
Dev To
Integrate Authentication to your Android App with Auth0
Auth0 is an amazing tool to easily integrate user authentication in any kind of app you are building. It has a great set of tools to enable auth in your app in a few really quick steps.Today, we are g...
10:39 am GMT - Mon, September 27, 2021
Dev To
TECH DISCUSS-WHAT IS METAVERSE? WHY THE METAVERSE PUBLIC BLOCKCHAIN CADUCEUS WITH UNLIMITED POTENTIAL?
What is the metaverse? Why the metaverse public blockchain Caduceus with unlimited potential?In 2021, with the hot concept of the metaverse, more and more people know and start to pay attention to thi...
10:37 am GMT - Mon, September 27, 2021
Dev To
Build a CSS Ruler
I'm currently working on a project, where an editor can easily edit breakpoints, using a group of color-coded, stacked <input type="range">-controls, and a bit of JavaScript:While this works, it...
09:55 am GMT - Mon, September 27, 2021
Dev To
Deta Space - What is it and why is it the future?
Disclaimer: This article is not sponsored or biased in any way. I liked the idea behind the product and hence wanted to write about it.Deta was a company founded just over 2 years ago and it has been ...
09:47 am GMT - Mon, September 27, 2021
Dev To
My Journey into Technical Writing
Before I started writingI was interested in tech in general from a very young age and have been expanding my knowledge from watching videos and reading articles for a long time. I used to read a...
09:13 am GMT - Mon, September 27, 2021
Dev To
The Why and How of Websites for Writers
Provide an Author's Shop Window for Editors, Clients and ReadersMany writers feel that a professional website is too hard (to build themselves) or too expensive (to use a web designer). That mig...
08:59 am GMT - Mon, September 27, 2021
Dev To
Responsive Online Book Store Website Using HTML and Bootsrap5.
i have made this website using bootstrap, you can use code and you can download book and also add book in that. Source Code All In One: FULL SOURCE CODE:<!doctype html><html lang="e...
08:56 am GMT - Mon, September 27, 2021
Dev To
Hacktoberfest 2021: Let the Contributions Begin!
Time indeed does fly because it feels just like yesterday when we hosted our first ever Hacktoberfest last year! And what a year it has been. We started Appsmith because we wanted to create a develope...
08:49 am GMT - Mon, September 27, 2021
Dev To
Tracking Page Views in SvelteKit: Intersection Observer
Tracking Scroll Events in SvelteKitIn this post we look at how to make tracking page views in SvelteKit easy. You might have a blog and want to add a view counter to improve user experience. ...
08:36 am GMT - Mon, September 27, 2021
Dev To
Top React Charts Libraries [2021]
RechartsRecharts is a Redefined chart library built with React and D3.The main purpose of this library is to help you to write charts in React applications without any pain. Main principles of R...
08:29 am GMT - Mon, September 27, 2021
Dev To
Install Windows 11 on Unsupported Devices
HELLO NETIZENS OF HASHNODE,GOT YOU SOME INTERESTING STUFFS!!!Windows 11Windows 11 will bring you closer to what you love when the PC plays a more important role in our lives.Windows has long ser...
08:19 am GMT - Mon, September 27, 2021
Dev To
Javascript Developers should know these ways of defining functions
THIS IS AN ARROW FUNCTIONSconst myfunction = () => console.log("function called");ORconst myfunction = () => { console.log("function called"); return "anything";} THIS FUNCTIO...
08:11 am GMT - Mon, September 27, 2021
Dev To
React Hooks Tips
A collection of tips to help take your React Hooks skills proGithub : https://github.com/saidMounaim/react-hooks-tips...
08:03 am GMT - Mon, September 27, 2021
Dev To
Better Types using Discriminated Unions in TypeScript
How we define our types in Typescript impacts how effective typescript is at warning us when we make mistakes. If we take a broad approach i.e. to cover many types in a single type, we end up handicap...
07:54 am GMT - Mon, September 27, 2021
Dev To
New Features of ASP.Net Core 3.0 for Web Development
.NET Core 3 was released on 23 September 2019. If you have been using ASP.NET Core for a duration, the major change is that .NET Core 3.0 cannot run on top of the .NET Framework..NET Core 3.0 originat...
07:44 am GMT - Mon, September 27, 2021
Dev To
Me, AWS and Netlify
Into the cityWhen I moved to Cloud City I noticed that everybody was nice and friendly. What was striking is that the community was large, but the technology everybody was using, was even larger...
07:40 am GMT - Mon, September 27, 2021
Dev To
AWS open source news and updates 83
September 27th, 2021 - Instalment #83Newsletter #83.Welcome to issue #83 of this newsletter, and more great new open source projects to check out. For infrastructure as code practitioners we hav...
06:14 am GMT - Mon, September 27, 2021
Dev To
RxJS - Conditional & Mathematical Operators
Hi Guys and welcome back,today I'll illustrate you two simple types of the pipeable operators: Conditional Operators and Mathematical Operators.No time to waste, let's start. Conditional Operator...
05:57 am GMT - Mon, September 27, 2021
Dev To
3 Ways to Build React Forms with Formik Pt.2
The Formik library helps to build React forms faster with its state management and component. This tutorial will help you learn how to build a React form using components provided by Formik library. Y...
05:55 am GMT - Mon, September 27, 2021
Dev To
Resources to nail DSA
My journey of learning DSA was not an easy one. I was always puzzled while finding resources (youtube videos, courses and blogs). This confusion was a semester long, and I wasted a lot of time in sear...
05:31 am GMT - Mon, September 27, 2021
Dev To
Cara Upload Banyak Data Sekaligus Dengan Laravel
Cara Upload Banyak Data Sekaligus Dengan Laravel.Pada tutorial kali ini kita akan membandingkan dua cara pertama menggunakan fungsi mysql LOAD DATA LOCAL dan yang kedua package composer league/csv.Ca...
05:28 am GMT - Mon, September 27, 2021
Dev To
HTMLtoPdf - Converts HTML content to PDF using chrome executable
Note : Requires Chrome executable Nuget Link - https://www.nuget.org/packages/Sats.HTMLtoPdf Github link - https://github.com/satsvelke/HTMLtoPdf Usage var url = @"d:\Va...
05:14 am GMT - Mon, September 27, 2021
Dev To
5 Best Places to find Hackathons!
Hackathons are probably one of the best places to network with people and simultaneously learn and enhance your skills and also who doesn't love swags? Here are the 7 best places to look out for in or...
05:00 am GMT - Mon, September 27, 2021
Dev To
What is Hacktoberfest? Hacktoberfest 101
Hello reader! Well, Hacktoberfest is something, you are gonna hear a lot about in the coming month. You can refer to my YouTube video Tutorial to see a working tutorial for better understanding and a...
04:35 am GMT - Mon, September 27, 2021
Dev To
Neumorphic Social Media Buttons in CSS
Neumorphic Social Media Button using pure CSS ...
04:29 am GMT - Mon, September 27, 2021
Dev To
Smbclient Komutu
Bir Samba dosya sunucusuna balanmak iin iki farkl yntem bulunmaktadr. Bunlar:smbclient komutu ile terminalden balanmakDosya sisteminden "smb://dosyasunucusu" eklinde adres yazarak balanmak.Bu yazmzda ...
04:12 am GMT - Mon, September 27, 2021
Dev To
5 essential Web UX laws
1. JAKOBS LAWUsers spend most of their time on other sites. This means that users prefer your site to work the same way as all the other sites they already know. Websites do better the more stan...
04:10 am GMT - Mon, September 27, 2021
Dev To
JavaScript Functions: Explain Like I'm Five
If you are a newbie to programming and JavaScript, you might first find it hard to grasp the concept of functions. When I first learned about functions, I thought I got it all right. Then, when I trie...
12:33 am GMT - Mon, September 27, 2021
Dev To
Usando a Biblioteca Exposed
KotlinautasEsse contedo oferecido e distribudo pela comunidade Kotlinautas, uma comunidade brasileira que busca oferecer contedo gratuito sobre a linguagem Kotlin em um espao plural. O qu ...
12:14 am GMT - Mon, September 27, 2021
Dev To
Intro: DORA Metrics
I've created a small Node.js project to calculate DORA Metrics, it's ongoing so is not finished but you can find the repo here. References/useful links: Accelerate: State of DevOps 2021, DORA metrics ...
11:59 pm GMT - Sun, September 26, 2021
Dev To
Web 3.0 for mortals
IntroductionLately has emerged a lot of information and hype about Web 3.0 even though it is claimed as the future of the web I missed an honest take. Information about how to get your hands on,...
11:04 pm GMT - Sun, September 26, 2021
Dev To
Big O Basics
The code we choose to use can impact the speed and the performance of our program. How would we know which algorithm is most efficient? Big O Notation is used in Computer Science and measures how quic...
11:02 pm GMT - Sun, September 26, 2021
Dev To
5 Things Every Developer Must Know about Software Architecture
1. Software Architecture Isnt About Big Design Upfront Big designs upfront are usually done in waterfall models of software development.The waterfall model is predicted to be bad by its own inve...
10:17 pm GMT - Sun, September 26, 2021
Dev To
Git and GitHub: The Complete Guides - Chapter 7: Forking and Cloning
Today we are going to copy 'someone else's' repository on our GitHub account and learn how to clone it to our local computer. We will be looking at Forking and Cloning in GitHub.Those two options allo...
09:55 pm GMT - Sun, September 26, 2021
Dev To
Optimizing Productivity With Contract Developers
Misunderstanding has become common in our daily affairs with humans. It is mainly bound to occur because we humans, undoubtedly of the same species, are a different breed. We are categorically aligned...
08:44 pm GMT - Sun, September 26, 2021
Dev To
Create DatePicker By TailWindCss Angular
Hello friends,Tailwind Elements has good Collection of free, popular components like modal, dropdown and many more.https://tailwind-elements.com/docs/standard/forms/datepicker/It has a DatePicker made...
07:41 pm GMT - Sun, September 26, 2021
Dev To
Stop abusing .map()!
Every once in a while when I do code review or visit StackOverflow I stumble upon code snippets that look like this:const fruitIds = ['apple', 'oragne', 'banana'];fruitIds.map((id) => { document....
07:28 pm GMT - Sun, September 26, 2021
Dev To
6 Strategies Learnt from 6 months of Job Hunting
After months of applying, interviewing, building, practising, connecting with others in the industry and being ghosted, I got an email that would change my previous situation, #opentowork to currently...
07:25 pm GMT - Sun, September 26, 2021
Dev To
How to run docker on Windows without Docker Desktop
Since Docker announced a new subscription for Docker Desktop for personal use, educational institutions, non-commercial open-source projects and small businesses, other enterprises need to acquire li...
07:23 pm GMT - Sun, September 26, 2021
Dev To
Pre-Sale Stage is Open Now
Pre-Sale Stage is Open NowWe are proud to report that the Private Pre-Sale of its native token CTR ended on August 31st and it was a success. All 750.000 CTR tokens were sold and a total of 75.000$ we...
07:16 pm GMT - Sun, September 26, 2021
Dev To
Organizing styles better with BEM ITCSS Sass
Writing CSS is easy. But maintaining them is not!On smaller projects, how you organize your code isnt usually a big concern. However, when it comes to larger, complex projects, how you write and organ...
06:49 pm GMT - Sun, September 26, 2021
Dev To
How to Fix Clickjacking on NGINX Server in 6 Simple Steps
What is Clickacking?Clickjacking is the practice of tricking a user into clicking on something different from what they think they are clicking on. This often occurs in web browsers, where scrip...
06:42 pm GMT - Sun, September 26, 2021
Dev To
Blockchain 101 (and the protocols that use it)
Lately, I'm hearing a lot about crypto, blockchain, bitcoin, Ethereum, smart contracts, defi (decentralized finance), dapps (decentralized applications), DAOs (decentralized autonomous organizations),...
06:16 pm GMT - Sun, September 26, 2021
Dev To
Top 5 IntelliJ IDEA Tips & Tricks!
IntelliJ IDEA is an excellent all-rounder IDE by Jetbrains. It's most often used for Java and Kotlin, but can also be used to develop for JS, Rust, and many more languages. It's what I use for most of...
06:05 pm GMT - Sun, September 26, 2021
Dev To
Tell Me About A Time You Worked With A Difficult Person | Facebook Behavioral Interview (Jedi) Series
Before we discuss this question, let us recap what the Behavioral Interview Round at Facebook is.Behavioral Interview Round is also known as the Jedi Interview round at Facebook.It is about you and yo...
05:57 pm GMT - Sun, September 26, 2021
Dev To
How fast your code is?
Suppose we have two code snippets that do the same thing.How to check which one is faster?Let we have an array of numbers.And we have to do mathematical evaluation for each item.There is more than one...
05:57 pm GMT - Sun, September 26, 2021
Dev To
Counting zero's sucks!!
Let's get real, it sucks when things don't behave the way they should. User-friendliness is underrated when it comes to form input fields.When providing a user with an input field to write a number an...
05:47 pm GMT - Sun, September 26, 2021
Dev To
Javascript fundamentals before learning react
Before Going to Learn React You must need Some JavaScript concepts.let,var and constfunction and arrow functioncallback hight order functionclassdestructuring array and objectimport and export H...
05:11 pm GMT - Sun, September 26, 2021
Dev To
Add Some Bounce to your Forms with Animated Floating Labels
How to Style Form Labels like PlaceholdersDisclaimer: Forms with labels directly on top of the inputs have always looked perfectly fine to me. I never understood the movement a few years ago to ...
04:42 pm GMT - Sun, September 26, 2021
Dev To
Using Cron keep your eyes in check
basic syntax for crona typical cron job looks like this# m h dom mon dow command * * * * * /usr/bin/sh lsstand for wildcardthis is not a cron tutorial this is just how i use it. ...
04:35 pm GMT - Sun, September 26, 2021
Dev To
An extensible React "Plug & Play" Widget
TLDR;I'm building a blogging widget that allows authors to further engage their audience by creating interactive and gamified experiences right within their post. This article is part of a seri...
04:06 pm GMT - Sun, September 26, 2021
Dev To
Setup new angular app from scratch
Hi Guys , here we are going to see how to initiate when we are going to create angular app from scratch,initially i am adding steps for module generation and lazily loaded components inside those comp...
04:00 pm GMT - Sun, September 26, 2021
Dev To
Multiple ways to configure Spring
Two weeks ago, I wrote how you could write a Spring application with no annotations. Many alternatives are available to configure your Spring app. I'd like to list them in this post, leaving Spring Bo...
03:43 pm GMT - Sun, September 26, 2021
Dev To
Commenting Code | Good Practices
Imagine, you have joined a new company and given access to their source code. Now it's your sole responsibility to maintain the code and you cannot go to the guy who has written this code.As a develop...
03:17 pm GMT - Sun, September 26, 2021
Dev To
Can a machine be a CSS artist?
There is tons of posts online on how to make impressive pictures and animation with nothing but html and css. It got me thinking, what if I could use machine learning to teach my computer to do that a...
02:44 pm GMT - Sun, September 26, 2021
Dev To
How to implement Google Authentication in your React Applications!!
IntroHey ya folks!Have you ever wondered how to implement Google Authentication in your React applications? Well, worry not, because today I am gonna show you exactly how is it done. But, w...
02:20 pm GMT - Sun, September 26, 2021
Dev To
AWS AppSync ToDo APIs with AWS Lambda Resolvers using Serverless Framework
Implement basic ToDo APIs using AWS AppSync with AWS Lambda Resolvers by using Serverless Framework Application Stack:Serverless FrameworkAWS AppSyncAWS LambdaAWS DynamoDBAWS IAMNodeJsGraphQLInst...
02:09 pm GMT - Sun, September 26, 2021
Dev To
Pro VSCODE Themes For Pro Developers
Hey everyone!A lot of developers, including me, like darker environments. Here are some cool / pro themes for vscode. But before that please subscribe to my channel on youtube i make coding tutorials ...
01:58 pm GMT - Sun, September 26, 2021
Dev To
MERN stack - an example
Hi everyone,I want to share with the community the source code of a fullstack web application that I have just developed using MERN stack demonstrating basic features of a bookstore.I hope this would ...
01:24 pm GMT - Sun, September 26, 2021
Dev To
Getting Started with JavaScript Modules
Hey All , This is my second article on JavaScript ES6 Concepts. If you have not read the first one yet, you can read it here. In this article I'm going to talk about all you need to get started with ...
12:58 pm GMT - Sun, September 26, 2021
Dev To
Custom Prometheus Metrics with Go
This post is intended to be a guide for understanding and developing Prometheus exporter using the go client. I personally did not feel any existing content on this was comprehensive enough and hence,...
12:51 pm GMT - Sun, September 26, 2021
Dev To
The Ultimate Guide to Web 3.0 - Everything you need to know about Web 3.0 before learning it
You've probably heard about Web3 unless you've been living under a rock. Web 3.0 is the next step in the web's growth, and it aims to make the internet more intelligent. Before learning more about Web...
12:00 pm GMT - Sun, September 26, 2021
Dev To
What Learning 12 Technologies Teaches You
One of the best things about being in an industry that rapidly changes is the number of fascinating technologies which keep on coming. There are like so many of things we can talk about starting from ...
11:53 am GMT - Sun, September 26, 2021
Dev To
The Only Git Cheat Sheet that you'll ever need - Trust me
Hey everyone ,In this article, let us learn about the essential Git commands that every developer must know. IntroductionGit is a free and open source distributed version control system designed ...
11:35 am GMT - Sun, September 26, 2021
Dev To
Reasons behind bad Software code: Technical Debts
Bad code haunts everyone sooner or later troubling the ones who wrote it along with the whole team.Every developer in the world tries to write better and efficient code. I don't think that there...
11:35 am GMT - Sun, September 26, 2021
Dev To
Reasons behind bad Software code (Technical Debts) and Refactoring
Bad code haunts everyone sooner or later troubling the ones who wrote it along with the whole team.Every developer in the world tries to write better and efficient code. I don't think that there...
11:34 am GMT - Sun, September 26, 2021
Dev To
10 Best Java Books for Beginner and Intermediate Developers
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.Hello devs, If you are a Java programm...
11:26 am GMT - Sun, September 26, 2021
Dev To
Announcing @jnxplus/nx-boot-maven
In the previous article, I show you how to add a spring boot projects to a Nx workspace using Gradle. Today I will show the same thing using maven. I will use my plugin @jnxplus/nx-boot-maven to make ...
11:18 am GMT - Sun, September 26, 2021
Dev To
Enhance your React workflow with this new tool
One of the most frustrating thing about developing in web frameworks is the constant boilerplate code needed each time you start a new project, component, page, etc.The Agrippa CLI aims to solve or at...
11:01 am GMT - Sun, September 26, 2021
Dev To
Frontend System Design - Capture product visible on viewport when user stops scrolling.
Visit learnersbucket.com If you are preparing for your JavaScript interview. You will find DSA, System Design and JavaScript Questions.This system design question was asked to one of my linkedin conne...
10:48 am GMT - Sun, September 26, 2021
Dev To
Programmer Imposter Syndrome: 5 Ways to Get Over Yours
Think youre unqualified for the work you do? Its called imposter syndrome and heres how to handle it.Do you beat yourself up for making simple mistakes? Or maybe you get completely lost in a mee...
10:41 am GMT - Sun, September 26, 2021
Dev To
Make Todo App with Flutter and Firebase
Hey All,All four videos of Cloud Firestore CRUD Operation is now uploaded , find the link below Link: https://lnkd.in/eXaush4J ( Final CRUD Video)This playlist will help you to understand the below to...
10:29 am GMT - Sun, September 26, 2021
Dev To
10k views on my Full React Project Video
Recently, I released a video on making an Exercise Tracker Application using React.js. Today at the time of writing this article, it has crossed 10k+ views on YouTube. Here is the link for the same if...
10:25 am GMT - Sun, September 26, 2021
Dev To
TechLead or DevLead ?
Hi,Sometimes i read post about techlead but often oriented to the technical stuff, best practice etc. I think that Leading role can be separate in 2, the tech for one et and well "dev" for the other. ...
10:06 am GMT - Sun, September 26, 2021
Dev To
What kind of sorting method it is?
let arr=[57,2,3,12,43,23,23,43,56,98,03,77,23]let insertion= a=>{ if(a.length<2){return a} for(var i=0; i<a.length; i++){ //console.log(" value of i=",i, "move to ", a[i]) ...
10:05 am GMT - Sun, September 26, 2021
Dev To
Task Force 3.0 Week 4
This is the end of week 4 of our task Force and it is amazing to realize how you can accomplish many things with a small period of time.Good developers are not those who can code and develop a site in...
09:53 am GMT - Sun, September 26, 2021
Dev To
Execution Model of JavaScript
JS has been often classified as a scripting interpreted language. However, the truth to this matter is that there are more than one ways of interpreting (pun intended & left to your interpretation...
09:20 am GMT - Sun, September 26, 2021
Dev To
How to ensure the highest quality of Software code
TL;DR: By following best industry practices like linting, unit testing, static code analysis and continuous monitoring of the software. Modern Software DevelopmentThe software development process...
08:56 am GMT - Sun, September 26, 2021
Dev To
Skeleton Loading for Social Media Embeds using CSS and JavaScript
Note: This post is inspired by Web Dev Simplified.Social media embeds take some time to load and render, hence the user experience is not so good! Here's an example of twitter embeds:Without applying ...
08:30 am GMT - Sun, September 26, 2021
Dev To
Linux, Should you use it? Can you use it?
Some context:I'm just a student and I have been using windows from my childhood, but I switched to linux about a month ago. I install ubuntu on my main PC as windows was lagging a lot. My PC is...
08:07 am GMT - Sun, September 26, 2021
Dev To
Bench-marking RESTful APIs | Part - II: On the Cloud
Have you ever load tested your APIs on the cloud? In this post we explore how to load test and benchmark different RESTful framework's performance Recap In our previous post, we did some benchmar...
07:24 am GMT - Sun, September 26, 2021
Dev To
What are your Mac/PC specs?
It is well known fact, that you don't need a workstation with quantum computing superpowers to be a developer.I work on an average machine too, which I use for like 4-5 years already. Here is the extr...
06:59 am GMT - Sun, September 26, 2021
Dev To
Rendering all WordPress pages in Next.js
We started looking at how to load all WordPress posts in our Next.js website. However, we can also have pages in WordPress which we most likely want to load.In this article, we'll create a unique page...
06:50 am GMT - Sun, September 26, 2021
Dev To
Vocabulary Building Day 19
maverick(noun): someone who exhibits great independence in thought and action.Checkout Pronunciationpanache(noun): distinctive and showy elegance.Checkout Pronunciationheyday(noun): the period of a pe...
06:50 am GMT - Sun, September 26, 2021
Dev To
What's the most beginner-friendly Linux distro?
There are hundreds of Linux distributions out there each varying in their purpose of use and the level of expertise the user needs. There are tools like DitroWatch to help users narrow down their opti...
06:30 am GMT - Sun, September 26, 2021
Dev To
Tall Stack
It is a Stack of 4 frameworks for web dev namel --1) Tailwind CSS2) Alpine JS3) Laravel4) Laravel - LiveWireTall Stack says = "A new way to build rich, reactive web apps.Learn Laravel, style it easily...
06:28 am GMT - Sun, September 26, 2021
Dev To
Freelance Journey: Starting Off to Top Rated in 4 Months
If you are into Freelance, you must have come across UpWork, one of the largest Freelance Marketplace on the planet. UpWork provides Freelancers with badges to signify the following:Rising Talent: Suc...
06:20 am GMT - Sun, September 26, 2021
Dev To
Vocabulary Building Day 18
frivolous(adjective): not having any serious purpose or value.Checkout Pronunciationprescience(noun): the fact of knowing something in advance; foreknowledge.Checkout Pronunciationproselytize(verb): c...
06:18 am GMT - Sun, September 26, 2021
Dev To
How to convert DoTween to UniTask and wait to complete all sequences.
IntroI thought that I want to treat as UniTask and wait all of sequences when I use DoTween.I write the way down on this article so I won't forget. EnvironmentsnameversionUnity2020.3.4f1DOT...
03:51 am GMT - Sun, September 26, 2021
Dev To
Dropzone UI: the new way of providing Drag and Drop File Uploads in React app.
IntroductionDropzone UI is a complete set of react components that allows developers to spend less time in coding a drag and drop zone for file uploads.In standard HTML5 you can perform file upl...
03:28 am GMT - Sun, September 26, 2021
Dev To
An Intro to Amazon Simple Notification Service (SNS)
Amazon SNS - Simple Notification ServiceAmazon SNS is a fully managed Serverless solution from AWS. A message publishing and processing service. As its a serverless solution, with automatic scal...
03:27 am GMT - Sun, September 26, 2021
Dev To
Special kind of array - Tuple
In strictly typed programming languages, array is a Data structure of homogeneous data types with fixed length. In contrast JavaScript is dynamic. In here, array can have elements of heterogeneous d...
02:28 am GMT - Sun, September 26, 2021
Dev To
Setup ESLINT and PRETTIER in React app
Setting up ESlint and Prettier is tedious for beginners, I know this because I have faced this issue too. You will find many articles about setting up the linting on the internet. Some of them will wo...
11:28 pm GMT - Sat, September 25, 2021
Dev To
The current tc39/proposal-pipeline-operator Hack-style |> hijacks Grouping operator ( )
Current TC39 proposal Hack Pipeline Operator |> is incompatible with Grouping operator (). Short version Grouping operator ( )The grouping operator ( ) controls the precedence of eva...
11:28 pm GMT - Sat, September 25, 2021
Dev To
TC39/proposal-pipeline-operator Hack-style |> hijacks Grouping operator ( )
TC39 proposal Hack Pipeline Operator |> is incompatible with Grouping operator (). Short version Grouping operator ( )The grouping operator ( ) controls the precedence of evaluation ...
11:26 pm GMT - Sat, September 25, 2021
Dev To
Models' Relationship In Django
Hello BackEnders Back on days, on the final Project day before graduation, I was asked about the difference between Foreignkey and OneToOne fields in Django's models. That was because I mistakenly use...
11:23 pm GMT - Sat, September 25, 2021
Dev To
Do you need a State Management Library?
The other day I was browsing LinkedIn when a poll caught my eyeWhat's your favourite React State Management Library and why?Naturally, I felt there was an option missing from the poll and left a comme...
11:15 pm GMT - Sat, September 25, 2021
Dev To
Flutter & Dart Tips - Week In Review 16
Hello Reader,I am getting very close to the goal of this series of sharing 100+ Flutter\Dart tips. Let's get into the 16th post of this.1- Transform is a widget that applies a transformation before pa...
10:59 pm GMT - Sat, September 25, 2021
Dev To
Typography in Web Design
IntroductionLet's begin by defining what fonts are. Simply put, fonts are a grouping of typographic characters with similar characteristics. Fonts are defined by their weight or thickness, style...
10:58 pm GMT - Sat, September 25, 2021
Dev To
Just ship that MVP...not
In the book The Artists Way Every Day, author Julia Cameron talked about those moments of self-doubt when we are almost finished with our project, and just before launch, that self-critical voice ambu...
10:49 pm GMT - Sat, September 25, 2021
Dev To
All About Hackathons!!!
Date of Event -: 25 September 2021Time: 10:00 P.M.Meeting Host -: Eshan GuptaTopic-: All about Hackathons & doubts,counselling session.Hey,So this was the first event that was conducted by me at V...
10:20 pm GMT - Sat, September 25, 2021
Dev To
Javascript - Into The Loop of Arrays
Salam and yosh!And this week, I want to talk something core about Javascript. Something that you cannot escape, always bothering at the end of your thought when coding, avoiding them is not an option....
09:51 pm GMT - Sat, September 25, 2021
Dev To
Beautiful Hackernews UI: Working with Hackernews API in Python (Django)
BackgroundI was recently made to work with Hackernews API using python (Django). There were several challenges faced by me during the project but I didn't give in. This post tends to document th...
09:44 pm GMT - Sat, September 25, 2021
Dev To
How to make your to-do list editable with JavaScript
A to-do list is one of the first projects many developers create. The basic components are a way to add items and a way to delete them. This article is for those who have already implemented these bas...
08:49 pm GMT - Sat, September 25, 2021
Dev To
Instalando PHP no Mac BigSur
Pr-requisitosIremos utilizar o gerenciador de pacotes do macOS, o Homebrew. Primeiramente se certifique que o Homebrew esteja atualizado:brew update...e configurado corretamente:brew doctorComo ...
08:44 pm GMT - Sat, September 25, 2021
Dev To
React: Components
Components are the core of React. Everything in React is a component, this post and later post you will learn how to create one.There's actually two ways to create a React component. The first way is ...
08:02 pm GMT - Sat, September 25, 2021
Dev To
Server Sent Events with Saturn and FSharp
For this week's F# content I've have some server side stuff. I spend most of my days writing frontend code either for a living or for entretainment but sometimes I go to the server or CLI stuff as wel...
07:33 pm GMT - Sat, September 25, 2021
Dev To
Why I like Software Engineering
This article was originally published on my newsletter last week. I publish previous week's newsletter here on the blog. If you want to read these as soon as they are published, sign up for the newsle...
07:10 pm GMT - Sat, September 25, 2021
Dev To
Building a Roguelike Game with TypeScript
In this article I'm writing about the experience of building a game as someone with a front-end background.Epoch Rift is a 2d platformer with roguelike features I'm currently building. It's unique fea...
06:38 pm GMT - Sat, September 25, 2021
Dev To
creating static web sites using Hugo
Hello, In this article, I will cover creating simple static websites with hugo, a static website creation tool written in golang, hosting and publishing them on github. For this, I plan to prepare two...
06:38 pm GMT - Sat, September 25, 2021
Dev To
Handle media queries in a type-safe with TypeScript
Ive created a library that can execute media queries in a type-safe way with TypeScript.If you find it useful, Id appreciate it if youd give it a star in the repository. Install with emotion...
06:37 pm GMT - Sat, September 25, 2021
Dev To
How to Add and Customize Ant Design UI Library in a Next.js App.
Setting up Ant Design in a Next.js App, can be a little difficult. That is why I wrote these two guides that can help you setup and also completely customize Ant Design correctly in your Next.js app.H...
06:30 pm GMT - Sat, September 25, 2021
Dev To
What is multithreading?
What is multithreading?Multithreading is a CPU feature which allows creation and execution of multiple threads within a process concurrently or parallelly or both.During development, the program...
05:56 pm GMT - Sat, September 25, 2021
Dev To
rustc frustrations: trait coherence edition
Problem: for some hobby-hacking OS dev Im doing, I need (want) to implement drivers for a few different UART consoles. The first part of these drivers I build is for writing output from my little baby...
05:55 pm GMT - Sat, September 25, 2021
Dev To
What is Client Side Rendering?
In this blog, you will learn everything you need to know about Client-side rendering.Client-side rendering (CSR) means rendering pages directly in the browser using JavaScript. All logic, data fetchin...
05:04 pm GMT - Sat, September 25, 2021
Dev To
Best UI LIbrary for your next React Native App
I had built multiple apps in React Native for my personal as well as Freelancing projects. I had also tried many UI libraries for React native, to get started fast and for consistent UI. I had checked...
04:32 pm GMT - Sat, September 25, 2021
Dev To
Secure by default, unsafe by you
Post originally created on github.io on October 2020 DisclaimerThis post is the presentation of how to make code UNSAFE. Please, do not use these code snippets in your application, unless you fan...
04:29 pm GMT - Sat, September 25, 2021
Dev To
Changing a Git commit Message
If a commit message contains unclear, incorrect, or sensitive information, you can amend it locally and push a new commit with a new message to GitHub. You can also change a commit message to add the ...
03:56 pm GMT - Sat, September 25, 2021
Dev To
Introducing Markdownify
Cliche?NahhWell, today I present before you Markdownify, the multi-purpose markdown editor for all your needs.Tech Stack:HTMLCSSJavascriptCodemirrorStory behind it:As a blogger and developer, I had co...
03:48 pm GMT - Sat, September 25, 2021
Dev To
The Beginning of Infinity by David Deutsch
This is not going to be like my regular book reviews. It cannot be. It was so long... It took me so much time.I'm reading almost every day after I wake up and before I go to bed. Okay, I was on vacati...
02:33 pm GMT - Sat, September 25, 2021
Dev To
How browsers handle authentication?
Today, Ill talk about authentication and how your browser handles such a process, First of all, authentication is the act of validating that users are who they claim to be. This is the first step in a...
02:27 pm GMT - Sat, September 25, 2021
Dev To
Glass Morphism Student Grade Calculator Using Pure HTML, CSS & JS.
Here is the student grade calculator using pure HTML, CSS & JS. In Web Format You can enter Some marks on some subjects and you can get total marks, percentage and Grade of Student Sour...
02:23 pm GMT - Sat, September 25, 2021
Dev To
How to ask the Right Questions as a Junior Developer
Asking questions is literally the first piece of advice anyone gives to a brand new developer, and there is a good reason for this. I cannot emphasize the importance of utilizing your teammates as res...
02:13 pm GMT - Sat, September 25, 2021
Dev To
Implementation of Queue in python
1.Queue is a type of data structure.Queue is based on the principle first in first out (FIFO) i.e first inserted element will be deleted first.2.In queue Insertion of elements is done at one end i.e r...
02:04 pm GMT - Sat, September 25, 2021
Dev To
Create a basic web server using Express js & HTML
Easiest way to create a basic webserver using express js.We can use node js to create a web server using node js will a long time to create a server so we use express js for these types of thing.First...
01:50 pm GMT - Sat, September 25, 2021
Dev To
URL Shortener with Rust, Svelte, & AWS (4/): Dockerizing
In the last post, we created some unit tests that will allow us to automatically test our application. In this post, we will cover the process of Dockerizing our application in preparation for deployi...
01:49 pm GMT - Sat, September 25, 2021
Dev To
Get started with Apache Airflow
Hey Folks!Welcome back to another post!! This article is on Apache Airflow. Before getting into authoring our first workflow lets look into what Apache Airflow actually is. What is Airflow...
01:23 pm GMT - Sat, September 25, 2021
Dev To
I wrote a fully-functioning File Explorer, using TypeScript.
I am very happy to introduce Xplorer to help you organize your files and/or folders. Features Designed Out Of The BoxXplorer is not written on traditional language like C, C++ or C#. It is w...
12:45 pm GMT - Sat, September 25, 2021
Dev To
Synchronized executions in Javascript
Actually, I'm not really sure about the title of this blog because currently, I can't come up with any better title to describe what I want to share with you guys today. I don't know if it's called so...
12:28 pm GMT - Sat, September 25, 2021
Dev To
TIL: How to set security headers for Gatsby Develop
Photo by Henry & Co on UnsplashThere might come a time that you want to run your Gatsby app with security headers in development. To do this, you can utilize advanced proxying. Gatsby has a way to...
12:26 pm GMT - Sat, September 25, 2021
Dev To
How to create Go files from Stub files like Laravel does
I love Laravel, it's great for getting a full-stack app off the ground in groundbreaking time. It also has a great feature called stub files that provide the boilerplate for files like models and cont...
12:10 pm GMT - Sat, September 25, 2021
Dev To
Let's build a rainbow on a canvas from scratch!
It's raining since a few days at my place. And even though it actually just stopped raining as I'm writing this post, the sun hardly comes out anymore. It's autumn on the northern hemisphere. The chan...
12:07 pm GMT - Sat, September 25, 2021
Dev To
Hosting an Angular application on GitHub Pages using GitHub Actions
IntroductionAngular is a development platform for building WEB, mobile and desktop applications using HTML, CSS and TypeScript (JavaScript). Currently, Angular is at version 12 and Google is the...
11:37 am GMT - Sat, September 25, 2021
Dev To
What are HTTP Security Headers and how to config them?
HTTP Headers are a great booster for web security with easy implementation. Proper HTTP headers can prevent security vulnerabilities like Cross-Site Scripting, Click-jacking, Packet sniffing and, info...
11:11 am GMT - Sat, September 25, 2021
Dev To
Budgie React
https://www.npmjs.com/package/budgie-reactHey guys, m creating a new package, Budgie React which is a CLI boilerplate creator for ReactJS. Will appreciate comments, also would like if anyone is ready ...
11:05 am GMT - Sat, September 25, 2021
Dev To
Spring Data Transactional Caveats
Spring is the most popular Java framework. It has lots of out-of-box solutions for web, security, caching, and data access. Spring Data especially makes the life of a developer much easier. We dont ha...
10:57 am GMT - Sat, September 25, 2021
Dev To
What Are Rust Raw Pointers and static variables?
Raw PointersUnsafe Rust has two new kinds called raw pointers, which are similar to references. They may be immutable or mutable and can be written as:const T (Immutable)*mut T (Mutable)Note: Asterisk...
10:45 am GMT - Sat, September 25, 2021
Dev To
Journey to Code - JavaScript
Hello and Welcome to Journey to Code - JavaScript ! What's JTC and what it is for?JTC or Journey to Code - JTC is a series of articles about JavaScript-related topics that will help you learn Ja...
10:19 am GMT - Sat, September 25, 2021
Dev To
Feedback UI Design | HTML, CSS & JavaScript
Create from scratch a Responsive Login and Registration Form using just html, css and JavaScriptWere also going to use @media queries to make it responsive in whatever screen you want display it.Its a...
10:09 am GMT - Sat, September 25, 2021
Dev To
React: How to create a reusable form using React Context
Forms are very common in web apps. We are going to be creating forms over and over again when working as a developer. What makes React fun is that we can take common patterns like this and turn them i...
08:47 am GMT - Sat, September 25, 2021
Dev To
sticky navbar on scroll reactJS [Updated]
I gave a tutorial on how to add sticky navbar onscroll in react js, and most people got problem in adding the code to their project and I decided to create a library which would be much easier. GIT ht...
08:12 am GMT - Sat, September 25, 2021
Dev To
Have you tried functional programming?
Functional programming is a programming paradigm where programs are constructed by applying and composing functions.Some of the most popular programming languages include Haskell, Clojure, Scala, Erla...
07:56 am GMT - Sat, September 25, 2021
Dev To
Build a light gallery with Stimulus Components
Orginally published at Medium on Feb 17th 2020.Install the packageAdd the Stimulus Lightbox libraryImport stylesheetsAdd HTML layoutAdd styling to imagesAdd captionsAdd additional optionsIn this artic...
07:43 am GMT - Sat, September 25, 2021
Dev To
Cyber Security Threats To Your Computer Systems And Their Prevention
Anything that causes data loss or corruption, as well as physical harm to the hardware and/or infrastructure, is considered acomputer system threat. The first step in defending computer systems is to ...
07:37 am GMT - Sat, September 25, 2021
Dev To
What calendar app do you use?
During our busy dev schedules a well-configured calendar app is essential tool as it helps you to organize your daily workflow, set reminders on approaching events and so on.I've been using Google Cal...
07:29 am GMT - Sat, September 25, 2021
Dev To
The Ultimate Guide to Proxy Compatibility
The world of proxy connections can be quite complex when youre getting into automating software and connections. Its easy enough to use a proxy for web browsing, but what about using half a dozen prox...
07:26 am GMT - Sat, September 25, 2021
Dev To
JavaScript Best Practices for Beginners
Let us quickly discuss some of the best practices which you can follow while working with JavaScript. I have covered some of the basic stuff which we will be using often in our day-to-day programming....
07:26 am GMT - Sat, September 25, 2021
Dev To
Implicit Explicit and....?
Hello, today i was reading about this, you ask what I say this is a keyword in JavaScript which refers to ......? Well this is a question we will try to answer today. Code 1 - Implicit bindingthi...
07:14 am GMT - Sat, September 25, 2021
Dev To
Getting a diary
Repost from my blogSo, I actually had my first diary when I was in second grade. I got it as an award for just spelling a word correctly . Well, the diary was very tiny, about 7 cm high and 5 cm wide...
07:06 am GMT - Sat, September 25, 2021
Dev To
How to run JavaScript in Visual Studio Code
VS code is a text editor made by Microsoft and it is an open-source project. It has extensions and other features for debugging your javascript, which we will talk about in this post.Installing vs cod...
07:06 am GMT - Sat, September 25, 2021
Dev To
Most Useful Visual Studio Code Shortcuts To Improve Your Productivity
Visual Studio Code is the most widely used and most loved code editor for application development.So in this article, we will see some of the widely used shortcuts which make developers' life easy and...
07:03 am GMT - Sat, September 25, 2021
Dev To
I Design, You build! - Frontend Challenge 1
ChallengeAwesome Gradient, 3D Space design with different kind of Design Flavor. Create a homepage following the design. Fulfill Target and/or Extra below:Target: Target : User can see the simil...
07:01 am GMT - Sat, September 25, 2021
Dev To
10 Awesome Github Repos Every Web Developer Should Must Use
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.Read More...
06:57 am GMT - Sat, September 25, 2021
Dev To
Watch CSS3 Media Queries in JavaScript
CSS3's media queries are an essential element of responsive web design.Here's a simple media query example that increases the font size on screens with larger widths:p { font-size: 14px;}@media scr...
06:52 am GMT - Sat, September 25, 2021
Dev To
Functions in JavaScript
Functions - A Brief HistoryIn the advent of programming, we created our systems using routines and subroutines. This, later, transformed to the creation of systems using programs, subprograms an...
06:26 am GMT - Sat, September 25, 2021
Dev To
Loading WordPress posts in Next.js
We had a look at how we can use WordPress as a headless CMS with GraphQL as our database point.We'll let's take that and use that knowledge to create a front-end in Next.js.Our goal for today is to lo...
06:25 am GMT - Sat, September 25, 2021
Dev To
Learning Python- Intermediate course: Day 32, The Menubutton Widget
Today let us learn about the menubutton widget. Menubutton widgetThe menubutton widget is a drop down type of widget. It looks similar to the listbox widget. The menubutton widget is droppe...
06:14 am GMT - Sat, September 25, 2021
Dev To
Get Free Responsive Landing Page with Animations.
You can get the template from the link proivided in the description of the video. Technologies Used :-HTMLCSSJAVASCRIPTJQUERYSASS Libraries and Assets Used :-jQueryScroll RevealUnicons...
06:12 am GMT - Sat, September 25, 2021
Dev To
15 Must-Have Browser Extensions for Web Developers
Browsers are increasingly incorporating moreextensions, plugins and add-ons, which are often developed by their users, making the browser more powerful, and helping us increase our productivity. Here ...
05:54 am GMT - Sat, September 25, 2021
Dev To
ODD-EVEN Number using Recursion in JS
Hello Guys, Today is this article we are taking about Recursion. We are solving and understanding a problem by using Recursion in JavaScript. Problem :- Find odd-even number using Recursion ? Let's s...
05:46 am GMT - Sat, September 25, 2021
Dev To
Operating Systems: Process Control Blocks (PCB)
I assume, you have read the previous two articles of this series before you start because I have used some of the jargon I explained in them frequently.For sake of simplicity, assume we have only 1 C...
05:45 am GMT - Sat, September 25, 2021
Dev To
From Zero to Hero in Game Design: Beginner's Guide
Hello, buddies! Game design is an exciting, rewarding, and multi-faceted field with promising job prospects. However, becoming a game designer can be a challenging journey. Passion, patience, and pers...
04:49 am GMT - Sat, September 25, 2021
Dev To
Difference Between Content Writing Vs Blogger in 2021
Weve all heard of content marketing. You probably even have a blog that markets your business. But have you ever wondered what the difference between content writing vs blogger is?The terms content wr...
04:43 am GMT - Sat, September 25, 2021
Dev To
Tips To Become Great Programmer Of All Time
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
04:29 am GMT - Sat, September 25, 2021
Dev To
The Ember Times - Issue No. 189
Emberistas! RFC: Asset Import Spec, ember-element-query v4, EmberFest 2021 - best of both worlds, Glimmer cheatsheet, and Glimmer Apollo v0.4.0. RFC: Asset Import SpecEdward Faulkner (@ef4) pro...
03:59 am GMT - Sat, September 25, 2021
Dev To
Go/Golang Basics - Pointers and Functions
A function is a group of statements that can be used repeatedly in a program. Below is a simple function definition in Go language :func helloUser() { fmt.Println(" Hello, World!")}The above-d...
03:57 am GMT - Sat, September 25, 2021
Dev To
40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
03:38 am GMT - Sat, September 25, 2021
Dev To
Open Source: My first Pull Request
After I published an open source project which creates a static site generator(SSG), my second lab assignment was adding new features and making a Pull Request with my partner's same project. My partn...
02:42 am GMT - Sat, September 25, 2021
Dev To
7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
02:38 am GMT - Sat, September 25, 2021
Dev To
What is Hacking? Types of Hackers | Introduction to Cybercrime
Hackingis the activity of identifying weaknesses in a computer system or a network to exploit the security to gain access to personal data or business data. An example of computer hacking can be: usin...
02:37 am GMT - Sat, September 25, 2021
Dev To
7 Amazing Tips While Redesigning Your Website
Redesigning a website may be a stressful, time-consuming, and complex task. Its natural if the amount of information you need to know in order to build a new, fresh design repulses you. However, if yo...
01:40 am GMT - Sat, September 25, 2021
Dev To
Making a Toggle Switch into a New HTML Element
Hey, let's build a light bulb!Or, at least the on/off switch part of the light bulb... The toggle switch is a super common user interface element to indicate whether some feature is active or not.Swit...
01:11 am GMT - Sat, September 25, 2021
Dev To
dependencies? devDependencies?
How to differentiate themThe basic criteria is whether a package is only needed for development or not. dependencies: Packages required to execute the applicationdevDependencies: Packages requir...
12:48 am GMT - Sat, September 25, 2021
Dev To
Move you angular cli app to Nx
Help me improve these updates by giving suggestions.Github Repo - https://github.com/ajitsinghkaler/devto-cloneDeployed on Firebase - https://dev-toclone.firebaseapp.com/Last week I was sick so there ...
11:22 pm GMT - Fri, September 24, 2021
Dev To
New Open Source Contribution
Open Source Community ContributionThis week of OSD600 is amazing. I had a chance to contribute to the project of someone else and had another programmer work on my project. In more detail, I sen...
11:05 pm GMT - Fri, September 24, 2021
Dev To
Sending Slack Messages with Images using Go
BackgroundI was building a feature on Highlight that allows you to create a comment on a video. This comment is special because it has not only the author and the text but also the video's x-coo...
09:27 pm GMT - Fri, September 24, 2021
Dev To
Problemas comuns, soluessimples
Bom, a idia aqui compartilhar algumas lies e aprendizados que tirei ao longo dos anos trabalhando como desenvolvedor, e que boa parte de quem ler isso aqui vai achar bem bvio, e , mas muitas vezes no...
08:58 pm GMT - Fri, September 24, 2021
Dev To
A good way to set up SSH keys for Git on Macbooks
Motivation for this articleAt least once or twice a year, I either set up new SSH keys for access to a new Git repository or else I set up the same keys on a new Macbook. Every time, I feel like...
08:56 pm GMT - Fri, September 24, 2021
Dev To
React Native Mobile Apps, Integrating Expo Camera, Supabase Buckets and Image Upload
Working with expo camera in React Native to take pictures and upload the images to Supabase Bucket. We also created an UI to show the thumbnail of the photo as a way to see the image.Join with me on m...
08:52 pm GMT - Fri, September 24, 2021
Dev To
My first contribution
This week, for the first time, I contributed to another project for code update. It was about allowing markdown file and turning it into HTML regarding their syntax.First, I created a new issue to let...
08:35 pm GMT - Fri, September 24, 2021
Dev To
Working with React, Monorepo, Typescript and Lerna
This article was originally published on my newsletter last week. I publish previous week's newsletter here on the blog. If you want to read these as soon as they are published, sign up for the newsle...
08:30 pm GMT - Fri, September 24, 2021
Dev To
Build a Random Quote Generator using JavaScript
The best way to learn to code is by practice and by building small projects. As part of this blog, let's build a beginner-friendly random quote generator in JavaScript.Check out my previous blog post ...
07:59 pm GMT - Fri, September 24, 2021
Dev To
Invoke React components from data-attributes
MotivationI have an ASPNET CORE MVC + jQuery application and I need to gradually migrate some components to React!Since we already have the data from the ViewModel, I would like to pass it to th...
07:36 pm GMT - Fri, September 24, 2021
Dev To
Matrix Console Screensaver
GitHub Repo# digital_stream.py# This program emulates a screensaver in the style of the Matrix movie's visuals.# by: Scott Gordonimport randomimport shutilimport sysimport timeMIN_STREAM_LENGTH = 6M...
07:27 pm GMT - Fri, September 24, 2021
Dev To
tips for python short code part-1
1- appending an element to a list:k+=[1] #same as k.append(1)2- get multiple lines of from stdin: instead ofk=[input() for i in range(number_of_lines)] dok=[i.strip() for i in open(0)]3- mak...
06:05 pm GMT - Fri, September 24, 2021
Dev To
Introduction to JavaScript Destructuring
What is JavaScript Destructuring?The destructuring assignment syntax is an ES6 feature, that allows you to unpack values from an array or an object into separate variables.. Destructuring ...
06:05 pm GMT - Fri, September 24, 2021
Dev To
Increasing Emotional Intelligence As Remote Developers
Effective communication has always been hard. More than just the words being said, it's the tone, the audience, the media, and the timing. While these have always been important parts of communication...
06:02 pm GMT - Fri, September 24, 2021
Dev To
How to remove CSS Property using javascript?
<!DOCTYPE html><html><head><style>#myDIV { background-color: coral; border: 1px solid; padding: 50px; color: white;}</style></head><body><div id="myDIV...
05:38 pm GMT - Fri, September 24, 2021
Dev To
How to get JSON data from the API of a web-service?
Lets use a free API that returns some data.To get data we need the fetch method.This method has one parameter: URL.The method returns a promise object.The promise has the then method to handle the res...
05:04 pm GMT - Fri, September 24, 2021
Dev To
Javascript, MOD4 Project
This module has been a roller coaster ride. I enjoyed many parts of Javascript and can see the lessons I learned all throughout the modern Internet.As I approached my project for this module I wanted...
04:54 pm GMT - Fri, September 24, 2021
Dev To
What happens when we clone?
It can sometimes be more useful to create a copy of an object and only change the relevant parts, then to completely recreate it. For example, when the object has a lot of dependencies or parameters y...
04:52 pm GMT - Fri, September 24, 2021
Dev To
Can Kubernetes Save You Money?
cover image: detail from Hieronymus Bosch - Death and the MiserKubernetes is not known as a particularly economic option. If you're migrating to a distributed architecture from a simple virtual machin...
04:32 pm GMT - Fri, September 24, 2021
Dev To
JEP 378: Text Blocks. New way to use String in Java
IntroductionIn this article, I'm going to show the Java Text Block feature!This feature is available since Java 15 and brings to us , a simple way to write Strings.Now some examples. Writin...
04:22 pm GMT - Fri, September 24, 2021
Dev To
Triple Constraints(The Project Management Triangle)
The main component of the triple constraint theory is that scope, time and cost are interwoven aspects of any project that you are working on. When one changes the other two must be changed as well. T...
04:17 pm GMT - Fri, September 24, 2021
Dev To
CSS Variables | Learning CSS Best Practices - 01
to declare a variable prefix your variable name with two dashes then to use it, use the var() function/* -- declaring the variable. -- */--variable_name: variable_value/* -- accessing the variable. --...
04:14 pm GMT - Fri, September 24, 2021
Dev To
React state with a fragmented store
There are many ways to manage the React state between many components: using libraries like Redux, MobX, Immer, Recoil, etc, or using a React Context.After using several of them, I personally choose R...
04:02 pm GMT - Fri, September 24, 2021
Dev To
Contributing to Open Source with Adding Features
Welcome to the weekly blog post about my open source journey! This weeks topic will be about adding a feature to a new an open source repository. The repository we will be working on this week will be...
03:53 pm GMT - Fri, September 24, 2021
Dev To
Webix SpreadSheet. Is it a full-fledged web alternative to Excel?
Continuing the topic of the gradual transition from desktop software to similar online services, in this publication I want to talk about a SpreadSheet widget that can compete with his majesty "Excel"...
03:50 pm GMT - Fri, September 24, 2021
Dev To
Creating a 10 million visits a month community at DZone
Before Kellet Atkinson was the Director of Product at DZone, he was flexing his entrepreneurial muscles by building custom-made guitar pedals for his friends.He joins the Dev Interrupted podcast to ta...
03:40 pm GMT - Fri, September 24, 2021
Dev To
Useful VSCode Extensions
VSCode (Visual Studio Code) is one of many code editors. A few of them are Atom, Sublime, and Brackets. All of these text editors have their pros and cons, advantages and shortcomings. Needless to say...
03:31 pm GMT - Fri, September 24, 2021
Dev To
Github Profile Data Fetch Using Github User Api
How IT Works:It have a input field and a button when we enter github profile and click on button it fetch github User Api and get avatar, name, bio, followers, following you can see also source ...
03:15 pm GMT - Fri, September 24, 2021
Dev To
How I made an iOS 15 Safari Extension to get rid of Annoying Reddit "Open in App" Pop-ups
iOS 15 revamps the extension system built into iOS and iPad OS. This update lets us build full-fledged extensions for iOS users, including JS/CSS injection, full user-interfaces written in web languag...
03:09 pm GMT - Fri, September 24, 2021
Dev To
How to make an e-commerce website with HTML, CSS and JS - 02
Hello, hope you'll are good. Today we'll do the second part of our fullstack e-com website series. In this part, you'll make a node server to run website on localhost, then you'll learn to do form val...
02:59 pm GMT - Fri, September 24, 2021
Dev To
OH! No, My Macbook is super slow ----who occupied my laptop resources ---
Today I found my system super slow, and CPU usage was going to a high level.after deep investigation, I found some notable cases of complex and CPU usage:last week my dev laptop (MacBook Pro (13-inch,...
02:55 pm GMT - Fri, September 24, 2021
Dev To
Tailwind CSS Datepicker
Tailwind CSS DatepickerThis project is a free and open source datepicker library which uses the utility-first classes from Tailwind and the JavaScript from another open source library called Van...
02:22 pm GMT - Fri, September 24, 2021
Dev To
Mistakes to Avoid as a Senior Software Engineer
There is no perfect man, holy books say so. A senior developer is always at higher pressure compared to the rest of the team. This is because the managers and business owners are looking to you when t...
02:00 pm GMT - Fri, September 24, 2021
Dev To
3 Things I Learned From Contributing to Open Source
This week, I've been contributing to another static site generator (SSG). I've picked up a few things that may be useful to first time open source contributors:Communication is your best allyBe cautio...
01:46 pm GMT - Fri, September 24, 2021
Dev To
bitdowntoc: markdown TOC for all (even BitBucket )
Kezaco ?bitdowntoc (bitbucket markdown toc) is a flexible Markdown TOC Generator, available both as a standalone jar and a free online service. Why using it ?Contrary to other tools such as...
01:43 pm GMT - Fri, September 24, 2021
Dev To
10 Trending projects on GitHub for web developers - 24th September 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. Faust.jsFaust.js is a framework for building front-end applications fo...
01:37 pm GMT - Fri, September 24, 2021
Dev To
How to Transition From Being a Software Engineer to an Engineering Manager
Today, I am not going to go into why you might want to become an engineering manager but I am going to share with you how you can approach this career transition.Note that I use the word "transition" ...
01:33 pm GMT - Fri, September 24, 2021
Dev To
Top 10 Common Types of Cyber Security Attacks
1. MalwareMalware (short for malicious software) is a file or code, typically delivered over a network, that infects, explores, steals or conducts virtually any behavior an attacker wants. And b...
01:28 pm GMT - Fri, September 24, 2021
Dev To
Open Source Community: How to Become an Active Contributor
Open-Source development has truly transformed the technical revolution all around the world and the open source community has grown rapidly from its initial stages when Richard Stallman introduced the...
01:10 pm GMT - Fri, September 24, 2021
Dev To
7 Best Tools For Developers
If you are a junior programmer, this will give you an idea the improve your coding skills, and if you are a senior developer, you are still learn something new from it. Extensions are one the best too...
01:01 pm GMT - Fri, September 24, 2021
Dev To
Building a new community for Data structure and Algorithms seekers.
I am building new community for only Data structure and Algorithms students. Here students can ask questions, give answers, publish their blogs. Website-Home-PageThe layout of the home page has ...
12:51 pm GMT - Fri, September 24, 2021
Dev To
Ultimate ReactJS Resources For Web Developers 2021
Looking for helpful ReactJS Resources? Then here is the best collection of extremely useful ReactJS resources. Before we start the list let's get to know about Reactjs in short. What Is ReactJS?A...
12:47 pm GMT - Fri, September 24, 2021
Dev To
BINARY SEARCH
What is Binary Search and why to use it?Binary Search is a search algorithm. It is used to efficiently search for position of a particular number in a sorted array, character in an sorted Stri...
12:35 pm GMT - Fri, September 24, 2021
Dev To
Build your next admin panel in a 5 minute withbeautiful Ant Design!
GitHub | Tutorial | Demo What isrefine?refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limit...
12:30 pm GMT - Fri, September 24, 2021
Dev To
Fine...you want CSS art you got it! My first ever CSS art.
In my last post I recreated an image in SVG to prove how easy it is compared to CSS. Rate my SVG art! [Compared to CSS art] InHuOfficial Sep 23 3 min read ...
12:29 pm GMT - Fri, September 24, 2021
Dev To
JavaScript Arrays and its Methods.
AbstractJavaScript provides a data type specifically for storing an ordered collection of values. It is called an array and is written as a list of values between square brackets, separated by c...
12:27 pm GMT - Fri, September 24, 2021
Dev To
Making SQLite Easy with Codesphere!
Working with SQLite just got a whole lot easier! Codesphere is happy to announce a new UI for creating and managing your SQLite databases!Let's talk about how! Setting Up YourDatabaseTo create a ...
12:23 pm GMT - Fri, September 24, 2021
Dev To
How to build a custom support chat solution with TalkJS
Developers usually use TalkJS API for 1-on-1, group, or live stream chat, but today we're going to show you how to make a simple chat for the customer support use case.The chat will look like the one ...
12:20 pm GMT - Fri, September 24, 2021
Dev To
Image Creation, Management, and Registry(Part 2)
Tagging Docker ImagesDocker tags convey useful information about a specific image version/variant.They are aliases to the ID of your image which often look like this: 8f5487c8b942Assigning tag w...
12:17 pm GMT - Fri, September 24, 2021
Dev To
Make Life Easy - A set of tools made in React
What is this post about ?Hello fellow humanoids. This post is regarding a new project that I took up to collate few tools that can make our life a bit easier. This post will cover the set of too...
11:43 am GMT - Fri, September 24, 2021
Dev To
Using Python to Capitalize the first letter of a string
In this short tutorial, we look at how you could use Python to Capitalize the first letter. We also look at all the other methods that can be used to change cases.This tutorial is a part of our initia...
10:54 am GMT - Fri, September 24, 2021
Dev To
Will the promise resolve?
Thank goodness it's Friday! and not just any other Friday...Just a short post to state that it is possible to work AND campaign on the same day, but it is impossible to save humanity without changing ...
10:31 am GMT - Fri, September 24, 2021
Dev To
Make your own API under 30 lines of code
Make your own API under 30 lines of codeHey readers , in this blog we are going to discuss about making our own API in just 30 lines of code. Topics Covered :What is an API.Tech used to mak...
10:22 am GMT - Fri, September 24, 2021
Dev To
Resources For Front - End Developers
Hello!!Hope You all are doing great..Today I am here with my first post which is some useful resources for Front - End Developers.So Here are they:1) Tailwind CSSIt Says : "A utility-first CSS framewo...
09:47 am GMT - Fri, September 24, 2021
Dev To
How to pick an open-source project to contribute to?
Contributing to the open-source community and projects can be intimidating even for seasoned developers, let alone newcomers. One of the major problems Ive had as an early-career developer has been fi...
09:46 am GMT - Fri, September 24, 2021
Dev To
Improve your JS skills with theses tips 2
In this article I will share with you some news tips about JS that can improve your skills! Don't use delete to remove propertydelete is very bad to remove a property from an object (bad performa...
09:42 am GMT - Fri, September 24, 2021
Dev To
Let's scroll to infinity!
The feed exercise. At this point in time, most apps have some kind of infinite scrollable feed to keep users interested.The project I will be developing on here is written in Elixir, and uses the Phoe...
09:20 am GMT - Fri, September 24, 2021
Dev To
Deploy a Data Only Helium Hotspot with balena, Raspberry Pi and RAK LoRa concentrator
Find here a step-by-step tutorial to build, deploy and manage a Helium data-only Hotspot using balena. Note that this is a balena version based on the Nebra helium light hotspot. DisclaimerThis H...
09:09 am GMT - Fri, September 24, 2021
Dev To
How to Build Messaging App like WhatsApp
If there is one common thing you would find in a colleague, friend, family, and anyone you know or dont know is the presence of the WhatsApp application in android as well as iOS smartphones. People u...
08:53 am GMT - Fri, September 24, 2021
Dev To
Schemaless SQL database for strong and lasting back end
Benefits of the solutionSchemaless structures maintain in the codeYour documents stored as relational tables transparentlyPerformance and efficiency of relational databaseEasier to maintain in t...
08:51 am GMT - Fri, September 24, 2021
Dev To
Relational VS Non Relational Databases
Choosing the right database for storing your data is not always an easy choice. In fact, if in the first instance, the use of a relational database might seem more natural, in some cases this choice m...
08:44 am GMT - Fri, September 24, 2021
Dev To
My first Microsoft Form App in C
Within the .Net Framework, there is a library called Windows Forms. The Windows Forms library allows us to create graphical desktop apps using the C# programming language. Another name for this librar...
08:39 am GMT - Fri, September 24, 2021
Dev To
15 Growing Trends for Mobile App Development in 2020 and Beyond
The utilization of mobile apps has exploded over the last few years. With the ever-developing adoption of contemporary-day smartphones, an increasing number of clients are the use of apps to reserve t...
08:16 am GMT - Fri, September 24, 2021
Dev To
5 Ways to Fetch API Data in React.js
This article is a reference guide to strengthen your skills as a React developer and for job interviews.Introduction:Ways of Fetching Data1. Fetch Data in React Using the Fetch API2. Fetch Data in Re...
08:08 am GMT - Fri, September 24, 2021
Dev To
How to Improve Memory Naturally?
Based on scientific research it has been shown that memory can be improved naturally. The role of adult neurogenesis plays a big part in improving memory and your brain health. To improve memory, reme...
07:46 am GMT - Fri, September 24, 2021
Dev To
8 Major Benefits of Billing Software for SMEs
As businesses increasingly switch to digital platforms, you can make your business more attractive with the new technologies available. You, too, should start using technology to make your small busin...
07:40 am GMT - Fri, September 24, 2021
Dev To
Building a Tailwind CSS alert component
Tailwind CSS is an awesome utility-first framework that you can use to quickly prototype and build user interfaces.One of the disadvantages compared to other frameworks like Bootstrap or Bulma is that...
07:35 am GMT - Fri, September 24, 2021
Dev To
Side Navigation - Angular
Hi, I hope you're doing good. Here as an angular UI developers we would have used many frameworks and libraries for minimizing our works or some of us are new to angular UI stream we would have been s...
07:24 am GMT - Fri, September 24, 2021
Dev To
What VPS provider do you use?
VPS (Virtual Private Server) can be the optional choice between slow/inflexible shared solutions and a dedicated server if you can afford it or don't want to deal with complexity.Some of the popular c...
07:17 am GMT - Fri, September 24, 2021
Dev To
Find Personal & Business Email Addresses With Linkedin
KendoEmailApp:Find Personal & Business email addresses with one click. Kendo Email Finder will assist you in finding any email address directly from a LinkedIn profile or search results. Reach out...
06:50 am GMT - Fri, September 24, 2021
Dev To
Have you tried Kubernetes?
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.For me K8s has always been in the same category as Rust - I hea...
06:39 am GMT - Fri, September 24, 2021
Dev To
How to manage your software documentation with docz!
So, before starting the topic, I want to ask you one thing is... How do you think about documentation of your project?It's probably boring or time-consuming as well as very tedious task, right!!B...
06:05 am GMT - Fri, September 24, 2021
Dev To
How to Add Whatsapp Button in Blogger Using HTML & CSS
Step1) First of all, Go to the Blogger.comStep2) Now In Blogger go to the Layout Section and there you haveto add Widget and add HTML/Javascript Widget.Step3) Now Download This HTML & CSS Code of ...
05:49 am GMT - Fri, September 24, 2021
Dev To
10 Java Developer Skills that are in High Demand
With over 9 million developers using Java as their mother tongue in programming, you can imagine the worldwide demand. As an aspiring developer looking to hone skills, you must know the skills you req...
05:40 am GMT - Fri, September 24, 2021
Dev To
Unit testing Stdout in Go
Figuring out how to unit test functions that print to the terminal can be something of a daunting task. Thankfully, it's actually pretty simple due to the magic of interfaces in Go! This post is going...
04:50 am GMT - Fri, September 24, 2021
Dev To
How To Install Ubuntu 20.04 LTS (For Beginners)
The installation process of Ubuntu 20.04 LTS (Focal Fossa) can be a bit challenging, especially for people who are not much familiar with Linux environments. Among worst cases, it can cause data delet...
04:38 am GMT - Fri, September 24, 2021
Dev To
UI Dev Newsletter 75
LinksThe Future of CSS: Cascade Layers (CSS @layer)Bramus Van Damme explains Cascade Layers, how we can use them, and what benefits they bring.Designing Beautiful Shadows in CSSJosh Comeau descr...
04:31 am GMT - Fri, September 24, 2021
Dev To
Learning Python- Intermediate course: Day 31, Coordinate positions
Today we will cover the coordinate layout in TkinterToday we will make a program which will take in inputs of principle and discount and calculate the total price.Here are the program specs One ...
02:49 am GMT - Fri, September 24, 2021
Dev To
Karpenter - Scaling Nodes Seamlessly in AWS EKS
Hello everyone !! If you are running your workloads on the AWS EKS cluster, you may explore the rules and limitations of node group scaling to provision the deployments dynamically. This blog will ex...
02:48 am GMT - Fri, September 24, 2021
Dev To
Test updates
EDIT: this is a test edit. If you see this, it worked! Markdown: Syntax Overview Philosophy Inline HTML Automatic Escaping for Special Characters Block Elements Paragraphs and Line Breaks ...
02:39 am GMT - Fri, September 24, 2021
Dev To
Recommend an excellent HTML5 video player framework - MuiPlayer
Docs | Github IntroductionMuiPlayer is an HTML5 video playback plug-in, which is configured with exquisite and operable playback controls by default, involving common playback scenarios, such as ...
02:35 am GMT - Fri, September 24, 2021
Dev To
First experience with Pull Request
This is my third week get along with open source, and I realize that there are so much fun if we are not working alone. At first, I thought it was really hard to work and develop on someone's program ...
12:28 am GMT - Fri, September 24, 2021
Dev To
September 23rd, 2021: What did you learn this week?
It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.Feel free to comment with what you learnt and/or reference your TIL p...
12:01 am GMT - Fri, September 24, 2021
Dev To
Change Job Queue Priority in Azure Pipelines
Have you ever had a bugfix which you needed to deploy right this minute but had to wait behind other CI and PR jobs? Today I'm going to show you how to bump the priority of a queued job so it could be...
11:33 pm GMT - Thu, September 23, 2021
Dev To
Simple Logo Creator Bot (with Javascript and Python)
Github repo:https://github.com/Lucifer25x/simple-logo-bot Bot commands:/get {name} - Sends logo with name Used Dependencies: Node.js:telegrafnodemondotenv PythonPillow C...
11:06 pm GMT - Thu, September 23, 2021
Dev To
A better way to learn coding online
Id been taking online tutorial courses on Vue School, to learn the fundamentals of Vue.js and Nuxt. As I go through it, I realised theres a few things I fell into doing along the way that helps with m...
11:01 pm GMT - Thu, September 23, 2021
Dev To
7 UI Design Fundamentals for Developers
Hello everyone, my name is Vansh and I'm a frontend developer. A lot of people have asked me this question,"Do I need to learn design to be Front end developer?"Before I answer this question first you...
10:55 pm GMT - Thu, September 23, 2021
Dev To
How to Build a Music Playlist with React, Spotify, and Fauna
Written in connection with the Write with Fauna Program.Using React, Spotify API, and Fauna Database, we can build a personalized music playlist.In this article, I will show the step-by-step procedure...
10:52 pm GMT - Thu, September 23, 2021
Dev To
Announcing the First Wave of XRPL Grants
Were excited to announce the inaugural awardees of XRPL Grants, presented by RippleX with XRPL Labs as a technical advisor. The XRPL Grants Program provides funding to independent developers building ...
10:32 pm GMT - Thu, September 23, 2021
Dev To
What skills do career indie developers not learn (vs those employed mostly on teams)
Looking forward to the discussion....
10:19 pm GMT - Thu, September 23, 2021
Dev To
How to glitch video in the age of web
The tool described in this post is available at ezglitch.kopanko.comFor years I've been interested in datamoshing and glitch art, but mainly for the computer aspect of it, like, you know, you edit som...
10:04 pm GMT - Thu, September 23, 2021
Dev To
Introducing Leaf PHP 3
It's been a while since the release of Leaf v2 last year. v2 brought in a whole lot of improvement to the Leaf franchise and opened up doors for further development and the reform of Leaf API and Leaf...
09:00 pm GMT - Thu, September 23, 2021
Dev To
Top 5 AWS Blogs to Follow
According to search and social metrics from Hackernoon, these are the TOP 5 AWS Blogs and Websites actively working to educate, inspire, and empower their readers with frequent updates and high-qualit...
08:54 pm GMT - Thu, September 23, 2021
Dev To
Cryptourism.io White Paper is officially release
On September 1, 2021, Cryptourism officially released a White Paper so that the project can better understand how it works and the profit making process in this ecosystem.A white paper is an informati...
08:49 pm GMT - Thu, September 23, 2021
Dev To
Test-driven Development: cdigos limpos e prontos para implementao!
A sigla TDD significa Test-driven Development, ou Desenvolvimento dirigido/orientado a testes. So vrias as tecnologias e processos para testar os componentes de uma soluo de software corretamente, alg...
08:08 pm GMT - Thu, September 23, 2021
Dev To
Why Docker is eating your disk space
I learned recently, in less than ideal circumstances, that Docker doesn't do any log rotation by default So if you're running your application in production with Docker and using Docker's default logg...
07:10 pm GMT - Thu, September 23, 2021
Dev To
Choosing Between AWS Lambda and Docker
Article by Jay AllenOne of the great things about AWS is the vast array of features available to software developers. Sadly, one of the most confusing things about AWS is...the vast array of features ...
07:05 pm GMT - Thu, September 23, 2021
Dev To
Product developers guide to getting started with AI Part 2: Surfing through dataframes
TLDRSurfing through data is a quick and simple way to put all relevant information on the top. To go from a searching experience to a surfing experience, all it takes is a strong filtering, sort...
06:44 pm GMT - Thu, September 23, 2021
Dev To
Creating a Call to Action Button
I wrote a button web component. It's not perfect, but it's mine. As you know, I've been working on web components for a while now. Last week I started writing a new one. My goal for this project has b...
06:20 pm GMT - Thu, September 23, 2021
Dev To
Advantages of Learning Web Development
So the first question which comes before learning Web development for beginners it that Why should I learn Web development.We will know about advantages of learning Web Development in 2021 1. To ...
06:17 pm GMT - Thu, September 23, 2021
Dev To
Using Notion for Email
I built a free tool that will let anyone write and organize their emails in Notion:Notion Emailer The ProblemIf you copy/paste a Notion Page directly into an email, it will fail miserably for an...
06:10 pm GMT - Thu, September 23, 2021
Dev To
11 Best No-Code and Low-Code Back-Ends for 2021
No-code and Low-code development platforms let people worldwide build their businesses and applications to serve them without writing code. According Forrester, the no-code/low-code category will grow...
06:04 pm GMT - Thu, September 23, 2021
Dev To
What is Hacktoberfest? Best opensource program for beginners!
"Hacktoberfest is a month-long celebration of open source software." - DigitalOcean.Open source is changing the world one contribution at a time.With this very wonderful lines , let's start our blog ...
05:45 pm GMT - Thu, September 23, 2021
Dev To
Simple Logo Creator Bot
Github repo:https://github.com/Lucifer25x/simple-logo-bot Bot commands:/get {name} - Sends logo with name Used Dependencies: Node.js:telegrafnodemondotenv PythonPillow C...
05:20 pm GMT - Thu, September 23, 2021
Dev To
Three instructors that helped me learn web development
I decided to learn web development earlier this year. I knew some HTML, had no idea about CSS and JavaScript.I started learning javascript by following Hitesh Choudhary's JavaScript playlist on YouTub...
04:59 pm GMT - Thu, September 23, 2021
Dev To
Serverless bsico
Serverless uma arquitetura baseada em funes como um servio (FaaS - Function as a Service), o principal objetivo que o desenvolvedor se preocupe apenas com o cdigo da funo (lgica do negcio) e a respo...
04:54 pm GMT - Thu, September 23, 2021
Dev To
next.js: i18n with static sites
Recently I had a client who wanted a fast single-page-application (SPA) with an outstanding lighthouse score and multiple languages hosted on a cheap shared hosting solution only accessible by FTP ......
04:51 pm GMT - Thu, September 23, 2021
Dev To
Futuristic Infinite Scrolling in React and JavaScript
There are multiple use cases in the modern UX when we are required to use infinite scrolling. Previously, devs are using the height of the viewport and element to find out the intersection of the elem...
04:43 pm GMT - Thu, September 23, 2021
Dev To
Writing a Visual Studio Code Completion Provider
Visual Studio Code (VSCode) provides many powerful features for extension developers. Autocomplete, warnings, tasks, and many more features are included out-of-the-box and are available for extension ...
04:26 pm GMT - Thu, September 23, 2021
Dev To
MERN Stack Full Course (free)
This is a complete MERN Stack course for free in 10hours on my YouTube Channel. After completing this course you will be well equipped to take MERN Stack projects on your own. We will cover creating C...
04:26 pm GMT - Thu, September 23, 2021
Dev To
When everything is urgent, nothing is. What is Alarm Fatigue and how to deal with it.
You join a new team, you are added to their mailing list and alerts slack channel. The next day, you happen to be the first logging in:15 Notifications, a couple of applications in production are thro...
04:24 pm GMT - Thu, September 23, 2021
Dev To
3d Image Slider using HTML & CSS
In this article, you will learn how to create 3d Image Slider using only HTML and CSS.3d Image Slider is a modern image gallery that helps to organize many images beautifully. It enhances the beauty o...
04:01 pm GMT - Thu, September 23, 2021
Dev To
Another test
Test post. A HeaderSome textmore textbold Italic strike quotesome german guy .ltag__user__id__606915 .follow-action-button { background-color: #2563eb !important; color: #e25822 !i...
03:59 pm GMT - Thu, September 23, 2021
Dev To
Introducing Partytown : Run Third-Party Scripts From a Web Worker
A fun location for your third-party scripts to hang outPerformance is always top of mind for any website or web app. Its of no surprise that a page that loads instantly, has no scroll jank, and respon...
03:51 pm GMT - Thu, September 23, 2021
Dev To
What is DevOps?
Last year when I heard the term DevOps, I thought it would be any technology and trust me not only me but many of us think it as of a certain technology at first.If not technology what is it then?You ...
03:37 pm GMT - Thu, September 23, 2021
Dev To
INCREASE the Security of your .NET Applications (5 Tips to follow RIGHT NOW)
When programming one of the aspects that we must take into account is the security of our code, we must maintain a balance between good practices, software performance, and software security.From Dotn...
03:20 pm GMT - Thu, September 23, 2021
Dev To
How to not become a better developer
The world has plenty of good programmers. So how can you stand out and be the worst one? So here are some points on how **not ** to become a better developer Learn multiple programming languages ...
03:13 pm GMT - Thu, September 23, 2021
Dev To
Just Redux: The Complete Guide
Hey! If you're a Front-end developer or aspiring to become one, I am sure you might have come across Redux by now. Maybe you probably know what Redux is, maybe you don't. Maybe you have been using it ...
02:53 pm GMT - Thu, September 23, 2021
Dev To
How To Install Open edX with One-Click on DigitalOcean
If you want to install it right away please visit https://marketplace.digitalocean.com/apps/cubite What id Digitalocean 1-clickDigitalOcean has a Marketplace where there are applications that we ...
02:32 pm GMT - Thu, September 23, 2021
Dev To
Why Switch Statement is Bad
Why Switch Statement Is BadFirst of all Switch Statement is not bad but sometimes violates Clean Code PrinciplesSo Switch statement should be used very carefully. Why Switch Statement is S...
02:01 pm GMT - Thu, September 23, 2021
Dev To
Higher-Order Functions - JavaScript Concepts Simplified
Hello guys, I'm back with another article in my JavaScript Concepts Simplified series. Today, I'm going to go through the concept of Higher-Order Functions. This is not necessarily specific to JavaScr...
01:51 pm GMT - Thu, September 23, 2021
Dev To
Best Programming Stuff
I have seen some of the programming stuff article on internet as usual sharing it with you guys...Some of the websites are having affiliate links 1. Best Monitors For ProgrammingWhen programming...
01:48 pm GMT - Thu, September 23, 2021
Dev To
showdev: Serverless IoT Dashboard
I want to showdev how I built a serverless IoT (internet-of-things) dashboard for a Tasmota / BME680 air quality sensor.Preview of the real-time dashboard:The hardware:(I made the case out of corrugat...
01:47 pm GMT - Thu, September 23, 2021
Dev To
Top six dev tools to start with React
Most web applications today are built using React.js, a JavaScript library. Approximately 8 thousand industries globally use React.js for app and web development. Even the popular Fortune 500 companie...
01:34 pm GMT - Thu, September 23, 2021
Dev To
CAST AI vs. Harness: Which solution is better for Kubernetes?
Kubernetes poses several cost-related challenges. Fortunately, teams are working hard to help engineers take full advantage of Kubernetes without making their CFOs faint at the sight of their cloud bi...
01:26 pm GMT - Thu, September 23, 2021
Dev To
Deep Dive into Object Oriented Programming: Part 2
In the last post, we started with the basics of Object-Oriented Programming. We made our first class. Added some members and methods to it and initialized an object of the Car class. It's time to dive...
01:22 pm GMT - Thu, September 23, 2021
Dev To
The Power of Console API
When working with a JavaScript project, the most common debugging method we use is putting the console.log("Something happened here", {some_variable}) in between the lines of code and passing some irr...
01:22 pm GMT - Thu, September 23, 2021
Dev To
How To Enable Real-Time Merge Conflict Detection In PyCharm
Ah, the dreaded resolve conflicts popup. You've finished crafting the perfect code, just a quick merge in of master (ahem, main) before you submit your PR, and then... If only there was an early warni...
01:17 pm GMT - Thu, September 23, 2021
Dev To
Jaeger vs Zipkin - Key architecture components, differences and alternatives
Distributed tracing is becoming a critical component of any application's performance monitoring stack. However, setting it up in-house is an arduous task, and that's why many companies prefer outside...
01:14 pm GMT - Thu, September 23, 2021
Dev To
Rate my SVG art! [Compared to CSS art]
Loads of people like to do CSS art. It is really impressive but next to pointless for anything other than a cool demonstration. Why don't we see what you should actually use for art...SVGInspired by t...
01:10 pm GMT - Thu, September 23, 2021
Dev To
Why we built yet another crypto wallet
Hi, I'm Thomas, CTO here atMorpher. In this post I want to talk a little bit how the Wallet-Components are set up and why we built the wallet in the first place. It's a pretty technical article, so if...
12:03 pm GMT - Thu, September 23, 2021
Dev To
JavaScript split string - String into substrings
In this tutorial, we look at how to use JavaScript to split strings. We break down the syntax, parameters to facilitate further understanding.This tutorial is a part of our initiative at Flexiple, to ...
11:59 am GMT - Thu, September 23, 2021
Dev To
Show Custom Lat/Long Location using Google Map API
Today, I am assigned a task from my today work (Jira).That was I have to query available shop location and nearby rider location from database and show them on a map with its own information. For this...
11:55 am GMT - Thu, September 23, 2021
Dev To
CI With Datree
With the ever-growing need for orchestration in a containerized world, many engineers and organizations are utilizing Kubernetes more and more. As we know, new infrastructure brings new implementation...
11:54 am GMT - Thu, September 23, 2021
Dev To
Learn JavaScript Form Validation || JavaScript project for beginners
Today we're gonna learn how to do form validation using JavaScript. And we're gonna add images and media queries to build the entire project to keep it as a portfolio. Here's the project demo that we'...
11:05 am GMT - Thu, September 23, 2021
Dev To
PatchNote du 23/09/2021
Bienvenue sur le PatchNote du jeudi 23/09/2021 Voici la liste des petites modifications, corrections de bugs et > des petits ajouts partir du 18/09/2021.On vous en dit plus juste ici . Lance...
11:05 am GMT - Thu, September 23, 2021
Dev To
Next JS Tailwind Template Free using TypeScript, ESLint, Prettier and Husky
Next JS Tailwind Starter code free and open source with developer experience first with React, TypeScript, Tailwind CSS, ESLint, Prettier, Husky.The GitHub repo have already reached 500+ stars .Built ...
10:58 am GMT - Thu, September 23, 2021
Dev To
Integrating Amazon Timestream in you Amazon Managed Workflows for Apache Airflow v2.x
Integrating with Amazon Timestream in you Apache Airflow DAGsAmazon Timestream is a fast, scalable, and serverless time series database service that you can use for use cases that generate huge amount...
10:57 am GMT - Thu, September 23, 2021
Dev To
We made an evolved News Feed Eradicator...now in Beta!
Hi Dev Community!Throughout the summer, @paul_designs, @avi_dave, and I were creating Grey Software's first public product: Focused Browsing. We would love for you to try it out!Product PageGet It on ...
10:29 am GMT - Thu, September 23, 2021
Dev To
Vocabulary Building Day 17
inexorable(adjective): impossible to stop or preventCheckout Pronunciationeschew(verb): avoid and stay away from deliberatelyCheckout Pronunciationculpability(noun): responsibility for a fault or wron...
09:51 am GMT - Thu, September 23, 2021
Dev To
Debootstrap ile Pardus Chroot Oluturmak
debootstrap, bir Debian temel sistemini girilen paket deposunu kullanarak nceden kurulmu baka bir sistemin alt dizinine kurarak chroot ortam oluturmak iin kullanlan bir aratr. debootstrap sayesinde ku...
09:38 am GMT - Thu, September 23, 2021
Dev To
Rate my first CSS drawing
I have been hacking with CSS for a long period but I never made any CSS drawing or CSS art. I think it's time for another CSS hacker to join the club!I took one of my favorite anime character and I tr...
09:36 am GMT - Thu, September 23, 2021
Dev To
Setting up new project
What do you know about solid, kiss and bunch of other things?Fug them.When you are writing any kind of code. Just write and see the result. You do not like it? Go change it. Do not forget one thing, R...
09:25 am GMT - Thu, September 23, 2021
Dev To
How to add a class to the element?
Theres some site.Theres an element on that site.Theres a class named orange.We need to set the className property of the object.Thats all.const element = document.getElementById('element');element.cla...
09:19 am GMT - Thu, September 23, 2021
Dev To
Step by Step: Block and Inline CSS (2021)
I usually use display: block, display: inline to CSS the HTML elements. But I only stop at the basic level of understanding these. In this post, I'm going to discover some properties that I thought it...
09:16 am GMT - Thu, September 23, 2021
Dev To
Creating a Continuous Deployment workflow using Github Actions to deploy your application to ECS
A well-written Continuous Deployment (CD) pipeline ensures that on every merge to a release branch, an artifact is created and deployed to the correct environment. While working with containerized ap...
09:13 am GMT - Thu, September 23, 2021
Dev To
Choosing a Rad Web Hosting KVM VPS Hosting
RAD WEB HOSTING is a leading provider of website hosting, reseller hosting, VPS Servers, performance cloud solutions, and dedicated server hosting in Dallas, TX. RAD WEB HOSTING provides a platform fo...
09:04 am GMT - Thu, September 23, 2021
Dev To
TimeLy
Ever got tired of remembering which class you have? Constantly having the urge to check the class hours?What if I told you - you could have your timetable in your pocket? No more fussing over it again...
09:03 am GMT - Thu, September 23, 2021
Dev To
Have you tried GitHub Copilot?
GitHub Copilot is an AI tool developed by GitHub and OpenAI to assist users of VS Code by autocompleting code. It was first announced on 29 June 2021. It got quite a buzz on the launch. Three months h...
08:34 am GMT - Thu, September 23, 2021
Dev To
My blogging platform on ProductHunt
Hi everyone. My blogging platform, QuickPublisher (https://www.quickpublisher.online) is now live on ProductHunt. The link is https://www.producthunt.com/posts/quickpublisher-3 please leave a feedback...
08:23 am GMT - Thu, September 23, 2021
Dev To
How do you manage your emails?
Keeping track of the emails and organizing them effectively is a crucial part of any successful business. The more control you have, the more you can focus on actually building stuff.Most of developer...
08:08 am GMT - Thu, September 23, 2021
Dev To
Streamlit Custom Components Vite VueJS
Create Component based on VueJSFrom the template folderCreate new component using vite and add init.py code for testing the component$ mkdir vite_vue_component$ cd vite_vue_component$ npm init v...
07:58 am GMT - Thu, September 23, 2021
Dev To
5 design tips every web dev should follow
1. Follow a color schemeColor schemes always come in handy when creating feature-packed projects. Suppose, you have made a SaaS app and a logo for that.Now if the color of the logo and the websi...
07:11 am GMT - Thu, September 23, 2021
Dev To
I made this personal blogging platform - The Chaotic
IdeaI myself is trying to build a community where I can interact with people who have same interests that of mine. Apart from a discord server (The Youth) it appeared to me that blogging can be ...
07:06 am GMT - Thu, September 23, 2021
Dev To
Most popular CSS Units
A CSS unit is used to set the size of an element or its content. They are used to set margin, padding, height, width and so on.The length unit in CSS is of two types:Absolute length unitRelative lengt...
07:01 am GMT - Thu, September 23, 2021
Dev To
JavaScript Cookies
What are cookies?Cookies are data,stored in small text files,on your computer.When a web server has sent a web page to a browser, the connection is shut down, and the server forgets everything about t...
06:40 am GMT - Thu, September 23, 2021
Dev To
Chatwoot: An open source customer engagement tool that challenges Freshworks, Zendesk and Intercom
Most communications today are carried out using open source customer engagement platforms. Shoppers, businesses, and consumers increasingly use technology as they interact, do business, and shop onlin...
06:05 am GMT - Thu, September 23, 2021
Dev To
HTML tags | thead
It is used to define the set of rows that make up the header of a table.It has no attributes other than global ones, so to define presentation aspects, CSS properties such as background-color, text-al...
05:48 am GMT - Thu, September 23, 2021
Dev To
Windows'ta SSL Sertifikas Oluturma
Merhabalar, bu yazmzda Windows makinenize nasl manuel olarak SSL sertifikas ekleneceinden bahsedeceiz. Hadi balayalm :)lk olarak Balat mensnden Run seilir.Alan pencerede "mmc" komutu altrlr. Karmza ge...
05:30 am GMT - Thu, September 23, 2021
Dev To
Becoming a Better Software Developer: A Beginner's Guide
Being a competent software developer entails more than simply coding; it also entails finding the most effective and efficient solutions to issues. Algorithms, unit testing, and time-space complexity ...
05:22 am GMT - Thu, September 23, 2021
Dev To
Dua For Happy Married Life With Husband
Do you want Dua for happy life with husband? If yes, then you can consult with our Molvi Gulam Nabi Shah Ji and get dua for happy married life as well. You can also get dua for husband long life. For ...
05:18 am GMT - Thu, September 23, 2021
Dev To
Awesome Button Hover Effects Using Pure HTML & CSS
Source Code: HTML CODE:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="style.css"> <meta charset="UTF-8"> <meta http-equiv="X-UA...
05:06 am GMT - Thu, September 23, 2021
Dev To
5 Habits of Great Software Development Teams
Hello, buddies! Most people start out with the goal of creating great products but forget to focus on building the great team they need to successfully execute. Starting with a strong team is how you ...
05:00 am GMT - Thu, September 23, 2021
Dev To
The Debugger Checklist Part II
In the Debuggers Checklist Part I , I introduced some of the high level concepts and reviewed some of the common things you can do. In this part we'll get down to the process. Again, it's important t...
04:24 am GMT - Thu, September 23, 2021
Dev To
Android Application Fundamentals - Understand the bits and bytes
Hello there!In the last article at the Android app development series, we learned how to make a Hello World app. We made a new project in Android Studio and ran the app.Now, in this article, we are go...
04:23 am GMT - Thu, September 23, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 59
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
01:57 am GMT - Thu, September 23, 2021
Dev To
[Ale's Unpopular Opinions - Issue 1] Big Tech battles over ICE contracts & more
Issue #1 - Big Tech battles over ICE contracts & moreAle's Unpopular Opinions, a newsletter: A Latina's bold take on the tech industry and world events. Get ready for a newsletter with some unpop...
01:48 am GMT - Thu, September 23, 2021
Dev To
How to train agents to play volleyball using deep reinforcement learning
This article is part 4 of the series 'A hands-on introduction to deep reinforcement learning using Unity ML-Agents'. It's also suitable for anyone interested in using Unity ML-Agents for their own rei...
01:07 am GMT - Thu, September 23, 2021
Dev To
Top 25 AWS Services Explained!
1. RobomakerRobots are being used more widely in society for purposes that are increasing in sophistication such as complex assembly, picking and packing, last-mile delivery, environmental monit...
11:59 pm GMT - Wed, September 22, 2021
Dev To
Build automatic URL shortener with react and Emly
Automatic link shortening is increasingly getting popular. Top tech companies (eg: Twitter and LinkedIn) are leveraging automatic link shortening to reduce the length of horrible-looking URLs. Twitter...
11:01 pm GMT - Wed, September 22, 2021
Dev To
You have permission to NOT finish coding classes
I remembered this peculiar reading hack that Naval Ravikant outlined in this Tim Ferris podcast:Were taught from a young age that books are something you finish Sowe get this contradiction where every...
10:47 pm GMT - Wed, September 22, 2021
Dev To
The God
Todo el core est en este archivo. La Clase/Script/Funcin maestra. Lo hace todo. Levanta los sistemas; echa a andar los servicios; intercomunica los procesos; lanza, captura y gestiona los logs; ...
10:35 pm GMT - Wed, September 22, 2021
Dev To
How I made my CSS Remote Workspace with The Little Human
Since I started learning software development, I have cloned sites like Twitter, Email, and others, but my biggest challenge was making my own design with CSS and HTML. First, I thought about designin...
10:28 pm GMT - Wed, September 22, 2021
Dev To
How to Create Simple Versioning In your Database Using Fauna's Temporality Feature
What is temporality ?The temporality feature in Fauna is a feature that allows users to see how the data in their database has changed over time. The temporality feature involves two unique and ...
10:20 pm GMT - Wed, September 22, 2021
Dev To
JS Coding Question 9: Get Max Character In A String [Challenging]
Interview Question #9:Write a function that will return the max character in a string. You may get variation to the question as well like Write a function that will return that most commonly use...
09:52 pm GMT - Wed, September 22, 2021
Dev To
AzureServerlessConf - Join us online Sep 29-30, 2021!
YOUR CALL TO ACTION! Register for the event. It's free & online. Take the Cloud Skills Challenge! Compete with friends! Continue your learning journey! Explore these learning resources.If you foll...
09:47 pm GMT - Wed, September 22, 2021
Dev To
Flat React Doom Pyramid in 1LOC
Everyone was happy when React Team announced the new stable Context API, and everyone ditched Redux. But that's not the point.After 1 year every codebase entrypoint looked like this at least.<I18nP...
09:37 pm GMT - Wed, September 22, 2021
Dev To
I made my first open source project
Rhyme The Home of your Music What is Rhyme ?Rhyme is a music player which allows the user to play their music with a simple and good looking user interface,rhyme can play multiple type of files...
09:36 pm GMT - Wed, September 22, 2021
Dev To
Introduction to GSAP
I've made this cover animation with GSAP a year ago as part of my 1st portfolio. It starts playing when the user scrolls to it.(Github repo here)A friend of mine is looking to start playing with GSAP ...
09:23 pm GMT - Wed, September 22, 2021
Dev To
Yet another ode to Vert.x, or how to write a performance-wise expiring map in less than 100 lines of code.
I've been working with the Vert.x framework for more than 4 years but I won't stop being excited how simple, lightweight and elegant it is (especially the event loop thread model). In this blog post I...
09:04 pm GMT - Wed, September 22, 2021
Dev To
Custom Ionic Animation On Page Transition
Hello,We want to make animation for ion-content and prevent the ion-header to be animated let do it fast :DCreate a Directive Moduleionic generate module directiveionic generate directive page-an...
08:58 pm GMT - Wed, September 22, 2021
Dev To
Minting NFTs
A brief look at an evolving ecosystem.An NFT is a non-fungible token, living somewhere on some blockchain. They can be linked to any digital asset like a piece of art, which can be a still image...
07:57 pm GMT - Wed, September 22, 2021
Dev To
Smooth Hover Transitions Using CSS
It's standard practice across websites that hovering over certain components like links and buttons will cause them to change their appearance. Usually, it's something slight like adding an underline ...
07:34 pm GMT - Wed, September 22, 2021
Dev To
Secure integrations with Circuit Breaker in Go
Modern web projects rarely exist without any external service integrations. It can be SMS gates, partner's API, ad pixels, and so on. But what risks does it bring for us?Let's say we have a high load ...
07:17 pm GMT - Wed, September 22, 2021
Dev To
After ProductHunt - A journey of prioritizing feedback and making my app cross-platform within a week of launch (using electron)
Hey everyone! IntroI had been working on this app for quite a while with the aim of it being a primarily Windows only software. However, after it's release I got a lot of requests asking if I ha...
07:13 pm GMT - Wed, September 22, 2021
Dev To
Agile or waterfall ?
Agile or waterfall? IntroI truly love an agile development process. The dynamic and flexibility enable the right specialists to make decisions during the process, instead of trying to gues...
07:02 pm GMT - Wed, September 22, 2021
Dev To
Tesla Bot is a great example of how NOT to develop a product
Image by u/Kruzat, available via Creative Commons Attribution-ShareAlike 4.0 International LicenseAs Im sure many of you have already seen, Elon Musk has announced Tesla Bot, a humanoid robot intended...
06:45 pm GMT - Wed, September 22, 2021
Dev To
Using the new `weekday_select` in Rails 7
In most of the Rails apps I've built over the years I've had to add my own helpers for a weekday select. Normally Rails is great at providing most of the helpers you could ever want, so this omission ...
06:42 pm GMT - Wed, September 22, 2021
Dev To
De cero a desarrollador web
De cero a desarrollador web en nueve simples pasos. Pero antes de comenzar, conozcamos su significado. Qu es el desarrollo web?El desarrollo web es el trabajo que implica la creacin de un sitio...
06:19 pm GMT - Wed, September 22, 2021
Dev To
URL Shortener with Rust, Svelte, & AWS (3/): Testing
In the last post, we created a simple URL-shortener API and tested it manually with curl and a browser. In this post, we will use Rust's integrated unit-testing features to allow testing with a single...
06:15 pm GMT - Wed, September 22, 2021
Dev To
Render-Atlanta 2021 Recap
I can't believe that it's over I know that I could be a little longwinded so I will try to keep this letter short, but I really can't believe that we just pulled off a full-scale software engineering ...
06:02 pm GMT - Wed, September 22, 2021
Dev To
The big STL Algorithms tutorial: comparison operations
In this next part of the big STL algorithm tutorial, we are going to talk about three comparison operations:equallexicographical_comparelexicographical_compare_three_way equalstd::equal compares ...
05:49 pm GMT - Wed, September 22, 2021
Dev To
A Gentle Introduction to Solana.
This tutorial will take you from zero to one in building on the Solana network. Ill guide you through the entire process of developing on Solana by building an on-chain program using Rust and deployin...
05:46 pm GMT - Wed, September 22, 2021
Dev To
Live Event: Static Analysis using MobSF by Edem Gold!
Join us @ https://bit.ly/3AyglSPCoding & Coffee is an exclusive up-skilling series for developers. We feature tutorials, live coding sessions, Q&As featuring some of the fastest growing Open ...
05:34 pm GMT - Wed, September 22, 2021
Dev To
I finally released the app I was working on for over a month! It's called Twester.
TLDR - Twester is a free and open source desktop app built with React, Electron and Node.js that will watch Twitch livestreams for the list of streamers you provide and harvest channel points.Download...
05:33 pm GMT - Wed, September 22, 2021
Dev To
Usar no Pop!_OS em teclados US international
Na data desse post passei a usar o Pop!_OS para testar se conseguiria me acostumar melhor com o ambiente linux, entretanto encontrei muita dificuldade para configurar o sistema operacional conhecido p...
05:27 pm GMT - Wed, September 22, 2021
Dev To
Emojis in commit messages: or ?
Some people use emojis in commit messages.Are you for or against this practice?Why? Header image by Domingo Alvarez E on Unsplash...
05:00 pm GMT - Wed, September 22, 2021
Dev To
A practical example on how to use Currying in Javascript
A lot of times I see explanations of concepts in X language that, while I get what they do, I think "where the hell I can use that?".Or some other times the examples used are too theoretical that it m...
04:18 pm GMT - Wed, September 22, 2021
Dev To
Create react app vs Vite
I have always relied on the npm command create-react-app to create the starter files for any React.js project. It does what it says on the tin, and creates all my starter template files, setups a loca...
04:11 pm GMT - Wed, September 22, 2021
Dev To
Image Comparison Slider using HTML, CSS and Javascript
In this article, I am going to show you how to create Image Comparison Slider using HTML, CSS, and JavaScript.Image Comparison Slider basically helps to differentiate between two images or products. A...
04:05 pm GMT - Wed, September 22, 2021
Dev To
How to setup your react applications
There is no right or wrong way when creating a React application. Being a library react doesn't have any predefined structure for an application, it gives us a lot of freedom to do things. Most of the...
03:57 pm GMT - Wed, September 22, 2021
Dev To
React Berry Dashboard - 360 Degrees Review
Hello Coders!This article aims to provide a full review over Berry Dashboard, an open-source React Dashboard designed by CodedThemes on top of Material-UI, the most popular React component library. Be...
03:53 pm GMT - Wed, September 22, 2021
Dev To
How to Be an Engineering Leader: A letter to my past self
This article was written exclusively for devinterrupted.com by Tiffany Jachja...Everyone has their own definition of true leadership. What I didnt understand at the start of my leadership journey was ...
03:53 pm GMT - Wed, September 22, 2021
Dev To
Create a custom theme editor with HyperTheme
In this tutorial you'll learn how to create a custom theme editor and a simple Color Panel Editor.In this tutorial you'll use:ThemeEditor componentThemeEditorButton componentThemeEditorDrawer componen...
03:51 pm GMT - Wed, September 22, 2021
Dev To
Beginner's Front-End Development.
Hey there! I'm Wasim and i'm actually here to learn more about front-end and get even better at it.Need some help for what i should learn next.I have already completed html, css and for now i'm learni...
03:35 pm GMT - Wed, September 22, 2021
Dev To
Creating a JS Connector Map to Visualize Tour de France 2021 Route
A connector map is a set of straight or curved lines that link points on a geographical map. It is commonly used to graphically represent routes or any other connections between locations. Would you l...
03:27 pm GMT - Wed, September 22, 2021
Dev To
Get Paid to Write for These 45 Websites
"How can I acquire more opportunities?" is a question I ask myself from time to time, and it was a major concern for me.As a result, I'd like to provide a list of a few websites that pay you to create...
03:18 pm GMT - Wed, September 22, 2021
Dev To
Glassmorphism login form with CSS
First published on Tronic247In this article, you will learn how to create a Glassmorphism login form with CSS. Look below to see how it looks like.scroll down to the end if you want to get the code. ...
03:04 pm GMT - Wed, September 22, 2021
Dev To
10 Minute Tutorial - Full Stack GitHub Authentication with Supabase & React
In this post I want to show how quickly and easily GitHub authentication can be enabled with Supabase and React, a full stack project in around 50 lines of code.The video for this tutorial is availabl...
03:00 pm GMT - Wed, September 22, 2021
Dev To
Three New Next.js Features and How to Use Them
AWS Amplify recently added support for Next.js 10 features, including incremental static regeneration, optional catch all routes, and image optimization. In this post, we'll dig into what each of thes...
02:56 pm GMT - Wed, September 22, 2021
Dev To
Beginning Project Ideas for New Programmers
Currently, Python is one of the most popular and lovingly programming languages. And this trend is about to continue in 2021 and coming years. So, if you are a Python beginner, the best thing you can ...
02:43 pm GMT - Wed, September 22, 2021
Dev To
Listen to S6E7 of DevDiscuss: "Looking at Software Mistakes and Tradeoffs" with Tomasz Lelek
Listen to DevDiscuss S6E7 right here on on DEV: S6:E7 - Looking at Software Mistakes and Tradeoffs DevDiscuss Your browser...
02:37 pm GMT - Wed, September 22, 2021
Dev To
How my open source project got angel investment from a user itself!
Let's admit it, open source can be overwhelming when it comes to finding support financially.Today, I would like to share an unlikely journey of an open source project that evolved over the years and ...
02:31 pm GMT - Wed, September 22, 2021
Dev To
Welcome Thread - v143
Welcome to DEV!Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.Reply to someone's comment, either w...
01:24 pm GMT - Wed, September 22, 2021
Dev To
Introducing Noteture
Ever thought of a great idea but eventually forgot about it?Don't. Anymore.Introducing Noteturethe first product of VisualwayNoteture is probably the simplest note taking app you have ever use and bel...
01:00 pm GMT - Wed, September 22, 2021
Dev To
Jaeger vs Prometheus - Key differences, use-cases and alternatives
Both Jaeger and Prometheus are popular open-source application performance monitoring tools. While Jaeger is an end-to-end distributed tracing tool, Prometheus is used as a time-series database for mo...
12:43 pm GMT - Wed, September 22, 2021
Dev To
Comunidade Tech e Sensao de Pertencimento
O sentimento de pertencer altamente motivador. Quando nos sentimos parte de algo, nossa entrega muito maior. Coisas incrveis acontecem quando um time motivado entra em ao! Autor desconhecidoCrditos ...
12:42 pm GMT - Wed, September 22, 2021
Dev To
Watch me build a product and launch in 30 days with just HTML and CSS
There is a misconception floating around that you need to follow a certain roadmap and learn a lot of technologies to create products that people will love to use. Words like LAMP, LEMP, MERN, MEAN co...
12:32 pm GMT - Wed, September 22, 2021
Dev To
HackOnLisk2
Build your own blockchain application with the Lisk SDK in JavaScript. Blockchain applications should be submitted to either the DeFi or GameFi category. 60,000 CHF in prizes.Here's everything you nee...
12:29 pm GMT - Wed, September 22, 2021
Dev To
How to create MCQs WordPress Website
Learn how to create a complete MCQs website using WordPress Plugin. ...
12:18 pm GMT - Wed, September 22, 2021
Dev To
Choose. Build. Get Rewarded. $1.3M funding.
Never heard of Lisk or the Lisk SDK, but you would like to develop a project/business with blockchain technology, and you know Javascript and/or Typescript?Current opportunities for funding: https://l...
12:16 pm GMT - Wed, September 22, 2021
Dev To
How to become a console.log() ninja
If you are a web developer I'm guessing you have used console.log() a couple of (thousand) times. But did you know that the console object has some other usefull methods you can use to structure the o...
12:07 pm GMT - Wed, September 22, 2021
Dev To
Learning Python- Intermediate course: Day 30, Spinbox and Labelbox
Today let us see how to use the spinbox and listbox widgets widget. Spin box widget.The spinbox widget is a type of widget which lets the users choose values in an easy way. The user can na...
12:04 pm GMT - Wed, September 22, 2021
Dev To
Best Node.js apps examples to inspire your next project
Fast, flexible, comfortable to work with these are just a few words Node.js developers use to describe this extremely popular JavaScript runtime environment. The fact that it allows front-end develop...
11:58 am GMT - Wed, September 22, 2021
Dev To
Running React Native everywhere: Windows & macOS
TL;DRThird part of the "Running React Native everywhere" series: a tutorial about structuring your monorepo to run multiple React Native apps targeting different platforms.This time, we'll focus...
11:36 am GMT - Wed, September 22, 2021
Dev To
EpyNN: Educational python for Neural Networks.
For those wishing to understand and build from basic implementations of Neural Network architectures, in Python.EpyNN - GithubEpyNN - Documentation...
11:32 am GMT - Wed, September 22, 2021
Dev To
How to create a JavaScript Dictionary?
In this short tutorial, we look at all the methods you could use to create a JavaScript Dictionary. We also look at a few limitations and caveats.If you are new to programming or JavaScript, we recomm...
10:10 am GMT - Wed, September 22, 2021
Dev To
PHP libraries and tools
IntroductionWe want the new project we are starting at Filmin to be robust. Therefore, besides adopting good coding practices, we checked some PHP libraries and tools that can help us improve it...
09:23 am GMT - Wed, September 22, 2021
Dev To
Get your beverage with CSS illustration and animation
Hi folks! After I made an illustration with CSS, I wanted to try more with some animation and function.So here I made a cup with pure CSS and added few buttons to fill the cup with the desired beverag...
09:16 am GMT - Wed, September 22, 2021
Dev To
Injecting and Discovering Dependencies in OTP Supervisors
Our taskWe need siblings of supervisors to find out about each other. Preferably we also want our supervisor tree to be "hermetic": the possibility to start multiple tree instances with differen...
09:15 am GMT - Wed, September 22, 2021
Dev To
React Tailwind TypeScript Starter Template Free and Open Source
A simple and easy-to-use React Tailwind TypeScript template to quickly start any projects with the best tools for developer-first experience in mind.An open-source and free starter and boilerplate cod...
09:14 am GMT - Wed, September 22, 2021
Dev To
Supercharge VS Code with 32 JavaScript Refactorings
Visual Studio Code is an excellent editor for JavaScript and TypeScript that already contains many refactorings, e.g., rename and extract function.The P42 JavaScript Assistant supercharges VS Code wit...
09:10 am GMT - Wed, September 22, 2021
Dev To
Angular Interview Questions Part 1
In this article we are going to see a well curated list of angular interview questions 2021 and answers for experienced as well as freshers.Part 2 of this series :- Angular Interview Questions Part 2P...
08:59 am GMT - Wed, September 22, 2021
Dev To
Vertical teams at scale a.k.a how to scale frontend work in growing organisation
What we were trying to achieve?We want to scale our work between multiple independent teams each with its product owner, designer, and multiple engineers. To do that we have a few solutions that...
08:12 am GMT - Wed, September 22, 2021
Dev To
First thing to do when joining or building a team
Building a team or joining an established team is certainly hard.Every transitions leads to new challenges and we have to be as prepared as possible.Multiple people means multiple personalities, habit...
07:54 am GMT - Wed, September 22, 2021
Dev To
Adding Tasks with a Checklist to Wagtail Workflows
Goal: Create a simple way for Wagtail's CMS admin users to manage custom Workflow Tasks with checklists.Why: Wagtail's Workflow feature is incredibly powerful and can be leveraged to help guide our us...
07:32 am GMT - Wed, September 22, 2021
Dev To
What's the revenue of your most successful project?
Creating you own own product can be an exciting journey. It's awesome to see your business ideas coming to life and develop a successful career.Indie hackers, entrepreneurs and builders in public, cou...
07:24 am GMT - Wed, September 22, 2021
Dev To
Git Commits and Commit Messages : The Final Guide
A commit should be a self-contained update to the code tree. Despite bug fixes that could be introduced later in the development, a commit should be never considered as "Im saving my work now, Ill con...
07:12 am GMT - Wed, September 22, 2021
Dev To
Electron Adventures: Episode 59: Notebook Python Engine
In previous episodes we created:HTTP-based Ruby language serverHTTP-based Python language serverprocess-based Ruby language serverSo now it's time to create a process-based Python language server as w...
07:05 am GMT - Wed, September 22, 2021
Dev To
New Information Images
If you want to Know Something Interested Images related to Knowledge then Our Pinterest Official Site.Pinterest Blog Triggers Link: Information Tips Regarding knowledge...
07:02 am GMT - Wed, September 22, 2021
Dev To
Showcase Your Blog Posts with Web Components: Part 1Basics
Learn the fundamentals of Web Components Build Your Own Blog Portfolio with Web Components: The Basics | by Marius Bongarts | Sep, 2021 | JavaScript in Plain English ...
06:59 am GMT - Wed, September 22, 2021
Dev To
5 Additional Skills You Should Learn Right Away as a Full-Stack Developer
Learn them now, you will regret delaying it 5 Additional Skills You Should Learn Right Away as a Full-Stack Developer | by Marius Bongarts | Sep, 2021 | JavaScript in Plai...
06:52 am GMT - Wed, September 22, 2021
Dev To
How do you get new clients?
The success of any business depends on the substantive clientele. Some of the most common ways to get new clients include:Social media like LinkedIn and TwitterFreelance sites like UpWork, Freelancer,...
06:13 am GMT - Wed, September 22, 2021
Dev To
Why not TOML?
# this is some TOMLname = 'TOML'[created-by]name = 'Tom Preston-Werner'dob = 1979-05-27T07:32:00-08:00TOML is a configuration file format designed like an "improved" INI file.At first, TOML looks like...
06:09 am GMT - Wed, September 22, 2021
Dev To
cryptocurrency exchange development company-factors you should know to choose
If you want to have your own crypto exchange, this article can help you a lot because this article introduces the top 5 cryptocurrency exchange development company and also provides additional informa...
06:05 am GMT - Wed, September 22, 2021
Dev To
How to extract email-address from a string?
There is a string that contains email addresses. To get the email addresses we need the match method.The match method with a regular expression pattern for email addresses.This pattern suppose that th...
06:01 am GMT - Wed, September 22, 2021
Dev To
Cryptocurrency Exchange Website Development
In this article, we shared with you our opinion on how to start a cryptocurrency exchange website development. Lets get started. What is Cryptocurrency development?Cryptocurrency is a type of dig...
05:43 am GMT - Wed, September 22, 2021
Dev To
Weekly web development resources 88
ToolJetOpen-source framework to build & deploy internal tools with minimal engineering effort. Doodle IpsumA tool to customize doodles, grab the code, and use them on your prototypes. ...
05:27 am GMT - Wed, September 22, 2021
Dev To
How to Use React Router Dom as Pro
Routing is super important part of any SPA, without it you cant navigate to another page. Are you really managing it in a Best way?Lets suppose, we have more than 100 pages in React and have rout...
05:02 am GMT - Wed, September 22, 2021
Dev To
Learn How to Code, Get Started in Tech, and Enter the Matrix Welcome to the Tech Stack Playbook
Welcome to the Tech Stack Playbook your guide to apps, software, and tech (but in a fun way I promise!) Im especially excited to kick off this first episode because this channel is inspired by so man...
04:46 am GMT - Wed, September 22, 2021
Dev To
Random Password Generator using JavaScript
RANDOM PASSWORD GENERATOR USING JAVASCRIPT Code below ...
04:40 am GMT - Wed, September 22, 2021
Dev To
How to build an inline edit component in React
Inline editing allows users to edit content without navigating to a separate edit screen. In this tutorial, well be building an accessible inline edit component in React. Heres the final product:Well ...
02:14 am GMT - Wed, September 22, 2021
Dev To
Login Validation & Authentication Using Vanilla Javascript
In this tutorial, we will create a form validator for a simple login page using HTML, SASS, and Vanilla JavaScript. Basically, we use JS to create classes that will validate the login variables based ...
02:06 am GMT - Wed, September 22, 2021
Dev To
Configuracin inicial de Ionic 6 y Android Studio (Arctic Fox)
Para empezar con este quisiera dar un concepto de lo que es ionic: Que es Ionic framework?Un kit de herramientas mviles de cdigo abierto para crear experiencias de aplicaciones web y nativas mult...
01:51 am GMT - Wed, September 22, 2021
Dev To
Top 7 Featured DEV Posts from the Past Week
Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take i...
01:19 am GMT - Wed, September 22, 2021
Dev To
Formatting Dates in React Js with fns
If you are new to reactjs, you will agree with me that date format is quite different from that of core javascript where what is needed to do is just writing a simple date object: new Date(). However...
01:09 am GMT - Wed, September 22, 2021
Dev To
Hello Hello!
Hi everybody!My name is Aidan, and I'm a Software boot camp student at Flatiron School. I'm here to keep everybody in the loop as I go through my coding journey, and to let you know more about m...
12:43 am GMT - Wed, September 22, 2021
Dev To
Should one practice test-last development before learning TDD?
I'd been writing tests for a while in a test-last development manner before learning how to develop software using the test-driven technique.I find that many developers feel daunted by the practice of...
12:08 am GMT - Wed, September 22, 2021
Dev To
Explicando e entendendo SPA de um jeito simples
Meu primeiro post aqui e quero aproveitar para trazer um assunto que venho estudando ultimamente. Como quase todo mundo, comecei minha jornada dev com a trade clssica HTML, CSS e Javascript. A a gente...
11:40 pm GMT - Tue, September 21, 2021
Dev To
How To: Create A Form in React Using Bootstrap
Today we will be exploring form building in React using React Bootstrap. This will be a simple tutorial of a simple form as to dedicate the purpose of this blog to the basics of form building and the ...
11:37 pm GMT - Tue, September 21, 2021
Dev To
Private Route in react-router v6
Things are changing fast in WEB today, and react-router v6 is in beta already and around the corner. This is just for learning purposes only, react-router v6 is still in beta, use at your own riskPriv...
10:54 pm GMT - Tue, September 21, 2021
Dev To
How to use Components with generics types better
This is going to be a short post, but I really wanted to share a better way to use Typescript Generics better.But first, how do you use Generics in Components right now? Maybe you don't, maybe you do,...
10:24 pm GMT - Tue, September 21, 2021
Dev To
How to use Spark and Pandas to prepare big data
(source: Lucas Films)If you want to train machine learning models, you may need to prepare your data ahead of time. Data preparation can include cleaning your data, adding new columns, removing column...
10:21 pm GMT - Tue, September 21, 2021
Dev To
Do You Want To Learn Django ? Here Are Some Awesome Ressources.
Youtube Courses Programming With MoshDjango Tutorial For Beginners (2021)(1h) Tech With TimDjango For Beginners - Full Tutorial(3h) FreeCodeCampDjango For Everybody - full python ...
10:01 pm GMT - Tue, September 21, 2021
Dev To
JavaScript
Well, that's the beginning. Here are some examples of using JavaScript.document.getElementById()Returns the element that has the ID attribute with the specified value.This method is one of the most co...
09:59 pm GMT - Tue, September 21, 2021
Dev To
CodeLand 2021: Updates and Announcements
Hey everyone!With CodeLand coming up in just a few days, I wanted to pop over and share some updates and key information with the DEV community to ensure you have all the details you'll need to join u...
09:52 pm GMT - Tue, September 21, 2021
Dev To
Deep dive into the binary algorithm of Protocol Buffers
When a human-understandable format is not a priority, it is best to think binary. Protocol Buffers, also know as protobufs or protos, is an open-source interface description language originally develo...
09:48 pm GMT - Tue, September 21, 2021
Dev To
Get information and preview of your site meta tags
Hello everyone, I am the creator of metazord.io, a web app to get information about the meta tags from your site and also a live preview of social networks when you shared your site link. Why I b...
09:43 pm GMT - Tue, September 21, 2021
Dev To
Hacking Laravel to achieve modularity
As a project grows it becomes advantageous to break down its monolythical app/ folder into smaller chunks called modules. You know, to keep things structured and stuff A typical approach is to replica...
08:48 pm GMT - Tue, September 21, 2021
Dev To
Beep Boop 6: Artificial Intelligence and Machine Learning with Power Platform
Thanks to everyone who joined us live for the 6th episode of Beep Boop with the Microsoft Reactor- our first episode of Season 2! We started off with an Introduction to Microsoft Power Platform, set u...
08:18 pm GMT - Tue, September 21, 2021
Dev To
Gulp.js
You can get examples and more information about Gulp on Github:https://github.com/Lucifer25x/gulp Gulp.js yrndiyim qaynaqlar:Trk dilind playlist (bir az khnls d i yarayr)Gulp.js z documenta...
08:11 pm GMT - Tue, September 21, 2021
Dev To
I Maked simple YouTube bot! :D
You can get source code from Github:https://github.com/Lucifer25x/youtube-bot Bot commands:/info {url} - About video/search {text} - Search video Used Dependencies:[email protected]/yout...
08:05 pm GMT - Tue, September 21, 2021
Dev To
I built a applicant tracking system
So I recently launched offerly.io a place where recruiters and companies that are hiring can keep record of everything all in one application. Give it a look at app.offerly.io and let me know your fee...
07:29 pm GMT - Tue, September 21, 2021
Dev To
Overview About Magisk
Magisk is an app which helps users to root their phone. With the help of Magisk you can run banking apps and also pass SafetyNet tests.About MagiskMagisk is now available as an alpha version, which me...
07:18 pm GMT - Tue, September 21, 2021
Dev To
Creating Curtains With CSS
Hey y'all!In this tutorial, I will show you a method for creating a "curtain" with CSS! Demo: Method: Using ::Before and ::After:For this method, I will use the pseudo-elements ::before and ...
07:00 pm GMT - Tue, September 21, 2021
Dev To
Backend Operations in PHP from 0 to Hero(Pt. 3 Heavy operations and AJAX)
In the last tutorial, we made a PHP script that performs customizable backend operations that take in user input.In part 3, we'll be making a php script that refers another php script, which then exec...
06:46 pm GMT - Tue, September 21, 2021
Dev To
How to make a wormhole like Stargate SG-1 in JavaScript?
Today were going to talk about the effect that impressed the most people in my latest project. A central effect that moved the games plot forward. An effect that I forced in front of everyones eyes se...
06:26 pm GMT - Tue, September 21, 2021
Dev To
How to create a contact form for a static site with Netlify
How to create a contact form for a static site with NetlifyCreating form on a static website hosted on Netlify is super easy.Here is how to do it in couple simple steps.First let's create a inde...
05:59 pm GMT - Tue, September 21, 2021
Dev To
Quora Vs Medium: Which Has Better Future
Both, Quora and Medium are online platforms where people can ask questions and share personal experiences. Users provide their answers via Quora and Medium by writing blog posts, sharing links, images...
05:11 pm GMT - Tue, September 21, 2021
Dev To
Object destructuring in Javascript | Real time example | Good Practice
I was working on my project and got a review comment from my colleague to put the default value for the nested object, as it could break the app.Below was the response object structure that I was gett...
04:57 pm GMT - Tue, September 21, 2021
Dev To
Integrate Segment to your Medusa project
Modern e-commerce businesses have to integrate with a wide spectrum of tools from marketing and personalization to analytics and business intelligence. Integrations to these tools quickly become hard ...
04:54 pm GMT - Tue, September 21, 2021
Dev To
Build a Simple Game in Vanilla JS With the Drag and Drop API
The JavaScript language lives in a browser. Actually, let's rephrase that: a web browser has a separate part inside of it, called the JavaScript engine. This engine can understand and run JS code.Ther...
04:26 pm GMT - Tue, September 21, 2021
Dev To
Load Google Analytics (gtag) Efficiently in Gatsby Site
Working with the gatsby.js site and google analytics is a little bit tricky if you consider performance. With the latest lighthouse version (v6 and above), performance reduces a lot if you have Google...
04:20 pm GMT - Tue, September 21, 2021
Dev To
Write Decentralized Unity Games using Reach
It's impossible today to navigate the crypto space without hearing about decentralized apps, or DApps. They are similar to regular apps but live on a blockchain, which is a decentralized peer-to-peer ...
04:14 pm GMT - Tue, September 21, 2021
Dev To
Automate your personal CRM with Notion and Kelvin Data
IntroductionNotion gives an enormous possibilities of what we can do with a single application and honestly one it's of the best way to manage your personal CRM.Now what if there is a way to try...
03:59 pm GMT - Tue, September 21, 2021
Dev To
Best Coding Apps to Learn Anywhere and Anytime
Coding is something that requires effort, time, dedication, and the zeal to learn something new. Because it's a dynamic field that requires a passionate person. And if you're a passionate one looking ...
03:57 pm GMT - Tue, September 21, 2021
Dev To
GitHub Actions and Pages
For a while I've wanted to dig into GitHub Actions. It's been something on my radar for about a year.Recently, while hacking on a side-project, I got a chance to work on some CI/CD operations using Bi...
03:53 pm GMT - Tue, September 21, 2021
Dev To
Ten things you should learn before learning about performance testing
So you want to learn about performance testing and progress towards performance engineering or DevOps or Site Reliability Engineering. I get it. Jumping directly into performance testing might be over...
03:22 pm GMT - Tue, September 21, 2021
Dev To
Job Burnout: How to Fix at Your Workplace
Have you noticed a shift in the workplace? Are employees starting to look physically and emotionally drained? Should you have capped that meeting last Thursday at 5:30pm instead of letting it run unti...
03:15 pm GMT - Tue, September 21, 2021
Dev To
Why I love Polywork as a developer advocate and it's not for the reason you think
When Polywork launched in April 2021 as a place for people to express who they are I initially sighed with apathy at the thought of yet another social network to maintain in order to stay relevant as...
03:11 pm GMT - Tue, September 21, 2021
Dev To
What Gatsby v4 brings to your static site?
The new version of Gatsby is available in beta and brings many improvements. How are they going to affect you and the development and maintenance of your sites?In this article, I summarize the key new...
03:11 pm GMT - Tue, September 21, 2021
Dev To
list of awesome things related to React Hooks
awesome-react-hooksA curated list of awesome things related to React Hooks Github : https://github.com/saidMounaim/awesome-react-hooks...
02:55 pm GMT - Tue, September 21, 2021
Dev To
Object Oriented Programming in Java
Object-oriented programming helps us with data security, code reusability, and also helps us to improve code readability.Let us see and Understand different Object-oriented concepts with code examples...
02:48 pm GMT - Tue, September 21, 2021
Dev To
Supabase/Postgres SQL Cheatsheet - Curated List of SQL
Hey!If you are a PostgreSQL user, you are missing out on Big Thing!!! You could spin up a Backend Server, with PostgreSQL as Database in just 2 minutes! How? That is using Supabase. Supabase ha...
02:19 pm GMT - Tue, September 21, 2021
Dev To
Git Hotfix Branches : The Final Guide
Hotfix branches are very much like release branches in that they are also meant to prepare for a new production release, albeit unplanned. They arise from the necessity to act immediately upon an unde...
02:12 pm GMT - Tue, September 21, 2021
Dev To
How to check if the mouse right button has been clicked?
We have some site.Lets click with the mouse right button.The default context menu pops up.We need to add an event listener to the contextmenu event.And we need to prevent the default behaviour of the ...
02:00 pm GMT - Tue, September 21, 2021
Dev To
Everyones a (Perl) critic, and you can be too!
The perlcritic tool is often your first defense against awkward, hard to read, error-prone, or unconventional constructs in your code, per its description. Its part of a class of programs historically...
01:57 pm GMT - Tue, September 21, 2021
Dev To
Wikis don't work for software documentation
If your software documentation lives in a Wiki, it's very likely out of date and possibly actively harming your engineering team's productivity. This is a story that repeats in almost every organizati...
01:47 pm GMT - Tue, September 21, 2021
Dev To
React: Creating an HTML Class in JSX
One difference in JSX is that you don't use the word class to define HTML classes. This is because class is a reserved word in JavaScript. Instead, JSX uses className. Also note that HTML attributes a...
01:39 pm GMT - Tue, September 21, 2021
Dev To
How to Remove Underlines From Links with CSS
You know how hyperlinks always come with an underline, right? And you want to get rid of it so you can add your style. Well, you can do it by using the text-decoration property.text-decoration is a CS...
01:38 pm GMT - Tue, September 21, 2021
Dev To
7 popular extensions from Microsoft Edge Addons
Hello,Microsoft Edge is rapidly growing as a preferred browser, thanks to its low resource consumption,strong security and innovative features. With Microsoft Edge Add-ons, users can personalize and d...
01:24 pm GMT - Tue, September 21, 2021
Dev To
Automated Accessibility Testing
As described in our recent series of blog posts, our team has been working on improving the accessibility of the Chat Widget. While making the improvements, we wanted to maintain top-notch quality and...
01:12 pm GMT - Tue, September 21, 2021
Dev To
Top 11 distributed tracing tools in 2021
Choosing the right distributed tracing tool is critical. How do you know which is the right one for you? Here are the top 11 distributed tracing tools that can solve your monitoring and observability ...
01:03 pm GMT - Tue, September 21, 2021
Dev To
Learning Python- Intermediate course: Day 29, Sliders in Tkinter
Today let us learn all about the slider widget in TkinterThe slider widget is a widget that helps us choose values from a given range in a very interactive and graphical way. Making a slide...
01:01 pm GMT - Tue, September 21, 2021
Dev To
The Ultimate Python Cheatsheet
The Ultimate Python CheatSheetBasicsBasic syntax from the python programming languageShowing Output To Userthe print function is used to display or print outputprint("Content that you wanna print on s...
12:46 pm GMT - Tue, September 21, 2021
Dev To
A guide to CSS container queries
Right now (September 2021) container query is still an early stage specification.It is only supported by Chrome with a flag and the implementation might change in the future.But there is Polyfill base...
12:31 pm GMT - Tue, September 21, 2021
Dev To
Busting the 10x software engineer myth
Leaders often feel proud of their high performers. In reality, having "10x engineers" in your software organization may be a sign of an organization that is set out to fail in the long run.As an engin...
12:26 pm GMT - Tue, September 21, 2021
Dev To
Should I use SQLite, PostgreSQL, orMySQL?
Database Management Systems (DBMS), in short, are collections of tools used to access and manipulate the data stored in a database. There are lots of different types of DB management systems but the m...
12:13 pm GMT - Tue, September 21, 2021
Dev To
PHP foreach() loop for indexed and associative arrays
In this tutorial, we look at the PHP foreach() loop. We also look at how to use it while working with an indexed or associative array.This tutorial is a part of our initiative at Flexiple, to write sh...
12:05 pm GMT - Tue, September 21, 2021
Dev To
DevOps vs SRE: What's The Difference?
Titles in the engineering space are a funny thing. They're important, but they're not important. The importance of a title comes from the salary/job you can get, for example, someone with a DevOps Eng...
12:00 pm GMT - Tue, September 21, 2021
Dev To
A Nice Developer Joke For Today
Hi there! Here's today's Daily Developer Joke. We hope you enjoy it; it's a good one.For more jokes, and to submit your own joke to get featured, check out the Daily Developer Jokes Website. We're als...
11:03 am GMT - Tue, September 21, 2021
Dev To
Profile Card challenge - frontendmentor.io
Hello my Beautiful Friends on the Internet!This is a solution to the Profile card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building rea...
10:35 am GMT - Tue, September 21, 2021
Dev To
Get a Random Element from an Array in JavaScript
Let's imagine that you created a giveaway application, and today is the raffle. Unfortunately, you have a list of 10 participants, but you don't know how to select randomly one of them as a winner.Don...
10:20 am GMT - Tue, September 21, 2021
Dev To
Most Frequently asked Coding Questions
Here I will be mainly focusing on OnCampus technical Interviews because I have attended a couple of them. and I observed these are common questions to check you know the basics of coding or not. ...
10:17 am GMT - Tue, September 21, 2021
Dev To
Admin dashboard
Please i need full details about admin dashboard...
10:05 am GMT - Tue, September 21, 2021
Dev To
Deploy Website on AWS
Here we are going to learn Deployment on AWS.Steps:- 1. Go to AWS Console. 2. Create Account. 3. Select Launch EC2 instance. 4. Configure Network settings and SSH. 5. Now connect to you...
09:47 am GMT - Tue, September 21, 2021
Dev To
PHP Development Company and Web Development Services in India and US.
Softradix is a leading PHP development company that aims to provide robust website and mobile app development services globally call now:+91-8968305073.Visit us: https://www.softradix.com/php-developm...
09:47 am GMT - Tue, September 21, 2021
Dev To
Type safety in JavaScript with JSDoc and VSCode
TypeScript is one of the popular transpile language to JavaScript that provide type safety feature, but not only TypeScript itself can get the benefit from type safety, but the entire JavaScript commu...
09:00 am GMT - Tue, September 21, 2021
Dev To
Week 2 of Javascript
Hey y'all, after 4 lessons of Javascript I've learned a lot! Last week ge got some tasks for practicing which was very helpful. For me, functions and loops was the most difficult to understand, but I ...
08:50 am GMT - Tue, September 21, 2021
Dev To
Building a User Login System with Express js and Fauna
In this article, Ill show you how to build a user login system with the node framework express.js and Fauna. What is Fauna?Faunais a global cloud database created to integrate with the Jamstack a...
08:47 am GMT - Tue, September 21, 2021
Dev To
Top 15 Automated API Testing Tools | Lasted Update
What are API and API Testing Tools?Ever wondered how Google Maps was able to locate your current location and show you the nearest exit when you were stranded in the middle of god-knows-where?Well, th...
08:45 am GMT - Tue, September 21, 2021
Dev To
7 Tips & tricks to make your console.log() output stand out
1. Styling your console.logIs this necessary? Probably not, but if you want to leave an easter egg message on your portfolio website's console why not a styled one? You never know who is looking...
08:11 am GMT - Tue, September 21, 2021
Dev To
Processes and Threads
This is part 2 of Getting started with multithreading series. Click here for part 1. 1) What are processes?A process initializes a program. Programs are nothing but a passive collection of instru...
07:56 am GMT - Tue, September 21, 2021
Dev To
Responsive SideBar Menu Using Pure HTML & CSS.
SOURCE CODE: HTML CODE:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384...
07:32 am GMT - Tue, September 21, 2021
Dev To
Relax, you are doing fine
Jay is a good friend of mine. We happened to meet around the time he was starting on software development. At that point, I was already knees deep on that world, so our friendship grew a bit around th...
07:29 am GMT - Tue, September 21, 2021
Dev To
Setting up Next.js with Tailwind CSS
I've recently had some fun playing around with Next.js but never really documented any of my learnings.So let's go back to the basics and set up a basic Next.js application that uses Tailwind.css! ...
07:23 am GMT - Tue, September 21, 2021
Dev To
Connect deprecation step 1: Listings
As previously announced we're sunsetting Connect. As a first step in this direction it will now no longer be possible to enable the "Connect messaging" option for new listings.For new listings, please...
06:56 am GMT - Tue, September 21, 2021
Dev To
Top Free React Dashboards to Use for Your Next Project
It is not necessary to spend a lot of money to create a professional-looking dashboard for your website or app. That's why, in this post, we will look at some of the great react admin panels that you ...
06:56 am GMT - Tue, September 21, 2021
Dev To
Front-end monitoring with Sentry.io and React
by author Victoria LoIn this article, let's take a closer look at front-end monitoring: what it is, why it is important, and we can get started integrating it using Sentry. What is Front-End Moni...
06:30 am GMT - Tue, September 21, 2021
Dev To
Where do you host your PostgreSQL?
The hosting of the data can get expensive. For larger projects, you will most likely end up paying for the database (unless you host the database on your own machine).I'm looking for some DBaaS option...
06:27 am GMT - Tue, September 21, 2021
Dev To
Great VSCode extensions for JS Developers
Hey everyone, welcome to my first post here on DEV Community!In this post I will be talking about some great VSCode extensions for JavaScript Developers. NOTE: This list does not include extensi...
05:54 am GMT - Tue, September 21, 2021
Dev To
Hacking on Couchbase
We are hosting a hackathon for #Couchbase devs at this year's Couchbase Connect conference.Total prizes $1500 cash $600, $500 and $400 prizes respectfully for 1st, 2nd, and 3rd place.This is a very op...
05:37 am GMT - Tue, September 21, 2021
Dev To
FoalTS version 2.6 is here
Version 2.6 of Foal has been released! Here are the improvements that it brings. Support of the array value for AJV coerceTypes option{ "settings": { "ajv": { "coerceTypes": "array" }...
04:58 am GMT - Tue, September 21, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 57
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
04:42 am GMT - Tue, September 21, 2021
Dev To
Write faster HTML with these quick web tips
Hello ,As web developers, we have to write quite a good amount of HTML code. Sometimes, it can get repetitive and can be time-consuming as well. If you also agree to it, this post will definitely help...
04:18 am GMT - Tue, September 21, 2021
Dev To
What is the difference between a blockchain and a traditional database?
Blockchain technology, which joined the ranks of high-speed digital technologies in 2008 with the advent of bitcoin, soon made its way into the Internet and communications as a tool for storing and ma...
03:25 am GMT - Tue, September 21, 2021
Dev To
Multi-tenant architecture for SaaS apps
Do you distribute the same app to multiple clients/tenants?Are you looking to offer Software as a service and need to dig deep into the architecture of apps to work in multiple tenants?Are you tired o...
01:15 am GMT - Tue, September 21, 2021
Dev To
Create GitHub Actions Templates - New Composite Actions Feature Explored
While I've covered the basics of the Composite Run Steps Actions in this other post and video, and therefore I will not go too in depth in those here, today I will show you one of the most important n...
12:08 am GMT - Tue, September 21, 2021
Dev To
React dialog box library
react-js-dialog-boxsimple react.js modal box Intro Installnpm install --save react-js-dialog-box Usageimport React from 'react'import { ReactDialogBox } from 'react-js-dialog-b...
12:03 am GMT - Tue, September 21, 2021
Dev To
Husky lint-staged
In this post, I'll show you how to improve your husky workflow, using pre-commit to trigger error checking on your code before uploading it to the repository.To get started, let's install husky with t...
11:57 pm GMT - Mon, September 20, 2021
Dev To
a first look at graphQL helix
GraphQL Helix is a framework and runtime agnostic collection of utility functions for building your own GraphQL HTTP server. Instead of providing a complete HTTP server or middleware plugin function, ...
11:25 pm GMT - Mon, September 20, 2021
Dev To
Identity-driven learning for coding
On/off with codingWhen I started on my journey of learning coding, I had the impression that all I needed to do to get better at coding is to just code more. First, take an online course . Then ...
11:05 pm GMT - Mon, September 20, 2021
Dev To
CPAN Release of TooMuchCode 0.17
Perl::Critic::TooMuchCode is a set of policy addons that generally checks for dead code or redundant code.I feel grateful that this small project starts to draw some attention and endorsement and now ...
11:01 pm GMT - Mon, September 20, 2021
Dev To
unsafe react hooks
One of the biggest driving forces behind React 17 is asynchronous rendering which aims to improve both the user and developer experience.In React v16.3 the React team introduced few new lifecycles and...
10:59 pm GMT - Mon, September 20, 2021
Dev To
Do You Like Using Your Phone To Evolve Your Productivity and Your Coding Skills ? Here are 15 Mobile Apps That Will Help You!
Hello Everybody, this is my #99 post, I'm Aya Bouchiha, on this beautiful day, I would like to share with you 15 free mobile apps that will help you to evolve your productivity and your coding skills....
10:52 pm GMT - Mon, September 20, 2021
Dev To
Session management: What it is and why your security depends on it
Constantly having to log back in to your online accounts is a frequent annoyance - but this irritating problem stems from an inefficient solution to a genuine security concern.Web applications need to...
10:40 pm GMT - Mon, September 20, 2021
Dev To
Which GitHub repo is going to have the most commits?
So I saw this post by Virej Dasani: Which GitHub repo has the most commits?, and I wondered, "Is there a faster, more efficient way of reaching 3,000,000 commits?"Well, of course the answer is yes, an...
10:07 pm GMT - Mon, September 20, 2021
Dev To
Nodejs takeaway
1. What is Node.js and how it works?2. How is Node.js better than other frameworks most popularly used?3. How do you manage packages in your node.js project?4. What is the Event Loop?5. What is fork i...
10:04 pm GMT - Mon, September 20, 2021
Dev To
JavaScript from ES6 to Today
ES6 is nearly synonymous with "modern javascript" and rightly so. When it dropped in 2015 as the second-ever major language update (first being ES5 in 2009) ES6 added a huge list of features that comp...
09:48 pm GMT - Mon, September 20, 2021
Dev To
Extract, Transform and Load with React & Rails
You might be thinking, WFT is ETL and have I been using it all this time?!If you're an engineer, you probably have done some form of ETL. I never realized I was extracting, transforming and loading da...
09:01 pm GMT - Mon, September 20, 2021
Dev To
SQL Injection Attacks and How Developers Can Prevent Them
This week during my 100 Days of Hacking challenge, I learned how hackers can infiltrate applications that are vulnerable to SQL injection attacks, the side effects of these attacks, and how web develo...
09:01 pm GMT - Mon, September 20, 2021
Dev To
Manage Your Dotfiles Like a Superhero
I'm going to assume you are reading this because:you have one or more dotfiles lying around and you don't know how to organize them.you heard that you can save dotfiles for later use in case your comp...
08:44 pm GMT - Mon, September 20, 2021
Dev To
Make your own Heroku! Auto-deploy a Docker app on your own server with GitHub Actions
If you've switched from using PaaS services like Heroku to running off a VPS (or your own machine!) then you might miss features like auto-deploy.Luckily, with the power of GitHub Actions and Docker,...
08:32 pm GMT - Mon, September 20, 2021
Dev To
URL Shortener with Rust, Svelte, & AWS (2/): Simple HTTP API
In the first post of the series, I covered the reasons for choosing Rust and AWS, as well as the process for initialising a new Rust project. If you haven't followed the steps in that article, you can...
08:31 pm GMT - Mon, September 20, 2021
Dev To
URL Shortener with Rust, Svelte, & AWS (1/): Intro Setup
In this series of posts, I aim to guide you through the process of creating and deploying a public API. Over the course of the series, you will learn how to use the following technologies:Rust with Ro...
08:00 pm GMT - Mon, September 20, 2021
Dev To
Why do React need to be in scope for JSX ?
React must be in scope when using JSXQuite an annoying error, right ? What does it even mean anyway, you simply wrote a pretty basic component, and nothing happen but this error.You don't know h...
07:42 pm GMT - Mon, September 20, 2021
Dev To
Understanding how API routes work in Next.js
Next.js makes it really simple for developers at any skill level to build API's whether with REST or GraphQL. I think GraphQL is really cool but for the purposes of simplicity I will focus on building...
07:15 pm GMT - Mon, September 20, 2021
Dev To
How to use React useReducer hook like a pro
Managing state in React is one of the main issues you'll be facing while developing React websites. useState is of course the most common way to create and manage state in (functional) React component...
07:13 pm GMT - Mon, September 20, 2021
Dev To
On Using Web Component Libraries
We tend to think of components as things that belong to a framework. After all, React has components, Vue has components, Angular has componentsit's just how we've always used them.Because of that, pe...
07:06 pm GMT - Mon, September 20, 2021
Dev To
iOS 15 iCloud Private Relay Vulnerability Identified
Apples new iCloud Private Relay service allows users to hide their IP addresses and DNS requests from websites and network service providers. In this article, well demonstrate how this security featur...
06:58 pm GMT - Mon, September 20, 2021
Dev To
Adding a button with onclick on InfoWindow - Google Maps API
InfoWindow in google maps is a type of toast div or should I say a popover that appears when we hover over the map marker, it contains information about a specific place anything you want to show in i...
06:43 pm GMT - Mon, September 20, 2021
Dev To
Exploratory Testing Foundations
With so much to say and share on Exploratory Testing, what would you need to know to get started? This question lead us to summarizing basic theory on exploratory testing around one test target, and t...
06:33 pm GMT - Mon, September 20, 2021
Dev To
Lava Flow
Haz un QuickFix/Parche, luego lo arreglamos bien. Escribir mal un cdigo sin una arquitectura clara desde el principio solo har que nuestras funciones de ms de 100 lneas, nuestro cdigo sin uso, n...
06:22 pm GMT - Mon, September 20, 2021
Dev To
How does Linux work?
I recently prepared for a position which prompted me to read up and consolidate my knowledge on Operating Systems and Linux which led me down a weird and wonderful rabbit hole learning so much more th...
06:05 pm GMT - Mon, September 20, 2021
Dev To
I built a web scraping companion tool to instantly make any scrapers scalable and unblockable
Over the years of web scraping for many clients, and over billions of pages scraped at DataHen, I realized that we kept on doing the same things over and over again with regards to scalability, unbloc...
06:03 pm GMT - Mon, September 20, 2021
Dev To
A Beginner's Guide To Fauna
After having a hard time trying to grasp Fauna and serverless databases, I came up with the idea of demystifying what I have learned and the quickest way to get up and running with the Fauna. Who...
06:02 pm GMT - Mon, September 20, 2021
Dev To
7 reasons why you should use SWR
Why should you use SWR?SWR is a React Hooks library for remote data fetching.The name SWR is derived from stale-while-revalidate, a cache invalidation strategy popularized by HTTP RFC 5861.SWR f...
06:00 pm GMT - Mon, September 20, 2021
Dev To
Clio: extremely fast, multi-threaded code on the browser
Clio is a functional programming language that compiles to JavaScript. It runs on Node.js as well as in the browser and is multi-threaded on both. Clio makes it super easy to do parallel or distribute...
05:41 pm GMT - Mon, September 20, 2021
Dev To
No-code web scrapers - the ultimate list
I originally published this post to Automatio.coHere you will find the ultimate list of web automation and data scraping tools for technical and non-technical people who wants to collect information f...
05:03 pm GMT - Mon, September 20, 2021
Dev To
Learn Javascript Reduce method with 5 examples
The reduce method applies a function to every item of an array and accumulates the result iteratively from a starting point then returns a single value/object.Some examples of the use of the reduce me...
04:54 pm GMT - Mon, September 20, 2021
Dev To
MongoDB $weeklyUpdate (September 20, 2021): Latest MongoDB Tutorials, Events, Podcasts, & Streams!
Hi everyone!Welcome to MongoDB $weeklyUpdate! Here, you'll find the latest developer tutorials, upcoming official MongoDB events, and get a heads up on our latest Twitch streams and podcast, cu...
04:47 pm GMT - Mon, September 20, 2021
Dev To
5 Ways to Stay Focused While Coding
Hello, buddies! Of course, coding is NOT hard but, if you can't keep your focus on coding, it would be hard. And the amount of coding some programmers need to do, it is common to not be able to get ba...
04:38 pm GMT - Mon, September 20, 2021
Dev To
The Simplest Thing That Could Possibly Work
Wiki inventor Ward Cunningham once recalled an experience he had with Kent Beck, the creator of XP:When [Kent] and I were playing with Smalltalk, we found it amazing what Smalltalk would do compared t...
04:27 pm GMT - Mon, September 20, 2021
Dev To
Five things to know before learning JMeter
If you are reading this blog post, most probably you are planning or already planned or just getting started with Apache JMeter. Learning any performance testing tool could be challenging. Sometimes t...
04:15 pm GMT - Mon, September 20, 2021
Dev To
5 Awesome Websites to Download Free Vector Illustrations
Are you looking for illustrations or vector graphics for your next project? Well then, Great!I am going to share the five useful websites I go to for free pre-made illustrations. Most of the illustrat...
04:01 pm GMT - Mon, September 20, 2021
Dev To
8 common mistakes when using AWS ECS to manage containers
In this article, we'll discuss the potential pitfalls that we came across when configuring ECS task definitions. While considering this AWS-specific container management platform, we'll also examine s...
03:53 pm GMT - Mon, September 20, 2021
Dev To
Insomnia: Quick & easy API development and testing
IntroductionHello, DEV World! In this article, I'm going to tell you some useful techniques for developing and testing APIs in Insomnia, so you can start applying them to your work every day. I...
03:18 pm GMT - Mon, September 20, 2021
Dev To
.NET 6 is HERE! 5 Features that will blow your mind
After so many months of speculation, leaks, and previews, Microsoft officially releases .NET 6 RC1. This is the first of the 2 versions that go live and are supported in production.This release brings...
03:17 pm GMT - Mon, September 20, 2021
Dev To
Cmo rayos funciona el hook useRef en React?
IntroEn pleno 2021 la gran mayora de los desarrollos hechos en react usan hooks, los primeros, ms bsicos y los que prcticamente usaras en el 100% de tus desarrollos sin lugar a dudas son useStat...
03:00 pm GMT - Mon, September 20, 2021
Dev To
How to Unit Test an HTTP Service in Angular
This article was originally published on my personal blogWe now understand the importance of testing in isolation and I want to shift our focus to testing an HTTP Service. By the time we wrap up this ...
02:46 pm GMT - Mon, September 20, 2021
Dev To
Why do Webdevs keep trying to kill REST?
Edit this chartWatching recent trends in client-server paradigms, from Apollo GraphQL to React Server Components to Rails Hotwire, I've had a revelation that helped me make sense of it all: They're al...
02:27 pm GMT - Mon, September 20, 2021
Dev To
Digital Clock Using HTML, CSS & JS.
Source Code: HTML:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ...
02:07 pm GMT - Mon, September 20, 2021
Dev To
Python deprecation
As soon as you are developing a library, SDK or any other piece of code, which is intended to be used by several people or software, you should think about deprecation.How to introduce changes gracefu...
02:01 pm GMT - Mon, September 20, 2021
Dev To
4 reasons to write your resume in Markdown
As Software Developers, we often use Markdown to write readme files, take notes or write a blog post like this one . Its simple syntax helps format content easily. Apart from quick formatting there a...
01:53 pm GMT - Mon, September 20, 2021
Dev To
5 Amazing Mind Mapping Application
Hello,How are you all Today this post about the 5 Amazing Mind Mapping Websites every developer know a mind mapping website is very useful with this you can create a prototype or your website flow. I ...
01:43 pm GMT - Mon, September 20, 2021
Dev To
Enable Kubernetes Metrics Server on Docker Desktop
The steps below in this blog will help you setup Kubernetes Metrics Server on Docker Desktop which provides a standalone instance of Kubernetes running as a Docker container.Kubernetes Metrics Server ...
01:16 pm GMT - Mon, September 20, 2021
Dev To
What Are The Effective Techstack that Could Be Used To Develop Uber Clone App?
Uber clone app is now a better choice for many entrepreneurs to launch their new taxi app online. Because of its high convenience with its total development advantages and functionality, it is now the...
01:16 pm GMT - Mon, September 20, 2021
Dev To
Novus - A blazingly fast and futuristic package manager for windows.
I am the founder of Novus Package Manager, and I am excited to share my product with you!Installing applications can always be a pain. Downloads take forever to complete and we have to go through all ...
01:14 pm GMT - Mon, September 20, 2021
Dev To
Monitor Tomcat Java application with OpenTelemetry and SigNoz
OpenTelemetry is a vendor-agnostic instrumentation library. In this article, let's explore how to auto-instrument a Tomcat Java application using OpenTelemetry Java JAR agent.After capturing telemetry...
01:11 pm GMT - Mon, September 20, 2021
Dev To
Built a Twitter Blockchain News Channel in JavaScript
Hi I'm a #Bitcoin News Channel Yes, I am Open SourceMeet me here: https://twitter.com/BitcoinInOut...
01:00 pm GMT - Mon, September 20, 2021
Dev To
Hacktoberfest 2021 is coming !
This year again, Hacktoberfest is here ! The date ?From October 1st to October 31st. Who can join this event ?Contributors, maintainers, companies and event organizers ! How I can part...
01:00 pm GMT - Mon, September 20, 2021
Dev To
OpenTelemetry vs Prometheus - differences, use-cases and alternatives
OpenTelemetry and Prometheus are both open-source projects under Cloud Native Computing Foundation. In this article, let us understand the key differences between the two projects and explore their ad...
12:49 pm GMT - Mon, September 20, 2021
Dev To
Implementing a Math Interpreter using C: Part1
DefinitionLet's start by breaking down some few phrases and terms usedInterpreter: An interpreter is a program that interprets code to machine code. Basically, in our case the interpreter will t...
12:48 pm GMT - Mon, September 20, 2021
Dev To
CSS Box Model
CSS BOX MODELAll the HTML elements like a div, a button, or text content are considered as boxes in our CSS file. And, how these boxes are aligned in our web page is answered by CSS Box Model.Th...
12:17 pm GMT - Mon, September 20, 2021
Dev To
Building Slack huddle clone in React
Just over a month ago in mid-August Slack unveiled a new feature called "Huddle". Slack's huddle allows the users to have audio discussions with people in their workspace and other invited users.It wa...
12:15 pm GMT - Mon, September 20, 2021
Dev To
Create the sidebar in Google drive with CSS and HTML
first published on Tronic247In this post, you will learn how to create the sidebar in Google drive with CSS and HTML You can see the preview by clicking this link. Preparing the HTMLFirst, lets c...
11:47 am GMT - Mon, September 20, 2021
Dev To
PHP trim() function: Remove characters from string
In this tutorial, we look at the PHP trim function. We look at how you can remove whitespaces and characters from a string using the trim function in PHP.This tutorial is a part of our initiative at F...
11:45 am GMT - Mon, September 20, 2021
Dev To
I built a social network for developers to showcase their projects
TL;DR: Driwwwle is an open-source social network to showcase your projects with like, comments, notifications, profiles and real-time chat.As developers, we like to look out for new and exciting proje...
11:37 am GMT - Mon, September 20, 2021
Dev To
Quality assurance fundamentals
IntroductionPrevention is better than cure. Not installing defects in the first place is better than debugging. This can be achieved only through paying attention to quality assurance fundamenta...
11:26 am GMT - Mon, September 20, 2021
Dev To
Laravel 8 Multi Auth (Authentication) Example Tutorial
Hi Artisan,In this Article I will share something new about how actually work multi auth (authentication)integrate with laravel 8.I will create multiple authentications using middleware.First of all i...
10:55 am GMT - Mon, September 20, 2021
Dev To
Create Mind Map App with React
Lets create a React single page application.The application to remember how to create React applications.One of the best ways to remember something is to create a mind-map.A mind-map is a chart with a...
10:37 am GMT - Mon, September 20, 2021
Dev To
What is AWS Security? Risks, Best Practices, and More
Learn about Amazon Web Services (AWS) security in Data Protection 101, our series on the fundamentals of information security.INTRODUCTION TO AMAZON WEB SERVICESAmazon Web Services (AWS) is the leadin...
10:26 am GMT - Mon, September 20, 2021
Dev To
How to mint an NFT via CLI
IntroductionIn this article we will create a script with NodeJS to create an NFT via CLI, passing in its private address and a URL containing the NFT metadata.To do this tutorial, I recommend lo...
10:21 am GMT - Mon, September 20, 2021
Dev To
How to Create Customizable WebAR Experiences
Interested in creating an AR experience catered specifically to you without needing to code at all? Try using echoARs 3D-ready cloud platform to create personalized WebAR experiences!Many developers a...
09:53 am GMT - Mon, September 20, 2021
Dev To
Software Engineering is a Losers Game
Ive recently become fascinated by the idea of winners games and losers games. There are several great articles which explain the idea in depth, but heres a quick summary:An observation was made by Sim...
09:40 am GMT - Mon, September 20, 2021
Dev To
How to learn Machine Learning?
Machine learning is the process of applying analytical and statistical models to enable computer systems to execute a range of activities in the absence of human-provided step-by-step instructions. As...
09:34 am GMT - Mon, September 20, 2021
Dev To
Using Socket.io in express-generator.
Socket.io has documentation on how to use it with express but it a bit tricky to use socket.io with express-generator because the server is created in www file and the io is created in app or server b...
09:22 am GMT - Mon, September 20, 2021
Dev To
What is Ethereum
If Bitcoin (BTC) is the alleged future of money, then what is Ethereum? For someone new to the cryptocurrency space, thats the logical question to ask, considering they probably see Ethereum and its n...
09:22 am GMT - Mon, September 20, 2021
Dev To
Make Spam bot in Python in just 6 lines
1 Hello In this post I will show you how to make simple spam bot in Python in just 6 lines of code. BTW you can watch video tutorial here: So let's Start First we need to install Pysimplegui...
09:16 am GMT - Mon, September 20, 2021
Dev To
What is C Programming Language
What is C# Programming LanguageMicrosoft developed C# in 2000. It was built to meet the rising demand for web applications that Visual Basic(VB) and C++ cant cater to. Its architecture adopts the best...
09:11 am GMT - Mon, September 20, 2021
Dev To
What and Why Next.js and TailwindCSS?
Hey folks ,If you have seen my past articles then you must have seen that many of the articles are related to Next.js, React, or Tailwind but I never really explained what they exactly are, so I ha...
08:56 am GMT - Mon, September 20, 2021
Dev To
Create an NPX CLI Portfolio under 5 minutes
Want something like this? This is the article you are looking for. Let me show you how you can make an NPX CLI Portfolio under 5 minutes How I made itI am mainly using React Ink for this project....
08:33 am GMT - Mon, September 20, 2021
Dev To
No estimations
Sometimes you come across a subject that peak your interest (in a good way). This week I stumbled across the subject of no estimates. This great tweet by Vasco Duarte really pulled me right in. ...
08:14 am GMT - Mon, September 20, 2021
Dev To
Progressing from a beginner to intermediate developer
So, you're not a complete beginner anymore: You've built a few webpages, learned the basics of HTML, CSS and JS, and perhaps you've landed a job as a junior developer.What now?There is a hell of a lot...
07:50 am GMT - Mon, September 20, 2021
Dev To
Access remote networks without a VPN!
Synpse is an end-to-end platform to manage your device fleet that can grow to hundreds of thousands of devices, perform OTA software updates, collect metrics, logs, deploy your containerized applicati...
07:36 am GMT - Mon, September 20, 2021
Dev To
3 Ways to Build React Forms with Formik Pt.1
Formik is one of the most popular libraries for building forms. It helps developers do a lot of things with much few lines of code. Some of these things are form state management, validation and error...
07:28 am GMT - Mon, September 20, 2021
Dev To
Create and publish your own React library
Table Of ContentsChapter #1 Create your library with create-react-libraryChapter #2 Publishing a npm package created with create-react-libraryIn software development in general, we always tend t...
07:25 am GMT - Mon, September 20, 2021
Dev To
Have you received offers for your products?
Launching new products is exciting. It's awesome to see that your product can help somebody and you get the awesome feeling of fulfillment for your business ideas coming to life. After half a year you...
07:22 am GMT - Mon, September 20, 2021
Dev To
Multiple services in a docker container? Let's discuss!
What is your opinion on multiple applications/services in a single docker container?For me, 1 container = 1 app/service, no exceptions allowed.What do you think?One container = one service, no excepti...
07:21 am GMT - Mon, September 20, 2021
Dev To
AWS open source news and updates 82
September 20th, 2021 - Instalment #82Newsletter #82.Welcome to issue #82 of this newsletter, bringing you the latests updates on open source on AWS. This weeks featured new projects include cdk-...
07:12 am GMT - Mon, September 20, 2021
Dev To
I made a simple blogging platform
I got tired of using the bloated blogging platforms out there. They were to rigid, slow (some of them) and didn't have a simple UI.Therefore I made my blogging platform, QuickPublisher. Its a basic bl...
07:01 am GMT - Mon, September 20, 2021
Dev To
Intersection and Union of Array in JavaScript
What is union of Arrays?Union of arrays would represent a new array combining all elements of the input arrays, without repetition of elements.let arrOne = [10,15,22,80];let arrTwo = [5,10,11,22...
06:29 am GMT - Mon, September 20, 2021
Dev To
Uniswap Clone Script- Fastest Solution to Start Your Own DeFi Exchange
What is Uniswap?Uniswap is a decentralized business protocol thats used to exchange cryptocurrencies. It is also the name of the company based on the Uniswap protocol.Uniswap was created by Hayd...
06:24 am GMT - Mon, September 20, 2021
Dev To
HTML tags | s
It is used to indicate a text that is no longer correct, accurate or relevant, and that is usually rendered with a line through it.It is not suitable for indicating edits in a document, that's what th...
06:12 am GMT - Mon, September 20, 2021
Dev To
We are the example
Yes, each one of us developer is the example.As you know, being a developer is about never stop learning, with that comes a mentoring role as well.No matter what stage you are at in your development l...
06:03 am GMT - Mon, September 20, 2021
Dev To
Getting Started with Web components
This blog is part 1 of the web component series. In this blog , we will learn about web components and create our first web component using vanilla javascript. Outline1. What is a web component?...
05:47 am GMT - Mon, September 20, 2021
Dev To
Important Tools for .Net Developers
The blog covered what are .NET tools and a few important tools for developers to create programs and make development part easy.What are Tools?The tools are any programs and utility which help program...
05:47 am GMT - Mon, September 20, 2021
Dev To
What is Open Source and how to get started?
What is Open Source?Open source is a commonly used term for the code which is publically accessible and people can see, edit, and share the data. In open-source projects, developers from all aro...
05:43 am GMT - Mon, September 20, 2021
Dev To
Array.map() Method in JavaScript
Hello, guys today we are covering one of the most important topic. Today we are learning map() method, so let's start today's article. Article Content What is Array.map() method ? Syntax of Array.map...
05:35 am GMT - Mon, September 20, 2021
Dev To
6 Best Ways to Host Your React JS App For Free..
IntroductionI will tell you the best ways to host your React JS application.Follow the point : NetlifyNetlify is an incredibly rapid solution to assure that websites and apps are considerab...
05:00 am GMT - Mon, September 20, 2021
Dev To
Which CSS framework should you use?
Responsive CSS frameworks take a lot of work and persistence to build and create when building CSS on HTML responsiveness, accessibility, and structure. This is why CSS frameworks were created, to tak...
03:21 am GMT - Mon, September 20, 2021
Dev To
Some of New ES12(ES2021) JavaScript Features.
Changes released in ES2021The changes released in ES2021 are as follows.String.prototype.replaceAll()Perform string replacement for all applicable partsExisting replace()methods are valid only for the...
02:54 am GMT - Mon, September 20, 2021
Dev To
Things I Wish I Knew Before My First Full-Time Job.
Your 20s could be your most defining decade.Youll have more freedoms & more choices than youve ever had in the past or will ever have in the future.Its going to be a great adventure.The real...
02:27 am GMT - Mon, September 20, 2021
Dev To
To Comment or Not To Comment
Sometimes I feel like writing comment is a controversial topic in programming. Some will take the stance of:Code is like humor. When you have to explain it, its bad.Of which, I don't 100% agree with. ...
02:07 am GMT - Mon, September 20, 2021
Dev To
Domain Driven Design Aggregates in Laravel
Lately, I've been focusing on finding ways to bring Laravel and Domain Driven Design closer together. Because I love Laravel, but its architecture sucks So today, we're going to look at how to implem...
01:35 am GMT - Mon, September 20, 2021
Dev To
If we're talking about learning... I'm Batman!
2021-09-18 was Batman's Day, and should you have to deal with a nasty bug or with a clown in make up... you have to be prepared!My question for you today is:How do you prepare yourself? How do you lea...
01:31 am GMT - Mon, September 20, 2021
Dev To
Programming languages are overrated!
Most People go on to learn to use programming languages and frameworks rather than learning the core concepts of how a particular platform (say the web) works. They do not go on to learn how code get...
12:48 am GMT - Mon, September 20, 2021
Dev To
Bomberland: a competitive sandbox for practising machine learning
Welcome to BomberlandBomberland is a new 1v1 AI competition developed by Coder One. It features a multi-agent adversarial environment inspired by the classic console game, Bomberman. Your task i...
11:46 pm GMT - Sun, September 19, 2021
Dev To
Rubberducking
True story:When it happens to you not just once but twice, thrice, its fair to say theres some truth to the title statement. That in asking a question, your answer is already half answered. This total...
10:40 pm GMT - Sun, September 19, 2021
Dev To
Ngrx Entity and Selectors. The why and how
When using Ngrx to build an application, the problem of deciding the format of storing data inside the store is always there. The problem of handling the business data in a centralized store is someth...
08:22 pm GMT - Sun, September 19, 2021
Dev To
LEVEL UP with JavaScript! LVL 7
In this blog series tutorial, I will be covering some of the basic JavaScript programming concepts.This is geared toward beginners and anyone looking to refresh their knowledge. See the Pre...
07:46 pm GMT - Sun, September 19, 2021
Dev To
5 Things I've Learned in 6 Weeks on the Job
It's been 6 weeks since my first day as a real-deal, steadily employed frontend engineer. In those 6 weeks, I've made mistakes, felt stupid, learned a lot about living, production-level code, and myse...
07:43 pm GMT - Sun, September 19, 2021
Dev To
Weekly Digest 37/2021
Welcome to my Weekly Digest #37 of this year.This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts, and designs I consumed during this week. Interestin...
07:32 pm GMT - Sun, September 19, 2021
Dev To
ES6 Handbook: Everything You Need to Know
Hey readers! This blog is all about ES6. It includes all the topics related with examples. Before reading further, I want to specify that this was not a blog post initially, these are just my personal...
07:28 pm GMT - Sun, September 19, 2021
Dev To
Making the most boring website ever with TypeScript, NestJs, React and others.
What is thisSo I'm making a series of videos on how to build a very basic website for a local business. In my case it's a website for a barbershop with an admin panel and a reservation booking f...
07:12 pm GMT - Sun, September 19, 2021
Dev To
Beginners Guide to Web Performance: Optimizing Google Fonts
How to Improve Web Performance by Optimizing Google FontsUse font-display: swapPreconnectServe Fonts LocallyUse Google Webfonts HelperConvert Google Fonts Manually Introduction This is a co...
07:04 pm GMT - Sun, September 19, 2021
Dev To
Astro Command unlocks the world
IntroductionThis weekend I built a new Astro component that lets callers use external commands on their machine to generate html content. trashhalo / astro...
07:00 pm GMT - Sun, September 19, 2021
Dev To
Awesome Content Creation Tools
Creating quality content is a demanding process. Hence, having a wide range ofapplicationscan leverage your productivity and save time. Considering this, I will share my favoritecontent creationtools ...
06:14 pm GMT - Sun, September 19, 2021
Dev To
The frontend Landscape Different Architectures
Visit learnersbucket.com If you are preparing for your JavaScript interview. You will find DSA, System Design and JavaScript Questions.Web development (Frontend) has come a long way from its inception...
06:00 pm GMT - Sun, September 19, 2021
Dev To
Tell Me About A Time When The Project Was Ambiguous | Facebook Behavioral Interview (Jedi) Series
Before we discuss this question, let us recap what the Behavioral Interview Round at Facebook is.Behavioral Interview Round is also known as the Jedi Interview round at Facebook.It is about you and yo...
05:44 pm GMT - Sun, September 19, 2021
Dev To
The keyword "new" in JavaScript
Hello Readers! Let me introduce you all with something new today! The topic today is the JavaScript Keyword "new"! In JavaScript, the keyword new is used to create an instance of an object that has a ...
05:39 pm GMT - Sun, September 19, 2021
Dev To
What a Video Game for Kids can Teach you about Software Engineering and Infrastructure
I'm an avid gamer. I play almost everything, and most recently I've been getting in to automation games like Satisfactory or Factorio. After hundreds of hours in building factories in these games my...
05:26 pm GMT - Sun, September 19, 2021
Dev To
Consistent Git Commit Messages Using a Template
One way to improve the consistency of your commits is to use a git template.Any time you start a new commit, this template will be pre-loaded.That means you'll be able to use git commit comments with ...
05:26 pm GMT - Sun, September 19, 2021
Dev To
Benefits of Artificial intelligence bcoz AI is the future.
Artificial intelligence this is the name which gives us goosebumps if we talk about the technologies for the future and AI will play the main role behind it.Below are some of biggest benefits of Artif...
05:19 pm GMT - Sun, September 19, 2021
Dev To
Save your application from crashing by wrong use of Web Storage API or localStorage in browser
While coding front-end applications, we many need to store some data on client side. There are four types of storage on browser namely cookie, localStorage, sessionStorage and indexDB. Github so...
04:48 pm GMT - Sun, September 19, 2021
Dev To
How Routing Works
How Routing Works ALL ABOUT ROUTING INTERNAL DETAILS ARE SHAREDHOW IT IS IMPLEMENTED AND WHICH ALGORITHM IS USED ...
04:43 pm GMT - Sun, September 19, 2021
Dev To
Create a QR code generator
Hello everyone, today we will see how to create a qr code generator with the open source library qrious.js. This library generates a qr code using different algorithms based on the principles discusse...
04:24 pm GMT - Sun, September 19, 2021
Dev To
Top 9 Best JavaScript Tools for Game Development in 2021
JavaScript has been one of the main components behind game development for many years, producing top-quality games through various game engine options. An engine can cater to your programming desires,...
04:17 pm GMT - Sun, September 19, 2021
Dev To
Deploy a React App on AWS Lightsail: Testing, Docker, Docker Compose, Nginx & Github Actions
So you have written your React Application and you are ready to deploy it?Although there are already existing solutions like Netlify, Vercel, to help you deploy your application easily and quickly, it...
04:08 pm GMT - Sun, September 19, 2021
Dev To
How to use JsDoc annotations with VsCode for intellisense
The Problem For many of us JavaScript devs, we love the fact that TypeScript exists. It has type hinting, type checking, helps with intellisense and many more. As a JavaScript developer you can ...
04:01 pm GMT - Sun, September 19, 2021
Dev To
Popup Login Form Design using only HTML & CSS
In this article, I am going to show you how to create a pop-up login form using HTML and CSS. You must have seen different types of websites or applications pop-ups or modal boxes. Which undoubtedly i...
03:54 pm GMT - Sun, September 19, 2021
Dev To
uEye | A Game We Built to Help you Learn UI Design
What is uEyePlay uEye (No signups or emails required!)I wanted to create a fun, interactive game using modern technology (Nuxt.js) that helps users to develop an eye for design. So, I came up wi...
03:17 pm GMT - Sun, September 19, 2021
Dev To
Repeated questions I met with on job interviews (part 1)
A wiseman once said : "If you can not explain it, you do not understand it". A few years ago, when I had searched for a job as a student I went through a lot of interviews. For web positions related t...
03:17 pm GMT - Sun, September 19, 2021
Dev To
The most repeated questions I met with on job interviews (part 1)
A wiseman once said : "If you can not explain it, you do not understand it". A few years ago, when I had searched for a job as a student I went through a lot of interviews. For web positions related t...
03:16 pm GMT - Sun, September 19, 2021
Dev To
Resources to become a better Software Engineer
There is so much information out there today, that it has become almost impossible to differentiate between signal and noise.Our brains are great at making connections - the quality of these connectio...
02:22 pm GMT - Sun, September 19, 2021
Dev To
What Happens in Google Summer of Code Final Evaluations
The final fence to jump before being called a GSoCer. Aiming to be called one? Read on.For the past 3 months I have been working on the Poll App Mega Extensions project at Rocket.Chat as a part of Goo...
02:03 pm GMT - Sun, September 19, 2021
Dev To
Sort tables (almost) instantly with Ruby on Rails and StimulusReflex
Today were going to use Ruby on Rails and StimulusReflex to build a table that sorts itself each time a user clicks on a header column.Sorting will occur without a page turn, in less than 100ms, won't...
02:03 pm GMT - Sun, September 19, 2021
Dev To
What is Machine Learning and How it Works
Machine Learning which is a subset of A.I or Artificial Intelligence. It's one of the trending topics in the world these days, and it's going to have a lot of application in the future. What is M...
02:00 pm GMT - Sun, September 19, 2021
Dev To
Lessons I have learnt from Project Management
In smaller companies, we often have to be both the developer and project manager at the same time. This has made me to become a more all-rounded engineer and possess skills that are not technical-rela...
12:17 pm GMT - Sun, September 19, 2021
Dev To
My Lessons learned as Software Engineer
Photo by Christin Hume on UnsplashMy friend Vinit Shahdeo asked me to share my experience as Software Engineer, [here] is the article from Vinit sharing his learnings.I will be honest in what I have l...
11:47 am GMT - Sun, September 19, 2021
Dev To
Web widgets (Bonus): Why iframe?
This post has originally intended to be one of the chapters of the second part of the series.However, it became so long that I decided to publish it separately.I also didn't want to place too much the...
11:40 am GMT - Sun, September 19, 2021
Dev To
Vocabulary Building Day 16
torpor(noun): a state of physical or mental inactivity; lethargy.Checkout Pronunciationplatitude(noun): a remark or statement, especially one with a moral content, that has been used too often to be i...
11:26 am GMT - Sun, September 19, 2021
Dev To
[ReactJS] What you need to know about ReactJS?
Salam and hello guys!For you who already started learning to code using React, congratulations! That means you can develop a web app, and (maybe) start your own project, and shape your path to become ...
11:25 am GMT - Sun, September 19, 2021
Dev To
Testimonial Section in HTML and CSS
Learn how to create testimonial section using HTML, CSS and Bootstrap HTML Code<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA...
11:24 am GMT - Sun, September 19, 2021
Dev To
An online shop API Node js
onlineshop-apiAn API for online store Features:AuthenticationProducts listingOrder placements Technology Stack:Node jsExpress JsMongoDBJWTGithub : https://github.com/saidMounaim/online...
11:22 am GMT - Sun, September 19, 2021
Dev To
My front-end Web development projects.
Hello Everyone!!I started my journey of web development by creating different projects along with learning. I believe that "Learning By doing" makes you perfect in your domain.Check out all the basic ...
11:18 am GMT - Sun, September 19, 2021
Dev To
Serverless Gamification API With Firebase Functions
TLDR;I'm building a widget to help content authors grow their audience by asking them questions! Using quizzes and polls (for now) that are embedded in a post an author can reinforce learning t...
11:18 am GMT - Sun, September 19, 2021
Dev To
Making a Serverless Gamification API With Firebase Functions
TLDR;I'm building a widget to help content authors grow their audience by asking them questions! Using quizzes and polls (for now) that are embedded in a post an author can reinforce learning t...
11:14 am GMT - Sun, September 19, 2021
Dev To
Stop thinking about your work at night
A week ago I saw a discussion where people talked about how they stay awake thinking about their code and how they dream about it sometimes.Wondering why this happens and how to stop it, I tried to un...
11:07 am GMT - Sun, September 19, 2021
Dev To
The way strict_types works in PHP
Readers of my previous article noticed that I used the strict_type declaration and asked me what it does. In this article I will explain what it does and why I started to love using it. What does...
11:06 am GMT - Sun, September 19, 2021
Dev To
Handling CORS in Axions and Socket.io
What is CORS??CORS stand for Cross-Origin Resource Sharing. It's a way for the server to check if the client the server is communicating with is actually a permitted client to use the server. Be...
11:06 am GMT - Sun, September 19, 2021
Dev To
Handling CORS in Axios and Socket.io
What is CORS??CORS stand for Cross-Origin Resource Sharing. It's a way for the server to check if the client the server is communicating with is actually a permitted client to use the server. Be...
10:43 am GMT - Sun, September 19, 2021
Dev To
What is an NFT token? All about the irreplaceable token
What is an NFT token? It's all about the irreplaceable tokenNFT token, which, like other cryptocurrencies, is active on the blockchain platform; These days it is one of the most popular and discussed ...
10:40 am GMT - Sun, September 19, 2021
Dev To
Integrating GraphQL APIs into React app
In this blog, we'll integrate a GraphQL API into our React app. For testing purposes, I have developed and deployed a public GraphQL API. This API will allow us to perform CRUD operations on Post. You...
09:59 am GMT - Sun, September 19, 2021
Dev To
How JS is executed & Call Stack
When a JS program is ran, a global execution context is created.The execution context is created in two phases. 1. Memory creation phase - JS will allocate memory to variables and functi...
08:59 am GMT - Sun, September 19, 2021
Dev To
Google Adsense Approval Guidelines for blogger in 2021
There are 10 Requirement to get Approval of Adsense1) Use high domain level like .com, .in, .org, .net2) Use high Quality Image with attractive UI3) Write atleast 30 to 35 posts with 1000+ word lengt...
08:54 am GMT - Sun, September 19, 2021
Dev To
4 Makanan Untuk Pengendara di Jalan
Berkendara di jalanan umum adalah sebuah aktivitas yang banyak dilakukan oleh seseorang. Berkendara dijalan raya biasa dilakukan untuk berpindah dari satu tempat ke tempat yang lainnya. Nah, dalam ber...
08:47 am GMT - Sun, September 19, 2021
Dev To
20 Killer JavaScript One Liners
Hello Folks This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend technologi...
08:44 am GMT - Sun, September 19, 2021
Dev To
How to create your first Android app using Android Studio?
Hello there!This is the second article in the Android App Development For Beginner series. If you have followed along with the previous article, then you will have Android Studio set up.I will continu...
08:42 am GMT - Sun, September 19, 2021
Dev To
React Hooks: useLayoutEffect
1 - DefinitionuseLayoutEffect runs synchronously immediately after React has performed all DOM mutations. This can be useful if you need to make DOM measurements (like getting the scroll positio...
08:33 am GMT - Sun, September 19, 2021
Dev To
My neogcamp level zero journey
Hello there my friends today i am gonna write about my neogcamp level zero journey so you might think about what is neogcamp . so let me explain neogcamp is a web development bootcamp where a person w...
08:17 am GMT - Sun, September 19, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 55
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
08:15 am GMT - Sun, September 19, 2021
Dev To
Intro to Pulumi
Pulumi is a modern infrastructure as code (IaC) platform. This means that you can build, deploy, and manage modern cloud applications and infrastructure using familiar languages, tools, and engineer...
07:34 am GMT - Sun, September 19, 2021
Dev To
DevBox Showcase: QR Code Generator
Hi ,This is the second post in the series showcasing tools from DevBox , a desktop application or browser extension packed with everything that every developer should have.DevBox has a QR Code Generat...
07:24 am GMT - Sun, September 19, 2021
Dev To
What's your monthly AWS bill?
AWS provides a service for just about anything you would ever need as a developer. Some of the most popular services include EC2, RDS, S3, Lambda, DynamoDB, CloudFront, Glacier, VPC, Lightsail, Sagema...
06:57 am GMT - Sun, September 19, 2021
Dev To
Load balancer - 101
Okay,Now What's a Load-Balancer?? As the name suggest it has something to do with balancing the load, but here in backend system design architecture load generally refers to traffic or amount of...
06:40 am GMT - Sun, September 19, 2021
Dev To
40 JavaScript Projects for Beginners To Rule JavaScript
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
06:28 am GMT - Sun, September 19, 2021
Dev To
Awesome 3D Buttons using Pure HTML & CSS.
3D buttons using HTML & CSS. Source Code: HTML CODE:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font...
06:05 am GMT - Sun, September 19, 2021
Dev To
System Design - 101
Hey There!!Welcome to System Design 101Find Your way to the topic which excites the most!!!NOTE: It is recommended to follow the topics in order if you have no prior knowledge in system design...
05:52 am GMT - Sun, September 19, 2021
Dev To
Tailwind CSS fullscreen header image
Fullscreen header images are a trendy topic in web development. I quite like the effect of having a full-screen section that shows a big image.In this article, we'll check out how to create the follow...
05:02 am GMT - Sun, September 19, 2021
Dev To
Next-Gen Way to Connect Redux Store to React Component
Redux is one of the widely used State Management Solutions in React Applications. Even though it has several upsides, one major pain while working with Redux is the huge amount of boilerplate code you...
04:54 am GMT - Sun, September 19, 2021
Dev To
Tips For Ruling The Programming World
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
04:52 am GMT - Sun, September 19, 2021
Dev To
7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
04:32 am GMT - Sun, September 19, 2021
Dev To
Kraken Clone Script-Everything that you should know about kraken exchange
Choosing a cryptocurrency exchange to buy and sell cryptocurrencies can be a challenge and sometimes a problem! Although in the last one or two years, along with the increase in the value and populari...
02:50 am GMT - Sun, September 19, 2021
Dev To
How to make Pdf in React, Next js quickly
I have some data, and I'd like to make a PDF file for that data. How can I makea PDF file as a quick way in React. In this post, I will try to do it fast aspossible in React using PdfMake library. ...
02:48 am GMT - Sun, September 19, 2021
Dev To
How to Make Non-Code Contributions to Open-Source Projects
Do you want to contribute to open-source but you are not sure of your coding skills?I have good news for you.Non-code contributions are more valuable than contributing code.But what are non-code contr...
01:07 am GMT - Sun, September 19, 2021
Dev To
get YouTube playlist & media files duration easily
dur-cli is a CLI tool that helps you show total duration of media files on your computer, and also YouTube playlist duration. first, install it using NPM:npm i -g dur-cli second, cd into any...
01:05 am GMT - Sun, September 19, 2021
Dev To
The loneliness of learning
I sit at my machine, launching my IDE and getting ready to work on my project. Ive recently made a breakthrough and now the basic functionality of my simple website works. I decide that Ill focus on s...
11:48 pm GMT - Sat, September 18, 2021
Dev To
Rails 7.0.0alpha2, esbuild, tailwind and devise
I recently took a go at starting a new Rails application with Rails 7.0.0alpha2. It went pretty well aside from a few things which I'm going to share with you and point you towards the solutions I cam...
11:46 pm GMT - Sat, September 18, 2021
Dev To
Visual Studio Code: dicas, truques, contedos gratuitos...
O objetivo deste post agrupar contedos gratuitos como artigos, vdeos, dicas e exemplos de utilizao que venho produzindo sobre o uso do Visual Studio Code com diferentes tecnologias e extenses.Procura...
11:28 pm GMT - Sat, September 18, 2021
Dev To
Say goodbye Trycatch Hell
Hi everyone! It is possible that it is here for the post title, and I daresay you have had problems handling errors with async/await. In this post you will learn a trick to avoid trycatch hell but bef...
10:40 pm GMT - Sat, September 18, 2021
Dev To
Binary to Decimal to Hexadecimal - How and Why
Why?Computers store data as binary (base 2). Programmers like to read and write binary as hexadecimal (base 16). And humans use decimal (base 10). Therefore, as a human programmer who needs to t...
10:02 pm GMT - Sat, September 18, 2021
Dev To
Use alt attribute properly for accessibility and SEO
<img src="image.png" alt="The picture description comes here." />Many people miss alternative texts and many misuse them. This is a big mistake, because they have a huge effect on accessibility ...
09:56 pm GMT - Sat, September 18, 2021
Dev To
Are You Bored Of Converting "px" to "em" Using A Calculator, SASS Will Solve The Problem
Hi, I'm Aya Bouchiha, today, I decided to share with you the solution of converting "px" to "rem" or 'em' using a calculator because using It, will distract you to focus more in your work, and will le...
09:48 pm GMT - Sat, September 18, 2021
Dev To
Getting Started With Flask and Docker: Containerize your first flask application
DockerDocker is an open source tool which is used to deliver softwares in packages called containers and in the recent days it has changed we think, ship and deploy our applications to the serve...
08:36 pm GMT - Sat, September 18, 2021
Dev To
Password Manager Tkinter
Code:https://github.com/Eng-Mert/password_manager_tkintercode GUI DESGINimport tkinter as tkfrom tkinter import ttk, messageboxfrom PIL import Image, ImageTkfrom string import ascii_lowercase, as...
08:34 pm GMT - Sat, September 18, 2021
Dev To
Tricks for Learning Vim Quickly
Vim is very powerful and fast editor, on the other hand it's so powerful that some people might prefer not to use it. It's available on every machine, even through an SSH connection and bindings can b...
07:30 pm GMT - Sat, September 18, 2021
Dev To
My 5 Favourite VS Code Themes
The Best Theme Dracula Github Theme Night OWL Shades Of PurpleAya Bouchiha Suggested Postspart 1: (5 cool CSS cool properties)part 2: (5 cool CSS cool properties)57 Ess...
06:39 pm GMT - Sat, September 18, 2021
Dev To
Simple Web Crawler Service
This was built based on the Backend Project Idea 1 given in the article https://hackernoon.com/15-project-ideas-for-front-end-back-end-and-full-stack-web-developers-j06k35piFind project repository at ...
05:59 pm GMT - Sat, September 18, 2021
Dev To
Implement dark mode in React
Who doesn't want a dark theme on their website! Not only does it help us focus better, but also keeps our eyes safer .The blog might add value if you belong to either of these situations -Maybe you ha...
05:30 pm GMT - Sat, September 18, 2021
Dev To
Event Bubbling - JavaScript Concepts Simplified
Hello guys, welcome to another article in the JavaScript Concepts Simplified article series. Today, we'll be looking into Event Bubbling in JavaScript.I'm just going to go through some of the basic th...
05:29 pm GMT - Sat, September 18, 2021
Dev To
The Best SvelteKit YouTube Tutorials UPDATED
Here is my list of the best SvelteKit YouTube video tutorials: this.stephie Noah GlaserFull Playlist Tushar ShuklaFull Playlist James Q Quick Brayden GirardFull Playlist ...
05:03 pm GMT - Sat, September 18, 2021
Dev To
Why is bubble sort called 'Bubble Sort'?
I have read many contents on bubble sort, but found one same reason for this name. The reason they said is:Because its easy to swap soap bubble/watter bubble, and that is what we do in bubble sort, we...
05:01 pm GMT - Sat, September 18, 2021
Dev To
Laravel Dispatch Queue Job with Delay and Get Job ID
With Laravel when we dispatch Queue Job asynchronously, the job is added to the queue then we have no control over it anymore. So I find a way to take control of the job, to either remove or process j...
04:47 pm GMT - Sat, September 18, 2021
Dev To
How to Get Most Out of an Online Course
Today if anyone wants to learn a new skill, they prefer online courses over books because they tend to learn more in less duration by consuming video content instead of going through textbooks.There a...
04:35 pm GMT - Sat, September 18, 2021
Dev To
print("Hello, World!")
Hello mate, How're you doing? I'm doing extremely well!I'm Praveen and this is my first ever blog.In this article, I would like to share my experiences on how I started on coding.I wrote my first piec...
04:13 pm GMT - Sat, September 18, 2021
Dev To
How to write fewer tests but find more bugs
How in general should I know what to test?Whenever we're deciding how to test a component, the main challenge is choosing which tests to write. That's because even a simple function like add(a: number...
03:55 pm GMT - Sat, September 18, 2021
Dev To
Zombie processes in Unix
Parent-child Relationship of ProcessesTo create a new process in a Unix operating system you fork(2) or clone(2) the current process, which becomes the parent of the new child process. This pare...
03:32 pm GMT - Sat, September 18, 2021
Dev To
What's new in PreviewDevice 0.8.0
PreviewDevice is a library with type-safe syntax sugar for preview device on SwiftUI. If you don't know what is the library, I recomment read this article. What's new in 0.8.0? Go-go-go Add...
03:32 pm GMT - Sat, September 18, 2021
Dev To
The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom
Building Full Stack dapps with React, Solana, Anchor, and Phantom wallet.In The Complete Guide to Full Stack Ethereum Development I did a deep dive into how to build a full stack dapp on Ethereum, whi...
03:23 pm GMT - Sat, September 18, 2021
Dev To
Github - the developer world continues...
so hey there we are meeting again today so as i told in previous blog now we will discuss about the rest of the topics so lets jump into itas we discussed in previous blog most known git commands now ...
03:16 pm GMT - Sat, September 18, 2021
Dev To
Add new fields in Jquery
Here is the code SnapshotSimple Form with classesThe div that copy on each time...
03:11 pm GMT - Sat, September 18, 2021
Dev To
EBC - Everything But Code
Welcome to Everything But Code!This is going to be a series of posts covering what I feel are the most important/useful topics in programming that aren't writing the actual code. But surel...
03:11 pm GMT - Sat, September 18, 2021
Dev To
Map, filter, and reduce method in JavaScript
I see a lot of peoples are getting confused when it comes to map, filter, and reduce method in JavaScript. Let's understand these array methods, one by one. 1. Map() methodWhenever we apply map ...
03:02 pm GMT - Sat, September 18, 2021
Dev To
Getting started with React Ink
Have you ever wondered if you can use React for the command-line interface (CLI)? Yes, you can!!! React is not only used for web development but also for making Android and iOS apps (React Native) and...
03:00 pm GMT - Sat, September 18, 2021
Dev To
Github - A Developer World
whenever you hear this word 'github' from a developer or your friends so a question pops up in your head 'what is github' What is Github?Github is a provider of internet hosting for software developme...
02:56 pm GMT - Sat, September 18, 2021
Dev To
Matrizes ou Arrays Multidimensionais
ALERTA!!!! Matrizes no so algo que vemos com frequncia no JS. Coloquei aqui mais por conhecimento mesmo e porque elas existem.As matrizes so vetores de duas ou mais dimenses (arrays multidimens...
02:43 pm GMT - Sat, September 18, 2021
Dev To
0 downtime is hell, so prepare in advance
TL;DRQuick introduction to what is blue-green deployment with some useful links at the end PreambleSome time ago my team lead said me prepare a document about "0 downtime" deployment for de...
02:35 pm GMT - Sat, September 18, 2021
Dev To
5chan - The 4chan clone with NextJs
This the continuation of the 5chan project : we've already discussed the Design and APISo for the final step I'll create the frontend.The flow:New user opens homepage / appGets assigned a random user ...
02:35 pm GMT - Sat, September 18, 2021
Dev To
HTTP Refresher: Things You Should Know About HTTP
HTTP(Hyper Text Transfer Protocol) is one of many protocols used for transferring data (think of html pages, text, images, videos and much more) across machines. There are other application layer pro...
01:01 pm GMT - Sat, September 18, 2021
Dev To
How to Install Kali Linux on VirtualBox: A Step-by-Step Guide
Kali Linux is a Debian-based Linux system that was created for penetration testing and is particularly beneficial for security professionals and amateurs. Kali Linux, formerly known as BackTrack Linux...
12:58 pm GMT - Sat, September 18, 2021
Dev To
WebdriverIO - Complete Beginner Course 2021
WebdriverIO is one of the most popular JavaScript test automation frameworks in the industry. It is being used by major companies around the world such Google, Netflix, Microsoft, Mozilla and many mor...
12:50 pm GMT - Sat, September 18, 2021
Dev To
Making a pixel art editor
Recently, I came across my elder brother's designing course homework about making pixel art and this idea led me to build Pixellate.So what exactly is Pixellate?It is a pixel art editor and creator bu...
12:47 pm GMT - Sat, September 18, 2021
Dev To
Integrate to Disrupt
Hey everyone! This post is about the awesome experience I had during Integrate to Disrupt Hackathon with Symbl.ai.It was a two staged hackathon with Ideation and Prototype phase based on the theme Di...
12:00 pm GMT - Sat, September 18, 2021
Dev To
Must read Tech news/tools of the day - Digest 17
Each day we handpick the best web content across different websites eg: Hackernews, Github, Reddit... to help you stay updated with the hottest trends! Level up your skills with these Github rep...
11:58 am GMT - Sat, September 18, 2021
Dev To
Cloud native - I Beginner guide
If you are the type of person who likes to be updated on the current technology industry and watch video conferences about software development and follow IT gurus on social media like twitter you cer...
11:41 am GMT - Sat, September 18, 2021
Dev To
Mindfully Commit with a Descriptive Message
IntroductionDo you do this?Stop. Even if you are working alone and nobody reads your commit, you're eventually going to forget your 3-month-old project."Was the X feature added?", "Did I fixed t...
11:39 am GMT - Sat, September 18, 2021
Dev To
PHP explode: Splitting strings into arrays
In this tutorial, we look at the PHP explode function. We take a close look at its parameters, return values and its limitations.This tutorial is a part of our initiative at Flexiple, to write short c...
10:51 am GMT - Sat, September 18, 2021
Dev To
Ethereum mining in simple language; How to extract the second most important cryptocurrencies in the world?
ethereum is the second largest currency in the world and one of the most important extractable currencies in the cryptocurrency market. Many digital currency market players consider ethereum mining to...
10:42 am GMT - Sat, September 18, 2021
Dev To
Arrays: Deletion with searching in C
I was practising arrays in C++, for competitive programming. While coding for basic operations, I thought to code for deleting elements while searching for them. Jumped to google and after searching f...
10:40 am GMT - Sat, September 18, 2021
Dev To
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. This hook doesn't present many complications, except for non-primitive data types, due to how JavaScript ha...
10:39 am GMT - Sat, September 18, 2021
Dev To
Material-UI is now MUI
What is Material-UI (MUI React)?Do you know React.js? If yes, then 90% chance you know the Material-UI is a popular React component library. I must say Material-UI is the top general-purpose lib...
10:34 am GMT - Sat, September 18, 2021
Dev To
How To Host your static website with Github
You Have an Html, Css and Js files in your computer and you want to show it to your colleagues ?Github Has an amazing static site hosting service that takes HTML, CSS, and JavaScript files straight fr...
10:32 am GMT - Sat, September 18, 2021
Dev To
Helping your favorite Open Source Project with Stakes.social
As we get free to use the open-source software, maybe there's something on our mind that we should give back to the project that helped us. Yeah, helping them to fix bugs, make changes or make suggest...
10:25 am GMT - Sat, September 18, 2021
Dev To
JavaScript Objects
Hey developers , in this blog we will be discussing about JavaScript Objects. Topics Covered :What are JavaScript Objects.Why to use them?Three ways to create them.How to access properties from O...
08:32 am GMT - Sat, September 18, 2021
Dev To
What is flatMap in JavaScript? And how made my code cleaner
Have you ever looked at a JavaScript in built function and said to yourself: I understand what this is but I do not know where I can use this.Well, this exact thought came to mind when I read about Ar...
07:47 am GMT - Sat, September 18, 2021
Dev To
Do you have any abandoned projects you still have to pay for?
Yesterday I made a discussion about the recurring expenses as a developer. I got a great reply from @ben, which resonated in me: Ben Halpern Sep 1...
07:35 am GMT - Sat, September 18, 2021
Dev To
How to Automatically Run Your Laravel PestPHP Tests on Each GitHub Pull Request?
IntroductionPestPHP was created by Nuno Maduro who is also one of the Laravel core team members. PestPHP is an open-source PHP Testing framework created with simplicity in mind. PestPHP is being...
06:43 am GMT - Sat, September 18, 2021
Dev To
Have you ever wondered how YouTube, Netflix shows you video/movie recommendations?
Credit: Pradip NichteOne of the techniques used to build a recommendations system is called collaborative filtering.The idea behind collaborative filtering is that if User A and User B have watched so...
06:27 am GMT - Sat, September 18, 2021
Dev To
An Overview and Setup of TypeScript as a Complete Beginner
In this article, we are going to have an Overview and Setup of TypeScript in our Local Environment. TypeScriptIt's an Open Source Language that builds onto JavaScript by adding some Extra-feature...
06:26 am GMT - Sat, September 18, 2021
Dev To
'1' - '1' / 2 = ? , Can you find the answer ?
I just found out some funny things about javascript, If someone able to explain I really appreciate'A'+'A'// output 'AA''1'+'1'// output '11'// Okay that make sense but ...'1'+'1'*2// output 12 '1'+'...
06:25 am GMT - Sat, September 18, 2021
Dev To
Tailwind group hover, the state you missed
Hover states are an essential part of web development and making those final UI tweaks.If you worked with Tailwind, you might know the hover states, which are amazing, but they never included sub-sele...
06:23 am GMT - Sat, September 18, 2021
Dev To
Simple Search Tool In HTML and JavaScript. No Server Needed!
As I was going to make a search tool for my website, I decided to document how it could be done client-side without the use of a server. What are we going to make?We are going to make a simpl...
06:16 am GMT - Sat, September 18, 2021
Dev To
6 Tips and Tricks Every Developer Should Know in Visual Studio Code
One of the most common text editors used by developers is Visual Studio Code. Microsoft created it to be the first cross-platform programming tool in the Visual Studio family that supported OS, Linux,...
06:15 am GMT - Sat, September 18, 2021
Dev To
Empowering everyone to code with Google's Eye
In India, more than 95% of schools don't allow smartphones in class. Being a Computer Science teacher becomes very difficult as it is nearly impossible to check the handwritten code of each student li...
06:06 am GMT - Sat, September 18, 2021
Dev To
Day2 : Time Complexity and Big O Notation
An analogy to a real-life issue:This morning I wanted to eat some pizza; So, I asked my brother to get me some from Dominos, which is 3 km away.He got me the pizza, and I was happy only to reali...
05:56 am GMT - Sat, September 18, 2021
Dev To
Calculator Function using JavaScript
How to create calculator function in JavaScript?? Yes, Today we are making a JavaScript function which is return some mathematics output.So, let's start with JavaScript code. (1) Let's make a JavaScri...
05:50 am GMT - Sat, September 18, 2021
Dev To
Using the PostCSS plugin Let your WebApp support dark mode
Recently my company needed to add multiple skin functions to multiple WebApps (about 20 +) . The default was white skin, so we started with dark mode to gradually achieve multiple skin functions. This...
05:27 am GMT - Sat, September 18, 2021
Dev To
My First Open-Source Project With SSG
SSGWhat is SSG? It is a acronym of Static Site Generator. It simply creates a static site that doesn't really need to be updated. So, I built a program that generates a html file that is created...
05:19 am GMT - Sat, September 18, 2021
Dev To
Everything you need to know about an API
So what exactly is an API?An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operating syste...
04:57 am GMT - Sat, September 18, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 54
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
04:56 am GMT - Sat, September 18, 2021
Dev To
Introduction to Data Structures & Algorithms
Greetings everyone, and thank you for joining me on this new playlist of mine, Data Structures, and Algorithms. Youll learn everything needed to prepare for interviews, placements, and logic building ...
04:56 am GMT - Sat, September 18, 2021
Dev To
Day1 : Introduction to Data Structures & Algorithms
Greetings everyone, and thank you for joining me on this new playlist of mine, Data Structures, and Algorithms. Youll learn everything needed to prepare for interviews, placements, and logic building ...
04:38 am GMT - Sat, September 18, 2021
Dev To
JavaScript: Variables, tipos de dato, scope y el hoisting.
Hola de nuevo! :3Algunas de las cosas bsicas que tenemos que entender a la hora de querernos meter a aprender JavaScript son: variables, tipos de datos, scope y el Hoisting. En realidad, siempre estar...
04:24 am GMT - Sat, September 18, 2021
Dev To
Learning Python- Intermediate course: Day 28, Summary of the week
Summary of the weekDay 25 We covered the entry, button and the text widget. The button widget is a simple button which executes a action when clicked on. button=tk.Button(form,text="Press Me",co...
03:59 am GMT - Sat, September 18, 2021
Dev To
Contributing to The Open Source Community!
Before I start this blog post I would like to thank the Dev team for shouting me out on Twitter! It meant a lot and I truly appreciate it! Now, welcome to my blog post about me contributing to another...
03:43 am GMT - Sat, September 18, 2021
Dev To
Working together in Open Source Projects
The startAfter finishing the features of my command line application tool shinny-ssg, I was working with Diana to cross-check the source code of our projects. In general, we have to check for bu...
03:30 am GMT - Sat, September 18, 2021
Dev To
Doing code review
After finishing my static site generation program, I partnered up with Oliver Pham so that we could both review each other's code. Issues with my code:A list of issues can be viewed here. My pro...
03:20 am GMT - Sat, September 18, 2021
Dev To
Learnings from release 0.1
Hi all, I am back and this week I have my experience and learnings to share on a project I worked this week. The project was to release version 0.0.1 of a Static Site Generator tool I am making for my...
03:17 am GMT - Sat, September 18, 2021
Dev To
SSG for generating html
OSD600 feels like a subject that composes a program (?) on a specific topic by mobilizing everything that has been learned so far. In the first week, instructions were released to create release 0.1, ...
02:41 am GMT - Sat, September 18, 2021
Dev To
Review ni chin khng du Lock&Lock EJF351BLK
Ni chin khng du Lock&Lock ngay t khi xut hin tr thnh mn khng th thiu trong bp ca mi gia nh. Vi cng ngh lm chn hin i, ni chin Lock&Lock du gip ngi dng c tha mn am m thng thc nhng mn chin rn ...
02:40 am GMT - Sat, September 18, 2021
Dev To
Connect VSCode to a Docker container
In the video below, you'll learn how you can connect VSCode to a Docker container using the Remote Containers extension....
12:55 am GMT - Sat, September 18, 2021
Dev To
CodeLand is almost here!
Hey everyone! I just wanted to share a quick reminder that CodeLand 2021 is coming up next week. This event is such a special celebration of the challenging, fascinating, and fun journey that is codin...
12:34 am GMT - Sat, September 18, 2021
Dev To
Introduction to Cybersecurity Tools & Cyber Attacks
DISCLAIMER: TO AVOID COPYRIGHT INFRINGEMENT I WILL NOT BE REVIEWING EVERY ASPECT OF THIS COURSE. IF YOU WANT TO ACCESS THE FULL COURSE GO TO: IBM Cybersecurity Analyst Prof...
12:09 am GMT - Sat, September 18, 2021
Dev To
Building A math community. MathJax
IntroductionThis series is going to be dedicated to building and launching my first web app, which is a website focused around individuals creating and sharing math content. Join me and let us t...
11:48 pm GMT - Fri, September 17, 2021
Dev To
10 Projects Tutorials For Learning React.js
10 Projects tutorials for learning REACT.JS netflix, disney, testla, facebook, whatsapp, amazon clone... - playlist (20 videos) recipe app using react (50min) React Tutorial: Build an e-commerc...
11:18 pm GMT - Fri, September 17, 2021
Dev To
Entendendo o Node.js e seu funcionamento
IntroduoNeste artigo, voc ir entender o que o Node.JS, e a sua principal funcionalidade que indispensvel para qualquer desenvolvedor compreender o funcionamento da linguagem, chamada de Event ...
10:41 pm GMT - Fri, September 17, 2021
Dev To
Python tutorial: Get started with Python arrays
Python is one of the most popular programming languages. Its used in many different fields like web development, data science, machine learning, and more. Arrays are an important data structure in Pyt...
10:18 pm GMT - Fri, September 17, 2021
Dev To
The REAL difference between 5gz or 2.4gz WiFi
This post comes from some interesting tweets I saw, and really speaks to how difficult it can be to get the right amount of "correctness" when you seek to find out about how technology works.Maybe you...
09:58 pm GMT - Fri, September 17, 2021
Dev To
All Day Mobbing Can Lead to a Poor Developer Experience
All Day Mobbing Can Lead to a Poor Developer Experience What is mobbing?Mob programming is like pairing, but with 3 or more people, sometimes up to 8 or more. It doesnt have to be just prog...
09:18 pm GMT - Fri, September 17, 2021
Dev To
What is Data Wrangling? Definition, Benefits and data wrangling operations.
Data wrangling, also known as data munging and data cleaning enables businesses tackle complex data with less time, make concrete and timely solutions and also produce more accurate results.This arti...
08:59 pm GMT - Fri, September 17, 2021
Dev To
What is the DRY/ KISS Principal
If you learned something new feel free to connect with me on linkedin or follow me on dev.to :)I feel like this is one of those topics in clean coding that doesn't get talked about too much, it's almo...
08:44 pm GMT - Fri, September 17, 2021
Dev To
24 YouTube Channels that will help you become a better Developer
IntroductionThe profession of a programmer, like many other professions related to IT, implies constant training. For even if you are a good specialist in your field, this does not mean that you have ...
08:19 pm GMT - Fri, September 17, 2021
Dev To
How to use Gatsby with Typescript.
IntroAs a JAMstack & React enthusiast one of my favorite SSG - (Static Site Generator) Frameworks is Gatsbyjs.I have used Gatsbyjs to create my company's website as well as a bunch of other ...
08:17 pm GMT - Fri, September 17, 2021
Dev To
Frosted glass on CSS
Another week of learning something new! In this blog I am going to share with you how to make frosted glass just through CSS! There are a lot of variations you can do and that you can definitely find ...
08:09 pm GMT - Fri, September 17, 2021
Dev To
[PT-BR] O Poder do Mdulo Task do Elixir -Task.Supervisor
Caso prefira em ingls voc pode encontrar aqui.A publicao anterior foi uma intro sobre o mdulo task e como ele funciona de uma forma geral.Agora vamos tornar as coisas um pouco mais complexas em nossa...
08:03 pm GMT - Fri, September 17, 2021
Dev To
My First Baby Steps in Open Source
After building my first prototype of a static site generator (SSG), I asked the open source contributors in a Slack channel to test my program. I was taken aback by what happened after that. The ...
08:03 pm GMT - Fri, September 17, 2021
Dev To
Inspector, a better way to debug Elixir Code
I have been tinkering with better ways to improve my Elixir workflow and during this journey I realized that I am, somehow, trying to bring things which I'm used with from other environments, the same...
07:46 pm GMT - Fri, September 17, 2021
Dev To
Ultimate Guide to Creating a Programming Portfolio With CodeCast
Prior to landing a job as a software developer or engineer at an exciting tech startup or a renowned company of which you have been keeping your eye out for possible job openings, you first need to up...
07:38 pm GMT - Fri, September 17, 2021
Dev To
Everything you need to know about Execution Context in JavaScript
Okay! You may be writing your code in JavaScript for ages, you know what logic to use when but, have you ever wondered how variable or function created holds information about its environment?Well, th...
07:26 pm GMT - Fri, September 17, 2021
Dev To
Couchbase CRUD with .Net Core
Recently, I got an opportunity to work on .Net Core 3.1 with Couchbase. I wanted to share steps to create a new .Net Core Web API and implement CRUD operations with Couchbase as backend. Pre-requisit...
07:15 pm GMT - Fri, September 17, 2021
Dev To
Microsoft Engage to SWE internship at Microsoft
Each year, over 2530k students apply for the Microsoft engage program and only 500700 students get selected for the mentorship. I was one of the lucky candidates to get this amazing opportunity, and I...
07:11 pm GMT - Fri, September 17, 2021
Dev To
What was your win this week?
Hey there! Looking back on this past week, what was something you were proud of accomplishing?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugTrying ou...
07:00 pm GMT - Fri, September 17, 2021
Dev To
Hacktoberfest 2021: Announcing StepZen's Goals
Written by Lucia Cerchie and Anthony Campolo, originally posted on StepZenWe're excited to announce that we're participating in Hacktoberfest this year! Hacktoberfest is a month-long celebration of op...
06:54 pm GMT - Fri, September 17, 2021
Dev To
What's the most expensive domain you ever bought?
Domain market is a competitive one. The prices for a single domain can vary from couple of bucks to seven or eight figures.Just curious what was the most expensive domain you ever bought, what was it ...
06:46 pm GMT - Fri, September 17, 2021
Dev To
Going from an Individual Contributor to an Engineering Manager is NOT a promotion
This article was written exclusively for devinterrupted.com by Anand Safi...In my role as an engineering manager, I know making the leap from an individual contributor (IC) to engineering manager (EM)...
06:37 pm GMT - Fri, September 17, 2021
Dev To
What is Google Cloud Platform ?
IntroductionGoogle Cloud Platform is a way to access Googlesinfrastructure to create your own serverAnd applications(simplified answer).Google Cloud Platform (GCP), a collection cloud computing ...
06:16 pm GMT - Fri, September 17, 2021
Dev To
What are your recurring expenses as a developer?
Expenses like hosting, domain, databases, cloud storage, subscription plans, app licences, etc can add up quickly.What are your recurring expenses as a developer (monthly/yearly)?...
06:08 pm GMT - Fri, September 17, 2021
Dev To
How to make a Feedback Component to seamlessly collect reviews inReact.JS
For a business, customer feedback happens to be one of the most reliable ways to know how they are doing. As Developer, we should try and make this process as intuitive and simple as possible.This art...
06:04 pm GMT - Fri, September 17, 2021
Dev To
I redesigned YelpCamp by Colt Steele, and am giving away his Bootcamp for free!
Hi everyone Back when I was taking Colt Steele's bootcamp, I noticed that almost all YelpCamp projects were the same, and that's to be expected since people were still learning how to build a full st...
06:01 pm GMT - Fri, September 17, 2021
Dev To
Golden Hammer
Disclaimer: Uso JavaScript como ejemplo por el alza que ha habido ltimamente. Yo no te vengo a decir como programar. JavaScript es la solucin para todo y no es necesario aprender otro leng...
05:49 pm GMT - Fri, September 17, 2021
Dev To
rbs collection was released!
Recently we released RBS v1.6 with rbs collection feature which is "Bundler" for RBS! The feature is experimental now, and it will be GA in RBS v2 for Ruby 3.1. Now you can use it with gem install rbs...
05:07 pm GMT - Fri, September 17, 2021
Dev To
Deep Dive into Object Oriented Programming: Part 1
IntroductionIn this series of posts, We are going to explore object-oriented programming. We'll start with a few basic concepts, then build upon them, trying to dig more and more into the depths...
04:46 pm GMT - Fri, September 17, 2021
Dev To
Use Context Api and Immer to Manage the state of your React app
OverviewIn the past I've written two articles in which I explain how we can use immer.js together with zustand and the useState hook.But I am fully aware that not everyone uses community-created...
04:43 pm GMT - Fri, September 17, 2021
Dev To
How a Shy, Introvert Dev, With Anxiety Issues Spoke at 2 Conferences .
8 days, 5 countries, 2 conferences - Dealing with anxiety and networking.Hello beautiful people, in this article Ill describe my last 8 days traveling in Europe and attending as a speaker 2 tech confe...
04:32 pm GMT - Fri, September 17, 2021
Dev To
50 Best JavaScript Text Effect
Hello Friends, in this article I have listed 50+ Awesome JavaScript text animation Examples. Check out these excellent JavaScript Text Effect which are available on CodePen. Best HTML Text Animat...
04:15 pm GMT - Fri, September 17, 2021
Dev To
Working In Open Source
In order to make our code of Static Site Generator better, we are required to share our code to a partner and try to find out some issues that can make their original code better. And this is the main...
04:04 pm GMT - Fri, September 17, 2021
Dev To
Today I learned day 5
Sparta Coding Club: Camp Learning for Tomorrow - Today I learned Day 5(9.17.2021.Fri) Notes for Future References API:GET: readPOST: create, update, delete AJAX $.ajax({ typ...
03:49 pm GMT - Fri, September 17, 2021
Dev To
The saga of async JavaScript: Promises
IntroWe have been learning async JavaScript patterns in a way that it should now make sense why Callbacks often might not be a sufficient solution to our day to day problems and how they helped ...
03:40 pm GMT - Fri, September 17, 2021
Dev To
Masking phone numbers of couriers andcustomers using a key-value store
The pandemic has greatly affected delivery services, and they have become more in demand than ever before. As we know, a courier and a customer need each other's phone numbers to make a call and discu...
03:24 pm GMT - Fri, September 17, 2021
Dev To
What is CSS in JS?
CSS in JS is a way of writing css styles in javascript with much more flexibility and features.I have already created a video about this on the Cules Coding youtube channel. Why CSS in JS?Suppose...
03:19 pm GMT - Fri, September 17, 2021
Dev To
From Zero to Hero: Quick Tips to Navigating Open Source Like a Pro
If you're feeling uncertain about contributing to an open source project for the first time, I understand. Navigating the open source space can feel intimidating. Recently, I overcame my fear of contr...
02:58 pm GMT - Fri, September 17, 2021
Dev To
7 Tips for Successful Pair Programming
Pair programming is a great way to work on a software project and share knowledge. Its when two or more programmers work together. Usually, one developer is leading while the other is providing feedba...
02:42 pm GMT - Fri, September 17, 2021
Dev To
Showdev: Coloors, the Coolors Color Palette Clone
I tried building a color palette generator to learn the basics of GraphQL. It's not a "high fidelity" clone of Coolors, but it borrows some key concepts like the explore page, generator, animations, a...
02:42 pm GMT - Fri, September 17, 2021
Dev To
What I learned from selling a side project online
What happened?In 2014, I made a simple website and Chrome extension that let users save recipes online. It was extremely basic and initially started out as a project where I could learn basic au...
02:36 pm GMT - Fri, September 17, 2021
Dev To
Credit Card Payment UI With ReactJS
This is not a tutorial, or anything even informational. Just a place to share my project, hoping to inspire some creativity. Hopefully you learn about a new resource or try a new project. Repo is avai...
02:25 pm GMT - Fri, September 17, 2021
Dev To
Set Sail with Tailwind CSS
CSS frameworks have become incredibly prevalent in web design over the years, with Googles Material Design aesthetic gradually appearing throughout the web and Bootstraps library of plugins and themes...
02:25 pm GMT - Fri, September 17, 2021
Dev To
How to deploy your NodeJS / Flask application to Qovery in less than five minutes
All my prayers have been answered once I found Qovery. It's a super affordable hosting service that is amazingly powerful and gives you maximized ease.If you are still clinging to Heroku, Netlify, Te...
02:08 pm GMT - Fri, September 17, 2021
Dev To
Tutorial Purgatory
Tutorial purgatoryDo you know that feeling?Like youre stuck in this infinite loop of just watching tutorial after tutorial every single day, but youre still not making any real progress towards becomi...
02:01 pm GMT - Fri, September 17, 2021
Dev To
JavaScript vs JavaScript: Round 2. Fight!
After I finished the first article I wasn't sure how long it would be before we'd have enough topics for the next round. But given the continuing atmosphere around the JavaScript ecosystem, many of th...
01:58 pm GMT - Fri, September 17, 2021
Dev To
Critical Rendering Path (Web Performance)
When it comes to user experience, speed matters.Poorly performing sites and applications can pose real costs for the people who use them.Performance optimization has always been very important for web...
01:54 pm GMT - Fri, September 17, 2021
Dev To
MERN Fullstack Development Example with Simple Bookstore Web Application
Hi everyone,I want to share with the community the source code of a fullstack web application that I have just developed using MERN stack demonstrating basic features of a bookstore.I hope this would ...
01:44 pm GMT - Fri, September 17, 2021
Dev To
10 Trending projects on GitHub for web developers - 17th September 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. craft.jsA React Framework for building extensible drag and drop page e...
01:19 pm GMT - Fri, September 17, 2021
Dev To
SOLID Principals for OOP
If you learned something new feel free to connect with me on linkedin or follow me on dev.to :)I feel like this is a topic that I don't see many people talking about so much anymore, so this is my exp...
12:54 pm GMT - Fri, September 17, 2021
Dev To
List of places to post your startup (for FREE)
I've been struggling a lot with SEO whilst building my startup, and I happened upon a pretty great collection of sites on the internet where you can submit your startup. It takes a while to go through...
12:29 pm GMT - Fri, September 17, 2021
Dev To
Useful Css Shorthand Properties
In this post we are going to check the most useful and commonly used Css Shorthand Properties which will help us in our productivity.Shorthand properties are CSS properties that let you set the values...
12:24 pm GMT - Fri, September 17, 2021
Dev To
Heroku: how to deploy a Django app with Postgres in 5 minutes!
Heroku is the Platform as a Service (PaaS) platform that allows web developers to develop, create, run and manage their web applications completely on the cloud. To be provided as a service not just t...
12:19 pm GMT - Fri, September 17, 2021
Dev To
How to land your first job as a web developer.
Whether youre self-taught, a Bootcamp grad, or have a college degree, when youre a fresh-faced web developer, landing that first job can be tricky.Getting started into programming can be very scary, a...
12:19 pm GMT - Fri, September 17, 2021
Dev To
Responsive Contact Form Using Pure HTML & CSS.|
Here Is The Complete Responsive Login Form Using Pure HTML & CSS.| Source Code HTML Code:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="style....
12:19 pm GMT - Fri, September 17, 2021
Dev To
Learning Javascript
So I started learning Javascript last week. Its been intense, frustrating at times but also a lot of fun! In one week we have been over all the fundamentals like data types, loops, arrays, functions e...
12:17 pm GMT - Fri, September 17, 2021
Dev To
Angular Interview Questions Part 2
In this article we are going to see a well curated list of angular interview questions 2021 and answers for experienced as well as freshers.Part 1 of this series :- Angular Interview Questions Part 1P...
12:15 pm GMT - Fri, September 17, 2021
Dev To
Why React
React is the most popular UI framework in 2021, many start-ups are using it and companies are migrating to it. easy to use but you can do a lot of amazing things with it in less time than other framew...
12:09 pm GMT - Fri, September 17, 2021
Dev To
Automated social images: play it like GitHub
A few months ago, GitHub introduced customized social images. What does it mean? If I share React's GitHub repos homepage on Slack, I get:You can see the URL, title, description... but what must get m...
11:54 am GMT - Fri, September 17, 2021
Dev To
How to deploy a Smart Contract to Rinkeby Testnet using Infura and Hardhat
In this article I will teach you how to deploy your contract to the Rinkeby Testnet.To be faster we will use our project from another article: How to create a smart contract to mint an nft Creati...
11:47 am GMT - Fri, September 17, 2021
Dev To
20 Essential Angular 7 Interview Questions
Hello, fellow developers, I have compiled a list of essential Angular interview questions that I felt every developer should know.Do drop your thoughts in the comments section below. Also, feel free t...
11:44 am GMT - Fri, September 17, 2021
Dev To
textbaisedgame.py
def play_again(): print("Do you want to play again? (y or n)")# convert the player's input to lower_case answer = input(">").lower()if "y" in answer: # if player typed "yes" or "y" start the g...
11:29 am GMT - Fri, September 17, 2021
Dev To
nest.js enhanced http module
If you are node.js developer you must heard about nest.js (unless you lived under a rock).In short this library help you make your code more organized by split your code into what they called "modules...
11:25 am GMT - Fri, September 17, 2021
Dev To
Starter Code Generator for Electron with Vue or React
What is Elecrue?First of all let me tell you the main point of this elecrue thing.Elecrue is a boilerplate generator npm package, it generates the boiler code for electron with react or vue with...
11:09 am GMT - Fri, September 17, 2021
Dev To
Enable Dark mode in chrome on Ubuntu
Recently I started using Ubuntu as my default OS for programming and I am loving working in it!But there was an issue which I faced, By default in Google Chrome dark mode is not enabled and it was kin...
11:01 am GMT - Fri, September 17, 2021
Dev To
Announcing x-ray
Announcing x-rayI'm proud to announce the initial release of the spatie/x-ray package for Ray. The x-ray package provides a command-line utility that finds and displays all calls to ray(), rd()...
10:50 am GMT - Fri, September 17, 2021
Dev To
All About Scaler Discord Community
Link to join the server: Scaler Discord CommunityIf you want to grow as a developer, I can't over-emphasize the benefits of joining a developer community. There are many advantages, from peer-programm...
10:35 am GMT - Fri, September 17, 2021
Dev To
Serverless App API with Firebase Functions
TLDR;I'm building a widget to provide fun quizzes, polls and much more within Blog posts on the major platforms. In previous parts we've covered building out a router for the client side and a ...
10:19 am GMT - Fri, September 17, 2021
Dev To
You MUST stop doing this now, really!
What? Using titles like the one above!It might only be me, but I hate these types of titles. I think it would be much better if you focused the title on why you should do a thing, rather than ju...
10:15 am GMT - Fri, September 17, 2021
Dev To
PyTest With GitHub Actions
I write content for AWS, Kubernetes, Python, JavaScript and more. To view all the latest content, be sure to visit my blog and subscribe to my newsletter. Follow me on Twitter.This is Day 20 of the #1...
10:03 am GMT - Fri, September 17, 2021
Dev To
SQL Select with IN clause from list with JPA
The native SQL query we want to map in JPA is similar to the following:SELECT * FROM PARTNER where PARTNER_NUMBER IN ('id1', 'idn').With JPA you can use a TypedQuery for example and set the expected l...
09:46 am GMT - Fri, September 17, 2021
Dev To
Tech-Philosophy - The day of a software developer
Did you ever wonder what a Software Developer does on his day? You wonder what your friend sitting in front of a computer has to do? What is this incomprehensible text they are writing? Or what will b...
09:22 am GMT - Fri, September 17, 2021
Dev To
Understanding Closures in JavaScript
The callbacks, event handlers, higher-order functions can access outer scope variables thanks to closures. They are important in functional programming and are often asked in coding interviews.Closure...
08:19 am GMT - Fri, September 17, 2021
Dev To
How I create a nice Github profile page in 5 min!
I will show you how create my profile github page in 5 min!Let's check my current profile pagehttps://twitter.com/Code__oz(And follow me on github ) How I create profile on githubBefore custom it...
08:15 am GMT - Fri, September 17, 2021
Dev To
How to generate a random unique identifier with UUID
UUID is a universally unique identifier. UUID can be used to identify types, interfaces, and other items.Creating an object or some entity with an unique identifier is a common task for developers. UU...
08:12 am GMT - Fri, September 17, 2021
Dev To
Time to say goodbye to Docker Swarm
We've been using Docker Swarm almost from the beginning of Playtomic's history. It has performed astonishingly well from day one. We haven't had a significant issue in four years. But, with tears in o...
08:07 am GMT - Fri, September 17, 2021
Dev To
Manage errors better
There is absolutely no engineer or dev who always writes error free code. In this line of business (Software engineering) errors and bugs will always be around and can definitely be a huge pain in the...
08:06 am GMT - Fri, September 17, 2021
Dev To
Foobar: Please Pass the Coded Messages
You need to pass a message to the bunny workers, but to avoid detection, the code you agreed to use is... obscure, to say the least. The bunnies are given food on standard-issue plates that are stampe...
07:47 am GMT - Fri, September 17, 2021
Dev To
Ecommerce and Next.js on the Jamstack with Colby Fayock
I sat down with Colby Fayock to talk about Next.js, how all of its features help enable developers to build great experiences on the web, and how it can help solve the many challenges of building e-co...
07:36 am GMT - Fri, September 17, 2021
Dev To
40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
07:23 am GMT - Fri, September 17, 2021
Dev To
Google Play Kafkaesque Experience
It seems that every other week someone else writes in /r/AndroidDev complaining that Google unjustly removed his app. This happened to us with a few apps but usually it was because of changing policy ...
07:19 am GMT - Fri, September 17, 2021
Dev To
How to deploy your Django app with PostgreSQL on AWS
If you want to deploy a Django project to AWS, then Qovery is the right platform for you. In this post, you will learn how to deploy your Django application to AWS using Qovery.The first thing you nee...
07:08 am GMT - Fri, September 17, 2021
Dev To
[25] Top 10 Must-Have Web Dev Tools September 2021
Hi everyone, the summer is over, and I'm going back to my usual schedule. So, today I will present you the September 2021 edition of my blog post series - Top 10 Best Web Dev Tools. Every month I try ...
07:01 am GMT - Fri, September 17, 2021
Dev To
7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
06:59 am GMT - Fri, September 17, 2021
Dev To
Php Backend Developers Roadmap 2021
There are tons of tools in IT to ease programmers' workflow and make a product more efficient. But in the very beginning of honing PHP that might be such a puzzle to pick the right direction and instr...
06:56 am GMT - Fri, September 17, 2021
Dev To
Debugging in Production-How to move fast without breakingthings
Mark Zuckerberg famously quipped that Facebook works under the "Move fast and break things" motto. We can write all the unit tests in the world, have the largest QA pipeline but still bugs slither int...
06:43 am GMT - Fri, September 17, 2021
Dev To
"Web Components will replace Frontend Frameworks"
In the 2nd part of our series, we will implement our Blog portfolio and have a deeper look at how to handle the data flow within Web Components. Build Your Own Blog Portfo...
06:43 am GMT - Fri, September 17, 2021
Dev To
Layered Gradient Playground
A while ago, I saw this tweet by Adam Argyle. It's a clever way of layering gradients, using CSS mask-image. For a new project I'm working on, I want a timeline, where layered background-gradients wil...
06:28 am GMT - Fri, September 17, 2021
Dev To
Introduction to Git: Part 2
This is part 2 of the introduction to Git. You can check out Part 1 of the Introduction to Git here, which goes over the history of Git and the theoretical way it works. In this post, it will be more ...
06:26 am GMT - Fri, September 17, 2021
Dev To
Responsive Restaurant Website .
Responsive Restaurant Website built using html, css, react. Features :Color customization.Developed first with the Mobile First methodology, then for desktop.Compatible with all mobile devi...
06:07 am GMT - Fri, September 17, 2021
Dev To
Electron Adventures: Episode 54: Notebook state management with useImmer
For most of this series we used Svelte, which is extremely flexible at managing complex state. You can modify whatever you want wherever you want, and at most you'll just need to ping the component wi...
03:50 am GMT - Fri, September 17, 2021
Dev To
React Native Mobile Apps, Working With React Navigation Authentication And Supabase Login Pt 1
In this video we build upon the last and add Supabase to the project. We implement an authentication check for the application when it first starts up and redirects to the un protected pages if there ...
03:49 am GMT - Fri, September 17, 2021
Dev To
Collaborating with others in open-source
IntroductionThis week I had a chance to work with Leyang Yu, a fellow student from my open-source course. Our task is to review each other's implementation of the static site generator and file ...
02:48 am GMT - Fri, September 17, 2021
Dev To
Read, Parse and Write CSV Files with Python.
What are CSV files anyway?CSV files, the CSV meaning Comma Separated Values, are text files used to store data.CSV files emulate tabular data, except that each field is separated by a comma. CS...
02:14 am GMT - Fri, September 17, 2021
Dev To
Connecting a gif API on ReactJS without a backend
The simplest way to connect an API to a frontend with best practices applied automatically.We will create a gif search engine using KOR Connect.Prior to starting you will need to connect your AP...
02:10 am GMT - Fri, September 17, 2021
Dev To
Newsletter sharing font & design tips
Hi everyone! I'm Hua and I run a design tool startup called Typogram! As part of my startup, I create FontDiscovery, a digestible weekly newsletter with fonts, colors, and design tips to help makers s...
02:02 am GMT - Fri, September 17, 2021
Dev To
Como ser ms productivo como desarrollador?
Nunca es mal momento para replantearte la forma en que trabajas. Para ser un mejor programador es importante optimizar nuestras rutinas y en las ocasiones que podamos automatizarlas, lo cual te llevar...
01:54 am GMT - Fri, September 17, 2021
Dev To
Cheat Sheet for C
BasicsBasic syntax and functions from the C++ programming language. 1. Boilerplate#include <iostream>using namespace std;int main() {cout << "Hi, I am Bhagya Mudgal";return 0;} ...
01:02 am GMT - Fri, September 17, 2021
Dev To
part 3: 5 cool css properties
Hi, I'm Aya Bouchiha, and this is part 3 of 5 cool CSS properties.part 1part 2 word spacingword-spacing: specify the space between words. line-heightline-height: specifies the line-height of...
12:59 am GMT - Fri, September 17, 2021
Dev To
How to create a Profile README for your Organisation
You've heard, seen, and probably have your own GitHub Profile README. Did you know you can now do the same for an organisation?If you are an org maintainer or owner, you can create an organisation pro...
12:53 am GMT - Fri, September 17, 2021
Dev To
ViteJS, Ionic Framework Beta v6, ReactJS And Capacitor Mobile Device Deployment
Since Ionic has announced the beta for v6, I wanted to see if I can start using Ionic Framework and Capacitor with ViteJS.Even if you don't use the Ionic ReactJS Components, this video shows you how y...
12:26 am GMT - Fri, September 17, 2021
Dev To
1 ano depois da transio de carreira. Sobrevivi? Rs
Algumas pessoas tem me perguntado sobre como comecei na rea de tecnologia, e eu j falei um pouco nesse texto aqui, mas outras tem perguntado coisas sobre o to be continued da vida, sabe? Rs. Como tem ...
12:23 am GMT - Fri, September 17, 2021
Dev To
Trying to reach terminal constancy using ANSI only colors
I really like spending as much of my day as a software engineer in the terminal. I really wanted to get all the things to match colors, themes, etc. Now keep in mind this doesn't always solve all th...
12:17 am GMT - Fri, September 17, 2021
Dev To
How do you use Git and GitHub everyday when working with a team?
Start from scratch to final, how are you using?When do you initialize git, commit first commit and so on?...
12:00 am GMT - Fri, September 17, 2021
Dev To
MS Graph, Blazor WebAssembly and Azure Static Web Apps
Azure Static Web Apps (ASWA) offers a straightforward authentication feature. With this feature, you don't need to write a complicating authentication logic by your hand and can sign in to ASWA. By th...
11:09 pm GMT - Thu, September 16, 2021
Dev To
Free stuff on internet for developers
TL;DRBunch of free tutorials, hosting sites, organization tools and some student benefits Table of contentsIntroductionEducationPluralsightUdemyThe Odin projectFree Code CampFree Programmin...
11:05 pm GMT - Thu, September 16, 2021
Dev To
Getting Started with Flask and Docker
Over the past few weeks, I've worked on a few flask apps across a variety of use cases. The aim was brush up my knowledge of flask as well proper structure for a production application. When I got cha...
11:00 pm GMT - Thu, September 16, 2021
Dev To
Git pre-hook: pre-commit with Gradle task
There are various Git pre-hooks that are quite helpful for several essential tasks we want to execute before commit or push or rebase etc. Basically, there are various use cases, like running a lintin...
10:48 pm GMT - Thu, September 16, 2021
Dev To
2 use cases of the useReducer ReactJS hook
useReducer is a Hook that allows us to manage multiple states more efficiently, create complex state logic, and manage states that depend on previous states. The following two use cases are good examp...
09:50 pm GMT - Thu, September 16, 2021
Dev To
Pi Network and Alternative Apps for Cryptomining
Cloud Based Cryptomining Apps like Pi NetworkIf you are looking for cloud based crypto mining apps like Pi Network so there are certain apps which looks legit and can bring some value in future if you...
09:31 pm GMT - Thu, September 16, 2021
Dev To
List of best CryptominingApps
If you are looking for genuine cypto mining apps, so with simple google search you will find that there are several similar projects as Pi Network, but you will find that most of them are quite sketch...
09:23 pm GMT - Thu, September 16, 2021
Dev To
Designing web accessible video calls
Tips from Daily on how we implement accessible UIs to ensure everyone can connect online through videoA major goal of ours at Daily is to build video and audio APIs that work for as many people ...
09:21 pm GMT - Thu, September 16, 2021
Dev To
Is Pi Network Legit? for Cryptomining
CryptominingApp - Pi Network Review and Crypto AnalysisI guess, you have installed Pi Network app, but if you haven't so you should install it, because 23 millions users are already mining and and thi...
09:09 pm GMT - Thu, September 16, 2021
Dev To
Is Bee Network Legit? for Cryptomining
CryptominingApp - Bee Network Review and Crypto AnalysisCurrently, there are several modern ways that people use to get cash. One such way is possible thanks to the digital app called Bee Network curr...
08:59 pm GMT - Thu, September 16, 2021
Dev To
Is Phoneum (PHT) Legit? for Cryptomining
CryptominingApp - Phoneum (PHT) Review and Crypto AnalysisPHT cloud earning or Phoneum is a very straight forward app with attractive app with a lot of functionality such as VIP Miners and as well as ...
08:46 pm GMT - Thu, September 16, 2021
Dev To
Is Alpha Network Legit? for Cryptomining
CryptominingApp - Alpha Network Review and Crypto AnalysisAlpha coins are very reliable and 100% legit. I've been trading on the platform since 2018 without any issues. Similar to gaming apps, Alpha n...
08:37 pm GMT - Thu, September 16, 2021
Dev To
Is TimeStope Legit? for Cryptomining
CryptominingApp - Timestope Review and Crypto AnalysisTimestope is south Korean project with some background in technology and cryptocurrencies. It seems Timestope is consist of team of a legit people...
08:29 pm GMT - Thu, September 16, 2021
Dev To
Translate to Braille
In 2015, there were an estimated 253 million people with visual impairment worldwide. Of these, 36 million were blind and a further 217 million had moderate to severe visual impairment (MSVI). Many bl...
08:00 pm GMT - Thu, September 16, 2021
Dev To
How much can you earn on UpWork before you give up?
A brief analysis of actual UpWork earnings for software developersTL;DR; The sooner you give up, the more you earn elsewhere.In case you don't know what UpWork is, it is a leading freelance mark...
07:49 pm GMT - Thu, September 16, 2021
Dev To
Understanding docker - playing with ruby containers
Understanding the basics of docker and docker commands is the first step into app containerization.Docker, Dockerfile, docker-compose... When you first get into the docker world it can be a bit ...
07:45 pm GMT - Thu, September 16, 2021
Dev To
7 Useful VS Code extension for junior web developers
In my early days of coding I used to get quickly frustrated when my code didn't run. It felt like I was doing everything right but the web app still didn't work. Mostly it was a silly mistake, some so...
07:43 pm GMT - Thu, September 16, 2021
Dev To
Sass Crash Course in a Book
What is SassSass (which stands for Syntactically Awesome Style Sheets) is an extension of CSS that enables you to use things like variables, nested rules, inline imports, and more. It also helps...
07:21 pm GMT - Thu, September 16, 2021
Dev To
How to improve the performance of a machine learning (ML) model
TLDRWithout good performance, machine learning (ML) models wont provide much value in real life. Well introduce some common strategies to improve model performance including selecting the best a...
07:17 pm GMT - Thu, September 16, 2021
Dev To
AzureFunBytes Episode 57 - Securing @Azure with @shehackspurple
AzureFunBytes is a weekly opportunity to learn more about the fundamentals and foundations that make up Azure. It's a chance for me to understand more about what people across the Azure organization d...
06:34 pm GMT - Thu, September 16, 2021
Dev To
Batemos a meta do NPS! Como foi?
Antes de mais nada o que NPS?O Net Promoter Score (NPS) uma mtrica de lealdade do cliente criada por Fred Heichheld, com o objetivo de medir o grau de lealdade dos clientes das empresas de qualquer ...
06:15 pm GMT - Thu, September 16, 2021
Dev To
A powerful full-text search in PostgreSQL in less than 20 lines
This blogpost will guide you to understand the fundamental pieces needed to implement a good enough full-text search using PostgreSQL. Spoiler alert: for those curious people looking for a "okay, just...
05:58 pm GMT - Thu, September 16, 2021
Dev To
Basic TypeScript {Day - 28}
100daysofcode {Day - 28}Gaining basic knowledge about TypeScript...!...
05:51 pm GMT - Thu, September 16, 2021
Dev To
8 Things I've Learned Working in a Legacy Codebase
My first dev job threw me into a huge legacy codebase. My last big ticket involved getting a modern library to work within the deprecated UI framework it uses. After that journey, I wanted to share so...
05:29 pm GMT - Thu, September 16, 2021
Dev To
Guide to an Effective Code Review
Sometimes, a code review can leave both the author and the reviewer with a great deal of frustration. But it doesnt have to be that way.In this blog, Ill share some of the things that Ive learned over...
04:53 pm GMT - Thu, September 16, 2021
Dev To
Standard Banking Demo: Discovering Entando CMS Components
Hey my fellow developers,Heres the last blog post in the Standard Banking Demo series. After a deep dive into the microservices and micro frontends, we are now discovering the CMS components that make...
04:32 pm GMT - Thu, September 16, 2021
Dev To
Function composition and higher-order function
Table of contentsFunction compositionHow far we can go with itHigher-order function Function compositionFunction composition is a simple yet powerful key concept in Functional Programming. ...
04:31 pm GMT - Thu, September 16, 2021
Dev To
Standard Banking Demo: JHipster Generated Microservices and Micro Frontends
Hi my fellow developers,The second episode of the Entando Standard Banking Demo series brings us to discover how to call JHipster generated microservices using micro frontends.Taking this one step bey...
04:29 pm GMT - Thu, September 16, 2021
Dev To
Protect your Repository from Azure Pipelines!
In Azure DevOps, you can add checks and pipeline permissions to your repository, to have more control on what pipelines can and cannot do with your code.And today I'm gonna show you how to do it. ...
04:19 pm GMT - Thu, September 16, 2021
Dev To
Zero Trust: Is it anything new?
In theory, it isnt particularly new. The term zero trust has been around for more than 55 years. De-perimeterisation, the main concept behind Zero Trust Architecture, was defined and promoted on the J...
03:41 pm GMT - Thu, September 16, 2021
Dev To
10 useful sections to improve your Github README files
Hello everyoneToday we are going to cover a list of 10 important sections you can add to your GitHub projects for improving your README files.So let's begin... Section 1: Add title, descrip...
03:33 pm GMT - Thu, September 16, 2021
Dev To
We didn't start the fire(break)
The team at Digital Theatre+ have just completed our first firebreak, and so it felt like a good time to scribble down a few reflections, discuss how successful it was for our team and whether it's so...
03:33 pm GMT - Thu, September 16, 2021
Dev To
How to create a Smart Contract to mint a NFT
In this article we are going to create a smart contract to mint an NFT on Ethereum. Setup the projectTo start the project we will use the hardhat that will provide us with a boilerplate to deploy...
03:33 pm GMT - Thu, September 16, 2021
Dev To
How to create a Smart Contract to mint an NFT
In this article we are going to create a smart contract to mint an NFT on Ethereum. Setup the projectTo start the project we will use the hardhat that will provide us with a boilerplate to deploy...
03:20 pm GMT - Thu, September 16, 2021
Dev To
Dev Spotlights: From serving ice cream to managingservers
Roman is our Senior Software Engineer here at Codesphere, he was recently interviewed on the Ironhack podcast, where he shared his journey from working in his mom's ice cream shop to becoming the awar...
02:55 pm GMT - Thu, September 16, 2021
Dev To
What Is Inside My Vimrc
A vimrc is an important file for us Vim users.Edit: My Vimrc has changed since I began writing this article (it is now 7 lines long), but the principle is still the same. If you want to look at the st...
02:31 pm GMT - Thu, September 16, 2021
Dev To
NodeJs - Static site generator Release 0.1
mh-ssgmh-ssg is a simple static site generator that allows users to convert text files into HTML files. The tool is written in NodeJs with 4 main features. New features will be added on later. V...
02:30 pm GMT - Thu, September 16, 2021
Dev To
How To Enable Real-Time Merge Conflict Detection in WebStorm
Ah, the dreaded resolve conflicts popup. You've finished crafting the perfect code, just a quick merge in of master (ahem, main) before you submit your PR, and then... If only there was an early warni...
02:17 pm GMT - Thu, September 16, 2021
Dev To
Notion receiver data Immunizations from Nodejs
Today we will learning send data to Notion by API Setup new projectAt here I use "Express application generator" for fastest setup new projectSteps:1/ Install express-generatornpm install -g expr...
01:39 pm GMT - Thu, September 16, 2021
Dev To
GetX: A Superior State Management in Flutter
Flutter is without a doubt the best framework for developing cross-platform applications. Application development with Flutter is truly awesome and easy because it provides a rich set of customizable ...
01:37 pm GMT - Thu, September 16, 2021
Dev To
Handling Forms in ReactJS the right way
Hello everyone, recently I came across a new way to handle React forms, maybe its something you know, maybe you've been doing this for years and think I am an Idiot for not knowing this earlier, but i...
01:30 pm GMT - Thu, September 16, 2021
Dev To
Introduction to typescript with React
In this article, I would like to share with you how I use typescript to improve my react code.First we are going to see what is typescript and why it is used ?Then, how we can use typescript with reac...
01:24 pm GMT - Thu, September 16, 2021
Dev To
Meet The Tanukis: Michael Friedrich
Meet the Tanukis is a stream about the amazing Team members at GitLab. Each episode focuses on a team member discussing issues in tech that are important to them. This episode features Michael Friedri...
01:14 pm GMT - Thu, September 16, 2021
Dev To
Running React Native everywhere: Yarn Workspaces monorepo
TL;DRFirst part of the "Running React Native everywhere" series.In this post, we'll lay the foundation for running multiple React Native apps within a single codebase.Highlights:Using a monorepo...
12:50 pm GMT - Thu, September 16, 2021
Dev To
aws app mesh in 5 steps
note:if you want to skip reading and just want to see the finished code visit my GitHub prerequisites:docker installednode and npm installedAWS accounta few spare bucks (AWS is not for free...
12:07 pm GMT - Thu, September 16, 2021
Dev To
17 Essential REST API Interview Questions
Hello, fellow developers, based on the response I got from my previous posts I have compiled another list of essential RestAPI interview questions that I felt every developer should know.Do drop your ...
12:05 pm GMT - Thu, September 16, 2021
Dev To
How To Reduce Context Switching as a Developer
Context switching is the act of working on several tasks in parallel. More specifically, working on one task and switching to another task while not finishing the previous task. Constantly switching b...
12:03 pm GMT - Thu, September 16, 2021
Dev To
7 VS Code Extensions that'll Help You Stay in Your Editor
Constantly switching between different tasks and tools requires your brain to jump from one thought process to another. Developers often prefer long blocks of uninterrupted work to get into deep work....
11:51 am GMT - Thu, September 16, 2021
Dev To
SEO Keyword Opportunities in Developer Marketing
We recently started supporting our clients at Draft.dev with keyword research which, given our unique position, has generated some exciting opportunities. We work with an array of clients, targeting d...
11:51 am GMT - Thu, September 16, 2021
Dev To
JS Tip: Create Emoji Characters in JavaScript using String.fromCodePoint();
The String.fromCodePoint() method was added to ECMAScript 2015. The result of this method is a string (and not a String object).Because fromCodePoint() is a static String method, you must call it as S...
11:49 am GMT - Thu, September 16, 2021
Dev To
How to fix microphone including system sounds on Linux
The ProblemRecently, I have been on voice calls with my friends, and I have been noticing that my system sounds are being included in my microphone playback. An example of this would be if I li...
11:32 am GMT - Thu, September 16, 2021
Dev To
Learn to know the best Python IDEs and Code Editors
Best Python IDEsGenerally, all the top Python IDEs are available for all the popular operating systems. At least almost all the IDEs are available for Windows. Here is the list of top Python IDE...
11:24 am GMT - Thu, September 16, 2021
Dev To
UX 101 : Nielsen's 10 Usability Heuristic Principles for User Interface Design (6-10)
Hello, everybody! And welcome to the second lecture of the UX 101 series In this series, we will be talking about UX and good practices when it comes to interface design and user interaction. In this...
11:20 am GMT - Thu, September 16, 2021
Dev To
Running React Native everywhere
TL;DRHow to structure your codebase to run multiple React Native apps within a single codebase targeting different platforms: Android, iOS, macOS, Windows, the web, a browser extension, and Elec...
11:07 am GMT - Thu, September 16, 2021
Dev To
Five Steps to Increase Your Online Sales
Selling on online platforms has become challenging and quite competitive with more advancements in technology. And, only by taking smart steps can you stand out from other businesses. eCommerce Market...
10:44 am GMT - Thu, September 16, 2021
Dev To
Free Bootstrap 5 Dashboard - Built with Flask and Docker
Hello Coders!This article presents a simple Admin Dashboard built with Flask and Docker on top of a modern Bootstrap 5 design: Volt Dashboard. The product can be used in many ways from simple learning...
10:35 am GMT - Thu, September 16, 2021
Dev To
No Code tools are either hype or niche you should opt for niche
No-code is a broad term. It describes a vast set of products that help end-users assemble web pages and applications without hiring developers.In recent years, it has also become an ideology of sorts ...
10:32 am GMT - Thu, September 16, 2021
Dev To
4 Ways to Remove Element from an Array in JavaScript
In this article, you will discover how to remove an element from an array in JavaScript. Remove element from an array by its indexIn JavaScript, you can delete an element from an array using its ...
10:29 am GMT - Thu, September 16, 2021
Dev To
Deploying Twitter Post Scheduler Built With React, NodeJS, FaunaDB and Vercel (Part 2)
IntroductionIn our first article, we have created a Twitter post scheduler called Twittler with React, Node.js, and Fauna. In this chapter, we will deploy it to the Vercel.Why Vercel?Vercel is t...
10:12 am GMT - Thu, September 16, 2021
Dev To
Composing palettes
In this article I will show you a barely known Jetpack library, Palette It can extract significant colors from an android.graphics.Bitmap. We will use the data created by Palette in a Jetpack Compose ...
10:06 am GMT - Thu, September 16, 2021
Dev To
How to reduce chance being blocked while web scraping search engines
Contents: IntroMethodsCheck Network Tab FirstDelaysUser-AgentCode and Response examples with/without User-AgentRotate User-AgentsAdditional HeadersOrdered HeadersProxiesNon-Overused OroxiesBecome Whit...
09:41 am GMT - Thu, September 16, 2021
Dev To
How to Deploy Your App to Netlify
1. Push Your Code to Any Version Control ApplicationsThe first thing you need to do is push your git repository to any version control application. You can use any one of these;GithubGitlabBitbu...
09:40 am GMT - Thu, September 16, 2021
Dev To
What Are the Technology Trends That Reshape the Future of The Retail Industry in 2021?
Today, we live in a world where online purchases are so common that the first sale via the Internet in 1995 a book sold on the Amazon website has become no more than history. The "revolutionary" for...
09:07 am GMT - Thu, September 16, 2021
Dev To
Top 5 Programming Languages To Learn In 2021
You will need to be able to program in the top 5 programming languages that you will learn in 2021 to make your business competitive. This will give you the edge in competing with other business enter...
08:33 am GMT - Thu, September 16, 2021
Dev To
Learning Python- Intermediate course: Day 27, Entry keypress event
Let us study keypress event in Tkinter entry widgetYesterday we had made a dummy login program (password manager). But the thing was the password was hidden. The password data can only be access...
08:12 am GMT - Thu, September 16, 2021
Dev To
Little vim distro using Vim8 packages
Vim8+ packagesStarting from Vim8 plugins can be installed in ~/.vim/pack folder. In this folder there could be also repositories. For example Git repositories. Install NERDTree pluginThe fo...
08:05 am GMT - Thu, September 16, 2021
Dev To
Go/Golang Basics - Variables and Data types
Basic data types in Go are:int, float,complex,string,bool.Int, Float, and complex are part of the numbers.We'll start with Integers.There are two categories, One is signed and other is unsigned intege...
08:04 am GMT - Thu, September 16, 2021
Dev To
How to create your first Android app using Android Studio?
Read this article on my blog for a better experience and to listen the audio version.Hello there!This is the second article in the Android App Development For Beginner series. If you have followed alo...
08:00 am GMT - Thu, September 16, 2021
Dev To
Beginning Android Development with Android Studio
Read this article on my blog for a better experience.Hi everyone! This is the beginning of my new series on Android Development! In this series, we will be going through various aspects of Android Pro...
07:54 am GMT - Thu, September 16, 2021
Dev To
How to alter large MySQL tables on production?
IntroductionIn this tutorial, we are going to learn, how to update the structure of the large tables on the production environment, without causing delays, locks, and downtime. Large tableW...
07:54 am GMT - Thu, September 16, 2021
Dev To
Understanding your DynamoDB Single Table Performance
Best practices for DynamoDB have evolved to favor single-table design patterns where one database table serves the entire application and holds multiple different application entities.This design patt...
07:53 am GMT - Thu, September 16, 2021
Dev To
Custom Type Guards in Typescript
Previously, we covered various approaches that you can take to narrowing types in Typescript. Type narrowing is the process of moving the type of a variable from a less precise to a more precise type ...
07:28 am GMT - Thu, September 16, 2021
Dev To
React Native Setup on macOS!
You're interested in developing React Native on your macOS computer - yay! However, installing React Native can be kind of tricky, there are a lot of different pieces to connect for both iOS developme...
07:28 am GMT - Thu, September 16, 2021
Dev To
Use Prometheus and Grafana to Visualize ISP Packet Loss
BackgroundSince people started working from home, poor video/voice call connections have become a very annoying problem. However, it's hard for people to diagnose what is the root cause. People ...
06:48 am GMT - Thu, September 16, 2021
Dev To
If you run a Github organisation you must do this now!
Looking to have your Github organisation standout? Wanting it to match all the beautiful and intricate design work that your organisation has developed? Don't want to add contributing guidelines and c...
06:46 am GMT - Thu, September 16, 2021
Dev To
Hello World! in 5 Different Programming languages
Greetings!! from this blog post, I am starting a new series called the "Basics of Code 5 Different Languages" in this series as the title says we are going to study all the beginner concepts that are ...
06:45 am GMT - Thu, September 16, 2021
Dev To
My journey to ACM-ICPC Regionals ASIA! What did I learn?
ICPC:The International Collegiate Programming Contest is a global competition designed to draw attention to a skill which has a profound effect on the modern world: programming. Teams of student...
06:42 am GMT - Thu, September 16, 2021
Dev To
Playing videos in React Native
Here is my first blog and I really had a delightful experience writing it.https://www.bigbinary.com/blog/playing-videos-in-react-native-using-cloudinary...
06:42 am GMT - Thu, September 16, 2021
Dev To
Compress Images with Python(16 lines) and TinyPNG API
What is TinyPNG?https://tinypng.com/TinyPNG uses smart lossy compression techniques to reduce the file size of your WEBP, JPEG and PNG files. By selectively decreasing the number of colors in th...
06:41 am GMT - Thu, September 16, 2021
Dev To
10 Projects You Can Do to Become a Frontend Master
Learning to code can be challenging and perplexing, especially if you don't know where to begin. The greatest approach to improve your programming abilities is to use them to create coding projects.He...
06:02 am GMT - Thu, September 16, 2021
Dev To
Membuat Penjadwalan Otomatis (Cron Job Scheduler) menggunakan Golang
Terkadang dalam sebuah aplikasi, ada tugas-tugas yang perlu dijalankan otomatis sesuai jadwal yang telah ditentukan. Contohnya, ketika kita menerima email otomatis yang berisi ucapan tahun baru, notif...
05:48 am GMT - Thu, September 16, 2021
Dev To
5 Most Unused and Ununderstood HTML Tags
Here are 5 most rare used html tags which we learn today. While they might familiar but still quite useful in some situations. So let's start learning most 5 html unused tags... abbr tagabbr tag on...
05:47 am GMT - Thu, September 16, 2021
Dev To
Learn how to come up with article ideas and stay consistent
consistent/knsst()nt/Acting or done in the same way over time, especially to be fair or accurate.This will be a personal, opinionated article, as this will be my vision on consistency and coming up wi...
05:45 am GMT - Thu, September 16, 2021
Dev To
Tired of agonizing errors caused by typos? Let's fix that!
Please don't use this in real-world code!How many times has this happened?Object.kes(obj) // => ReferenceErrorI just hate it when my code is perfect except for one single typo in the middle of nowh...
05:36 am GMT - Thu, September 16, 2021
Dev To
Coding Interview: Variables, data types, scope and hoisting in JS
Hi! Some of things we have to know about JS are: variables, data types, scope and hoisting. Why? 'Cause every time we use, transform and manipulate a lot of data. No matter if the data came from our s...
05:16 am GMT - Thu, September 16, 2021
Dev To
How to Estimate E-commerce Website Development cost in 2021?
E-commerce website development cost is one of the wide concepts of 2021 and that is because it is consistently praised. As we are living in the era of digitization, the popularity of online shopping h...
05:02 am GMT - Thu, September 16, 2021
Dev To
Software Testing Training Institute
QSpiders is a best in class training institute that aims in building a strong subject knowledge of the student in the software industry. The institute provides young job aspirants the perfect launch-p...
04:39 am GMT - Thu, September 16, 2021
Dev To
The Difference Between
A member of my Discord server was confused about the difference between Git, Git Bash, and Git Hub. This was my explanation.What is Git?Git is software that enables version control. With each change t...
02:40 am GMT - Thu, September 16, 2021
Dev To
EventBridge: The Enterprise Service Bus You Probably Didn't Realize Was An ESB
AWS takes a lot of heat for its product names, usually becasue they're weird, and that's especially true for EventBridge but for a different reason. EventBridge is often marketed as the successor for...
02:23 am GMT - Thu, September 16, 2021
Dev To
An Introduction to Git, Part 1
This is part 1 of an introduction to Git, a version control system thats very popular with software development. Part 2 will be posted later this week. A History of Version ControlVersion Control...
01:59 am GMT - Thu, September 16, 2021
Dev To
4 Books Every Junior Software Developer Should Read
If you decide to click away after seeing that I recommend the same titles that every other article tells you to read, I wouldn't blame you. Although, there is a reason why these books resonate with ne...
01:51 am GMT - Thu, September 16, 2021
Dev To
Vocabulary Building
glut(noun): an excessive supplyCheckout Pronunciationfortuitous(adjective): happening by a lucky chance; fortunate.Checkout Pronunciationsuperfluous(adjective): unnecessary, especially through being m...
01:51 am GMT - Thu, September 16, 2021
Dev To
Vocabulary Building day15
glut(noun): an excessive supplyCheckout Pronunciationfortuitous(adjective): happening by a lucky chance; fortunate.Checkout Pronunciationsuperfluous(adjective): unnecessary, especially through being m...
12:27 am GMT - Thu, September 16, 2021
Dev To
Clean your condition
Always positiveIt's need extra effort to understanding logic in negative condition, avoid it as you can// Don't function isUserNotVerified(){}if(!userVerified){}// Dofunction isUserVerified(){...
12:27 am GMT - Thu, September 16, 2021
Dev To
Using a greedy randomized algorithm to create art
The greedy randomized adaptive search procedure (also known as GRASP) is a metaheuristic algorithm commonly applied to combinatorial optimization problems in which each iteration consists basically of...
12:14 am GMT - Thu, September 16, 2021
Dev To
Intro to ViteJS
RamblingThere used to be a time when I would write JavaScript in multiple files. They might look something like this.// start.js(function () {// multiple js files of code// end.js})();// use a m...
11:55 pm GMT - Wed, September 15, 2021
Dev To
Part 2: 5 COOL CSS PROPERTIES
Hi, I'm Aya Bouchiha, and this is part 2 of 5 cool CSS properties. quotesquotes: helps you to chose the quotation marks for a quote element. scroll-behaviorscroll-behavior: specifies wheth...
11:53 pm GMT - Wed, September 15, 2021
Dev To
Nested Routing in react-router-dom
What is react-router-dom?Ever wondered how websites have custom paths? How come you can type in https://dev.to/readinglist and your browser knows to bring you directly to your dev.to reading lis...
11:36 pm GMT - Wed, September 15, 2021
Dev To
That moment when coding no longer feels scary
Before starting, programming felt scary. And so confusing. I didnt understand what the terms meant. It was complete gibberish to me. I took foreign language classes before (in French), but this is a w...
11:35 pm GMT - Wed, September 15, 2021
Dev To
Product developers guide to getting started with AI Part 1: Introduction to dataframes
TLDRWhen working with AI, its important to know how to import data sets, read through tables, and understand what the structure is. OutlineIntroductionBefore we beginDownloading Prerequisit...
11:14 pm GMT - Wed, September 15, 2021
Dev To
How to build a React Video Modal with Hooks
I want to share with other Front End developers how to build a React Video modal from scratch.I hope everyone finds this small tutorial really helpful.I'm leaving the url of the working modal and code...
10:58 pm GMT - Wed, September 15, 2021
Dev To
5 COOL CSS PROPERTIES ! (part 1)
Hi, I'm Aya Bouchiha, and this is part 1 of some cool CSS properties.part 2 of some cool CSS properties caret-colorcaret-color: used to change the cursor of editable elements like input fields. ...
10:58 pm GMT - Wed, September 15, 2021
Dev To
6 MORE Things I Learned Building Snowpack to 20,000 Stars
This article is the second entry in a two-part series. In the first post, I went over the early history of Snowpack and how we grew an open source project to find our first set of users. In this post,...
10:58 pm GMT - Wed, September 15, 2021
Dev To
6 More Things I Learned Building Snowpack to 20,000 Stars (Part 2)
This article is the second entry in a two-part series. In the first post, I went over the early history of Snowpack and how we grew an open source project to find our first set of users. In this post,...
10:51 pm GMT - Wed, September 15, 2021
Dev To
Contagem de Tweets com Python
A API do Twitter uma ferramenta (do prprio Twitter) que permite ao usurio ter acesso aos tweets produzidos em tempo real, esses tweets podem ser filtrados e analisados conforme o objetivo da pessoa q...
10:33 pm GMT - Wed, September 15, 2021
Dev To
CfP for AsyncAPI Conference is open!
The Call for Papers (CfP) for our upcoming AsyncAPI Conference is open! It ends on October 17th, which means you have one month to apply! Set aside November 16-18! AsyncAPI Conference is for eve...
10:04 pm GMT - Wed, September 15, 2021
Dev To
GitHub Repository Readme Template
I'm a big fan of README.md file in the GitHub repository, as it provides essential details about the application or project. However, the problem starts when thinking about what all details need to be...
09:45 pm GMT - Wed, September 15, 2021
Dev To
How to write a README
What is a README? A README is a series of instructions, information, and/or guide which usually highlight a portion if not what an entire codebase does. A README is written in Markdown syntax which ...
09:33 pm GMT - Wed, September 15, 2021
Dev To
Writing a Flask App the !Noob Way
This tutorial is not meant for beginners. It is assumed that the reader is familiar with the flask framework.In this tutorial we will be writing a flask application using Flask Blueprints and Applicat...
09:18 pm GMT - Wed, September 15, 2021
Dev To
Born to be a UX/UI Designer.
Where it all began.I love art and I have always been an artist since way back in primary school. In high school I fell in love with code and couldn't take my eyes off the green lines on the cons...
08:51 pm GMT - Wed, September 15, 2021
Dev To
How to Recover a Forgotten Password to Your Yahoo! Account
Read this article to discover how to restore access to your Yahoo! account. Here is a detailed tutorial on how to restore a forgotten or lost password.There could be various reasons for people to use ...
08:50 pm GMT - Wed, September 15, 2021
Dev To
Infinite Scrolling in Vue using the Vue Intersection Observer API
by author Uma VictorIn a Vue web application, sometimes we fetch so much data from an API we cannot display on our site at once, because of performance issues, instead, we want to display them in chun...
08:42 pm GMT - Wed, September 15, 2021
Dev To
Pandemic-driven bubble tea availability w/ Amazon Pinpoint, Location Service, Lambda, EventBridge, Step Functions, and more
In the Toronto area when the COVID-19 pandemic hit last year (spring 2020) one of the consequences (benefits?) was that all businesses where employees could reasonably work from home ended up being fo...
08:10 pm GMT - Wed, September 15, 2021
Dev To
Enable Emmet support for React in VS Code
Back in the day in 1965(just kidding I mean 2019) when I was writing plain HTML in VS Code I used to work with emmet to be super fast with my markup. I started using react in 2019 and guess what, emme...
08:04 pm GMT - Wed, September 15, 2021
Dev To
OBJECT ORIENTED PROGRAMMING WITH PYTHON
Object oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviours into individual objects. Conceptually, objects are like the components of a system....
08:02 pm GMT - Wed, September 15, 2021
Dev To
Ruby2d: Take your first steps toward animation and game design
With a quick Google search into how modern video games are developed, you'll likely stumble upon the powerful gaming engines behind industry-leading games like World of Warcraft or Call of Duty. These...
07:52 pm GMT - Wed, September 15, 2021
Dev To
Learn GraphCMS and GraphQL by building a Next.js Disney Clone
Learn how to use GraphQL and GraphCMS by building a Next.js Disney+ Clone! In this 2hr tutorial I show you how to use a Headless CMS in order to build a working streaming app.You must sign up here to ...
07:38 pm GMT - Wed, September 15, 2021
Dev To
The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom
Building Full Stack dapps with React, Solana, Anchor, and Phantom wallet.In The Complete Guide to Full Stack Ethereum Development I did a deep dive into how to build a full stack dapp on Ethereu...
07:10 pm GMT - Wed, September 15, 2021
Dev To
Creando un ID random y unico en JAVASCRIPT
La semana pasada, necesitaba encontrar una manera de generar un id nico para crear nombres para los archivos del telfono en sistemas IOS (no estoy segura porque me venian en undefined). De todos modos...
07:10 pm GMT - Wed, September 15, 2021
Dev To
Creando un ID random en JAVASCRIPT
La semana pasada, necesitaba encontrar una manera de generar un id nico para crear nombres para los archivos del telfono en sistemas IOS (no estoy segura porque me venian en undefined). De todos modos...
06:37 pm GMT - Wed, September 15, 2021
Dev To
Introduction to cloud computing
Why cloud computing:Before understanding what cloud computing is, Let's understand why cloud computing was needed and what are all the problems we had that cloud computing solved.Before cloud co...
06:10 pm GMT - Wed, September 15, 2021
Dev To
Python: The Beginner's Guide
INTRODUCTIONPython is an open source, high-level programming language developed by Guido Van Rossum in the late 1980s and presently administered by Pythin Software Foundation. It came from the ABC lan...
05:56 pm GMT - Wed, September 15, 2021
Dev To
Why we use doctrine package in Laravel
Hello all programmer's here.In this blog post I will describe you why we use doctrine library. This libraryis mostly used for modifying the column of database field with change() method to the to colu...
05:39 pm GMT - Wed, September 15, 2021
Dev To
Code stability and interdependencies
As engineers, we have the tendency to over-engineer our solutions, make our code as reusable as possible. We make our code DRY (don't repeat yourself). Although these are good rules to go by in most c...
05:27 pm GMT - Wed, September 15, 2021
Dev To
Making random and unique ID with Javascript
Last week, I needed to find a way to generate a unique id to get names for phone files on ios systems. Anyway, googling around, I found this simple function.All you have to do is call it, where you ne...
05:16 pm GMT - Wed, September 15, 2021
Dev To
Introduction to WebGL and shaders
I recently worked on a project where I needed to use WebGL. I was trying to render many thousands of polygons on a map in the browser, but GeoJSON turned out to be way too slow. To speed things up, I ...
05:07 pm GMT - Wed, September 15, 2021
Dev To
Gitlab CI/CD for multiple environment
Have you tried implementing variables for various environments and using different jobs for various environments? I've come up with a solution for you.image: node:latestvariables: GIT_DEPTH: '0' stag...
05:00 pm GMT - Wed, September 15, 2021
Dev To
VSCode extensions that you need [Webdevs]
VSCode lover? I know extensions are our life support for coding. And if you're a web dev you're in great luck. Below are some useful extensions/configs that will make you amazed after learning their u...
04:55 pm GMT - Wed, September 15, 2021
Dev To
Welcome Thread - v142
Welcome to DEV!Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.Reply to someone's comment, either w...
04:38 pm GMT - Wed, September 15, 2021
Dev To
Listen to S6E6 of DevDiscuss: "VS Code and the Extended VS Code Universe" with Jonathan Carter & Cassidy Williams
Listen to DevDiscuss S6E6 right here on on DEV: S6:E7 - VS Code and the Extended VS Code Universe DevDiscuss Your browser ...
04:28 pm GMT - Wed, September 15, 2021
Dev To
Pull Requests Like a PRO: Tips to Make High-Quality Pull Requests
With Hacktoberfest around the corner, here are some tips to make better Pull Requests for your next Open-Source contribution.As a maintainer and a contributor to Open-Source projects these are the thi...
04:26 pm GMT - Wed, September 15, 2021
Dev To
Building a twitter bot with Python to search, retweet, like and reply tweets
In this article we gonna build a twitter bot in Python with Tweepy, a very nice library to invoke the Twitter API. You will learn how to retrieve data from Twitter and automatize your tweets. Twi...
04:17 pm GMT - Wed, September 15, 2021
Dev To
Rust Google Sheets API Quickstart
Google sheets API is a very useful tool. For MVPs and prototypes it works amazing, no need for SQL setup and you have a very powerful database frontend (google sheets) to interact with.Recently I've b...
04:08 pm GMT - Wed, September 15, 2021
Dev To
How to install Figma on Linux
Figma is a great UI/UX tool with a quite generous free tier. This means many developers use Figma to prototype their application or website designs (including me). Many of us developers tend to use Li...
04:06 pm GMT - Wed, September 15, 2021
Dev To
React Native Android Currency Formatter
Hey, Devs!I will appreciate any feedback about this package.https://www.npmjs.com/package/react-native-android-currency-formatter...
03:58 pm GMT - Wed, September 15, 2021
Dev To
Unlimited JavaScript (or where can I use JavaScript)
JavaScript is a 25-year-old programming language (it appeared in late 1995) as a language for creating interactive websites and web applications. The programming language was created by Netscape.In a ...
03:58 pm GMT - Wed, September 15, 2021
Dev To
New functions extending the functionality of useRefHistory in VueUse library
I would like to share with you my little joy. My suggestion for expanding the function useRefHistory by adding the delay effect to history snapshots was accepted by maintainers of VueUse. I wrote a pu...
03:55 pm GMT - Wed, September 15, 2021
Dev To
Build Pixel Perfect Skeleton Loader Using CSS
Skeleton Loaders are used very commonly in Modern Websites/Apps to indicate loading of data instead of using the traditional loaders, spinners, etc. which are boring and can lead to Poor User Experien...
03:44 pm GMT - Wed, September 15, 2021
Dev To
REST APIs and Architecture - 101
What the Heck is REST??? REST stands for Representational State Transfer. It is nothing but some set of rules or constraints to make a web service in other words we can say its a standard way of...
03:33 pm GMT - Wed, September 15, 2021
Dev To
DEVCommunity, if you want to stay accountable, learn alongside, hit me up. Let's learn, grow and create projects together
Hey #DEVCommunity, I've been learning and documenting my journey of learning webdev on (@thematsci_gal) twitter. If you want to stay accountable and learn alongside, hit me up. Let's learn, grow and c...
03:25 pm GMT - Wed, September 15, 2021
Dev To
Why is Shopify using a "Dead Programming Language" to build its $3 billion dollar e-commerce business?
It would be an understatement to say Shopify is the unicorn of the eCommerce business. Shopify is used by millions of merchants all over the world to build their online presence and market their produ...
03:18 pm GMT - Wed, September 15, 2021
Dev To
Hyper-Text TransferProtocol - HTTP 101
What On Earth is HTTP HTTP is a request response protocol that define some sets of rules through which client and server communicate over an already established TCP connection.Once an TCP connec...
03:07 pm GMT - Wed, September 15, 2021
Dev To
Svelte: derived stores based on an arbitrary array of stores
Say you have an array of stores, the length of which is not necessarily known. You want to create a derived store that updates its value when any of these array values changes. The derived store synta...
03:07 pm GMT - Wed, September 15, 2021
Dev To
TricetAtOps: the new DevOps frontier
DevOps is always evolving and every day a new trend comes out... Waiting for having TricerAtOps as a skill, I tried to focus on the things that really matter and describe how to go ahead with a DevOps...
02:59 pm GMT - Wed, September 15, 2021
Dev To
Project Management with GitLab
GitLab is a complete DevOps platform that provides end-to-end capabilities for each stage of the software development lifecycle. It helps teams reduce cycle time and increase productivity, creating va...
02:58 pm GMT - Wed, September 15, 2021
Dev To
Mastering Flutter: Animations Part 2
This is the second part of a series of tutorials to build animations with Flutter. In this pat we will learn how to use the Animations and AnimationControllers, to build more precise animations.The fi...
02:39 pm GMT - Wed, September 15, 2021
Dev To
Released an app to train facial expressions: Multilingual in Next.js, dynamic OGP, facial expression recognition in face-api.js
Hi guys, I wrote Developed the app which trains your facial expressions: face-api.js + Next.js + TypeScript last week, and this week I updated the app, which you can train your face expressions and re...
01:48 pm GMT - Wed, September 15, 2021
Dev To
10 Github Repositories You Should Know as a Developer
Hello, everyone! Today, we'll go through some great repositories that every developer should be aware of. Following an extensive investigation, I discovered several excellent repositories that might h...
01:40 pm GMT - Wed, September 15, 2021
Dev To
How to create an GitHub Special Repository for Organisation
Around a Year Ago, GitHub Releases a special feature, that we can create our README, which will show us to the GitHub Profile, like this:And, Today I saw this tweet, that this feature is available for...
12:52 pm GMT - Wed, September 15, 2021
Dev To
19 Essential Front-End Interview Questions
Hello, fellow developers, I have compiled a list of essential Front-End interview questions that I felt every Front-end developer should know.Do drop your thoughts in the comments section below. Also,...
12:43 pm GMT - Wed, September 15, 2021
Dev To
How to display the time and date of a given location with PHP
In this second article I try to summarize how to set and display the timestamp according to a given time zone.Dans ce deuxime article je rsume brivement comment paramtrer et afficher l'horodatage suiv...
12:35 pm GMT - Wed, September 15, 2021
Dev To
HAVE YOU MISSED ZED RUN? IS THE ENTRANCE FEE TOO HIGH? I FOUND THIS NEW GAME!
Blockchain technology has revolutionized the gaming space. By bringing in its decentralized nature, blockchain technology has developed an entirely new way of interacting with gamers. Another benefit ...
12:34 pm GMT - Wed, September 15, 2021
Dev To
Doctave CLI 0.2.0: A Benchmarking Story
The Doctave CLI is a free to use open source documentation generator. It takes your Markdown files and converts them into a beautiful documentation site. Today we have released version 0.2.0, which br...
12:32 pm GMT - Wed, September 15, 2021
Dev To
Include&&Require
Comprendre la fatalit entre le Includeet le Require (La diffrence )....
12:03 pm GMT - Wed, September 15, 2021
Dev To
Binance Clone Script- a guide to provide a platform like binance for entrepreneurs
Clone scriptClone script is a tested architecture of the existing app that we can use to develop your customized software. With the help of Binance clone script you will be able to launch your e...
12:02 pm GMT - Wed, September 15, 2021
Dev To
Laravel 8 REST API Authentication using Sanctum
Sanctum is Laravel package for authentication for single page application(SPAs), mobile applications and basic token based APIs. For SPA authentication, Sanctum uses Laravels built in cookie based aut...
12:00 pm GMT - Wed, September 15, 2021
Dev To
A Nice Developer Joke For Today
Hi there! Here's today's Daily Developer Joke. We hope you enjoy it; it's a good one.For more jokes, and to submit your own joke to get featured, check out the Daily Developer Jokes Website. We're als...
11:56 am GMT - Wed, September 15, 2021
Dev To
Paxful Clone Script-6 Steps to Provide a software Like Paxful
What is Paxful?Paxful is one of the best p2p finance platform for trading cryptocurrency. many companies are interested to launch paxful clone script similar to paxful exchange.In 2014, Ray Yous...
11:28 am GMT - Wed, September 15, 2021
Dev To
Announcing Create Medusa App: One command for a full-stack headless e-commerce setup
With the new create-medusa-app tool you will get your Medusa development environment ready within a couple of minutes. After completion, you will have a Medusa backend, a Gatsby or Next.js storefront,...
11:16 am GMT - Wed, September 15, 2021
Dev To
Command line API tricks
Whether building or consuming APIs, you're definitely testing out API calls. The command line is a developer's best friend for quick checks and iterative development. You can move even faster with HTT...
11:04 am GMT - Wed, September 15, 2021
Dev To
Whats new in HTTPie 2.5.0
Were excited to introduce a new way of passing raw request data as an alternative to piping, XML pretty printing, and improved packaging. Raw request dataHTTPie has always used piping as the way ...
10:37 am GMT - Wed, September 15, 2021
Dev To
The Debugger Checklist Part I
Win at debugging by following an organized process and leveraging the tools you already haveIm a disorganized person by nature. When I follow a process its by habit and intuition. But when a debugging...
10:23 am GMT - Wed, September 15, 2021
Dev To
Build Your New On-demand Multi-Service App Utilizing The Best Laravel PHP Framework
As app development is the core process to start any kind of on-demand online business, concentrating on it is very important. Consequently, the developers today majorly use the Laravel backend program...
09:50 am GMT - Wed, September 15, 2021
Dev To
How to deploy Django to Heroku
Introduction:Most of you wouldve already seen n number of blogs on how to deploy Django projects to Heroku but in this article, I shall explain in simple words in a sequential manner without muc...
09:20 am GMT - Wed, September 15, 2021
Dev To
Create a PDF document from an Azure DevOps Wiki
Azure DevOps WikiWhen working on Azure DevOps or Github, we have special needs when it comes to wiki's and documentation. Specifically, we often have our documentation sit next to our source cod...
09:05 am GMT - Wed, September 15, 2021
Dev To
Django & Docker - Open-source Projects
Hello Coders!This article presents a curated list of Open-Source Django Projects already configured to run in Docker, the popular virtualization software. For newcomers, Django is a leading web frame...
09:00 am GMT - Wed, September 15, 2021
Dev To
What is React Prop Drilling and Context API
Before starting this blog, I assume that you all should have basic knowledge about React. In this blog we are going to learn one of the best concept of React - Prop Drilling and Context API. Intr...
08:40 am GMT - Wed, September 15, 2021
Dev To
Tired of opening manually the same programs every morning ?
Tired of opening manually the same programs every morning ? Or every time that you switch projects, running the same command over and over? Well I was in the same place that you, so I did a...
08:33 am GMT - Wed, September 15, 2021
Dev To
Making digital currency; How to create a new cryptocurrency
In recent years, many startups have made a lot of money by creating a digital currency and selling tokens in the initial public offering. Creating a new digital currency may seem like an impossible pr...
08:18 am GMT - Wed, September 15, 2021
Dev To
How CMS Covers The Skill Gap In Web Development
Content management system plays a vital role in Web development field. The most popular CMS WordPress covers the 40% market share in the web development. There are a-lot of people who don't want to in...
08:04 am GMT - Wed, September 15, 2021
Dev To
The Tacit Knowledge Series
From a personal and professional standpoint I'm interested in what is required to keep engineers moving from being experienced and competent to being expert.Many views point to tacit knowledge. But by...
08:04 am GMT - Wed, September 15, 2021
Dev To
how to deploy a graphQL server with docker and fly
Express GraphQL is a library for building production ready GraphQL HTTP middleware. Despite the emphasis on Express in the repo name, you can create a GraphQL HTTP server with any HTTP web framework t...
08:03 am GMT - Wed, September 15, 2021
Dev To
Introduction To Web Sockets
Hello guys, so I was thinking of using Django to add a web socket support to a project am working on then I came across django channels, which is a project that can support the web socket protocol. Bu...
07:59 am GMT - Wed, September 15, 2021
Dev To
These 2 GitHub Tools Left Me Awestruck (Really, No Exaggeration)
Hello, devs! GitHub is cool but it can be better. This is a super short article because honestly, no one likes to read a long one, so I better get right to the point. [1] Install A Code Tree Exte...
07:46 am GMT - Wed, September 15, 2021
Dev To
5 Ways To Host Your Applications
1. SurgeSurge is a cloud platform for hosting static websites, which is extremely simple to use but offers customization options for those who need them. 2. FirebaseFirebase Hosting is a fu...
07:11 am GMT - Wed, September 15, 2021
Dev To
Build Web Application using React andDjango
In this article, you will build a Todo application using React and Django.React is a javascript framework for developing SPA's(single-page applications). React has detailed documentation and a bigger ...
07:04 am GMT - Wed, September 15, 2021
Dev To
My lessons after moving from CloudFormation to CDK
Nowadays there is no doubt that 'Infrastructure as real code' is a way of cloud resources provisioning. CDK is an incredible way of doing this in the AWS ecosystem. This article will talk about the si...
06:51 am GMT - Wed, September 15, 2021
Dev To
Build a Javascript OTP using HTML SCSS JAVASCRIPT
I created this tutorial on my channel or you can read tutorial: Build a Javascript OTP using HTML SCSS JAVASCRIPTlet check it out :...
06:50 am GMT - Wed, September 15, 2021
Dev To
My love-hate relationship with the fundamentals
I have a love-hate relationship with the fundamentals. Be it learning to code, picking up new skills and knowledge, developing new habits, Im the impatient sort who loves to jump right in and try thin...
06:49 am GMT - Wed, September 15, 2021
Dev To
Learning Python- Intermediate course: Day 26, Password Manager-Tkinter
Today let us build a login application which gets the passwords and usernames from users. Today's application specs are as follows1) There are four widgets- two Entry (single line textboxes...
06:33 am GMT - Wed, September 15, 2021
Dev To
Understanding Network things: part 5 TLS & mTLS
Hi,I've got a secret for you, since several years. I'm a developer and I'm a mess in undestanding network things! :'(It's hard to not understanding things that anyone seems to understand and understan...
06:32 am GMT - Wed, September 15, 2021
Dev To
SEO for Non-Scumbags: How to Earn Site Visitors without Selling Your Soul
This was originally published on my blog. If you like this, I'll be publishing the new installments in the series there, first.Today I'm going to start a blog post series that fits into the broader "b...
06:28 am GMT - Wed, September 15, 2021
Dev To
Flux (GitOps tool) Amazon EKS - Part 1
IntroductionGitOps[1] tool, best practice Git Continuous Integration/Continuous Delivery (CI/CD) standard Software Development Life Cycle (SDLC) Infrastructure as Code (IaC) IT operation ...
06:26 am GMT - Wed, September 15, 2021
Dev To
1. Introduction to ReactJS and Why we should use it
First of all thanks everyone for showing your support and subscribing to the series. I appreciate you all.If in case you haven't read the previous post, I encourage you to read it. I'll be very helpfu...
06:24 am GMT - Wed, September 15, 2021
Dev To
40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
06:13 am GMT - Wed, September 15, 2021
Dev To
update My experience in creating Css with Pubg UC online store
Update My Pubg UC sell store. All the websites images were designed by photoshop. The web page was built by CSS code. What do you think about it? If you have any further recommendations, please let me...
05:55 am GMT - Wed, September 15, 2021
Dev To
3 JavaScript Project Series.
Hello Coders!Welcome back to the Javascript project series. Today i'm share another amazing project. Save This Series For Upcoming Projects. Let's get started.... 3. Animated Menu In...
05:55 am GMT - Wed, September 15, 2021
Dev To
7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
03:26 am GMT - Wed, September 15, 2021
Dev To
How To Install TinyMCE Editor In Laravel
In this artical we will give you example how to Install tinymce editor in laravel, Tinymce editor is rich-text opensource editor, It has the ability to convert HTML textarea fields or other HTML eleme...
03:14 am GMT - Wed, September 15, 2021
Dev To
CSS - Video Inside A Computer
Create a pure css video inside a computer Guys Before we begin i want to tell you guys that Please subscribe to my channel - https://youtube.com/codingfire?sub_confrimation=1 please.. But More ...
02:56 am GMT - Wed, September 15, 2021
Dev To
Octo: The Open Source Static Site Generator
After my first blog post I decided what was a better way to start into open source then building my own open source project! I then built a static site generator in Javascript called Octo. The project...
02:51 am GMT - Wed, September 15, 2021
Dev To
Go/Golang Basics
Go is Open Source Programming language that is statically typed . Although it is statically typed, It's so fast that it feels like it's an Interpreted language. So let's start with the basics. As Go ...
02:32 am GMT - Wed, September 15, 2021
Dev To
1.3 - AWS Amplify Admin UI
Original: https://codingcat.dev/podcast/1-3-aws-amplify-admin-ui-with-rene-brandel...
02:29 am GMT - Wed, September 15, 2021
Dev To
How I started Technical Writing
Where it began5 years ago, being a typical mugger (Singlish term for a studious person ) in my school days, writing notes for myself and sharing it with my friends was a norm for me. There use...
01:39 am GMT - Wed, September 15, 2021
Dev To
Infrastructure as SQL
Infrastructure State is Data, Infrastructure Change is Code. It's as simple as that.What software you have deployed on what machines and how they can communicate with each other and the outside world ...
01:35 am GMT - Wed, September 15, 2021
Dev To
Conversational AI should be in every developer toolbox. Here's why.
Hi folks. Ive posted a few conversational AI tutorial articles here. I realize that I failed to talk about one important thing - why you, as a developer, should even think about adding conversational ...
01:28 am GMT - Wed, September 15, 2021
Dev To
Vercel's pkg - Package your Node.js app into a single executable
Hello all, In this short post, we will take a look at Vercel's pkg - how we can package the Node.js app into a single executable. When we are developing a Node.js application, it totally makes sense t...
11:48 pm GMT - Tue, September 14, 2021
Dev To
57 Essential HTML Tags To Know As A Beginner
Hi everybody, I'm Aya Bouchiha, after creating two posts about 10 important HTML Tags, I decided to talk about 57 essential HTML tags to know as a beginner.part-1: 5 HTML Tags That Almost Nobody Knows...
11:29 pm GMT - Tue, September 14, 2021
Dev To
Writeup: HackTheBox Bounty - Without Metasploit (OSCP Prep)
Hello All,Just did Bounty from Hackthebox and would like to share my walk-through of the box.Let's Start! Command:nmap -sC -sV -O -oN nmap.txt -p- -T4 10.10.10.93-sC = Default Scripts-sV = Probe ...
11:16 pm GMT - Tue, September 14, 2021
Dev To
Engenharia de Software: O tal Code Review
O que ?Code Review ou Reviso de cdigo uma prtica onde o cdigo desenvolvido para atender determinada demanda passa pela reviso de outras pessoas desenvolvedoras antes de ser integrada a uma vers...
11:01 pm GMT - Tue, September 14, 2021
Dev To
Understanding Ngrx Actions, Reducers and Effects
IntroductionActions, Reducers and Effects are building blocks in Ngrx which is used in many Angular applications. This article is meant to explain the relationship between the three and how we c...
10:49 pm GMT - Tue, September 14, 2021
Dev To
Building a Basic Local Kubernetes/Docker Setup
I found myself needing to trying to test out some Kubernetes stuff locally. In order to do so I needed to build a cluster but I actually found the resources that came up a bit lacking. I actually go...
10:48 pm GMT - Tue, September 14, 2021
Dev To
CodePen no VS code
CodePen & VSCodeCodePen um editor de cdigo on-line til e libertador para desenvolvedores de qualquer nvel de habilidade, e particularmente capacitante para pessoas que esto aprendendo a pro...
10:30 pm GMT - Tue, September 14, 2021
Dev To
Sorting Algorithms in 3 Minutes
Bubble Sort AlgorithmBubble sort is a simple sorting algorithm that repeatedly steps through the array, compares adjacent elements and swaps them if they are in the wrong order. The pass through...
10:19 pm GMT - Tue, September 14, 2021
Dev To
Top 7 Featured DEV Posts from the Past Week
Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take i...
09:50 pm GMT - Tue, September 14, 2021
Dev To
An approach to loosely coupled CloudWatch alarms and contextual alerts
We have for the past four years used a third party for monitoring and alerting of our large scale serverless ecommerce platform. For a number of reasons, we have recently decided to leave this provide...
09:03 pm GMT - Tue, September 14, 2021
Dev To
HackerRank 38 | SubArray |
Este exerccio me custou algumas muitas horas de resoluo. No tanto pelo enunciado, mas sim pelo desenvolvimento.O problema pede para que peguemos um int n que vai delimitar a quantidade de elementos de...
08:37 pm GMT - Tue, September 14, 2021
Dev To
AWS User Group Dubai 2021 Container Series Meetups
This post will be updated with more information after each meetup! DetailsThis series of talks and hands-on workshops around the concept of "AWS cloud-native modern applications" introduces AWS c...
07:16 pm GMT - Tue, September 14, 2021
Dev To
JS Coding Question 8: Capitalize All Words In A Sentence [Not So Easy]
Interview Question #8:Write a function that will capitalize all words in a sentence.If you need practice, try to solve this on your own. I have included 3 potential solutions below. Note: There ...
07:16 pm GMT - Tue, September 14, 2021
Dev To
How to Build Technical Debt Backlog from Scratch
Table ofContentStart simpleSpread the ideaMake it happenConclusionsWe all know the feeling of spending a Friday afternoon waiting for error-prone code to evolve into a production bug to make you...
07:09 pm GMT - Tue, September 14, 2021
Dev To
Better React Micro Frontends w/ Nx
One of the first articles we covered in tech book club was Micro Frontends, an approach to scaling frontend development across many independent and autonomous teams.Although the content of the article...
06:57 pm GMT - Tue, September 14, 2021
Dev To
I Curated 1000s of APIs For Your Next Project !
Hi, fellow Programmers, I understand the pain of searching APIs for a project that you have an idea of. Wandering around the internet and not finding it sometimes.So I went around the internet and cur...
06:42 pm GMT - Tue, September 14, 2021
Dev To
React Native - when JS is too busy
Let's see together how few lines of code could make your app unresponsive. You should always keep in mind that, despite your are writing JS code, your are still executing your code in a device with li...
06:38 pm GMT - Tue, September 14, 2021
Dev To
A Visualizer for PyTorch Image Transformations
Tldr; Check out the app here.Image augmentation is a common technique used when training computer vision models in order to generate artificial training data by transforming in your actual training da...
06:07 pm GMT - Tue, September 14, 2021
Dev To
Docker Images in Kubernetes : Image tags vs. Digest
Ever faced below problems with ImagesI am unable to see my changes, even though I am using the referencing the image using the Correct Tag.- Software Engineer developing somethingI haven't chang...
05:57 pm GMT - Tue, September 14, 2021
Dev To
Reflection via source generators
Lately, I have been experimenting with source generation and got an idea. What if I build a reflection via source generation. How will it differ from the default one? And I did it.So, this library aim...
05:54 pm GMT - Tue, September 14, 2021
Dev To
Serverless Storage for Your Node.js Functions with OpenFaaS and Astra DB
Learn more about Functions-as-service (FaaS), Astra DB, and Node.js on the upcoming Livestream with Alex Ellis, OpenFaaS, and Stefano Lottini from DataStax! When: Thursday, September 16th at 4:00 p.m....
05:40 pm GMT - Tue, September 14, 2021
Dev To
JavaScript Reusable Constants that are used in most apps.
InstallationUsageLanguagesCountriesDurationsStatus CodesMonthsIslamic MonthsContinents Installationnpm i constants-js Usage// Nodeconst { languages } = require("constants-js");// ES6import {...
05:02 pm GMT - Tue, September 14, 2021
Dev To
Manage your Laravel migrations with 1 click!
Have you ever want to migrate a single migration in Laravel?You need to write a huge line of words in your command line to just migrate a migration.Or have you ever tried to refresh or reset a migrati...
05:00 pm GMT - Tue, September 14, 2021
Dev To
All about selectors in CSS
What are selectors?CSS, or Cascading Style Sheets, is a design language that simplifies the process of making web pages presentable. Selectors are used to choose elements and apply styles to the...
04:49 pm GMT - Tue, September 14, 2021
Dev To
Master Frontend Development By Cloning These Websites
Why clone websites?Frontend development has everything to do with the client side. Everything the user can see and interact with on their web browser. Studies show that if a website does not loa...
04:26 pm GMT - Tue, September 14, 2021
Dev To
August: Forem Twitch Events Roundup
In August, Nick Taylor and I were joined by 4 awesome guests! This is a round up of all the wonderful guests who joined us. Walkthrough Wednesday with Lucia CerchieLucia Cerchie, software enginee...
03:58 pm GMT - Tue, September 14, 2021
Dev To
Signs That Bad Programmers Have
Every programmer thinks of himself as the best programmer in the world. It very well may be valid for some of them and for the people who couldn't say whether they are good or bad at programming. This...
03:56 pm GMT - Tue, September 14, 2021
Dev To
Glassmorphism Login Form using only HTML & CSS
In this article, I am going to show you how to create Glassmorphism Login Form using HTML and CSS code. You can convert any simple design to a Glassmorphism design. For this, you need to change a litt...
03:51 pm GMT - Tue, September 14, 2021
Dev To
Simple but Minimal Portfolio template
Simple but minimal Portfolio Website using React and GSAPHi everyone, my name is Devang Saklani. I'm a Front-end Developer from India and I've recently built a Simple portfolio website using Re...
03:40 pm GMT - Tue, September 14, 2021
Dev To
Database as a Service (DBaaS) vs. Data APIs - Explained
Databases are at the core of data-driven applications. Among the different types of available database deployment options, the usage and popularity of cloud databases and DBaaS (Database-as-a-Service)...
03:35 pm GMT - Tue, September 14, 2021
Dev To
How to add an element to an array
My first Post as a junior dev (in progress...) to explain how to add an element to an array.Premier Post en tant que Junior dev(en cours...) pour expliquer comment ajouter un element un tableau...
03:24 pm GMT - Tue, September 14, 2021
Dev To
Day.js | The lightest API to handle dates in JS
Today I am writing again to bring you a library that will help us with the handling of dates in JavaScript, yes, as we all know the handling of dates in JavaScript is not very intuitive, although they...
03:23 pm GMT - Tue, September 14, 2021
Dev To
Build tech resilience
For many students, tech-driven fields can be intimidating. When they get stuck or lack support, they drop out before ever having a chance to succeedregardless of their abilities."The result is a small...
03:15 pm GMT - Tue, September 14, 2021
Dev To
Lessons learned from building a WebSocket server
Appwrite is an open-source, self-hosted Backend-as-a-Service that aims to make app development easier with SDKs available in a variety of programming languages.Before the release of a Realtime API wit...
02:52 pm GMT - Tue, September 14, 2021
Dev To
How to use ZeroMQ Pub/Sub Pattern in Node.js
OverviewPub/Sub is a pattern where the publisher is not programmed to send a message (payload) to a specific receiver. These messages are sent by publishers to specific channels, and receivers c...
02:30 pm GMT - Tue, September 14, 2021
Dev To
How to ReduceReact App Loading Time By 70%
Steps to decrease your React app initial loading time using code splitting.We build large-scale apps using React. When building these apps, the major issue we face is app performance. When the app gro...
02:10 pm GMT - Tue, September 14, 2021
Dev To
Create Signature Component in Vue
Hello, today we will see how to create a signature component using vuejs.Creating your own components is very useful when you have specific needs, it also allows you to learn the logic behind the comp...
02:03 pm GMT - Tue, September 14, 2021
Dev To
How to Perform Form Validation
Why form validation is importantUsers use web forms to sign up or fulfill online transactions. If you have user input saving to a database, you better make sure the data collected is in the corr...
02:00 pm GMT - Tue, September 14, 2021
Dev To
Build a Simple Clock using JavaScript
The best way to learn to code is by practice and building small projects. As part of this blog, let's build a simple clock that will print the local time of the user using JavaScript. This is great fo...
02:00 pm GMT - Tue, September 14, 2021
Dev To
Build a Simple Clock using JavaScript
The best way to learn to code is by practice and building small projects. As part of this blog, let's build a simple clock that will print the local time of the user using JavaScript. This is great fo...
01:24 pm GMT - Tue, September 14, 2021
Dev To
Investigating an incident: how to log effectively (PHP)
Why do we need loggers?It's common for humans to make mistakes. That's so not only in the relation of developers but also users. And if while developing we control the process totally and can se...
12:56 pm GMT - Tue, September 14, 2021
Dev To
Scripts em C
IntroduoScripts so uma ferramenta bem antiga nos ambientes de TI e ainda hoje so muito utilizados. Sua natureza interpretada da eles um dinamismo que supera em muito as facilidades de qualquer ...
12:54 pm GMT - Tue, September 14, 2021
Dev To
How to install Portainer with Docker
In this article, we will see how to install Portainer which is a tool for Docker, using...DockerDoes it sound a bit strange? Let's see how to do that. Video VersionDo you prefer the Video Version...
12:53 pm GMT - Tue, September 14, 2021
Dev To
Custom eLearning software development
No matter what type of eLearning platform you want to develop, we can help. At Steelkiwi, we have the domain knowledge, technical competencies, and experience required to create education software for...
12:52 pm GMT - Tue, September 14, 2021
Dev To
How to setup a gateway for Swagger UI
If you want to setup a Swagger UI pod in your Kubernetes cluster and you have a gateway, you will have some issue if you just have exposed the main route.If you have the issue, you will have the next ...
12:50 pm GMT - Tue, September 14, 2021
Dev To
3 Easy Ways to Add Animation to your Angular Applications
Animations add life to your application and can greatly increase your app's overall user experience. Animation is a complex topic and can be intimidating to many. However, adding animations to your An...
12:48 pm GMT - Tue, September 14, 2021
Dev To
Helping you to build your Personal Brand in Tech
My room is just less average than the rest, I don't have a cool background or dazzling furniture for you to see behind me as other people have, lols, but the SWAG helps brighten and fill the gaps in m...
12:42 pm GMT - Tue, September 14, 2021
Dev To
NgRx Feature Creator
Cover photo by Sigmund on Unsplash.The createFeature function is introduced in NgRx v12.1.It reduces repetitive code in selector files by generating a feature selector and child selectors for each fea...
12:33 pm GMT - Tue, September 14, 2021
Dev To
Implement Silky Smooth Scrolling in react JS
Hi There ,In this tutorial we're going to implement smooth scrolling effect for whole page with custom scrollbar in ReactJS.Here is the demohttps://react-smooth-scroll.vercel.app/(This might load slow...
12:24 pm GMT - Tue, September 14, 2021
Dev To
Ultimate Python Cheat Sheet
In this post you will find a very handy Python memory aidDont miss my next python post: Follow @EricTheCoder_Here is my cheat sheet I created along my learning journey. If you have any recommendations...
12:08 pm GMT - Tue, September 14, 2021
Dev To
20 Essential Spring Boot Interview Questions
Hello, fellow developers, I have compiled a list of essential Spring Boot interview questions that I felt every developer should know.Do drop your thoughts in the comments section below. Also, feel fr...
11:34 am GMT - Tue, September 14, 2021
Dev To
JavaScript Design Patterns - Decorator
Decorator is one of the Structural Design Patterns.You're about to start with gift wrapping for a birthday party. A delicate, fragile gift has to be bubble-wrapped. It is followed by placing it safely...
11:33 am GMT - Tue, September 14, 2021
Dev To
Best 15 Open Source ReactJS Admin Templates 2021
Looking for open source Reactjs admin template? Then here is the collection of the best 15+ Open-source Reactjs admin template of 2021. Before we start the list, let's know what reactjs is in short. ...
11:32 am GMT - Tue, September 14, 2021
Dev To
Game Development Roadmap 2021
Game development roadmap 2021: The lucrative career of video game development is becoming increasingly popular.Activision Blizzard and Epic Games are just a few of the gaming giants that are developin...
11:19 am GMT - Tue, September 14, 2021
Dev To
Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 50
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
11:10 am GMT - Tue, September 14, 2021
Dev To
Tips To Become Great Programmer Of All Time
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
10:46 am GMT - Tue, September 14, 2021
Dev To
Free pass to KubeCon 2021 and 50% cloud savings
Get a free pass to KubeCon 2021 and 50%+ cloud savings with CAST AI. We're giving away 10 individual in-person passes and 90 virtual all-access passes! Total prize pool value of $13,750. How to ...
10:40 am GMT - Tue, September 14, 2021
Dev To
Getting Started with Docker & Fast API
Am back again after a 4 weeks break with a new article, today we are going to learn what docker is, understand the differences between docker image and docker container and containerize a simple Pyth...
10:36 am GMT - Tue, September 14, 2021
Dev To
40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
10:35 am GMT - Tue, September 14, 2021
Dev To
7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
09:49 am GMT - Tue, September 14, 2021
Dev To
Dacast Alternative For VOD
Flicknexs is the dacast alternative that builds VOD and OTT platforms for video creators who want to run video streaming businesses with websites and applications. Flicknexs gives overall support to l...
09:43 am GMT - Tue, September 14, 2021
Dev To
How to Build a Sign Up Form with Floating Labels and Transitions Using Plain HTML and CSS
In this tutorial we are going to build a modern sign up form with floating labels and smooth transitions using plain HTML and CSS. - Complete viewAs you can see in the above image, when an input withi...
09:25 am GMT - Tue, September 14, 2021
Dev To
Linux commands to compress and decompress files and directories
Being an avid linux os user, I often find myself googling how to compress a single file or a directory using bash terminal. The purpose of this article is to compile all those handy commands that I ha...
09:15 am GMT - Tue, September 14, 2021
Dev To
Top 10 Must Know JavaScript Functions!
I recently started a new blog TheDailyTechTalk where I create free content. If you liked this post and would like to read more posts about JavaScript please check it out If you like what I write and w...
09:12 am GMT - Tue, September 14, 2021
Dev To
Exploring JavaScript console object and logging!
If you like what I write and want to support me, please follow me on Twitter to learn more about programming and similar topics JavaScript ConsoleThe console object provides access to the browse...
08:04 am GMT - Tue, September 14, 2021
Dev To
10 Awesome Github Repos Every Web Developer Should Must Use
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.Read More...
08:03 am GMT - Tue, September 14, 2021
Dev To
Top VSCODE Themes Ruling Whole World
Looking for a new Visual Studio Code theme?Developers can be finicky about what themes round out their perfect code editor and IDE setups. Picking the right theme after getting the nuts-and-bolts func...
08:02 am GMT - Tue, September 14, 2021
Dev To
Array methods that you should know
1- findIndexThe findIndex() method returns the index of the first element in the array that satisfies the provided testing function. Otherwise, it returns -1, indicating that no element passed t...
07:56 am GMT - Tue, September 14, 2021
Dev To
3 years of blogging - Here's how it all started!
Read this article on my blog for a better experience!Hello there!I am really excited to share my journey in technical writing and how I got into it! First, I am really thankful to hashnode for providi...
07:29 am GMT - Tue, September 14, 2021
Dev To
Deploy Django Site on Qovery for free
Coding a Django website is pretty simple, but deploying it online could be a tedious & a complicated task for beginners(including me). Hence here is a complete guide on how to host your Django sit...
07:20 am GMT - Tue, September 14, 2021
Dev To
Speed up Laravel in Docker by moving vendor directory
I'm building a Laravel app on my MacBook Pro with Docker by mounting my project folder inside a Docker container. I was working on an API endpoint in the app that had a response time of a little more ...
07:06 am GMT - Tue, September 14, 2021
Dev To
Selecting low power networking LoraWan,SigFox, Nb-IoT and LTE-M
I recently started a new blog TheDailyTechTalk where I create free content. If you liked this post and would like to read more posts about javascript please check it out If you like what I write and w...
07:04 am GMT - Tue, September 14, 2021
Dev To
40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
06:53 am GMT - Tue, September 14, 2021
Dev To
3 free Brag Document Templates [Google Docs]
Brag documents are an effective way to get recognized by your manager and peers for your work. It will help you to get promoted or simply get a salary raise. Getting a template and what to write into ...
06:48 am GMT - Tue, September 14, 2021
Dev To
Best VS Code extensions to increase your productivity
I recently started a new blog TheDailyTechTalk where I create free content. If you liked this post and would like to read more posts about javascript please check it out If you like what I write and w...
06:43 am GMT - Tue, September 14, 2021
Dev To
The Learning Path
Cover image by Jannes Glas on Unsplash TL;DRI created a website hosting learning paths.I started building it because of a professional need, then I realised it could be useful to other people, to...
06:09 am GMT - Tue, September 14, 2021
Dev To
Learning Python- Intermediate course: Day 25, Buttons, Entry and Textboxes
Today we will cover three widgets, namely button, entry and textbox. The plain old buttonWe have covered check buttons, radio buttons and label in the previous parts. But now we will see ho...
05:52 am GMT - Tue, September 14, 2021
Dev To
Tips To Become Great Programmer Of This Decade
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
05:52 am GMT - Tue, September 14, 2021
Dev To
Tips To Become Great Programmer Of All Time
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
05:48 am GMT - Tue, September 14, 2021
Dev To
Learn about Node.js - Popular JavaScript Framework
What is Node.js ?Node.js is a server-side JavaScript run-time environment that works cross-platform and is open source. Node.js uses event drive and non-blocking models that make this framework ...
05:24 am GMT - Tue, September 14, 2021
Dev To
Amazing Tools for Web Developers
Web development tools always make our work easy and smooth. As a web developer, I know lots of work is there. Thats why I listed tools that I use all the time. Well, there are lots of tools available ...
05:22 am GMT - Tue, September 14, 2021
Dev To
10 VS Code extensions every Frontend Developer should Must Use
Hello everyone, my name is Vansh and I'm a frontend developer. In this blog post, I would like to share 10 VS code extensions that every frontend developer should use. The purpose of using these exten...
05:18 am GMT - Tue, September 14, 2021
Dev To
Complete roadmap: How to get started with Frontend Development?
Hello World!Today we will look into the complete roadmap for becoming a frontend developer step by step.In the previous blog, we talked about if getting into a web development career in 2021 is stil...
05:18 am GMT - Tue, September 14, 2021
Dev To
Array.forEach() Method in JavaScript
How can we iterate array items through a loop in JavaScript ?? If you know the above question answer then give the answer in comment section. Today we are learning the most important method in JavaScr...
05:11 am GMT - Tue, September 14, 2021
Dev To
A career in web development in 2021
Should I choose Web Development as my career in 2021? I bet most of the college students must be asking this question to themselves and to their seniors who are working at some company.I won't waste y...
05:10 am GMT - Tue, September 14, 2021
Dev To
Create a responsive popup modal with CSS & JavaScript
A popup modal is a UI element that appears in the foreground of a website. Theyre usually triggered by the user allowing them to view more information or complete an action without having to navigate ...
04:26 am GMT - Tue, September 14, 2021
Dev To
Overcoming the Fear of LOCO(Lines of Coding)
A little more than 250 lines under font-size of 18pxl,the worse fear rather nightmare for beginners. And if there is a comma or a semi-colon missing, the slightest error of spelling and the whole prog...
03:44 am GMT - Tue, September 14, 2021
Dev To
Building a Virtual Conference Ticket with Begin, AWS & Puppeteer
This year, inspired by the folks at Next.js Conf, I decided to build virtual tickets for my conference CascadiaJS. It's a fun feature for attendees because they get to help spread the word about an ev...
02:47 am GMT - Tue, September 14, 2021
Dev To
Frameworks War
Last year we started building our portal from the scratch and we had the luxury of using any technologies, framework or library that we wanted to.We didn't have a lot of time so we just wanted to spee...
02:40 am GMT - Tue, September 14, 2021
Dev To
Design patterns in Javascript: Publish-Subscribe or PubSub
What's a design pattern in software engineering? It's a general repeatable solution to a commonly occurring problem in software design. In this article, we'll be looking at one of such common design p...
02:00 am GMT - Tue, September 14, 2021
Dev To
Don't make these DevOps mistakes! We made them for you
DevOps is Hard! And there are many common DevOps mistakes new engineers make. What if we have a way for you to avoid those most common mistakes? IntroOne question that I get over and over again i...
02:00 am GMT - Tue, September 14, 2021
Dev To
Don't make these DevOps MISTAKES! We made them for you so you don't have to
DevOps is Hard! And there are many common DevOps mistakes new engineers make. What if we have a way for you to avoid those most common mistakes? IntroOne question that I get over and over again i...
01:02 am GMT - Tue, September 14, 2021
Dev To
Testing Library and why I use React Testing Library.
The testing library is a family of packages that help you test UI components in a user-centric way.The more your test resembles the way your software is used, the more confidence they can give you. ...
12:27 am GMT - Tue, September 14, 2021
Dev To
Looking for a Forestry alternative?
Your CMS for Jekyll, Hugo, and EleventyForestry announced in April 2021 that they'd be sunsetting their CMS in favour of TinaCMS and Tina Cloud, which is currently limited to React-based sites. ...
12:11 am GMT - Tue, September 14, 2021
Dev To
The Collab Lab TCL-28: The Road to Lettuce Know
For 8 weeks, TCL 28 cohort members worked together with the guidance of their mentors to create Lettuce Know, a smart shopping list application with a friendly UI. Who are the TCL 28 Collabies an...
11:47 pm GMT - Mon, September 13, 2021
Dev To
Python tutorial bsico: Programando un registro.
Escribiremos un programa que nos permita hacer un registro de animales, con su nombre cientficoy su nombre comn, estos enlazados por un ID nico. Usando ese ID podremos eliminar al animal del registro,...
11:34 pm GMT - Mon, September 13, 2021
Dev To
Python Beginners Tutorial: Animal registry
We will write a program that will allow us to make a register of animals, with their scientific name and common name, binded by a unique ID. Using that ID we will be able to remove the animal from the...
10:10 pm GMT - Mon, September 13, 2021
Dev To
React controlled props pattern
State management is an important factor when developing applications that scale, that's why react existed in the first place.Normally, you would control the state of a component from within its intern...
09:58 pm GMT - Mon, September 13, 2021
Dev To
Building a culture of trust with Metrics at Slack
Rukmini Reddy, VP of Engineering at Slack, has a truly inspiring origin story. As a student growing up in India, she hated that all of the girls in her class were forced to learn sewing. When she was ...
09:50 pm GMT - Mon, September 13, 2021
Dev To
ASP.NET Core 6: Multi-tenant Single Database (Parte 2)
IntroduccinSeguimos con la continuacin de esta serie de posts sobre aplicaciones multi-tenant con asp.net core. En este post veremos como implementar una aplicacin multi-tenant con una base de d...
09:37 pm GMT - Mon, September 13, 2021
Dev To
7 Golden Tips While Redesigning Your Website
The process of redesigning a website can be stressful, confusing, and time-consuming. It's understandable if you feel overwhelmed by the amount of information you need to know in order to create a new...
08:39 pm GMT - Mon, September 13, 2021
Dev To
Best Practices for React Developers in 2021
It may be hard to believe, but this year React turned eight years old. In the technology landscape, especially on client-side web development, this is quite remarkable. How can a simple library for bu...
08:08 pm GMT - Mon, September 13, 2021
Dev To
Decouple your DAGs with an event-driven architecture on AWS
IntroductionApplying domain-driven design and an event-driven architecture to the orchestration of our services has given our teams some very practical benefits in their day-to-day work on devel...
07:47 pm GMT - Mon, September 13, 2021
Dev To
An insight into Norway's recycling program
You would have thought running out of rubbish would be a blessing rather than a curse. Yet in Norway, did you know that lack of waste is becoming a major headache for the waste management business?!! ...
07:41 pm GMT - Mon, September 13, 2021
Dev To
Form Handling Tutorial
The Vue CLI is an awesome tool to kick-start your Vue projects. But by default and rightly so it comes with very little in the way of styling. Follow along and Ill show you how to Create Form on Vue...
07:28 pm GMT - Mon, September 13, 2021
Dev To
The free from Validation Framework cookbook
One attribute makes form validation frameworks completely redundant: <form novalidate> is the star of the show, but it doesn't do what you think!But first, why do we have custom validation if ht...
07:18 pm GMT - Mon, September 13, 2021
Dev To
Ceres Editor - My simple own code editor.
I maked this code editor using only html,css,js. I used electron.js, ace.jsSource code: https://github.com/ceres-editor...
07:04 pm GMT - Mon, September 13, 2021
Dev To
How to use React Context like a pro
Using React's Context API is often very useful. I've found that there are several patterns that you should regularly use in combination with contexts in React, and these patterns aren't that well know...
07:00 pm GMT - Mon, September 13, 2021
Dev To
The PHP for loop
If you have something you want to repeat then consider using a PHP for loop, saving you from copying and pasting the same code multiple times. Adding the code into a loop means you only have to write ...
06:56 pm GMT - Mon, September 13, 2021
Dev To
Feliz Dia da Pessoa Programadora!
Hoje o Dia da Pessoa Programadora. Por que? Por ser o ducentsimo quinquagsimo sexto (256) dia do ano. E claro que o primeiro dia do ano o dia 1! Por que 256? 256 2 elevado oitava potncia. Computad...
06:20 pm GMT - Mon, September 13, 2021
Dev To
Networking After A Bootcamp
Today I will be walking us through some tips, tricks, and not-so-obvious strategies to jumpstart your networking in Software Engineering or maybe other technology fields. Make a list of industries you...
06:18 pm GMT - Mon, September 13, 2021
Dev To
All The Ways to Compress and Archive Files in Python
Python standard library provides great modules and tools for pretty much any task you can think of and modules for working with compressed files are no exception. Whether it's basics like tar and zip,...
05:59 pm GMT - Mon, September 13, 2021
Dev To
Image Slider {day -26}
100daysofcode {day - 26}search image and create a slider.live: https://img-sliders.netlify.app...
05:57 pm GMT - Mon, September 13, 2021
Dev To
Pruebas Unitarias en Autenticacin con Laravel y Passport
Mis nios, la verdad, as como los he dejado solos un buen rato, ahora ando inspirado para publicar algo que me trajo muchos dolores de cabeza: las pruebas unitarias con Passport, no sin antes, quiero f...
05:41 pm GMT - Mon, September 13, 2021
Dev To
RIP Jekyll (The Genesis of the Jamstack)
"I can tell you there's no secret plan to revive Jekyll from the dead." (source)"Jekyll is in frozen mode and permanent hiatus. RIP Jekyll 2009-2018." (source)"Good luck to Jared White to build a mode...
05:26 pm GMT - Mon, September 13, 2021
Dev To
Building scalable dApps with Ethereum, Polygon and Fauna
Introduction to dAppsDApps are decentralized applications that run on peer-to-peer (P2P) networks like blockchains. The decentralized nature means that no one entity (including a person) has con...
05:16 pm GMT - Mon, September 13, 2021
Dev To
Two sum LeetCode problem explained in simple terms using Dictionary
Two Sum ProblemGiven an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.You may assume that each input would have exactly one...
05:12 pm GMT - Mon, September 13, 2021
Dev To
Getting Started with Python
Everyones journey of learning a programming language, or anything new for that matter is different. The beauty of Python is how easy it is to read and understand it whether you have experience in prog...
05:06 pm GMT - Mon, September 13, 2021
Dev To
Synth CDK app to Portable CloudFormation
Consulting requires you to work within the clients parameters. Some clients have internal standards, and want you to deliver your white-label CDK app as CloudFormation. Call me old fashioned but I don...
04:59 pm GMT - Mon, September 13, 2021
Dev To
My personal experience with a split-brain scenario in MSSQL Server
The split-brain scenario in a database environment is a situation whereby the communication link between two different sites is broken, as a result of this situation the production database and standb...
04:51 pm GMT - Mon, September 13, 2021
Dev To
Home automation, smart home and ... more
Being a developer, you probably have an urge to automate things. And if you do, you probably want to do it outside of work as well. Especially at home.Here is an abstract definition of the word ...
04:49 pm GMT - Mon, September 13, 2021
Dev To
6 Ways to Host Your React JS App For Free
Deploying an application created with a framework like React, Vue, or Angular differs significantly from deploying a website built with HTML, CSS, and JavaScript. Choosing a hosting provider for your ...
04:43 pm GMT - Mon, September 13, 2021
Dev To
TailwindCSS with ReactJS
Setting up Tailwind with ReactWe all know setting up tailwind with React is somewhat a pain for the beginners. I personally got into this problem too. Today here we will be setting up tailwindcss from...
04:42 pm GMT - Mon, September 13, 2021
Dev To
A beginners guide to Fauna
After having a hard time trying to grasp Fauna and serverless databases, I came up with the idea of demystifying what I have learned and the quickest way to get up and running with the Fauna. Who...
04:30 pm GMT - Mon, September 13, 2021
Dev To
MERN Stack for Experience Developers
In this article, I am going to cover below pointsWhat is MERN Stack?Setting up development environmentTodo app developmentDatabase setup - creating databaseBackend setup - creating APIs with Node &...
04:15 pm GMT - Mon, September 13, 2021
Dev To
Deploy ASP.Net Website on IIS in Our Local Machine
IntroductionFirst open your ASP.Net web application in Visual Studio.Now in the top we have the option Build. Click on that and under Build you will find Publish Website.Click on Publish Website. Now ...
04:12 pm GMT - Mon, September 13, 2021
Dev To
Creating a Data Store in Angular
Late last night (actually, early this morning), I had visions of dots dancing in my head: the dots and lines used to describe actions and their relation to data in ReactJS data stores ... and the dots...
03:35 pm GMT - Mon, September 13, 2021
Dev To
Creating a countdown timer RxJS vs Vanilla JS
Let's see our requirements. Create a Countdown timerstart button which will start the timer from the current stagepause button which will pause the timer, so that, we can resume the timer on clicking ...
03:00 pm GMT - Mon, September 13, 2021
Dev To
Start managing your projects, notes and every aspect of your life with the Notion and PARA method
I'm crazy about step and calorie counting, scheduling, pomodoro and all time and task management methods that can increase my productivity and show life in numbers.I tried different methods of plannin...
02:45 pm GMT - Mon, September 13, 2021
Dev To
How to make an e-commerce website with HTML, CSS and JS
Hello, Today in this article, we'll learn to create an e-commerce website using HTML, CSS and JS. This is a part of full stack e-commerce website. In this part we'll only create front end page's UI. W...
02:23 pm GMT - Mon, September 13, 2021
Dev To
MongoDB $weeklyUpdate (September 13, 2021): Latest MongoDB Tutorials, Events, Podcasts, & Streams!
Hi everyone!Welcome to MongoDB $weeklyUpdate!Here, you'll find the latest developer tutorials, upcoming official MongoDB events, and get a heads up on our latest Twitch streams and podcast, cur...
02:10 pm GMT - Mon, September 13, 2021
Dev To
Edit any GitHub repository on the web without installing anything
Hey there ,Github released a new feature recently. If you go to any GitHub repository and click on the . on your keyboard, you will be able to see a web version of Visual Studio Code with the files of...
01:59 pm GMT - Mon, September 13, 2021
Dev To
React: Scroll Transition for Fancy Portfolios
I saw this fancy scrolling effect on this website and it just blew my mind. I thought of recreating it and got somewhat successful :)BTW, surely check this portfolio website by Ilya Kulbachny.Read thi...
01:58 pm GMT - Mon, September 13, 2021
Dev To
Are you an optimistic or pessimistic developer?
We all have a different outlook on life-some of us take a glass half full approach and some of us are 'who's drank half my drink' kinda people-but when it comes to software development, which is the m...
01:54 pm GMT - Mon, September 13, 2021
Dev To
Monday Links: Farmers, Incidents & Holmes
I originally published this post on my blog a few days ago. It's part of a new series called "Monday Links".Today I want to start a new series: Monday Links. I want to share interesting and worth-shar...
01:21 pm GMT - Mon, September 13, 2021
Dev To
What is NEXT.JS?
What is NEXT.JS? NEXT.JS is a React Framework that enables you to buildsuper fast & extremely user-friendly static websites. NEXT.JS is an open-source development framework built on top of Node.j...
01:20 pm GMT - Mon, September 13, 2021
Dev To
TypeScript Tips: Getting Component Props Types in React
These days, React and Typescript are the perfect combo for building front-end applications. If you're from the front-end world, you may already know that. This post is about a Typescript tip that will...
01:14 pm GMT - Mon, September 13, 2021
Dev To
Data privacy: "We value your privacy" - No you don't
Once again, I was reading some news site and the usual cookie message showed up blocking the whole content and wanting me to allow them to do whatever with whatever. I mean, who does actually reads th...
12:31 pm GMT - Mon, September 13, 2021
Dev To
I built the entire universe in JavaScript
Its not a clickbait title. I really did it. And its not just a web experience. No. Its a real game, freely explorable, in 3D, right in your browser ! Dont you believe me ? TLDRHo, i know your tim...
12:26 pm GMT - Mon, September 13, 2021
Dev To
Creating a Serverless application with Firebase
TLDR;If you've been reading along you'll know I'm building a widget to provide some fun interactions in blogging posts to support the 4C community.In this article I cover building out the data m...
12:21 pm GMT - Mon, September 13, 2021
Dev To
How to get an attribute value in Angular's components and directives
In this tutorial, we will explore all the ways to read HTML attribute values passed in the component or directive. Reading HTML AttributesElements in HTML have attributes; these are additional va...
12:21 pm GMT - Mon, September 13, 2021
Dev To
7 Microservices Best Practices for Developers
Unless youve been developing software in a cave, youve probably heard people sing the praises of microservices. Theyre agile, simple, and an overall improvement on the monolith and service-oriented ar...
12:10 pm GMT - Mon, September 13, 2021
Dev To
Project Tours: Bread Ratio Calculator
For as long as I can remember, bread has been my favorite food. It's a food like no other. There's an incredible amount of variety, and everything from the amount of water you use to your folding tech...
11:56 am GMT - Mon, September 13, 2021
Dev To
Tools For Web Developer to keep in check in 2021
Tools For Web Developers to keep in check In 2021 99.8% don't know all of them."Get detailed explanation, with links in this post." To Get More Detailed & Exclusive Content, Follow Me O...
11:52 am GMT - Mon, September 13, 2021
Dev To
20 Essential Java Interview Questions
Hello, fellow developers, I have compiled a list of essential Java interview questions that I felt every developer should know.Do drop your thoughts in the comments section below. Also, feel free to c...
11:30 am GMT - Mon, September 13, 2021
Dev To
Best Data analytics Python Training in Noida
Our training institute is the best provider of the best data analytics with python training in Noida. It is a training company from last 15+ years and an ISO 9001:2005 certified institute which provid...