Your Web News in One Place

Articles by Dev To from March 2022

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Dev To details.
11:56 pm GMT - Wed, March 30, 2022
Dev To The Great Migration: Upgrading CDK v1 to v2
At long last, CDK v2 is here and ready for import! Announced at Re:Invent 2021, CDK v2 boasts a single package import, stable APIs, and up-to-date API reference documentation.If you have no idea what ...
10:56 pm GMT - Wed, March 30, 2022
Dev To Music genre classification
TLDRIn this Mage Academy lesson, well build a model to classify the genre of a song based on the given attributes. GlossaryLink to code notebookIntroductionSteps to build multi-class classi...
10:21 pm GMT - Wed, March 30, 2022
Dev To 5 books to learn algorithms and Data Structures
What is an Algorithm?an algorithm (from the Latin, Dixit algorithms and this from the Greek arithmos, which means number, perhaps also influenced by the name of the Persian mathematician Al-Khuarismi)...
09:35 pm GMT - Wed, March 30, 2022
Dev To 100 Days of Swift - Day 2
Continuation of Hacking With Swift 100 Days of SwiftDay 2 - Arrays, Dictionaries, Sets and EnumsArrays are a standard, type declaration is not. instead of int[] in swift we do [Int]Sets are quite simp...
09:30 pm GMT - Wed, March 30, 2022
Dev To How to use Puppeteer inside a Docker container
IntroductionPuppeteer is a Node.js library which provides a high-level API to control Chromium (or Firefox) browsers over the DevTools Protocol.This guide helps to use Puppeteer inside a Docker ...
09:28 pm GMT - Wed, March 30, 2022
Dev To 101 touches of coding Linux tool with C for fun
It is hard to start such a blog, but at least it can serve me as feedback during developing a Linux application with C#.You can ask if I am crazy, C# and Linux it is not a good idea but you know what,...
09:16 pm GMT - Wed, March 30, 2022
Dev To Why We Chose Polygon Over Ethereum
We recently announced Codewrangrlz, an exploratory project in the web3 world. When we announced the project, we published a blog post detailing the project and what our goals were. However, one of the...
09:12 pm GMT - Wed, March 30, 2022
Dev To Turbocharge your monorepo with Lerna and Github Actions
ProblemAt Scalable Capital we use a Whitelabel platform which is a common place for reusable react components, configs, helpers, etc...The platform is organised in a monorepo to manage it's pack...
09:04 pm GMT - Wed, March 30, 2022
Dev To Recebendo e-mails utilizando o Google Apps Script.
Um exemplo passo a passo de como usar um formulrio HTML para enviar uma mensagem do tipo "fale conosco" por e-mail sem um servidor de back-end utilizando o servio do Google Apps Scripts. Veja um exemp...
09:03 pm GMT - Wed, March 30, 2022
Dev To What are some HTML attributes and tags that youve discovered recently?
Louis Lazaris published Those HTML Attributes You Never Use on Smashing Mag recently.I knew a few of the HTML attributes they mention in the blog post, e.g. the download attribute for an anchor elemen...
09:02 pm GMT - Wed, March 30, 2022
Dev To Augmented Reality Application for Autonomous Transport Vehicle
AR (Augmented Reality) has a wide range of uses in many fields such as medicine, entertainment, education or industry. After the Industry 4.0 revolution, it has become one of the focal points of smart...
09:00 pm GMT - Wed, March 30, 2022
Dev To An Introduction To AWS CloudFront Functions
This article was originally written by Ayooluwa Isaiah on the Honeybadger Developer Blog.Amazon CloudFront is a service that speeds up the distribution and delivery of static and dynamic web content t...
08:50 pm GMT - Wed, March 30, 2022
Dev To Connecting Two Routers Within One Network: Boosting Wi-Fi, Shared Resources
Read this article to find out how to connect two or more routers to one network, how to boost your Wi-Fi network signal or create one more access point within the existing network. We will consider tw...
08:45 pm GMT - Wed, March 30, 2022
Dev To Create a P2P network with Node from scratch.
The best way to learn stuff in development is go and try to create your own whatever it is. In this article I'll walk you through creating a minimal example of unstructured untrusted peer to peer netw...
08:41 pm GMT - Wed, March 30, 2022
Dev To Data visualization with python for beginners
You might have heard of data visualization previously but do you really know what that means. Well data visualization is the graphic representation of data using charts, graphs, plots etc.So why is da...
07:40 pm GMT - Wed, March 30, 2022
Dev To Build a service catalog for your software system using Backstage
ProblemA software system often contains multiple components such as backend services, database, API, documentation, etc. Is usually hard for us to have an overview, such as how many components w...
07:40 pm GMT - Wed, March 30, 2022
Dev To day 11 of solving 450 questions[34/450]
Questions solved:three-way-partitioning two pointer approach. left=left-1 increment only if find do same for right .As I am going to begin with LinkedList: Wanted to freshen up on OOPS conc...
07:38 pm GMT - Wed, March 30, 2022
Dev To React js Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API
Recently i have been working in a React js project its show me an warning in my Browser Console which is like below screen shot:don't worry i will Show you How to Solve this type of warning.When react...
07:37 pm GMT - Wed, March 30, 2022
Dev To Instance Methods vs. Class Methods: What's the Difference?
If you are starting your journey to becoming a software engineer, you will be introduced to Ruby at some point. If you find yourself struggling to differentiate between instances and class methods, th...
07:37 pm GMT - Wed, March 30, 2022
Dev To My journey from Web Dev to Web 3.0 Dev - Part 1
Hey, people!I've been working with web development for a while now, and the blockchain ascension in recent years is coming to me as a great opportunity to explore a whole new area in my career.With th...
07:36 pm GMT - Wed, March 30, 2022
Dev To Curious about content-driven micropayments? You may want to join the Web Monetization Community
Did you know you can monetize your DEV posts and get a drip of micropayments from some of your traffic?Its something we enabled on Forem about a year and a half ago, and while this continues to be an ...
07:29 pm GMT - Wed, March 30, 2022
Dev To Mufi Concept Toy-Lang
I've been considering implementing my own toy language (which I hope I can expand to a more production) once I finish reading reading Robert Nystorms Crafting Interpreters. This language similar to cl...
07:25 pm GMT - Wed, March 30, 2022
Dev To Top 3 Git repositrios
Aprenda a utilizar o Git, GitHub, Gitlab, Bitbucket com vdeos explicativos e objetivos. 01 - Aprenda o bsico do git 02 - GITHUB GITLAB BITBUCKET 03 - GIT E GITHUB PARA INICIANTES como c...
06:59 pm GMT - Wed, March 30, 2022
Dev To What is HTTP & How Does It Work?
What is HTTPIn my previous post, we talked about the internet and how it works. In all the complexity of the internet as a web developer there is something very important you need to know and th...
06:57 pm GMT - Wed, March 30, 2022
Dev To Book Review 1
I read The Goal by Eliyahu M. GoldrattIn a nutshell:A man annoys his physics teacher to help him save a factory....
06:55 pm GMT - Wed, March 30, 2022
Dev To Open Source Adventures: Episode 26: Imba 2 Stack Overflow
While I was porting apps from Imba 1 to Imba 2 I encountered a bug in Imba 2, but I was too busy to deal with it. Let's take a step back, try to reproduce a bug with minimal case, and then submit it. ...
05:39 pm GMT - Wed, March 30, 2022
Dev To Tv Calculator!..You can congratulate me for that...
...
05:34 pm GMT - Wed, March 30, 2022
Dev To Win a Custom FutureStack LEGO Kit!
Howdy, y'all. New Relic is giving away this exclusive custom-made LEGO kit to 200 lucky people! Want a chance to win one? It only takes two steps:Register for FutureStack 2022 happening in Las Vegas ...
05:29 pm GMT - Wed, March 30, 2022
Dev To How does LSTM work?
One of the most popular models in the time series domain is LSTM Long Short-Term Memory model. It is a type of recurrent neural network and is heavily used in sequence prediction. In this blog, we wi...
05:23 pm GMT - Wed, March 30, 2022
Dev To The React CLI you always wanted but didnt know about
In this article, Id like to specifically talk about developer tooling, why it is so massively important and how you might have missed out on Nx as your main React CLI for kickstarting new awesome proj...
05:15 pm GMT - Wed, March 30, 2022
Dev To How to test solidity smart contracts with ruby with RSpec and Etherium.rb
I recently tried testing solidity contracts with rspec and wanted to share results since I haven't really found anyone documenting the process. Why?Initially, I just wanted to test whether it's p...
05:12 pm GMT - Wed, March 30, 2022
Dev To how i
hi...
05:12 pm GMT - Wed, March 30, 2022
Dev To Ideas for simple apps
Hey everyone! I need some ideas on a quick app I can program with my extra time. This app I would perfer be something easy and managable, but simple and very needed to developers or just every day peo...
05:09 pm GMT - Wed, March 30, 2022
Dev To Day-54 Training At Ryaz
Date:30/03/2022Day:WednesdayToday, I started at about 10:00 am as I was struggling with working of jwt tokens so, as yesterday due to some error in the index.js file so, the post request was also not ...
05:06 pm GMT - Wed, March 30, 2022
Dev To Survey Form
...
05:05 pm GMT - Wed, March 30, 2022
Dev To .forEach vs .map: A Short Summary
Two very important array iteration methods that you will be seeing when using java are .forEach and .map, both going through an array and enacting a function on each element. But how do they differ in...
05:03 pm GMT - Wed, March 30, 2022
Dev To How to add Images to HTML Canvas
When working with HTML Canvas, sometimes it's desirable to add images. In this article, let's look at how you can easily add images (like .jpeg and .png) to your HTML canvas.If you're brand new to HTM...
04:59 pm GMT - Wed, March 30, 2022
Dev To My experience with linux, and because I prefer this operative system for programming?
When I started programming the operating system I used was Windows, but I was interested in learning linux, I started with Ubuntu, this distribution is the first step for all users. Ubuntu is very eas...
03:42 pm GMT - Wed, March 30, 2022
Dev To Vue 3 Soft UI Dashboard - Free Template
Hello! This article presents an open-source Vue Dashboard Template crafted and released for free by Creative-Tim. Vue Soft UI Dashboard is built with over 70 frontend individual elements, like buttons...
03:40 pm GMT - Wed, March 30, 2022
Dev To Software performance testing - What is it? [1]
I regularly saw that performance testing are put aside, not really consider everyday while developing some services/features.So today we will start a mini-serie about Software performance testing, tal...
03:31 pm GMT - Wed, March 30, 2022
Dev To How To Build an AI-Powered Financial Assistant App
Financial well-being makes us feel confident and secure. However, managing personal money is a challenge. Nobody would refuse to hire a professional financial assistant for this job. Imagine access to...
03:20 pm GMT - Wed, March 30, 2022
Dev To NestJS: stop handling errors like this!
I see people making this mistake all the time.Let's say you've got an API server written in NestJS, and you need an endpoint for fetching a single product by its ID. So, in your product.service.ts you...
03:16 pm GMT - Wed, March 30, 2022
Dev To Getting Started with GraphQL Security
GraphQL has been adopted by the biggest platforms out there - Facebook, Twitter, Github, Pinterest, Walmart - big businesses that cant compromise on security. But even though GraphQL can be a very sec...
03:02 pm GMT - Wed, March 30, 2022
Dev To Building Moderation Discord Bots with Appwrite Cloud Functions
At Appwrite, we try to make our software flexible and agnostic to any tech stack or use case. While Appwrites primary users are building backends for web and mobile apps, it is also used for all types...
02:48 pm GMT - Wed, March 30, 2022
Dev To IoT in Manufacturing: 6 Industrial IoT Trends in 2022
The Internet of Things (IoT), is all about connecting devices into networks that work together. This follows a shift in design from monolithic machines to segmented ones. In other words, IoT is all ab...
02:47 pm GMT - Wed, March 30, 2022
Dev To Selenium WebDriver With JavaScript Tutorial | Generate Mocha Report With Mochawesome | Part VI
Learn how to generate Mocha reports using Mochawesome, a popular and easy-to-use Mocha reporter for Selenium test automation. Start FREE TestingThis video is the next part of the Selenium WebDriver Ja...
02:39 pm GMT - Wed, March 30, 2022
Dev To New to react. Any suggestions for code management and maintainability?
Hello!I was using Angular for like 3 years and recently I decided to switch to React, mostly because you have a lot more freedom to do things your way. The problem that I'm facing now is how to manage...
02:37 pm GMT - Wed, March 30, 2022
Dev To Importance of frontend performance optimization
You might have at least once such issue like me. Browsing posts on a social media app (whether it be Facebook, Instagram, Twitter), your eye got caught by a product ad post and you'd like to know some...
02:37 pm GMT - Wed, March 30, 2022
Dev To Must-Have Features for a Successful Online Furniture Store
The article was initially published in WebMeridian blog.Moving from a physical furniture store to an online store is a great investment. The best time to get into the industry of online furniture sale...
02:34 pm GMT - Wed, March 30, 2022
Dev To How to Guest Post: An Introductory Guide
One of the best ways to get your own site exposure is to write a guest blog for others. This will increase your visibility to a new reader and, if your guest posts includes a link back to your own sit...
02:02 pm GMT - Wed, March 30, 2022
Dev To How do different types of meetings affect the way you work?
As Ive worked with different teams and companies, Ive noticed that the way meetings are scheduled can have an impact on my productivity. Heres some different setups Ive experienced:Daily standupsWeekl...
01:56 pm GMT - Wed, March 30, 2022
Dev To Empleos en Data y Analytics LATAM Mar 2022 - III
Te compartimos las ofertas laborales del mes para reas de Data, Analytics y Cloud .Data Analyst- Willis Towers Watson (Per, Lima)Data Engineer- Rappi (Colombia, Bogot)Data Scientist - Cargill (Ecuador...
01:45 pm GMT - Wed, March 30, 2022
Dev To What is Metaverse [How it will be like in Metaverse]
Metaverse is one of the major trends in virtual reality and augmented reality. The term was first used in a science-fiction novel named Snow Crash by Neal Stephenson. In his book, Stephenson defines t...
01:42 pm GMT - Wed, March 30, 2022
Dev To Foundational Knowledge for a Software Developer
In conversations with people who are much smarter about education than am I, one idea that came up was this notion of foundational knowledge. To define "foundational knowledge" by analogy think of le...
01:42 pm GMT - Wed, March 30, 2022
Dev To Cisco VPN Connection error fix
If you ever experience an error "AnyConnect was not able to establish a connection to the specified secure gateway. Please try connecting again." you can easily fix it by stopping the Windows service ...
01:42 pm GMT - Wed, March 30, 2022
Dev To 5 Window Roofing Options to Insulate Your Home in Style
There are a variety of window roofing options on the market these days, and it can be tough to decide which one is right for your home. In this blog post, we will discuss five different window roofing...
01:41 pm GMT - Wed, March 30, 2022
Dev To Why undefined is the master of all things and null is none
Do you like to repeat yourself? In any way, text, speech, or code?No right? Me tooTo be phenomenal developers, we need to maintain a level of complexity and variations which are more accessible to the...
01:40 pm GMT - Wed, March 30, 2022
Dev To Python for Stock Market Analysis: Exploring Technical Trend Indicators
IntroductionHello and welcome back everyone to our second part of the new blog series Python for Stock Market Analysis. In the last part, we explored different types of moving averages like Simp...
01:34 pm GMT - Wed, March 30, 2022
Dev To When to use GraphQL, gRPC, REST, and Webhooks
When it comes to architecting an application, developers have a wide range of client-server communication protocols to choose from. Its pretty popular across modern apps to use GraphQL, gRPC, REST, an...
01:33 pm GMT - Wed, March 30, 2022
Dev To ReactJS vs Vue.js - Feedback about two long-term projects
I don't think it is really useful to introduce these two frameworks/libraries since you probably already know them. If it is not the case, you can find a quick introduction on those links ReactJS/Vue....
01:32 pm GMT - Wed, March 30, 2022
Dev To My Project submission for Flutter Puzzle Hack
Give Vaccine Kill Covid Introduction In the initial stages of covid-19 vaccine testing trails, doctors are testing with many vaccines for discovering a cure for covid-19, at that stage it became ...
01:12 pm GMT - Wed, March 30, 2022
Dev To SEO MARKETING
Our digital marketing agency experts are very close to our customers brainstorming. They focus on all the aspects that help out to style & make an effective plan....
10:30 am GMT - Wed, March 30, 2022
Dev To Solana: Concerns and Integration To OpenSea
Opensea has officially announced that Solana will begin operations on April 1st. To be honest, Solana has been increasing steadily over the last year. It was able to compete with ethereum's ecosystem ...
10:20 am GMT - Wed, March 30, 2022
Dev To How to properly use abandoned libraries
In some situations I get stuck using old abandoned libraries from GitHub, many of which have multiple forks maintained by other developers who got stuck using them as well Before pulling the outdated ...
10:20 am GMT - Wed, March 30, 2022
Dev To Build lightweight and fast battery monitor web app using SolidJS
Battery api provide an easy way to handle battery status in browser.Battery api can provide you following information:-Battery charging level between 0.00 to 1.00 in decimal number. You can easily c...
10:15 am GMT - Wed, March 30, 2022
Dev To Blockchain Developer Roadmap in 2k22
Hello Devs, It's your mate Nomadev back with another informational blog, after posting Top 5 Resources to Master Web3 in 2k22 I have received many messages to post the full roadmap to be a blockchain ...
10:01 am GMT - Wed, March 30, 2022
Dev To Why is Laravel PHP Framework Perfect for Your Web Development Project?
Laravel is an MVC-based PHP framework mainly used to develop all types of web development solutions. Laravel is primarily designed and made to support the process of web development, utilizing web API...
09:54 am GMT - Wed, March 30, 2022
Dev To The floor is lava: a realistic approach to work-life balance
This post is part of my mentoring conversation series which includes relatively short posts on topics that have come from a mentoring session. Often, these conversations produce insights which could b...
09:51 am GMT - Wed, March 30, 2022
Dev To Webflow vs WordPress: What Should You Build Your Website With?
WordPress vs Webflow: Pros and ConsTo finish out our WordPress vs Webflow comparison, let's compare the pros and cons of each platform.ProsWordPressWordPress is free and open-source.WordPress has a lo...
09:49 am GMT - Wed, March 30, 2022
Dev To Nestjs: java nostalgia?
From the surface, nestjs looks like a framework implemented to make it easier for people who like java to work in nodejs, for people who have been forced to move from java to node by their employer or...
09:48 am GMT - Wed, March 30, 2022
Dev To hello devs
...
09:46 am GMT - Wed, March 30, 2022
Dev To Keeping It Simple: Integrate Firebase and Agora.io in your Flutter Projects (Part 3)
This post is the last part of the three-part article on integrating Firebase and Agora.io in a Flutter Project. In the first part, weve specified what Flutter is and how to create and run the project....
09:46 am GMT - Wed, March 30, 2022
Dev To Keeping It Simple: Integrate Firebase and Agora.io in your Flutter Projects (Part 2)
This post is the second part of the three-part article on integrating Firebase and Agora.io in a Flutter Project. In the first part, weve specified what Flutter is and how to create and run the projec...
09:46 am GMT - Wed, March 30, 2022
Dev To Keeping It Simple: Integrate Firebase and Agora.io in your Flutter Projects (Part 1)
Since its much-awaited launch, Flutter has caught a lot of attention, and we're excited about it too! It has been growing in popularity over the past few years because of the ease of use and the abili...
09:46 am GMT - Wed, March 30, 2022
Dev To Amazon Web Service(AWS) Free Trial
We are here to help you with complete performance monitoring. Get full-stack observability - from user experiences to application and #AWS services with eG Enterprise!Start your FREE trial today! ->...
09:45 am GMT - Wed, March 30, 2022
Dev To What I learned while studying Data fetching with Axios
Hello everyone!Im back, and now I learned one more thing. I learned how to make requests. Im here to show how I did that, and which concepts I learned to do it.Using TV API | TVmaze WEB APIsThe i...
09:41 am GMT - Wed, March 30, 2022
Dev To What Are The Benefits Of Google Trends API?
Google Trends API has a lot of benefits to offer to your business. Through it, you can choose the best keywords, know about the latest trends, for backlinking you can find the sites and the articles, ...
09:18 am GMT - Wed, March 30, 2022
Dev To How I massively improved my website performance by using the right tool for the job
Great website performance and top notch Core Web Vitals are key to ensuring your site is fast, accessible and ranks well in search engines. From JavaScript frameworks to static site generators to ligh...
09:17 am GMT - Wed, March 30, 2022
Dev To A CSS Art from Demon Slayer
Another world, Another anime, and another CSS Art. Adding Tanjiro Kamado to the list. A CSS-only illustration In case you missed my previous CSS art you can find the best ones at css-only.artI am shar...
07:55 am GMT - Wed, March 30, 2022
Dev To Hi DEV Community
It is my pleasure to join such a nice and enthusiastic community. I am very excited to share my ideas and learn from other experienced members.Thank you...
07:52 am GMT - Wed, March 30, 2022
Dev To Success Story of Italy-based Sports Store That Doubled Store Performance Simply With Magento 2
The article was initially published in WebMeridian blog.Francesco ZaninDigital Marketing Consultant NFK DigitalP.S. NFK Digital Agency is our partner. The synergy of our agencies enabled Miches site ...
07:50 am GMT - Wed, March 30, 2022
Dev To Create infinite auto-scroll animation with pure CSS
This guide is to help you understand the concept of how Infinite auto-scroll animations you see on websites like JamStack work, and how to implement them with just CSS!. What exactly is this ani...
07:44 am GMT - Wed, March 30, 2022
Dev To Making PyTest in repl.it work
This is a very short guide on how to run PyTest within a repl.it environment. It covers some of the issues I dealt with in trying to get PyTest working on repl.it instances. For the purposes of this a...
07:43 am GMT - Wed, March 30, 2022
Dev To Introducing SuperTokens: Superfast Open-Source Auth That Is Quick to Implement
Authentication and building a secure connection between two parties to pass information freely and securely have always been a part of human history. From secret code languages, specific sounds to mod...
07:42 am GMT - Wed, March 30, 2022
Dev To Build a Shared Wallet in Solidity
Today, we will build a shared wallet in Solidity, which will have functions like withdrawing, adding funds to different users on the wallet. We will use Openzeppelin for the ownership and other securi...
07:27 am GMT - Wed, March 30, 2022
Dev To Chapter 4: IAM Role
As I mentioned before, attach policy directly to IAM users is not the best practice. As the option, we can use IAM User Group to manage policies in group level. Now, how if we need temporary access to...
07:27 am GMT - Wed, March 30, 2022
Dev To Cardio Clear 7 Reviews (Updated 2022): Really Heart Savior Working Formula?
CARDIO CLEAR 7 REVIEWS - SAFE INGREDIENTS? Viable HEART HEALTH FORMULA?Cardio Clear 7 Reviews - Cardio Clear 7 is an all-regular enhancement comprised of 100 percent clinically demonstrated fixings th...
06:40 am GMT - Wed, March 30, 2022
Dev To Storing references of pointers in containers in C
This article is about the problem of storing vectors in a container and a bug I faced recently.Many would quickly find the conclusion that you should not store raw pointers, but you should work with s...
06:34 am GMT - Wed, March 30, 2022
Dev To FIS Phase 1 Project Walkthrough
...
06:34 am GMT - Wed, March 30, 2022
Dev To Chapter 3: IAM User Group
On the previous chapter, we have IAM User. Now, we move to the IAM User Group. An IAM User Group consist two or more IAM users as members, not group (because group can't consist other groups). It'll h...
06:29 am GMT - Wed, March 30, 2022
Dev To e-Learning Management System: List Of Top e-Learning Management Systems In 2022
You must have come forward with the term e-Learning management system most often in e-Learning articles. And thus, it is important to get a good comprehension of what a learning management system is? ...
05:54 am GMT - Wed, March 30, 2022
Dev To Get the Best Web Scraping Get the Best Web Scraping and API Services - Zenscrape
Are you searching for the best web scraping and API Services? Zenscarpe is one of the best platforms providing the top-notch google web scraping API services. With them, without getting blocked you ca...
05:52 am GMT - Wed, March 30, 2022
Dev To Beginner Guide to Blazor Web Development
If you are new to Blazor web development and looking for a resources to get started then this blog post is for you. Here you will find a series of blog post on Blazor how one can get started developin...
05:50 am GMT - Wed, March 30, 2022
Dev To Skinncell Pro - This Review On Skincell Pro Helps Understand Mole and Skin Tags Remover!
I'm the number one Skincell Pro Mole and Skin Tag Remover fan. This is how to actually see using it for yourself. That may be quite thrilling. This is how to prevent being bothered about what partners...
05:35 am GMT - Wed, March 30, 2022
Dev To Google Cloud Platform Part 2
See Google Cloud Fundamentals Part 1Custom Machine TypeInstance GroupGroup of VM instances managed as a single entity.There are 2 types of Instance groups. 1)Managed 2) UnmanagedManaged Instance Group...
05:02 am GMT - Wed, March 30, 2022
Dev To TypeORM viewEntity
We had a brief first-look at TypeORM, an excellent ORM system for managing your database.I wrote about this first as I was transitioning to Prisma, this is not finished, but I found some fantastic ele...
04:55 am GMT - Wed, March 30, 2022
Dev To How to use responsive images to speed up your apps with android glide example
Loading images efficiently is very important, on every platform, be it android, iOS or the Web. It makes apps/websites faster and also saves users' internet bandwidth.Loading image in views need to be...
04:49 am GMT - Wed, March 30, 2022
Dev To Serverless geolocation
This blog post will show you how to integrate a Geo IP Database in a serverless way.A geo IP database is a database of IP addresses with their locations.There are several free databases available:Maxm...
04:43 am GMT - Wed, March 30, 2022
Dev To Dismissible Widget
Dismissible widget Genellikle etkileimli olmayan widget'lar sarar ve hareket alglama ilevi ekler. Etkileim olaynn ayrntlarn ileten callback'ler salar, bu da size verileri istediiniz gibi ileme ...
04:41 am GMT - Wed, March 30, 2022
Dev To PCCR - Perfect Code Coverage Reporting
If your project has perfect code coverage, and no one, not even you, knows about it, do doves cry?We can never achieve perfection, but if we limit scope it is attainable. ;)Perfect code coverage would...
04:40 am GMT - Wed, March 30, 2022
Dev To How to create my first Open Source project
After using a Linux distribution (Arch Linux) for more than 2 years, I had to return to Windows as my only operating system, leaving behind the good times I had in Linux.One of the things that I have...
04:30 am GMT - Wed, March 30, 2022
Dev To 10 Cool Tech Portfolios
There are many reasons that one should create their own tech Portfolios if they are a developer. The number one reason being - Proof of Work. So here in this post I'm going to list 10 Cool Tech Portfo...
04:13 am GMT - Wed, March 30, 2022
Dev To Best books on Go Programming Language
Learning a new topic can be overwhelming, especially if it's a new programming language. Although the concepts remain the same, being able to write and solve problems using a new syntax can be a bit c...
03:58 am GMT - Wed, March 30, 2022
Dev To prueba
...
03:56 am GMT - Wed, March 30, 2022
Dev To Chapter 1: Introduction
Hi everyone! I'm Dhona and this is my first series as well as first post on DEV. Here I'm going to make a series of how to use ansible to automate IAM service (because it's too long to make it in a si...
03:55 am GMT - Wed, March 30, 2022
Dev To How I setup a sqlite cache in python
When I need to cache some data between runs or share a cache accross multiple processes my go to library in python is diskcache. It's built on sqlite with just enough cacheing niceties that make it v...
03:45 am GMT - Wed, March 30, 2022
Dev To React.js Basics The DOM, Components, and Declarative Views Explained
React.js is an open source JavaScript library for creating user interfaces. It was created by Facebook back in 2013.Demand for React developers is skyrocketing, which means that having knowledge of th...
03:31 am GMT - Wed, March 30, 2022
Dev To Which is best Packers and Movers in Gurugram?
Shakti Packers and Movers is a professional moving business in Gurugram that provides cost-effective packers and movers services. We are a leading moving company in the packers and movers sector, with...
03:28 am GMT - Wed, March 30, 2022
Dev To Build A MERN Stack App in 5 Days (Day 5: Finishing Up)
Hello & welcome to the final chapter of this series!In the previous parts,we:Setup the backendDesigned the stateless components in the frontendSetup Redux & Firebase AuthConnected our frontend...
03:23 am GMT - Wed, March 30, 2022
Dev To Why you should contribute to Open Source Projects?
Open Source Software (OSS) can be defined as any software that has been released for the purposes of giving other people the rights to study, use, change, contribute to, and distribute the software. T...
03:08 am GMT - Wed, March 30, 2022
Dev To A little disappointed
I have failed and interview lately and I am still struggling to get a decent job as a developer. and I have turned 40 last september. Is it too late for me to learn and get a job? ...
03:02 am GMT - Wed, March 30, 2022
Dev To Deno Extension
If you're not familiar with Deno, it's a runtime JavaScript and TypeScript started by the creator of Node.js. denoland / deno A modern runtime...
03:02 am GMT - Wed, March 30, 2022
Dev To Ruby - Convert CSV File to Two Dimensional Array
TLDR;Ruby comes O.O.T.B. with a module to read and parse CSV filestwo_dimensional_array = CSV.read('/path/to/file.csv')=>[["TWO"], ["DIMENSIONAL"], ["ARRAY"]]This article will cover the basic...
03:00 am GMT - Wed, March 30, 2022
Dev To jjlj
httj...
02:59 am GMT - Wed, March 30, 2022
Dev To dawdaw
daw...
01:58 am GMT - Wed, March 30, 2022
Dev To Resumos: Cdigo Limpo - Captulo 2
Nomes significativosNesse segundo captulo o autor trata da importncia dos nomes em um cdigo, desde o nome do projeto at os nomes das variveis, exemplificando nomes adequados e destacando consequ...
01:44 am GMT - Wed, March 30, 2022
Dev To Understanding `__init__` Method in Python
Table of ContentsWhat is Object-Oriented Programming?What is __init__ method?Example usecase of __init__ method Whenever we have object oriented programming in Python, we mostly come across __in...
01:38 am GMT - Wed, March 30, 2022
Dev To Laravel 9 Tutorial 20
Laravel 9 Tutorial Complete Playlist:- https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZIn Part-20 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Larav...
01:34 am GMT - Wed, March 30, 2022
Dev To Cyber-Security and the Game Theory.
Cyber Security might as well be one of the largest and most interesting fields in the tech world. In this series we would be looking at how Cyber Security relates to Tame Theory and Adversarial thinki...
01:25 am GMT - Wed, March 30, 2022
Dev To Padres de Projeto em PHP: Singleton
Design Patterns, os padres de projetos, so extremamente teis e eficazes na escalabilidade, robustez e compreenso do cdigo. Embora seja um nome que nos leve a pensar em complexidade, o principal intuit...
01:16 am GMT - Wed, March 30, 2022
Dev To Tutorial: Create an Azure Blob Storage with SFTP integration
IntroductionAzure has announced a SFTP feature for Storage Accounts. Currently, the feature is still in preview and should therefore not be used for production workloads until it reaches GA.The ...
12:57 am GMT - Wed, March 30, 2022
Dev To What is Integration Testing?
BackgroundIntegration testing, also known as integration and testing, is the next step up from unit testing.In unit testing, individual chunks of software are verified. Whereas, integration test...
12:35 am GMT - Wed, March 30, 2022
Dev To Simulating a Phishing Attack Against Your Company
Spoiler: This is a post about defending against phishing attacks, not a guide for engaging as an actor in a phishing campaign. When it comes to playing defense in InfoSec, engaging in Phishing campa...
12:33 am GMT - Wed, March 30, 2022
Dev To Understanding Metamask: the basics.
The browser-based wallet Metamask is a gateway to exploring Dapps and the world of Crypto. You need a wallet to explore innovation which includes:DeFiNFTsDAOsYet, the web interface can be daunting to ...
12:26 am GMT - Wed, March 30, 2022
Dev To JavaScript Challenge 1 : Splitting an Army
In this first series of articles I'm writing, I will take any fun challenge that I find anywhere, such as websites, daily life or even video games and try solving them using JavaScript. You can totall...
12:19 am GMT - Wed, March 30, 2022
Dev To CSS - Efeito de Rotao e Zoom com mouse hover
...
12:19 am GMT - Wed, March 30, 2022
Dev To Essential Cryptography for JavaScript Developers
In the fall of 2020, my first book came out: Svelte 3 Up and Running, published by Packt. When one of their acquisition editors contacted me some months prior, I was not new to writing, having blogged...
11:48 pm GMT - Tue, March 29, 2022
Dev To Inline Edits Using Turbo Frames
This post explains how to use Turbo Frames to make your web application behave like a Single-Page Application without using any JavaScript. In one of my previous posts that explores Turbo Drive, we le...
11:40 pm GMT - Tue, March 29, 2022
Dev To What's in a File Naming Taxonomy?
Undoubtedly there will be a point in your future when you are outputting your hard work onto the front end of a website. You could already be there, or you could be a developer behind the curtain wher...
11:39 pm GMT - Tue, March 29, 2022
Dev To CloudFront Functions: 20% faster than CloudFlare Workers, 230% faster than Lambda@Edge
How do the big 3 options to run code "at the edge" (CloudFront Functions and Lambda@Edge from AWS and Workers from CloudFlare) compare when it comes to performance?That was the main question which cam...
11:38 pm GMT - Tue, March 29, 2022
Dev To Fundamentos de Sistema da Informao
Dado x InformaoPara que possamos iniciar uma discusso melhor embasada, em uma pesquisa simples no Google, conseguimos achar diversas respostas para o significado de dado, entre elas:Em resumo, d...
11:35 pm GMT - Tue, March 29, 2022
Dev To console.log
This post is in response to this articleInstead of the code in the article, I suggest using this one because it allows multiple arguments: This was more of a tip than a post which is why there is no ...
11:34 pm GMT - Tue, March 29, 2022
Dev To Minimize the sum of the length of the edges in a graph with movable vertices
Hi! I wrote this article about optimization in a undirected graph:https://medium.com/@lorenzotinfena/minimize-the-sum-of-the-length-of-the-edges-in-a-graph-with-movable-vertices-7fb333c8fc0bThere is a...
11:33 pm GMT - Tue, March 29, 2022
Dev To Reciclaje de disolventes para mquinas de impresin flexogrfica
OFRU Recycling presenta un concepto completo de reciclaje de disolventes para su uso en impresoras flexogrficas nuevas o ya existentes.Las mquinas de impresin flexogrfica suelen estar equipadas con un...
11:32 pm GMT - Tue, March 29, 2022
Dev To AirBit Club "Un empuje para la economa mundial"
La economa y los negocios tradicionales atraviesan una increble recesin debido a la crisis del Covid-19. El confinamiento y las medidas de distanciamiento social empleadas por los pases ms importantes...
11:12 pm GMT - Tue, March 29, 2022
Dev To Introducing Ladle for React Stories
Ladle is a tool for developing and testing your React components in an environment that's isolated and faster than most real-world applications. It supports Component Story Format - a concept widely p...
11:04 pm GMT - Tue, March 29, 2022
Dev To AXESS recibe financiacin para seguir consolidndose a nivel global
AXESS Networks naci en Septiembre de 2019 producto de la fusin de dos empresas lderes en soluciones de comunicaciones satelitales: Axesat en Amrica Latina y CETel en Europa. Hoy en da AXESS es ya uno ...
11:03 pm GMT - Tue, March 29, 2022
Dev To Neutrino Energy El mundo est preparado para una nueva forma de movilidad
La industria automotriz alemana ha tenido hasta aqu un rol preponderante en el liderazgo de la movilidad e innovacin, los alemanes siempre han sido los ms eficientes en cuanto a alta ingeniera de moto...
10:59 pm GMT - Tue, March 29, 2022
Dev To Sharing our open-source Engineering Effectiveness Handbook
Hi !tldr: we wrote a handbook on how to make engineering teams more effectiveWe're former engineering leaders at Box, Google and Checkr and co-founders of a startup in the engineering effectiveness /...
09:52 pm GMT - Tue, March 29, 2022
Dev To When should children start learning to code?
Do you have an opinion on the right age to learn coding?...
09:49 pm GMT - Tue, March 29, 2022
Dev To A tip for debugging Octopus Deploy variables
I sometimes need to debug issues related to incorrect variable substitutions or filters in my deployments.The Octopus docs have some tips on debugging problems with variables.The third option, writing...
09:49 pm GMT - Tue, March 29, 2022
Dev To MongoDB Realm for React Native
IntroductionMongoDB Realm is a development platform designed for modern, data- driven applications. It provides a serverless backend that allows you to not only write and read data easily but al...
09:47 pm GMT - Tue, March 29, 2022
Dev To Choosing Technologies, APIs and Languages
There is a vast difference between choosing a technology or a language for one person or a small team, choosing for a large engineering organization, and choosing for a platform with potentially tens ...
09:42 pm GMT - Tue, March 29, 2022
Dev To dveloppeur web
Bonjour tous, je suis dbutant sur sur ce forum ainsi que pour le mtier de dveloppeur web , je suis actuellement en formation. j'espre que je pourrais compter sur votre aide au besoin de prcision. bo...
09:38 pm GMT - Tue, March 29, 2022
Dev To dveloppeur web
Bonjour tous, je m'appelle greg et je suis dbutant sur sur ce forum ainsi que pour le mtier de dveloppeur web , je suis actuellement en formation. j'espre que je pourrais compter sur votre aide au b...
09:36 pm GMT - Tue, March 29, 2022
Dev To npx create-next-app@latest not working - How to solve this problem
: I am experiencing the same issue, I thinks that I should make a post for you my friends. How you can solve this problem. I search a lot of Site, Forum, GitHubissues But can't find. I used a trick fo...
09:36 pm GMT - Tue, March 29, 2022
Dev To What is Cloud Computing and what AWS offers?
In this era of science and technology everyone is talking about cloud and cloud providers. In this article we will learn what Cloud Computing is and who provides these services. I will specifically ta...
09:29 pm GMT - Tue, March 29, 2022
Dev To Best SEO Resources for SaaS Companies
An on-going collection of the best resources for SaaS companies. SEO can be confusing. These resources have made it far less confusing.Resources:https://ahrefs.com/blog/link-building/https://surferseo...
09:25 pm GMT - Tue, March 29, 2022
Dev To Use Contabo Object Storage with NodeJS
Hi there! Recently, Contabo launched their new storage solution Object Storage. These object storages provide an S3 compatible API and can be used quite easily - in this post, I show you how.Currently...
09:19 pm GMT - Tue, March 29, 2022
Dev To How to avoid AWS Cloud Security Mistakes
In this post, as with all of my posts, I want to be brief, because its your time I am spending right now and that's precious.In short, in this post I will explain some of AWS Cloud Security Misconfigu...
09:19 pm GMT - Tue, March 29, 2022
Dev To The Chronicles of a Rookie Developer: My 'React'ion Blog
It's finally here. The long awaited 2nd edition of The Chronicles of a Rookie Developer. (And yes, I just shamelessly upsold my self-made blog series. )Today's piece is about none other than the most ...
07:58 pm GMT - Tue, March 29, 2022
Dev To Replit Was Unable to Build the Virtual Environment for Python Project
ProblemReplit Was Unable to Build the Virtual Environment for Python Project or the Project Not Giving Results As We Expected.This Issue Can also happened to Other Online IDEs Also Like Glitch. ...
07:55 pm GMT - Tue, March 29, 2022
Dev To I created another post about react js and views doubled..
Thank you !! for your support and people that read my post also to people that see my post react to the post. Love y'all ...
07:51 pm GMT - Tue, March 29, 2022
Dev To Task Management Trends Report: Managers vs. Individual Contributors Statistics
Task management, and on a broader scope, project management, are organizational processes that companies use to manage the lifecycle of work that needs to be done to accomplish a goal. As you've proba...
07:51 pm GMT - Tue, March 29, 2022
Dev To Companies should be financially supporting FOSS where possible
On March 18th I tweeted:Companies where FOSS is integral to operations or is a major component in applications and the developer or projects have Open Collective, GitHub Sponsor or other way to contri...
07:49 pm GMT - Tue, March 29, 2022
Dev To GestureDetector Widget
GestureDetector WidgetGestureDetector widget'n dier herhangi bir widget'n etrafna sarabilir ve bu alt widget'n kullancdan gelen etkileimi dinlemesini salayabilirsiniz.GestureDetector'n yalnzca i...
07:45 pm GMT - Tue, March 29, 2022
Dev To Something short about MongoDB
I have worked with relational databases particularly MySQL and later on MariaDB.So recently I decided to check out MongoDB and test the NoSQL world for a bit. Still there is much for me to learn.Mongo...
07:42 pm GMT - Tue, March 29, 2022
Dev To Entry Web Devs
Hey everyone i am a web developer and am opening a discord server to help and give advice to developers out there or those trying to break into the industryI will be covering topics such as Career Adv...
07:39 pm GMT - Tue, March 29, 2022
Dev To Template for creating a typescript Hardhat-based repository for EVM smart contract development
gm everyone,I have just published a scaffold repository template I have used for our project so that folks don't need to reinvent the wheel and get straight to writing code and deploying on the blockc...
07:39 pm GMT - Tue, March 29, 2022
Dev To Comandos principales en Git
Git init Git statusGit add texto.txtGit status Git rm --cached text.txtGit statusgit commit -m "primer commit"git add . -> agregar todos los archivosgit log -> lista los commitgit show text.txt ...
07:34 pm GMT - Tue, March 29, 2022
Dev To Remove & Block SNAP from any Linux
SNAP, The package manager for Linux is developed by Canonical offers the Linux users to install the latest version of Software Packages in the fastest & easiest way possible because Snap downloads...
07:32 pm GMT - Tue, March 29, 2022
Dev To How to use index.js file(Properly)
Index.js file is just like index.html file, if no specification is provided a directory points to it's index file. Index files are equivalent doesn't matter if it's javascript or typescript.For conven...
07:32 pm GMT - Tue, March 29, 2022
Dev To Building a Transport Protocol on ARP
The other day I was sick and bored. With nothing better to do, I spent a day building ArpChat, a slightly-cursed chat app entirely running on ARP.Several people have asked me how ArpChat works behind ...
05:58 pm GMT - Tue, March 29, 2022
Dev To How to create a sticky navigation bar
In this article, I will show you how to create a sticky navigation bar for your website. Demo & Source Code Html<div class="header"> <h2>Header</h2> <p>Plea...
05:58 pm GMT - Tue, March 29, 2022
Dev To Monster Database Systems
For the record, I would not recommend anyone to stuff 2 billion records into a MySQL database, but it is possible, and Magic handles it just fine. Of course, simply counting 2 billion records takes mi...
05:57 pm GMT - Tue, March 29, 2022
Dev To Enabling Web3: SDK and More
TVL stands for Total Value Locked, the most prominent measure of the overall value of crypto assets deposited in a DeFi protocol. A phenomenal rise in all the DeFi protocols combined TVL over the past...
05:53 pm GMT - Tue, March 29, 2022
Dev To How and why to create a headless WordPress with 11ty
WordPress is widely regarded as one of the most popular content management systems in the world. In fact, as of late 2021, WordPress powered 35% of the top 1 million websites in the world. Thats rema...
05:49 pm GMT - Tue, March 29, 2022
Dev To Selenium Scraping in Python with Installation/Setup Guide
Selenium allows you to automate web-related tasks whether it is fetching data from website (web scraping), filling forms, performing some automated task to navigate through website (like a like or com...
05:38 pm GMT - Tue, March 29, 2022
Dev To React hooks in Axios interceptors
As you know, you can not use React hooks in a plcae other than React component or custom hooks.In this article, you will learn how to use hooks in the Axios interceptors.First, create a React project....
05:33 pm GMT - Tue, March 29, 2022
Dev To Get started with Bootstrap
<!doctype html>npm starterGet started with BootstrapYou've successfully loaded up the Bootstrap npm starter project! It's loaded up with Bootstrap 4, Bootstrap Icons, and tooling for compiling o...
05:31 pm GMT - Tue, March 29, 2022
Dev To How to Create a weather app using React.js
Create a new folder and name it weather appUpdating to New ReleasesCreate React App is divided into two packages:create-react-app is a global command-line utility that you use to create new projects.r...
05:22 pm GMT - Tue, March 29, 2022
Dev To .forEach vs .map
Working with JavaScript, especially starting out, has been quite the challenge. An entertaining one at that, but definitely quite an endeavor. To start off my beautiful blogging journey, what better a...
05:22 pm GMT - Tue, March 29, 2022
Dev To omegle girls
There's No ObligationAre you running out of luck in the clubs and bars? Can't seem to meet someone in the normal spots? All the more reason to give dating sites a try; there are plenty of free sites w...
05:21 pm GMT - Tue, March 29, 2022
Dev To How to start at Communities
Recently people have started realizing the power of community, and especially how it helps you to connect with people in the domain you love, you want to work in. But you might think, what should I do...
03:56 pm GMT - Tue, March 29, 2022
Dev To Create An Open Source Ecommerce Store with Gatsby and Medusa
Medusa is an open source headless commerce platform thats focused on providing a great developer experience while creating an ecommerce store.Using Medusas headless architecture, you can create a stor...
03:55 pm GMT - Tue, March 29, 2022
Dev To How to Increase Sales on Your Site
Many eCommerce stores appear to generate a wide array of sales daily, but some store owners are disappointed with their tally. Everyone wants to know how to get more deals, but there is no steadfast r...
03:40 pm GMT - Tue, March 29, 2022
Dev To Lasson 04 | Loops and errors
Types of LoopsLoops can be written as while loops, do-while loops, and for loops. while Loopswhile loops iterate until a condition is met.int a = 0;while (a < 10) { a++;} do-while ...
03:34 pm GMT - Tue, March 29, 2022
Dev To css helper inspect alternative
With this tool you can edit your CSS style and copy your code a powerful Chrome Extension was created to help web developers make CSS editing easy for anyone beginner or professional Copy and paste al...
02:49 pm GMT - Tue, March 29, 2022
Dev To Explaining 51 SOLID Principles in C (Learn How To Program CleanCode)
Solid principles are patterns, or ways of doing things, which you can use when you're programming to make your code more robust and easier to maintain over time. What are SOLID principles for?You...
02:46 pm GMT - Tue, March 29, 2022
Dev To Create a MindMap
Make a MindMap without Libs. Look at the comments in code.HTML-Code<!DOCTYPE html><html lang="de"><head> <meta charset="UTF-8"> <title>MindMap</title> <link t...
02:39 pm GMT - Tue, March 29, 2022
Dev To Unit testing for Node.js Serverless projects with Jest
Originally posted at ServerlessHave you recently found yourself wondering how to write unit tests for your Serverless project? Well, good news. Im here to talk about just that.As the size and complexi...
02:38 pm GMT - Tue, March 29, 2022
Dev To Why Chakra-UI is your secret lover... Stop denying it
Chakra-UI is a modern component library for react created by Segun adebayo. It comes with accessible, reusable, and composable React components that you need to build front-end applications.Chakra-UI ...
02:37 pm GMT - Tue, March 29, 2022
Dev To var let and CONST
While this assumption might be partially true, it's still possible that some of these features remain a mystery to some devs.One of the features that came with ES6 is the addition of let and const, wh...
02:37 pm GMT - Tue, March 29, 2022
Dev To Requesting data from an API with Rails
I'll be using polygon.io API in the below examples. Gem to InstallGemfile:gem 'faraday'gem 'json', '~> 2.5', '>= 2.5.1'gem 'dotenv-rails', groups: [:development, :test]Execute:bundle ...
02:36 pm GMT - Tue, March 29, 2022
Dev To Why CSS Frameworks might be a great choice for your next project
What is CSS?CSS stands for Cascading Style Sheets with emphasis on "style." At the same time, HTML is the structure of a webpage. CSS helps create the layout and designs of your project. Without...
02:30 pm GMT - Tue, March 29, 2022
Dev To Tools I use for my online sessions at events
I started with my first public session more or less 10 years ago and you know what?I am still learning how to deliver a good session.In the last two years and half I delivered almost 50 online session...
02:00 pm GMT - Tue, March 29, 2022
Dev To Debugging JAXB Production Issues
Java Architecture for XML Binding (AKA JAXB API) is a popular API for marshaling XML data. It's a framework for mapping between XML documents and Java POJOs (Plain Old Java Objects, AKA regular Java c...
01:57 pm GMT - Tue, March 29, 2022
Dev To Event Driven Architecture
When we create a software, we try to satisfy most (if not all) requirements that are critical to the business. But we all know there will always be new requirements (sometimes a very surprising one) t...
01:48 pm GMT - Tue, March 29, 2022
Dev To Algorithm & Data Structure
This is a beginners guide towards understanding & mastery of data structure & algorithm using Javascript.In a quick and well-detailed series of lectures, I would be taking you on a quest...
01:31 pm GMT - Tue, March 29, 2022
Dev To Install Elm for OpenBSD x86_64
What?Just some quick steps to compile Elm for OpenBSB on amd64 based chimps since the official distribution does not support OpenBSD yet. How?Get OpenBSD installed and run these commands as...
01:22 pm GMT - Tue, March 29, 2022
Dev To Maintaining An Open Source Project - Cake Walk Or No?
At Appwrite, we aim to build awesome products and spread the word about open source. With continued efforts to spread awareness about open source, we come up with new and exciting Twitter spaces every...
01:19 pm GMT - Tue, March 29, 2022
Dev To 7 Great Habits of Website Designers That Stand out
Getting noticed as a web designer is often an uphill battle. After all, the industry is getting somewhat easier to enter into, and there are more and more online courses available to anyone who wants ...
01:15 pm GMT - Tue, March 29, 2022
Dev To How to Migrate From ECS to EKS and the 1 Trick to Make EKS Easier
Migrating from Amazon ECS to EKS is probably the last thing you want to spend your time on.Yet, youre here. So, its likely that ECS hasnt been serving you fully. Or perhaps youre curious if you should...
01:14 pm GMT - Tue, March 29, 2022
Dev To Release Notes 22.03.29 - A Colorful Future With Dark Mode, Audit Log for Enterprise Compliance, and much more!
We're thrilled to present you with the latest and most advanced release of Syntropy Stack! Our team has been working diligently to bring you some of the most exciting features, like Dark Mode, Audit L...
01:11 pm GMT - Tue, March 29, 2022
Dev To Smoke Testing: Its Techniques and Advantages
Smoke testing is focused to verify the functional requirements and software build and ensure that they are in accordance with the software development and software testing process. This testing method...
01:10 pm GMT - Tue, March 29, 2022
Dev To HerokuUbuntunoVNC
patreonDockerfile ()https://github.com/xstriver/heroku-vncUbuntuDockerfile File Structueapp.json & Dockerfileherokuconfshherokuxfce4 + chromedocker-compose.yaml Xfce4xfce4 style, Dockerf...
01:09 pm GMT - Tue, March 29, 2022
Dev To How we scaled ingestion to one million rows per second
This post was written by Niklas Schmidtmer and originally published at crate.ioOne of CrateDBs key strengths is scalability. With a truly distributed architecture, CrateDB serves high ingest loads whi...
01:08 pm GMT - Tue, March 29, 2022
Dev To IT program that can be useful in Future
*NETWORK & SECURITY*If you want to know more about the world of IT, you should start with Network Security. Youll need a Network+ certification or higher, which is available from CompTIA. You can ...
11:53 am GMT - Tue, March 29, 2022
Dev To Build a Digital marketing agency landing page using HTML CSS JS
How to build digital marketing agency landing page using HTML CSS JavaScriptIn this video, I will show you how to create a (mobile-first responsive) digital marketing agency landing page.Live WebsiteG...
11:51 am GMT - Tue, March 29, 2022
Dev To The Testing Pyramid: How to Structure Your Test Suite
For over a decade, the testing pyramid has been helping developers plan automated software tests. In this article, well explore what makes up the pyramid, how it is helpful, and what alternative shape...
11:51 am GMT - Tue, March 29, 2022
Dev To Let's implement the Incremental/Affected pattern, the killer feature used by Turborepo, Nx, Rush and many more popular tools
In the introduction of the Master Directed Graphs by example with JavaScript, we saw how useful the directed graphs could be. Before reading this blog post, I highly recommend you to read it before go...
11:47 am GMT - Tue, March 29, 2022
Dev To Splash Screen on Gatsby JS
If you embark on the problem to add splash screen to you gatsby website you are in the right place. I myself was trying to add the splash screen to the website and had to go a lot forums and couldn't ...
11:46 am GMT - Tue, March 29, 2022
Dev To A Guide to Secure Elixir Package Updates
Keeping your dependencies up-to-date is essential to ensure that your applications stay healthy, secure, and performant. Thankfully, the BEAM ecosystem has its own package manager, Hex, which is fast,...
11:44 am GMT - Tue, March 29, 2022
Dev To Guide: Netlify-to-Discord notifications
Discord is a great way to get Netlify notifications! I set up my own private server to collect notifications with my open source projects.Theres an official guide to set up GitHub notifications on Dis...
11:41 am GMT - Tue, March 29, 2022
Dev To Keep up with the trend: Hire Freelance Ruby on Rails Developer!
In the software development world. Nothing is constant as every single day there have always been trends that change. And in order to get success in the IT sector keeping up with the trends becomes cr...
11:07 am GMT - Tue, March 29, 2022
Dev To How to Create Components in Svelte
In my last article, we looked at how to make your first Svelte application using SvelteKit. Today we'll look at the next step - how to make components, so you can start to build real Svelte applicatio...
10:57 am GMT - Tue, March 29, 2022
Dev To Build a coupon code manager app in 30 minutes
In this article, we will see a start to finish guide for building a coupon code manager app that will let you create coupon codes and manage their discounts, descriptions, and expiry dates.This tutori...
10:36 am GMT - Tue, March 29, 2022
Dev To Short Circuiting Fantastical Debugging
Debugging things requires a level head. Problem-solving is an art of the anti-freakout. My problem is I dream of fantastical sources where the pain originates. It affects my problem-solving skills. I'...
10:30 am GMT - Tue, March 29, 2022
Dev To How to build rating star components with Tailwind CSS and Flowbite
For the past year my favorite CSS framework of choice is Tailwind CSS coupled with Flowbite because of the utility-first approach and the interactive elements from Flowbite built using these class nam...
10:29 am GMT - Tue, March 29, 2022
Dev To Soundclub Mag
It's us! Soundclub Mag, the magazine about entertainment experiences that live, beyond the musicians..We help people find themselves and connect with the spirit they seek.We don't do ordinary. We don'...
09:54 am GMT - Tue, March 29, 2022
Dev To What Are The Financial Benefits Of Telemedicine?
WHAT IS TELEMEDICINE?Telemedicine is the process of delivering healthcare over a distance to patients, usually by a doctor via the phone or video. The pandemic saw a massive increase in the number of ...
09:48 am GMT - Tue, March 29, 2022
Dev To How to Be an Effective Boy/Girl-Scout Engineer
Always leave the code better than you found it - it's that simple, yet not everyone is doing it. I've published this article last year and decided to republish it as there are some new lessons I learn...
09:38 am GMT - Tue, March 29, 2022
Dev To TreeDataGrid is out!
Our new control TreeDataGrid is now publicly available. It is 2 controls in one - DataGrid and TreeView. Our users have been asking us for more performant version of DataGrid and TreeView type control...
09:30 am GMT - Tue, March 29, 2022
Dev To Centralising audit, compliance and incident detection
IntroductionThis is the third in a series of posts looking at some of the core services, building blocks and approaches that will help you build out a multi-account best practice landing zone:Pa...
08:41 am GMT - Tue, March 29, 2022
Dev To 201-450 Dumps retaining our legacy
We had been retaining our legacy with the assist of spending a large capital for the sake of RD to keep the PDF dumps maximum superior because of the reality we take transport of as actual that with k...
08:38 am GMT - Tue, March 29, 2022
Dev To 5 Reasons Why DevSecOps is The Best Choice for Organizations
Today, modern enterprises are under pressure to innovate their approaches (such as moving to cloud platforms) and deliver products to their customers with high-speed and better capabilities. Howeve...
08:35 am GMT - Tue, March 29, 2022
Dev To Installation of msys2 and Perl on Windows 2022
Explains how to install msys2 and Perl on Windows. The msys2 is a software to build a Linux-like environment on Windows. Perl can be installed on msys2.This article is originally Installation of msys2...
08:35 am GMT - Tue, March 29, 2022
Dev To Most Software Developers Are Depressed
Its not uncommon to see people in tech talk about the new stuffs thats out there, and how awesome a technology is.But are most engineers really happy? I mean, the real happiness?This is not something ...
08:31 am GMT - Tue, March 29, 2022
Dev To How to Check if a macOS App is Notarized
Version: macOS 10.15.7You can check if a macOS application is notarized by using the spctl command-line utility. spctl evaluates if the system allows execution, installation, and other operations on f...
08:29 am GMT - Tue, March 29, 2022
Dev To Building accessible forms
On September 14th, In The Pocket signed the Digital Inclusion Charter to underline our commitment in fighting digital exclusion. In this post I'll explain how this can be applied to handling form subm...
08:21 am GMT - Tue, March 29, 2022
Dev To What is ReactJS? Ultimate Guide for 2022
What is React?ReactJS is a JavaScript library developed by META in 2013. It gives developers the ability to create interactive web applications, or what is commonly referred to as Single-Page Ap...
08:21 am GMT - Tue, March 29, 2022
Dev To Running test suite against Oracle Database
I want to run the pandas test suite (tests/io/test_sql.py) with oracle database using SQLAlchemy. Can anyone please help with test suite execution with oracle?...
06:46 am GMT - Tue, March 29, 2022
Dev To CSS Logos: Figma logo
While creating the CSS Slack logo I couldn't help but think it looks a lot like the Figma logo in the primary setup.So why not look at how we can create the Figma logo in CSS.The logo looks like this:...
06:40 am GMT - Tue, March 29, 2022
Dev To Securing K8s cluster with Kubescape
This article is about securing your Kubernetes Cluster using Kubescape.Across industries, a shift from a monolithic architecture to microservices architecture has taken place.Kubernetes is being used ...
06:39 am GMT - Tue, March 29, 2022
Dev To Benefits of Business Intelligence Software Tools
The methods, applications, technologies, and practices employed by most e-commerce development organizations and enterprises for the collection, integration, analysis, presentation, and organizing of ...
06:36 am GMT - Tue, March 29, 2022
Dev To Integrate Bootbox Alert & Confirmation with Ajax in Laravel 8
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/integrate-bootbox-alert-confirmation-with-ajax-in-laravel-8In this post, I'm sh...
06:34 am GMT - Tue, March 29, 2022
Dev To Which one has a better future? blockchain or full stack developer.
Hi, as a beginner of the community I see a lot of people talking that web3.0 is the future of the developing. How do you predict the future?as a front-end developer and someone new to the commun...
06:33 am GMT - Tue, March 29, 2022
Dev To How to Remove Last Element from Array in Javascript?
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/javascript/how-to-remove-last-element-from-array-in-javascriptIn this post, I'm sharing...
06:33 am GMT - Tue, March 29, 2022
Dev To Anyone can help me get me internship?
I have been learning web development for more than a year....
06:31 am GMT - Tue, March 29, 2022
Dev To How to Remove First Element from Array in Javascript
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/javascript/how-to-remove-first-element-from-array-in-javascriptIn this post, I'm sharin...
06:29 am GMT - Tue, March 29, 2022
Dev To Enter the attendance timings using Room Database and Huawei Analytics Kit in Attendance Tracker Android app (Kotlin) Part 5
IntroductionIn this article, we can learn about that how to enter In Time and Out time of an users by the Room Database and also we can integrate the Analytics Kit for event tracking.Room is an ORM (O...
06:27 am GMT - Tue, March 29, 2022
Dev To Delete Record using jQuery Ajax in Laravel 8
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/delete-record-using-jquery-ajax-in-laravel-8In this post, I'm sharing how to de...
06:27 am GMT - Tue, March 29, 2022
Dev To 3d -render freelancer at your service!!!
Hi folks, if you need a free lancer for 3d-rendering feel free to ping. 6 years experience in industrial interior and exterior architectural design.You can also ping me at - [email protected] Thanks....
06:21 am GMT - Tue, March 29, 2022
Dev To Flutter vs React Native: Select The Best For Your App (2022)
Selecting the perfect program for your upcoming project will influence its potency and features. And I dont have to state that a poorly designed app will overheat the end-users device, cause lags, and...
05:58 am GMT - Tue, March 29, 2022
Dev To Apotik Jual Viagra Asli Di Banjarmasin 081271227097 Toko Obat Kuat Viagra 100mg Di Banjarmasin
Jual Viagra Asli Di Banjarmasin, Agen Viagra Asli Usa Banjarmasin, Jual Viagra Di Banjarmasin, Jual Obat Viagra Asli Di BanjarmasinCOD, Apotik Jual Viagra Eceran Di Banjarmasin,Pesan Kami Antar Gratis...
05:56 am GMT - Tue, March 29, 2022
Dev To Apotik Jual Viagra Asli Di Pekanbaru 081271227097 Toko Obat Kuat Viagra 100mg Di Pekanbaru
Jual Viagra Asli Di Pekanbaru, Agen Viagra Asli Usa Pekanbaru, Jual Viagra Di Pekanbaru, Jual Obat Viagra Asli Di PekanbaruCOD, Apotik Jual Viagra Eceran Di Pekanbaru,Pesan Kami Antar Gratis & Bay...
05:55 am GMT - Tue, March 29, 2022
Dev To https://dumpsboss.com/comptia-exam/pk0-004/
pk0-004 dumps CmpTIA CmpTIA Prject+ certificatin exercise check questins and solutions, look at manual, examination dumps and vide education curse in vce frmat t assist yu look at simply. Prepare wit...
05:53 am GMT - Tue, March 29, 2022
Dev To Custom shell function in .zshrc to search strings
seek() { if [ "$1" != "" ] then grep -H -r --exclude-dir=node_modules "$1" * | less else echo "need to type in a string" fi}I use this function when I join an existing project and I need to ...
05:53 am GMT - Tue, March 29, 2022
Dev To Apotik Jual Viagra Asli Di Palembang 081271227097 Toko Obat Kuat Viagra 100mg Di Palembang
Jual Viagra Asli Di Palembang, Agen Viagra Asli Usa Palembang, Jual Viagra Di Palembang, Jual Obat Viagra Asli Di PalembangCOD, Apotik Jual Viagra Eceran Di Palembang,Pesan Kami Antar Gratis & Bay...
05:52 am GMT - Tue, March 29, 2022
Dev To Internals of goroutines and Channels
Why go is popularConcurrencyBefore you get into details of goroutines we need to understand Threads and ProcessesWhat is the diffrence between process and threads ? How process worksThe program h...
05:51 am GMT - Tue, March 29, 2022
Dev To Sentiment Analysis Data sources for Strategic Text Analysis
Sentiment analysis or opinion mining is a natural language processing (NLP) technique used to analyze text data. It analyzes textual data to determine whether it is positive, negative, or neutral. Bra...
05:49 am GMT - Tue, March 29, 2022
Dev To Apotik Jual Viagra Asli Di Samarinda 081271227097 Toko Obat Kuat Viagra 100mg Di Samarinda
Jual Viagra Asli Di Samarinda, Agen Viagra Asli Usa Samarinda, Jual Viagra Di Samarinda, Jual Obat Viagra Asli Di SamarindaCOD, Apotik Jual Viagra Eceran Di Samarinda,Pesan Kami Antar Gratis & Bay...
05:47 am GMT - Tue, March 29, 2022
Dev To Essence Of Argan | 1 Australian Oil For Your Face Glow And Beauty
Essence Of ArganClick Here to Buy :- https://ipsnews.net/business/2022/03/13/essence-of-argan-australia-moroccan-argan-oil-100-natural-and-effective-ingredients-pros-cons-and-how-to-use/https://sites....
05:46 am GMT - Tue, March 29, 2022
Dev To Apotik Jual Viagra Asli Di Makassar 081271227097 Toko Obat Kuat Viagra 100mg Di Makassar
Jual Viagra Asli Di Makassar, Agen Viagra Asli Usa Makassar, Jual Viagra Di Makassar, Jual Obat Viagra Asli Di MakassarCOD, Apotik Jual Viagra Eceran Di Makassar,Pesan Kami Antar Gratis & Bayar Di...
05:44 am GMT - Tue, March 29, 2022
Dev To No import React from 'react'. Here's Why!
Information Source: The React DocsSo I assume if you are reading this post then** you are probably a react developer or an aspiring react developer**. Doesn't matter which one you're the above questio...
05:42 am GMT - Tue, March 29, 2022
Dev To Apotik Jual Viagra Asli Di Balikpapan 081271227097 Toko Obat Kuat Viagra 100mg Di Balikpapan
Jual Viagra Asli Di Balikpapan, Agen Viagra Asli Usa Balikpapan, Jual Viagra Di Balikpapan, Jual Obat Viagra Asli Di Balikpapan COD, Apotik Jual Viagra Eceran Di Balikpapan,Pesan Kami Antar Gratis &am...
03:56 am GMT - Tue, March 29, 2022
Dev To How to debug serverless apps
Debugging serverless apps is different and difficult.If you have not properly prepared, debugging some requests may be impossible with your current level of instrumentation and tooling.So what i...
03:43 am GMT - Tue, March 29, 2022
Dev To Implementing SVE2 for Open Source Project
IntroductionIn the last post, we explored and implemented Scalable Vector Extension 2 (SVE2) code for the volume adjusting algorithm. Now, we will do the same process but in a much bigger scale ...
03:38 am GMT - Tue, March 29, 2022
Dev To How do you avhieve SEO performance on your dev stack ?
There is so growing developers in full stack or web app frameworks and newer technology like flutter, webassembly .It gives newer problems in SEO and how do you solve them ! Just for your opinionated ...
03:38 am GMT - Tue, March 29, 2022
Dev To .append vs .appendChild in JS
What's the difference between .append and .appendChild?The distinction has robbed me of a couple of hours so here's to hopefully saving you a little bit of time.First of all, we can see the full funct...
02:41 am GMT - Tue, March 29, 2022
Dev To What is a unit test?
Unit Testing BackgroundTl;dr : a unit test is code that tests other code.Unit tests are the smallest type of software testing. They are meant to verify that a single piece of code is working as ...
02:37 am GMT - Tue, March 29, 2022
Dev To Faster multi-line jumps in VSCode-Vim
One of the things that bothered me with VSCode-Vim was with how slow it was to use (number)(arrow) (eg, 42(down)) to move multiple lines down. In the screencast below, notice how it goes line-by-line ...
02:35 am GMT - Tue, March 29, 2022
Dev To Launching the Job Board - New Years Resolution - Dev Log 26
IT'S FINALLY TIME! consolejob.comI have completed the MVP for the job board I have been working on for the last three months. Everything is live, and I am both excited and terrified. Excited that I ha...
02:32 am GMT - Tue, March 29, 2022
Dev To The Gist: What Is Cache?
View OriginalMany of us encountered the term cache, especially when designers work in hand with engineers and engineers say to clear the cache. What is cache?Cache is an optimization technique used in...
02:28 am GMT - Tue, March 29, 2022
Dev To Taking Grammarly for a Test-Drive
I signed up for Grammarly to improve my writing skills and am testing it on the Speaker.app verbiage, a project I have notoriously gone overboard with trying to describe.Speaker.app is a batteries-inc...
02:26 am GMT - Tue, March 29, 2022
Dev To Eloquent optimization: displaying only one record of a one-to-many relationship
Sometimes we need to display data for only one record in our one-to-many relationships. For example: Displaying the title of the last video each user postedShowing the most sold product in each catego...
02:23 am GMT - Tue, March 29, 2022
Dev To Telescope. 3.0-alpha
We successfully landed the 2.9 release, and now we focus on the alpha-3.0 release. I am glad to share that our small team fixed all the bugs for Eslint and created additional enhancements for eslint i...
02:16 am GMT - Tue, March 29, 2022
Dev To CannaConstruction
To build a cost effective and robust HempHome in the future, I hope someone can use the information in this listCannaConstruction: https://cannabisheaven.us/cannaconstruction-from-field-to-foundation...
01:48 am GMT - Tue, March 29, 2022
Dev To Building a Calorie Tracker App in Flutter
In order to get a firm understanding of any new programming language we might be learning, it is best to build a simple application with that language in order to actively learn its pros/cons and its ...
01:30 am GMT - Tue, March 29, 2022
Dev To Build Hadoop 2.X Fully distributed Environment by Ubuntu 16.04
1.Experimental model and architecture description 2.Basic environment configuration 3.JDK Hadoop environment configuration 4.Hadoop configuration file modification 5.Start Ha...
12:00 am GMT - Tue, March 29, 2022
Dev To How to add Google Analytics gtag to Next.js using Partytown
First of all I'd like to thank you Paul Scanlon of Gatsby for his article that helped me a lot .You had just finished your super fast Next.js website, all the performance metrics point to the higher l...
11:54 pm GMT - Mon, March 28, 2022
Dev To Do JDBC ao Spring Data (ou: possvel reduzir cdigo?)
H tempos que venho querendo escrever este post. Mais precisamente, desde quando comentei sobre o tema deste artigo numa live sobre o livro de spring boot, escrito pelo @boaglio Bem, finalmente saiu :D...
11:37 pm GMT - Mon, March 28, 2022
Dev To Encode and decode FourCC codes, in Python
Convert the string "H264" to an integer code:sum([ord(c) << (i * 8) for i, c in enumerate("H264")])Convert the integer code (0x34363248) back to a string:''.join([chr((0x34363248 >> (i * 8...
11:29 pm GMT - Mon, March 28, 2022
Dev To Ng-News: Issue 22/12
This is a weekly posting, covering the latest updates from the Angular community. Updated Angular RoadmapWe saw an update of the official Angular Roadmap. As the name says, it lists all the Angul...
11:29 pm GMT - Mon, March 28, 2022
Dev To 8 Powerful Ways Chatbots Can Transform Your Customer Experience (Insights From David Cancel, CEO of Drift)
Chatbots are changing the way brands interact with their customers, and when the chatbot is of high quality, those changes are usually positive.In fact, a survey by Oracle found that 80% of brands pla...
11:17 pm GMT - Mon, March 28, 2022
Dev To Manjaro Ps Instalao
Ps-instalao com um shell script.Se voc usa Linux, possvel usar shell script para automatizar algumas atividades, entre elas, instalar e configurar ambientes. A proposta simples, vamos criar um...
11:00 pm GMT - Mon, March 28, 2022
Dev To Requests for Go or Terraform Content?
I have found myself completely immersed in the Go and Terraform ecosystems lately. Most of my time is focused on learning both of these technologies. I'm learning new things all the time and would lov...
10:59 pm GMT - Mon, March 28, 2022
Dev To GAS UrlFetchApp Slack API conversations.list
GAS getSlackChByName Slack API Doc api.slack.com Slack API https://api.slack.com/messaging/retrieving#finding_conversationconst { WebClient, LogLevel } = require("@slack/web-api");GAS ...
10:58 pm GMT - Mon, March 28, 2022
Dev To I need help [css]
How can I remove these blue highlight in css?...
10:48 pm GMT - Mon, March 28, 2022
Dev To I need suggestions for my web game
I'm making a web game in typescript and deploying to Heroku, should I compile my code before I deploy it? I feel like that would make collaboration harder (because git would only have the compiled cod...
10:44 pm GMT - Mon, March 28, 2022
Dev To Selection and Iteration in C
Selection StatementsSelection statements are used to choose among alternative actions. ifif( Condition ){ Action;}if(grade >= 60){ puts("Passed");} if .. elseif(Condition){ ...
10:43 pm GMT - Mon, March 28, 2022
Dev To The 2022 CodeLand CFP Closes on March 29 @ 11:59 PM UTC
Hey everyone!I just wanted to stop by with a quick reminder that the 2022 CodeLand Call-For-Proposals (CFP) closes tomorrow, March 29 @ 11:59 PM UTC. If you'd like to share a talk directly with a glob...
10:41 pm GMT - Mon, March 28, 2022
Dev To Bit Manipulation
Bit ManipulationBit manipulation is used in a variety of problems. Sometimes, the question explicitly calls for bit manipulation. Other times, it's simply a useful technique to optimize your cod...
10:39 pm GMT - Mon, March 28, 2022
Dev To Writing Redirects in Kubernetes' Nginx Ingress
Are you using Kubernetes and want to redirect a www website to its non-www counterpart, or vice versa? Hey, me too! I recently re-launched the website for dictate.life and in the midst of planning the...
10:35 pm GMT - Mon, March 28, 2022
Dev To The difference between Service Classes and Traits in PHP
Service ClassesA service class is a class that performs some business logic that you want to use in various places. It is any PHP object that performs some sort of a "global" task.When code does...
09:34 pm GMT - Mon, March 28, 2022
Dev To Where all DEVs fail in Security
IntroI have been in security for several years. My work is to test an application or an infrastructure and try to break in.If you are a developer the following is probably one of the vulnerabilities y...
09:34 pm GMT - Mon, March 28, 2022
Dev To Django PostgreSQL Migration from SQLite
Full Article on SweetcodePostgreSQL is a powerful, open-source object-relational database system that uses and extends the SQL language combined with many other features that safely store complicated ...
09:20 pm GMT - Mon, March 28, 2022
Dev To Install Hadoop on Mac Ultimate Step by Step Guide
In this tutorial you will learn how to install the hadoop system in your mac machine, including a brief reminder of what hadoop is and its architecture.When talking about hadoop, first idea that proba...
09:09 pm GMT - Mon, March 28, 2022
Dev To REST - Uma breve introduo
Tabela de ContedoRestRestries RESTInterfaces uniformesCliente-servidorStatelessCacheableLayered SystemCode on Demand Rest O que ? um estilo de arquitetura de Software que possui um con...
09:08 pm GMT - Mon, March 28, 2022
Dev To Increase link clickability area - HTML/CSS
Let's say we have a page with news previews:It is necessary to make a link not only to the subtitle, but also to the picture.There are three ways: The Good, the Bad and the Ugly. The BadJust wrap...
08:53 pm GMT - Mon, March 28, 2022
Dev To Photos for Check In 2
...
08:49 pm GMT - Mon, March 28, 2022
Dev To Creating an SQLite Database From Excel Workbook.
A database is an organized collection of rows and columns with data that are related to each other. Sometimes you have an excel worksheet and would like to query it using SQL. This post takes you thr...
08:44 pm GMT - Mon, March 28, 2022
Dev To Difference between the Event Loop in Browser and Node Js?
Every JS developer must have heard of the term Event Loop. Both JS and Node Js is based on the principle of event loop which has similarities and dissimilarities to some extent. Let's discuss the even...
08:43 pm GMT - Mon, March 28, 2022
Dev To Ciri Viagra Asli Dan Palsu Pil Biru Terbaru 2022 Di Apotik Indonesia
( wa 081377773378 ) Ciri Viagra Asli Dan Palsu Di Apotik Indonesia Akan kami ulas secara lengkap dan akurat Di bawah ini, Ciri Viagra Asli Dan Palsu, Ciri Pil Biru Asli Dan Palsu, Perbedaan Viagra Asl...
08:40 pm GMT - Mon, March 28, 2022
Dev To What is the Message Processor of Mulesoft?
Once Mule receives a message from a message source, the work of message processor starts. The Mule uses one or more message processors to process the message through a flow. The main task of message p...
08:39 pm GMT - Mon, March 28, 2022
Dev To Coder offers up to $30k referral bonus for engineers
Going through my inbox this morning, I almost spit out my coffee when I read the headline. Coder, which is an alternative to Github's Codespaces, is offering up to $30,000 to refer Staff and Principa...
08:38 pm GMT - Mon, March 28, 2022
Dev To BEST BLOCKCHAIN 101 VIDEO ON YOUTUBE
This video is easily the best introduction to block chain you can find anywhere. When people ask about blockchain technology, I always refer this video. Explained in the language of a 5 year old, the ...
07:19 pm GMT - Mon, March 28, 2022
Dev To Setting up Static Website on AWS S3
Hello Geeks,You gotta an overview of article by the title. It's 2022 and world is using CMS System for their websites or custom developed dynamic websites but still there are lot of geeks who have sta...
07:17 pm GMT - Mon, March 28, 2022
Dev To The definitive guide to using Terraform with the Serverless Framework
Originally posted at ServerlessIf your organization uses automation to manage cloud infrastructure, youve almost certainly heard about Terraform. And if youve built anything serverless, you might have...
07:06 pm GMT - Mon, March 28, 2022
Dev To Potential Project Idea
At Flatiron School, we started in the last week of phase 2. This week we will primarily be focusing on our project. My partner and I decided to work on a search engine for characters in Lord of the Ri...
07:06 pm GMT - Mon, March 28, 2022
Dev To What is browser fingerprinting and why should you integrate with your website?
What is browser security?In a world of increasing internet fraud, it becomes important to secure your product on the internet from fraudsters. Security is a very important part of a product and ...
07:04 pm GMT - Mon, March 28, 2022
Dev To Can anyone help me to learn Javascript?
I want to javascript. If anyone help me to learn i will be so glad....
07:03 pm GMT - Mon, March 28, 2022
Dev To Using a Hook in a Class Component
Did you know that you can use hooks in class components? OK, I'm lying kind of. You can't use a hook directly in a class component, but you can use a hook in a wrapped function component with a render...
07:02 pm GMT - Mon, March 28, 2022
Dev To The One Query Performance Trick You NEED to Know? Tune Table!
A good writer is supposed to draw you in with the title and bury the answer somewhere in the article. I suppose this makes me a bad writer dont think less of me, my whole feeling of self-worth comes...
07:01 pm GMT - Mon, March 28, 2022
Dev To Lista de Exerccios 01 03
ExercciosQ1. Imprimir a mensagem: " PRECISO FAZER TODOS OS ALGORITMOS PARA APRENDER".Q2. Criar um algoritmo que imprima o produto entre 28 e 43.Q3. Criar um algoritmo que imprima a mdia aritmtic...
06:59 pm GMT - Mon, March 28, 2022
Dev To Terminal | Part 5
cd...
06:59 pm GMT - Mon, March 28, 2022
Dev To Insomni'hack 2022 CTF write-up
The Insomni'hack 2022 CTF is a CTF hosted during the Insomni'hack conference in Geneva, Switzerland. You had to register yourself so that you can attend to the on-site CTF. There was a total of 31 cha...
06:57 pm GMT - Mon, March 28, 2022
Dev To Interesting Next.js Questions
What do you like and not like about Next.js?What is your favorite Node.js typescript ORM?What is your preferred testing suite for a Next.js application and how have you used it in the past?...
06:57 pm GMT - Mon, March 28, 2022
Dev To Tipos de Dados, Variveis e Interagindo com o Usurio 02
IntroduoNeste tpico iremos aprender as primeiras instrues na linguagem Python, como escrever na tela do computador e ler informaes do teclado.Tambm abordado como utilizar variveis para guardar...
05:14 pm GMT - Mon, March 28, 2022
Dev To Can you understand what this website is in less than 5 seconds?
Howdy, I would appreciate some help, more specifically if I am able to "get the USP across" and if our website is understandable in less than 5 seconds - And if it is, does it look appealing? What is ...
05:11 pm GMT - Mon, March 28, 2022
Dev To How to Detect User Location using Javascript
Hello friends, today in this blog, we will learn how to detect user location using javascript. In our previous blog, we saw how to create a Custom Card Slider Using HTML, CSS, Javascript, and Owl Caro...
05:10 pm GMT - Mon, March 28, 2022
Dev To React Cookie Hook
How to handle cookies in react?This is a simple video start guide to see how to get, set and remove cookies using npm package js-cookie in react.I'm not so sure that this is the best way to do this, ...
05:08 pm GMT - Mon, March 28, 2022
Dev To Amplication & React: Create the App
Welcome to this tutorial on how to build a full-stack application with Amplication.What we will do is go step by step to create a Todos application using React for your frontend and Amplication for yo...
05:07 pm GMT - Mon, March 28, 2022
Dev To Typescript Tips from Matt Pocock
All of these tips have been collected from Matt Pocock/@mpocock1 on Twitter. Super useful and I just felt like collecting them into one post that I will try to continue to update as long as he keeps p...
05:06 pm GMT - Mon, March 28, 2022
Dev To I built WORDLE in my Mother Tongue
Before Going through the article. Don't forget to watch the video and a sub to the channel would be worthyLinkAfter the purchase of Wordle by New York Times, the game hit the sky with popularity more ...
05:01 pm GMT - Mon, March 28, 2022
Dev To Dockerizing your Next.js/React Application!
What is Docker?Docker is a software framework for building, running, and managing containers on servers and the cloud. Think of Docker as a CLI but for the cloud.For this tutorial, we will be us...
05:01 pm GMT - Mon, March 28, 2022
Dev To How to debug react app with vscode
In order to debug a react application in vscode, we don't need to install any extension anymore as vscode now includes all the features required for debugging.Here are the steps I used to debug my rea...
05:00 pm GMT - Mon, March 28, 2022
Dev To
, , 1-1,5% . . 2022: . , . 2 . . : , ( ' ). , . . .: http://credit-online24.pp.ua/...
04:58 pm GMT - Mon, March 28, 2022
Dev To Day-52 Training At Ryaz
Date:28/03/2022Day:MondayToday's started at about 10:30 am as I was done with basic part of my app so, basically as yesterday I studied as for what we need the jwt token i.e Jason Web Token so, as I w...
04:53 pm GMT - Mon, March 28, 2022
Dev To How to Recover Deleted Images with Google Photos
In this article, I will describe the ways to back up photos and videos for various operating systems with the help of Google Photos. We will also show you how to recover deleted data. Introductio...
04:49 pm GMT - Mon, March 28, 2022
Dev To Add a CI/CD pipeline to an Amazon S3 bucket
Pre-requisites:GitHub account & own repository to commit files.AWS account , access to management console.This is a beginner friendly hands on exercise to learn the power of CI/CD in the AWS cloud...
03:52 pm GMT - Mon, March 28, 2022
Dev To IaaS vs PaaS vs SaaS for Dummies
This is an "explain it like I''m five" article describing the three most common XaaS solutions. We will look at IaaS, PaaS and SaaS specifically.Twenty years ago there was only a handful ways to devel...
03:45 pm GMT - Mon, March 28, 2022
Dev To Hard to swallow pills every new Developer shouldtake.
"PHP BadPython Good"The most important things that every new programmer must know before learning anything are usually the ones that are overlooked or ignored completely. Mainly because we don't want ...
03:32 pm GMT - Mon, March 28, 2022
Dev To RBAC and CapBAC in IoT
IntroductionIdentity access and management (IAM) is an integral part of a security strategy in modern enterprise. By ensuring only the right people can access specific systems and data, IAM help...
03:14 pm GMT - Mon, March 28, 2022
Dev To Welcome Everyone!
Maayong Adlaw!, before you start seeing my blog let me give you a short introduction about the Author ;-) .Just call me Nia, and I am currently studying at the University of Southern Philippines Found...
03:13 pm GMT - Mon, March 28, 2022
Dev To Calculator: Learn How to build a modern Calculator using JavaScript
You've probably heard that to get better at anything you need to practice more. That's true because, through deliberate practice, you develop muscle memory. That's where projects come in hand. Project...
03:11 pm GMT - Mon, March 28, 2022
Dev To Slow and steady
This past Friday we released version 2.9 of Telescope and we are now closer and closer to the big final 3.0 release. Breaking things downI received feedback on my PR from the previous week about ...
03:09 pm GMT - Mon, March 28, 2022
Dev To Generic em Typescript
Neste post eu vou dar uma introduo sobre o que e como usar generic em typescript. Generic um funcionalidade que permite criar:componentesfunesinterfacesclasses que aceitam uma variedade de tipos de...
03:06 pm GMT - Mon, March 28, 2022
Dev To Introduction to ic-event-hub library
This tutorial is dedicated to Rust smart-contract (canister) development on Internet Computer (Dfinity) platform. Completing it, youll know how to use ic-event-hub library APIs in order to perform eff...
02:54 pm GMT - Mon, March 28, 2022
Dev To How to Build a Modern Image Slider with Swiper
Slideshows are fantastic for displaying crucial information or images to the users viewing a website. Amongst other uses, you can create an image slider to draw users' attention to specific products o...
02:51 pm GMT - Mon, March 28, 2022
Dev To Deploying a free tier relational database with Amazon RDS
Databases can seem pretty scary! But they don't have to be! (for the most part)So let's sit down together and figure out how we can leverage Amazon Relational Database Service (RDS) to setup an insta...
02:50 pm GMT - Mon, March 28, 2022
Dev To Serverless Framework example for Golang and Lambda
Originally posted at ServerlessHeres how you can start using Go with the Serverless Framework RIGHT NOW and deploy Lambdas to your hearts content. Get StartedFirst things first, youll be needing ...
02:42 pm GMT - Mon, March 28, 2022
Dev To Day 10-11: 100 Days of SwiftUI
Structs, computed properties, and property observershttps://www.hackingwithswift.com/100/swiftui/10 StructsLike classes and enums, structs are way to implement a custom type in Swift, compl...
01:54 pm GMT - Mon, March 28, 2022
Dev To Making your SSR sites 42x faster with Redis Cache
Redis is an in memory store which is primarily used as a database. You may have heard of Redis and heard how cool it is, but never had a real use case for it. In this tutorial, I'll be showing you how...
01:45 pm GMT - Mon, March 28, 2022
Dev To Who Are We Helping?
It's hard to deny the truth that for a lot of us "difficult" means "good," and "more difficult" is "even better." From video games to exercise to music to cooking, if someone accomplishes something pe...
01:40 pm GMT - Mon, March 28, 2022
Dev To How to schedule tasks in more than 30 days in Google Cloud Tasks API?
At Mailmeteor, we rely heavily on Google Cloud Tasks to send emails. In fact, each time we send an email, there's one (or more) Cloud Tasks associated to it. That's a lot of tasks in the end.While Goo...
01:40 pm GMT - Mon, March 28, 2022
Dev To Do you think that we need another go like language ?
Do you think that we need another go like language? If yes what new features you want...
01:37 pm GMT - Mon, March 28, 2022
Dev To How to password protect any website?
Your browser is the new treasury of your personal data. Especially sites like google photos, email, etc. And there is no wonder that we share our devices with people close to us. Even if we have to sh...
01:29 pm GMT - Mon, March 28, 2022
Dev To Dictionary implementation in C
In the previous post we explained the implementation details of List<T>. This time we will look at another generic collection defined in System.Collection.Generic namespace which is Dictionary&l...
01:16 pm GMT - Mon, March 28, 2022
Dev To Phone Number Normalisation
The phone number normalisation is used to translate a phone number into a standard form.For example, there is E.164 international standard which defines format as "[+] [country code] [subscriber...
01:15 pm GMT - Mon, March 28, 2022
Dev To out & ref | C
refqiymatlarni reference orqali jo'natadi yoki qaytaradiref orqali jo'natilgan o'zgaruvchilar avvaldan initialize qilingan bo'lishi shart outref bilan deyarli bir xil.out orqali jo'natilgan...
01:13 pm GMT - Mon, March 28, 2022
Dev To One weird trick for sampling EventBridge events
Amazon EventBridge is a serverless event bus and a key component of serverless, event-driven applications. However, it can be difficult to construct example event data for testing environments, and d...
01:12 pm GMT - Mon, March 28, 2022
Dev To Tips Before Moving Laravel App to Production
I found this great resource https://www.youtube.com/watch?v=N0NtdE5Y2ZE that shows some great tips from Tips and Reminders Before Moving a Laravel App to Production and of course I wanted to share the...
01:11 pm GMT - Mon, March 28, 2022
Dev To Enhance Your LinkedIn Profile
Table of ContentsThe photosThe headlineContact InformationCustomized URLYour NetworkDon't sound desperateSound approachableThe war on buzzwordsMedia elementsEndorsementsFollow othersSkill assess...
01:09 pm GMT - Mon, March 28, 2022
Dev To Native lazy-loading - Why doesn't the video element have it?
Lazy-loading is a strategy to identify resources that are not critical for the initial page load, and load them only when needed. It's a way to shorten the length of the critical rendering path, which...
11:57 am GMT - Mon, March 28, 2022
Dev To Do mocha tests run in parallel? JavaScript Test Automation Tutorial | Part V
This video explains how to run the parallel test with mocha. Start FREE TestingIt is Part V of the JavaScript Test Automation LambdaTest Tutorial series. In this video, Ryan Howard (@ryantestsstuff), ...
11:54 am GMT - Mon, March 28, 2022
Dev To Open source API Security testing tools
Before I dive into the world of open source API testing tools, its important to differentiate between API security testing tools and website security testing?Before I go on with this article, dont for...
11:14 am GMT - Mon, March 28, 2022
Dev To Setting up a PostgreSQL database in AWS RDS and connecting it to pgAdmin.
IntroductionPgAdmin is a client-side platform for adminstration and development of PostgreSQL database. It simplifies the visualization of schemas, logs and other relevant information based on S...
11:11 am GMT - Mon, March 28, 2022
Dev To Consume 50% less memory with your Python objects
By default, in Python, objects have a dict attribute.It's a dictionary used to access the object variables per key.It is useful to allow dynamic variables' creation.However this flexibility can lead t...
11:08 am GMT - Mon, March 28, 2022
Dev To Benefits Of Categorising Components By Use-Case
Organising things feels good. If you have a design system, you might have organised the components with categories.Besides cleaner organisation, is there something that we can get out of good categori...
11:05 am GMT - Mon, March 28, 2022
Dev To Publish your first Web Application in AWS
Hi,I just wrote a article on how to deploy your first static web application in AWS which is of part 01/2Article Link: aravindkumarvemula.medium.comDo connect with me to read part 2 article....If ther...
11:04 am GMT - Mon, March 28, 2022
Dev To I need help with Next.js api
I want to change "collections" (string) from front end? How to do that?...
11:04 am GMT - Mon, March 28, 2022
Dev To Book Club: "Test Driven Development: By Example" 1
Kent Beck's "Test Driven Development: By Example" was released in 2002. The book aims to explain how to use TDD to write quality code that works. Chapter 1: Multi-Currency MoneyBeck starts by in...
11:04 am GMT - Mon, March 28, 2022
Dev To How to automatically compile Typescript files to Javascript files and run the Nodejs server automatically
When I started using typescript one of the first challenges I encountered was that I have to build/compile my typescript file to javascript before I can run the node server.So to compile I would run:n...
11:01 am GMT - Mon, March 28, 2022
Dev To Using ARMO Kubescape to scale kubernetes security adoption across an enterprise
Note - This is not an introduction to Kubernetes.It is expected that the reader is already aware of what Kubernetes is and how it works. Agenda / Topics of discussionKubernetes is everywhere !!Ch...
10:59 am GMT - Mon, March 28, 2022
Dev To How to do you preserve directory structure when creating a TS library?
I have created a React UI library to share components between different project in my organization. But, when importing the components I always have toimport {Module} from "my-package"because when bui...
10:55 am GMT - Mon, March 28, 2022
Dev To How to Neumorphism ?
Neumorphism was a design trend where elements of the design appear to extrude out of the background while they still seem to be attached to it (They do not appear to float).uxdesign.ccLike Glassmorphi...
09:51 am GMT - Mon, March 28, 2022
Dev To Web3: The Evolution of a Decentralized Internet
Web3 has recently received a lot of attention, but the definition isn't entirely clear. The term web was coined in the 1990s by Tim Berners-Lee, the inventor of the internet himself. However, Gavin Wo...
09:34 am GMT - Mon, March 28, 2022
Dev To C foundation | O'zgaruvchilar
Variables(o'zgaruvchilar)O'zgaruvchini yaratish xotirada joylashuvini yoki qiymatlarini saqlash uchun xotirada bo'sh joyni saqlab beruvchi konteyner hisoblanadi!C++ da har xil turdagi o'zgaruvchilar m...
09:27 am GMT - Mon, March 28, 2022
Dev To Hackathon submission - An audio search engine powered by Deepgram
Overview of My SubmissionThis submission consists on a CLI application to search for a word (whole or partial) among several audio sources, including Telegram chats.Our conversations are stored ...
09:11 am GMT - Mon, March 28, 2022
Dev To IPL 2022 Live Updates with Match Schedule and Score
Get ready for the TATA IPL 2022! The first match will be between CSK and KKR on 26 March 2022. These matches will be broadcast live on many channels, so you wont miss a moment of the action. Our team ...
09:05 am GMT - Mon, March 28, 2022
Dev To How to Run APK Online in a Browser
The constant proliferation of new smartphones in the market introduces new challenges for software teams across the globe. They must consistently optimize their services for newly launched devices. Th...
08:55 am GMT - Mon, March 28, 2022
Dev To Is your robots.txt file vulnerable? Here's how to check and secure it
A bad configured Robots.txt file is like a welcome sign to your website for hackers.Let's see how to set up an efficient and secure robots.txt.Can a Robots.txt file be vulnerable? Yes, Here's how to c...
08:47 am GMT - Mon, March 28, 2022
Dev To The 5 Pillars of Great Engineering Leadership
As engineering leaders, our job is to know how we can set up our organization for success and how to deliver impact to our end customers. *This means being able to juggle multiple areas within the org...
08:46 am GMT - Mon, March 28, 2022
Dev To React, Vue and Svelte: Comparing the basics - Part 7
Click Event in...The use of the click directive is quite similar in these 3 frameworks.Check it out ReactLinkconst handleClick = () => { alert('I was clicked!')}<button onClick={ha...
08:36 am GMT - Mon, March 28, 2022
Dev To 10 Best AngularJS Interview Questions and Answers
If you are someone who is looking for a fruitful career in the tech industry or have already secured yourself an interview, it is time to hone your answering skills. When companies look for hiring goo...
08:31 am GMT - Mon, March 28, 2022
Dev To laravel best practices 2022
Laravel is considered as one of the most popular frameworks for PHP, which is one of the oldest web development languages. Laravel presents an exquisite developer revel in with capabilities which incl...
08:31 am GMT - Mon, March 28, 2022
Dev To Rust for JavaScript developers: SQS batch error handling with AWS Lambda
I will enhance the AWS SQS comparison using the partial batch response in this post. The partial batch response was announced back on Nov 2021, and it is helping us, developers, to handle partial fail...
08:24 am GMT - Mon, March 28, 2022
Dev To SubDomain Hostzone Account Route53
Public Domain Name Brand Identify Website Application Website Link Phishing public domain name DNS identity Domain Name Domain Policy AWS Organization Account ...
07:48 am GMT - Mon, March 28, 2022
Dev To 15 things I wish I knew before becoming a digital nomad
You can find the article here.It sounds idyllic, but the life of a digital nomad is a balancing act between benefits and challenges. Digital nomads are a growing trend. New technologies and remote wor...
07:36 am GMT - Mon, March 28, 2022
Dev To AWS open source news and updates, 106
March 28th, 2022 - Instalment #106Newsletter #106. Welcome to the AWS open source newsletter, and this week we have more great new open source projects to tell you about. We have "access-undenie...
07:34 am GMT - Mon, March 28, 2022
Dev To Hoisting in javascript
Hello, everyone!In this post, we'll look at the Concept of Hoisting in Javascript. We'll go over everything you need to know about hoisting and why it's crucial to know. Don't forget to bookmark this ...
07:17 am GMT - Mon, March 28, 2022
Dev To Maximum Keto - Read The Real Information (SCAM ALERT!)
Maximum Keto If that is the case, doing it is for you. One man's junk pile might just be another man's treasure. A method is preferred by many gals today. I am trying to figure it out. That's how to ...
07:12 am GMT - Mon, March 28, 2022
Dev To React Native: State vs Props
The question that confuses most beginners in react.What is the difference of props and state?Lets clarify this.Props includes data which we give to a component.State includes data that is local or pri...
07:12 am GMT - Mon, March 28, 2022
Dev To Angular vs React in 2022: Which Is Better for Your App, Project, or Business?
Which one should I choose, Angular or React, for my app, project, or business?As an Angular and React web development company, weve grown used to that question over the years. After all, both JavaScri...
07:11 am GMT - Mon, March 28, 2022
Dev To Esport Logo Maker: Gaming Logo Creator Pro Players
Esports maker app has many artificial and impressive templates. In logo Esports there are a lot of background that make your logo beautiful. Add text on your logo through Esports logo maker app. Apply...
07:09 am GMT - Mon, March 28, 2022
Dev To VitaPost Lung Support Natural Health Formula | Is It Work ?
VitaPost I was promoting it for over twelve months. I must have a burning desire. The info that these teams disseminate regarding it is significant. I prefer your that attribution. I had ascertained t...
07:07 am GMT - Mon, March 28, 2022
Dev To Starting a React Native project with Expo
For React Native we need node, Watchman, React Native CLI and Xcode.node:A javascript package manager.Watchman:A service for watching changes in files and trigger actions when files are changed.React ...
07:05 am GMT - Mon, March 28, 2022
Dev To TypeScript syntax summary
I use this blog to store information I may need to refresh up on at a later date.Reference to FlavioCopes blog, a great place to learn.TypeScript is one of the fastest rising technologies of 2018. Thi...
07:04 am GMT - Mon, March 28, 2022
Dev To Laravel 8 Seeder Tutorial and Example
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/creating-a-seeder-in-laravel-8In this post, I will share an example of how to c...
07:02 am GMT - Mon, March 28, 2022
Dev To Hugo - as a static page blog
After the setup of my Jekyll site I came across Hugo.Hugo is a static site generator, on the same line as Jekyll as it uses Markdown to create blog posts.The main difference i noticed after testing Je...
05:34 am GMT - Mon, March 28, 2022
Dev To My first post on Dev!
Hey folks, I'm Justice.I am a front-end developer, who has a great passion for programming and loves to create things for the web. I enjoy working on new projects and pushing the boundaries of what's ...
05:16 am GMT - Mon, March 28, 2022
Dev To How to survive the StackOverflowgeddon
Full disclosure - I built getmanfred.com/stackoverflowgeddonAs you probably already know, next March 31st, Stack Overflow will discontinue Developer Stories, their own flavour of online CV.4.7 million...
05:13 am GMT - Mon, March 28, 2022
Dev To Staircase Problem solution hacker rank
Staircase detailThis is a staircase of size n =4.....#....##...###.####Its base and height are both equal to n . It is drawn using # symbols and spaces. The last line is not preceded by any spaces.Wri...
05:10 am GMT - Mon, March 28, 2022
Dev To Laravel 8 Pagination Example using Bootstrap 5
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-pagination-example-using-bootstrap-5In this post, I will share an exa...
05:08 am GMT - Mon, March 28, 2022
Dev To ROS: Simultaneous Mapping and Localization with RTABmap
Equipped with visual sensors, a robot can create a map of its surroundings. Combining camera images, points cloud and laser scans, an abstract map can be created. Then, this map can be used to localiz...
05:05 am GMT - Mon, March 28, 2022
Dev To Benefits of VitaPost Supplement
It's allowed me to study VitaPost further. You can do this for several days before going onto the next step. No! Doing this is a skill, and not an effortless one to master. Agreed, "Life is life." It ...
05:03 am GMT - Mon, March 28, 2022
Dev To Min-Max-Sum hacker rank solution
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single ...
04:57 am GMT - Mon, March 28, 2022
Dev To Diagonal Difference HackerRank solution
Given a square matrix, calculate the absolute difference between the sums of its diagonals.For example, the square matrix is shown below:1 2 3 4 5 6 9 8 9The left-to-right diagonal = 1 + 5 +...
04:57 am GMT - Mon, March 28, 2022
Dev To This is my website
Hi, I'm recently changing careers and am starting a new career in tech, specifically I'm looking into Front End development. I have a background in architecture and customer service, and have had man...
04:56 am GMT - Mon, March 28, 2022
Dev To Is Royal Cd Keys Legit? An Honest Review
In an ever-changing world, it is difficult to predict what will be growing exponentially, and it doesn't seem to be slowing down anytime soon.The first video game was created in 1958 by William Higinb...
04:54 am GMT - Mon, March 28, 2022
Dev To Rust vs GO: Which One Is Better In 2022?
Rust vs GO: Which One Is Better In 2022?It is a question that every programmer and developer has asked, and many others still ask, even when they have made their own decision. Rust vs. Go: Which one s...
04:41 am GMT - Mon, March 28, 2022
Dev To Software Development Models (SDLC) Explained by Expert
When developing software, selecting a reliable software process model is a vital task.Software development models function as the primary pillars for assuring the applications quality, performance, an...
03:44 am GMT - Mon, March 28, 2022
Dev To Types of Machine Learning.
1. Supervised Machine Learning :Supervised learning algorithms are used when the output is classified or labeled.This algorithms learn from the past data that is inputted, called training data, ...
03:27 am GMT - Mon, March 28, 2022
Dev To Is anyone else too lazy to create blog post header images for each blogging platform?
I am currently posting my blog posts to 3 websites:my own websitedev.tohashnodeI'd like to post in even more platforms like Hackernoon and Medium.I find it troublesome to create header images though. ...
03:21 am GMT - Mon, March 28, 2022
Dev To MDN Plus, Safari Technology Preview 142, Node v17.8.0, Parcel v2.4.0, and more | Front End News 057
NOTE: This is issue #057 of my newsletter, which went live on Monday, March 28th. If you find this information useful and interesting and you want to receive future issues as they are published, ahead...
03:14 am GMT - Mon, March 28, 2022
Dev To RAD And V Models of SDLC
SDLC - Software Development Life CycleWhat is SDLC ?SDLC is a structured process that aims at developing high quality software, at the lowest cost with shortest production time. International standard...
03:11 am GMT - Mon, March 28, 2022
Dev To API
Where can I learn API parts thoroughly?...
03:08 am GMT - Mon, March 28, 2022
Dev To Python django farmworker resources..
Plz help python django farmwork live project idea step by step coding resources. ...
02:54 am GMT - Mon, March 28, 2022
Dev To Liar Guo Contempt of Court there is no escape from fate Fines are piling up
When cheating money, Guo Wengui in order to fool the inants, in order to absorb the powder, bragging draft are not played, a strong blow their own money, hate to blow into the world's only rich man.To...
02:46 am GMT - Mon, March 28, 2022
Dev To Developer tools matter!
May you think developer tools are only relevant to the personal behaviors of developers. From my prior experiences, developer tools may impact the teams collaboration, reliability of applications and ...
02:45 am GMT - Mon, March 28, 2022
Dev To Change Text Color Based On Background Color Using Javascript
In this tutorial, we will see a change in text color based on background color using javascript. sometimes we have requirments to change text or font color dependent on background color and at that ti...
02:33 am GMT - Mon, March 28, 2022
Dev To Some good UI Library for React.
In this article we will see some nice UI Library. Bootstrap Bootstrap always remains in top of my list. because of large community support for any errors, popularity, easy to use.Large variety of...
02:27 am GMT - Mon, March 28, 2022
Dev To Your Detailed Guide to Apache ShardingSphere's Operating Modes
In Apache ShardingSphere 5.0.0 GA version, we added the new concept Operating Mode and provided three configuration methods: Memory, Standalone, and Cluster. Why does ShardingSphere provide these oper...
02:22 am GMT - Mon, March 28, 2022
Dev To From development and into product management, yet another tale
It is a rather common path for developers, no matter what branch they're located in, to go from development to technical leadership, and eventually sometimes into management. As I've already stated fr...
01:39 am GMT - Mon, March 28, 2022
Dev To The ultimate Solana step-by-step guide (including programs, dapps and Rust from scratch)
Welcome to the most complete open guide for people that want to divedeep into Solana.Whether you're an Ethereum developer, a blockchain developer, a webdeveloper or just a curious person, this is the ...
01:32 am GMT - Mon, March 28, 2022
Dev To Creating a Django Movie Recommendation App Using Jaccard Index
My goals for this projectUnderstand the key components of the django frameworkDescribe The Basic Principles of a recommendation systemBuild a simple movie recommendation app, by applying Jaccard...
01:31 am GMT - Mon, March 28, 2022
Dev To Eth-Lottery - Solidity, Hardhat
Few months ago i started reading about web3 technology and fell in love with ethereum and smart contracts. I decided to learn solidity to write smart contracts.After couple of weeks the first full fle...
01:16 am GMT - Mon, March 28, 2022
Dev To Aprendendo com o mtodo 3C
Objetivo do Mtodo 3CO objetivo do mtodo 3C te fornecer uma melhor forma para aprender, ao mesmo tempo que ensinar, e compartilha, no s trazendo benefcios voc, mas tambm toda uma comunidade de...
01:15 am GMT - Mon, March 28, 2022
Dev To How to setup a Metamask account.
Metamask is an application you probably have heard of, maybe from friends or family or twitter. It is a browser-based crypto wallet that provides a "gateway to blockchain apps." Metamask helps users s...
12:54 am GMT - Mon, March 28, 2022
Dev To Scaling up express js performance
Nodejs runtime was built on top of the v8 chrome engine which runs on the event loop model. Nodejs has a single thread runtime which makes it relatively fast in executing and dealing with I/O operatio...
12:48 am GMT - Mon, March 28, 2022
Dev To PHP - Named Arguments
...
12:45 am GMT - Mon, March 28, 2022
Dev To CSS - Utilizando variveis no css
...
12:42 am GMT - Mon, March 28, 2022
Dev To Down With the Sickness
I am a little late this week with my blog. I usually write these things on Thursday, or Friday night. This week however I was hit hard by a sickness, late Thursday night. It is now Sunday night and I ...
12:35 am GMT - Mon, March 28, 2022
Dev To Building CRUD App With Flutter And Firebase
CRUD (Create, Read, Update and Delete) operations are an essential part of every modern application. Most moderns apps today tend to make use of these operations. For end-users, CRUD operations allow ...
12:34 am GMT - Mon, March 28, 2022
Dev To Cloud Resume Challenge - Trials & Tribulations
HelloI guess I should begin by introducing myself. My name is Maurice Maxwell. I'm currently studying towards a degree in Cloud Computing at Western Governors University. I've always been intere...
11:31 pm GMT - Sun, March 27, 2022
Dev To Neural Networks Explained in 40 Seconds
Very Deep Neural Networks Explained in 40 Seconds.Very deep neural networks (VDNN) illustrated with data animation: a 40 second video, featuring supervised learning, layers, neurons, fuzzy classificat...
11:30 pm GMT - Sun, March 27, 2022
Dev To One Month of Coffee Chats in Review: Frequently Asked Questions
I am doing coffee chats for a month now. Here are some of the questions I received most frequently. Can you hear me?Yes. At which type of companies should I apply to as a junior?From a deve...
11:25 pm GMT - Sun, March 27, 2022
Dev To Running Tanzu unmanaged cluster on (very) low resources
IntroWe currently are evaluating VM Ware Tanzu Kubernetes cluster solution.Fortunately VM Ware made the choice to get community driven by :Making its cluster available for many flavors through ...
11:12 pm GMT - Sun, March 27, 2022
Dev To FOSS In Python: Using The OpenBB Terminal To Automate Processes & Research Tasks In Finance
Support the project: GitHub Twitter Discord DocumentationOpenBB Terminal Routines With Simple Script TechnologyIn this one minute video, OpenBB Founder Didier Lopes, demonstrates an advanced routine. ...
11:08 pm GMT - Sun, March 27, 2022
Dev To Context Menu in React
A context menu is a type of shortcut menu which opens up on right click and shows list of options. Similarly, we will create menu on right click in react applications. Create Menu on Right Click ...
10:58 pm GMT - Sun, March 27, 2022
Dev To How to generate slip voucher in Aspnet Core?
...
10:40 pm GMT - Sun, March 27, 2022
Dev To Playstore Web Scraping With Python
Download Jupyter Notebook HereGitHub Reference Last Month I did a webscraping project after learning from the C.E.O of Jovian, how to webscrape data from websites using python programming on You...
10:35 pm GMT - Sun, March 27, 2022
Dev To Top 5 - Temas en modo oscuro para Visual Studio Code
Estos son los 5 temas en modo oscuro que ms me gustan para Visual Studio Code.1 Palenight Theme2 Dracula3 Night Owl4 Material Theme Palenight5 Monokai Pro New...
10:32 pm GMT - Sun, March 27, 2022
Dev To Angular 13 ESLint, Material Transloco Jest, TestCafe Docker Prettier
This is the Angular 13 Starter project you are looking for!GitHubhttps://github.com/wlucha/angular-starter Features Angular 13 Angular Material Unit Testing with Jest End-to-End Testing with Test...
10:29 pm GMT - Sun, March 27, 2022
Dev To My SSH Portal WhitePaper
AbstractMy SunShares (SSH) Portal is world's first platform built on top of blockchain technology and decentralized governance that allows you to join the renewable energy revolution. Running on...
10:28 pm GMT - Sun, March 27, 2022
Dev To Why Use React Native for Your Mobile App?
Originally written by Jakub Grajcar and Bartek KlukaczewskiWhat are your plans to capitalize on the growing mobile market?According to statista.com, by the year 2020 mobile apps are set to generate $1...
10:24 pm GMT - Sun, March 27, 2022
Dev To Is studying remotely challenging? Part A
This is an interesting topic to me as developing the ability to collaborate with others on university projects can actually prepare you to what comes ahead once you leave university to work.The option...
09:33 pm GMT - Sun, March 27, 2022
Dev To Muvaffaqiyatli Git filialash modeli (A successful Git branching model)
IntroUshbu maqolada men turli loyihalarni ishlab chiqish jarayonida tadbiq qilsa bo'ladigan rivojlanish modelini yoritib beraman. Aynan ushbu modelni qo'llashdan oldin judayam ko'plab noqulaylik...
09:30 pm GMT - Sun, March 27, 2022
Dev To [TIL] Cloudflare origin certificate limitation
This will be a series of issues that I faced and found a solution for, which could help someone or my future selfCloudflare provides SSL out of the box and also you can generate origin certificate tha...
09:29 pm GMT - Sun, March 27, 2022
Dev To Creating a User Interface to the Database: Setup
A standalone database is not very useful, because editing and viewing from the REPL is quite limited. We need a graphical interface in order to work with it properly. Let's see how we can use the brow...
09:29 pm GMT - Sun, March 27, 2022
Dev To object oriented programming in Javascript (part 2)
in the last post we talked about the basics of oop in Javascript.in this post we will explain constructor functions in more detail and add some methods to our blueprint that we created How constr...
09:27 pm GMT - Sun, March 27, 2022
Dev To A Solution: How to successfully fetch data from Firestore Database
When trying to fetch a set of data from Firestore Database, I stumbled into a pretty basic challenge: the data is not shown on the screen.This article suggests a solution for those who are learning Fi...
09:01 pm GMT - Sun, March 27, 2022
Dev To Breve resumo dos meus projetos desta semana
Bom dia, boa tarde e quem sabe boa noite a quem este post possa interessar. Mais uma vez venho compartilhar o que fiz esta semana relacionado aos meus projetos pessoais. Tentarei ser breve aqui.Pra qu...
08:47 pm GMT - Sun, March 27, 2022
Dev To Basic Linux Commands
Linux Shell Or TerminalA shell is a program that receives commands from the user and gives it to the OS to process, and it shows the output. Linux's shell is its main part. Its distros come in G...
08:44 pm GMT - Sun, March 27, 2022
Dev To Auto Regex Generator / Builder
Almost all developers sooner or later come across regular expressions. In almost 99% of cases, we absolutely do not like to write them, considering it a side job that is not related to programming.Mos...
08:36 pm GMT - Sun, March 27, 2022
Dev To AWS S3 and Presigned URL
What are the presigned URL in S3? For me, when I first read about it, It sound me a little strange feature, but, when you are reading about AWS, this is a concept that appear from time on time, and yo...
08:33 pm GMT - Sun, March 27, 2022
Dev To A typical work day
I'm a junior front end developer at a small company. Most of my work is on Drupal sites, but I also do some on WordPress sites, and some sites that use neither. First thingI start off by checking...
08:22 pm GMT - Sun, March 27, 2022
Dev To How to start with TDD
When I initially started coding, I felt TDD didn't work because I wouldn't be able to code the test if I didn't know what to do.After some time has passed, I've come to a different conclusion. When I'...
08:21 pm GMT - Sun, March 27, 2022
Dev To Cisco 300-620 Valid Exam Dumps
Cisco 300-620 Valid Exam DumpsDo you know how to pass the Cisco 300-620 exam without putting in a lot of effort? If you're not sure, then you're on the right platform. GetBrainDumps will help yo...
07:03 pm GMT - Sun, March 27, 2022
Dev To Big Data Processing, EMR with Spark and Hadoop | Python, PySpark
Introduction:AWS's cool data analysis services can be of significant help when it comes to processing and analyzing large amounts of data. Use Case:To demonstrate our data processing job,...
07:01 pm GMT - Sun, March 27, 2022
Dev To Getting Started Machine Learning with AWS
What is Machine Learning?Machine learning (ML) is a software development technique that enable computers to solve complex problems by using samples from real-world data. Therefore, this techniqu...
06:56 pm GMT - Sun, March 27, 2022
Dev To Introduction to Programming - What is Programming Paradigm?
First of all, let us understand what is Paradigm? Paradigm, in simpler terms, can be referred to as a pattern or model or a blueprint. It is a distinct set of concepts or patterns, including theories,...
06:55 pm GMT - Sun, March 27, 2022
Dev To AWS Plans to Launch Local zones in Nairobi & Johannesburg: What does it mean?
Early this year AWS announced their planned global expansion of their AWS local zones to different areas in the world. Already, AWS has in the recent past completed 16 new local zones in the US and an...
06:55 pm GMT - Sun, March 27, 2022
Dev To Resilience and Best Patterns
Concepts and Implementations of Resilience Patterns in Microservice ArchitectureMonolithic solutions or solutions where a single point of failure can derail an operation is a big problem. In pro...
06:54 pm GMT - Sun, March 27, 2022
Dev To How To Embed Medium into Dev.to Post
I'm a beginner and I don't know how to Embed Medium into Dev.to Post. After checking out the guide here: https://dev.to/p/editor_guideI have found the way.So, I decided to make this post to help other...
06:49 pm GMT - Sun, March 27, 2022
Dev To Deep Learning vs Machine Learning: What's the Difference?
Table of ContentsWhat is machine learning?What is deep learning?Key differencesHelpful links Deep learning is a type of machine learning, which is a subset of artificial intelligence.Deep Learni...
06:45 pm GMT - Sun, March 27, 2022
Dev To Creating a NextJS blog in typescript using Notion API
PrerequisitesThis article is a follow up to my last article where I covered how to setup a NextJS repository for your developer portfolio. In this article, I would be covering how I used Notion ...
06:40 pm GMT - Sun, March 27, 2022
Dev To Documentao Automtica usando MkDocs e Python
Algo que curto muito ficar navegando na documentao de libs sinceramente uma documentao algo que acho lindo de se ver e tambm difcil de manter .Imagine toda vez que seja feita alguma alterao em um co...
06:34 pm GMT - Sun, March 27, 2022
Dev To Import DB in Drupal 8
DrushIn the folder where the file with the database is located, use the command:drush sql-drop ; drush sql-cli < ./dump.sql phpMyAdminGo to phpMyAdmin;Select the database from the list;C...
06:33 pm GMT - Sun, March 27, 2022
Dev To i am our genius on this searching to end this bad ass worthy taking my stress away. hashtag ready
when you think of an organism , you should start too think with picturing it in your own mind , Find something ecstatic with no one at all biting on your lip! yup you need to find out what secrets i w...
06:16 pm GMT - Sun, March 27, 2022
Dev To Flutter Layout ve UI Widget'lar
Stack widgetStack widget widget'lar st ste yerletirmek (veya ymak) iin kullanlr.Yukardaki resimde Gne, bulutlar ve ierik, birbirinin zerine ylm farkl widget'lardr. Bir stack'in tm ocuklar ya konumlanm...
05:42 pm GMT - Sun, March 27, 2022
Dev To Become a Front-end Master using these awesome tools
Front-end development refers to developing the part of a computer system or application with which the user interacts directly.If you are a front-end developer, full-stack developer, aspiring front-en...
05:34 pm GMT - Sun, March 27, 2022
Dev To How to make a profitable trading bot on Aldrin dTWAP? Or how to generate passive income in web3?
Aldrin Labs recently released dTWAP - distributed TWAP order(https://twitter.com/Aldrin_Exchange/status/1505272899149598721) What is dTWAPdTWAP - distributed TWAP order.TWAP - means execution ove...
05:21 pm GMT - Sun, March 27, 2022
Dev To Cloud Native Summit
Register for Cloud Native Summit for FREE to explore and get hands-on with the Azure Kubernetes Services (AKS) and infuse AI into applications with expert guidance. Registration: Register Now Time: 2...
05:19 pm GMT - Sun, March 27, 2022
Dev To Forget the 10.000 hour rule! Strive for range!
In his book Outliers Malcom Gladwell argues that the perfection of a certain skill takes a lot of time. He brings up successful people from different domains and analyzes their lives.It all boils down...
05:16 pm GMT - Sun, March 27, 2022
Dev To What is Apache APISIX?
In my previous blog post, I discussed the role of an API Gateway in a microservice architecture. Several commercial or open-source cores could play the role of an API gateway in our architecture today...
05:14 pm GMT - Sun, March 27, 2022
Dev To Blazor Server App and Blazor WebAssembly App
IntroductionAs you saw in this blog post when you try to an Blazor project in visual studio you will get two template Blazor Server App and Blezor WebAssembly. Now we will look into more details...
05:13 pm GMT - Sun, March 27, 2022
Dev To NPM: How to document your package.json scripts
As your project grows you add more scripts to package.json.When a new member joins the project (or maybe you come back after a break) it's hard to understand from the script itself, what it is doing a...
05:10 pm GMT - Sun, March 27, 2022
Dev To Tiredness in Coding
Sitting in front of the computer screen for long coding can be tiresome and sometimes dull because it is a repetitive task. Waking up energized to debug or code a few lines, you get tired, lose focus,...
04:57 pm GMT - Sun, March 27, 2022
Dev To [ASP.NET Core][Entity Framework Core] Try JWT 2
IntroThis time, I will see the details of my last project.[ASP.NET Core][Entity Framework Core] Try JWT 1 About JWTJWT(JSON Web Token) is made from 3 JSON values.{Header}.{Payload}.{Signatu...
04:50 pm GMT - Sun, March 27, 2022
Dev To Add SEO to you 11ty website
Add Front Matter in all pages---title: "Page Title"metatitle: "Page Meta Title"metadescription: "Page Meta Description"image: Image Address--- Add Site Url in dataMake a site.json file in _...
04:49 pm GMT - Sun, March 27, 2022
Dev To python code for a treasure hunt game
Learning python has made me realize the importance of repetition. Especially if one is new to it. Today, i was able to write a basic code for a treasure hunt game without guidianceprint("Welcome to Tr...
04:37 pm GMT - Sun, March 27, 2022
Dev To How to change a tooltip to dark theme in Altair?
When we add a tooltip to a chart in Altair, as in the example below, it follows a light theme by default. This tooltip implementation comes from Vega Tooltip, a plugin included in Vega-Embed (the pack...
03:56 pm GMT - Sun, March 27, 2022
Dev To Get history of past command you typed on terminal.
Terminal commands are so useful, but what we can use out past command again and again. Let's find out how can we go that.Arrow keys - keys to navigation in most recent commands 2 . Se...
03:31 pm GMT - Sun, March 27, 2022
Dev To How to create a dApp with React & Solidity on Ethereum Blockchain
In this tutorial I will show you how you can build a fullstack dApp, that will run on Ethereum and many Layer 2 platforms (Polygon, Celo, ..)We will start with the backend part, were we will write an ...
03:22 pm GMT - Sun, March 27, 2022
Dev To Swoole: o PHP concorrente
"Para sempre muito tempo. O tempo no pra!" Mario QuintanaEu comecei a programar em JavaScript no servidor (Node.js) bem antes de PHP, logo o conceito de assincronismo j estava naturalizado no meu jei...
03:17 pm GMT - Sun, March 27, 2022
Dev To Why Are Developer Recruiters On My LinkedIn DM?
I have been on LinkedIn for four consecutive years. As a developer, I can say I have secured many opportunities to work abroad; unfortunately, most of them demand a degree, and yet I am still in schoo...
03:17 pm GMT - Sun, March 27, 2022
Dev To Weekly Digest 12/2022
Welcome to my Weekly Digest #12 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...
02:59 pm GMT - Sun, March 27, 2022
Dev To AWS Controllers for Kubernetes Hands-on
AbstractIn the world of Infrastructure as code (IaC) there are many tools support us to create AWS resources quickly such as CDK, Pulumi, Terraform. Today I introduce AWS Controllers for Kuberne...
02:52 pm GMT - Sun, March 27, 2022
Dev To Garder le Dependabot sous contrle
Le Dependabot est un bot intgr GitHub qui scanne les dpendances d'un dpt afin de dtecter celles qui ont t signales comme vulnrables. Lorsque c'est le cas, il cre une alerte visible dans l'onglet "Sec...
02:49 pm GMT - Sun, March 27, 2022
Dev To Stuff I wish I'd known ( before those 4 years of programming ) - part I
Hello world After 4 years of building and maintaining software products, I decided to share a list of stuffs I would like to have known at the time I started programming ^^ 1. Working on a new ...
02:47 pm GMT - Sun, March 27, 2022
Dev To A JavaScript journey: Web3 app
The application we are building is a survey application where users receive cryptocurrency in return for their participation. This will be a truncated version of the actual application, but enough so ...
02:47 pm GMT - Sun, March 27, 2022
Dev To A JavaScript journey: Introduction
What is this about?In this series of blogs, I will take you through my personal journey of learning JavaScript from my university/college project all the way to being hired as a Software Engineer (Jav...
02:41 pm GMT - Sun, March 27, 2022
Dev To DISPLAY A PDF FILE IN REACT APPLICATION WITHOUT ANY EXTRA PACKAGE.
INTRODUCTIONWelcome to this tutorial, here your are going to understand how to display PDF in your react application using google Drive service.We are going to create a simple react application in whi...
02:38 pm GMT - Sun, March 27, 2022
Dev To oop in javascript! part2:4 pillars of oop
Hi everyone In the previous article, we started a journey to the oop world by learning prototypes and classes and in this article, we are going to end this journey by exploring 4 pillars of object-ori...
01:16 pm GMT - Sun, March 27, 2022
Dev To Following an organization on GitHub
recently I was looking for a way to follow some open-source organizations and Big tech companies for there contributions on GitHub, but unfortunately I didn't find a way to do it, but not any more tod...
01:04 pm GMT - Sun, March 27, 2022
Dev To Brooklyn Thermostat Repair
Thermostats are a critical part of your homes HVAC system. A malfunctioning thermostat can cause many problems, including keeping your home at an inconsistent and uncomfortable temperature, causing yo...
01:01 pm GMT - Sun, March 27, 2022
Dev To Sedekah dengan Mendamaikan Sesama!
Kalimat puji sudah jadi mu'tabar, kita panjatkan ke hadrah Allah yang maha besar. Shalawat dan salam tercurah kepada baginda nabi Muhammad Saw. yang memelihara bendera islam terus berkibar, cahayanya ...
01:01 pm GMT - Sun, March 27, 2022
Dev To Indeterminate Circular Progress Bar using Pure CSS
Video:Source Code: https://www.semicolonspace.com/2022/03/circle-progressbar-css.html...
12:57 pm GMT - Sun, March 27, 2022
Dev To 7 Helpful tools for frontend devs
AnimXYZSo AnimXYZ will help you create, customize and animate your website! ShaperMUST TRY!!This interactive tool will let you play with various UI's 'LIVE' on the page! VizzuMUST TRY!...
12:45 pm GMT - Sun, March 27, 2022
Dev To Computing Jobs
So for my game (Myfe), I need some computing jobs, so a person has to do certain questions related to that job and those skills, and then they can do it.Problem is, I don't know many computing jobs.So...
12:44 pm GMT - Sun, March 27, 2022
Dev To Smart Contract that simulate Animal Crossing (nintendo game)
Smart Contracts Automatic Bell Dispenser Bank System simulation in Animal Crossing Nintendo Game About The ProjectThis project is composed by smart contracts that simulate Animal Cross...
12:38 pm GMT - Sun, March 27, 2022
Dev To Black Dashboard Starters - All FREE
Hello Coders!This article presents a curated list with starters built on top of Black Dashboard, a popular open-source design crafted by Creative-Tim. All products are actively supported and released ...
12:26 pm GMT - Sun, March 27, 2022
Dev To Introducing gitcards
The Attractive and Interactive Variant of your GitHub Profile....
12:15 pm GMT - Sun, March 27, 2022
Dev To How to Run an Effective End of Season Sale
How to Run an Effective End of Season Sale (4 Tips)Now that weve covered the basics of how an end of season sale works, lets look at how to run your own promotion in 2021.1. Mobilize your affiliate ma...
12:06 pm GMT - Sun, March 27, 2022
Dev To Steps To Create Loyalty Rewards Point Program For WooCommerce
Setting Up Your WooCommerce Loyalty ProgramFor this tutorial, well be using Advanced Coupons to add a loyalty program to your WooCommerce store. It is the best WordPress coupons plugin on the market a...
12:00 pm GMT - Sun, March 27, 2022
Dev To fuzzing Go
Tutorial Go fuzzing fuzzing Go random test input fuzzing SQL injection, buffer overflow, DoS cross-site scripting fuzzing Go Fuzzing glossary code unit test fuzz testNote: built-i...
11:35 am GMT - Sun, March 27, 2022
Dev To Introduction to Machine Learning and Hello World in NeuralNetworks
Hi fellows,Here we are going to build basic pattern recognition models using neural networks. Neural Networks are a more advanced topic in machine learning that belongs to deep learning but in this ba...
11:23 am GMT - Sun, March 27, 2022
Dev To Simple Pub-Sub System using Redis and Python
Hi guys i am here with an another blog post now let us build a simple publish subscribe system using python and redis Running the redis serveri am using docker to start a redis instance in my com...
11:18 am GMT - Sun, March 27, 2022
Dev To StrictionD
https://ipsnews.net/business/2022/03/15/altai-balance-usca-au-za-blood-sugar-supplement-negative-and-positive-customer-review-may-be-change-your-mind/ https://ipsnews.net/business/2021/09/28/altai-bal...
11:12 am GMT - Sun, March 27, 2022
Dev To The project you created with replit is taking a long time to respond. Is this just me?
The response time of the website publishedby replit is taking too long.Is this a temporary issue?Or is there a solution?...
11:09 am GMT - Sun, March 27, 2022
Dev To Being an Imposter
If you ever look at the home page of my site or the intro slide of my talks you will probably think I am the biggest show off in the world.I am, and I tell everyone, I am a GitHub Star, a Microsoft Mo...
11:02 am GMT - Sun, March 27, 2022
Dev To Understanding password storage
Storing passwords can be a challenging and painful task. With this post, I hope to highlight some of the challenges. Keep in mind that managing password by yourself is never a good idea and it's alway...
10:56 am GMT - Sun, March 27, 2022
Dev To Blazor and WebAssembly
IntroductionIn our previous blog post we learnt that with the use of Blaze web framework we can use C# for both server and client development instead of using Javascript on client side. This is ...
10:54 am GMT - Sun, March 27, 2022
Dev To Do you want a decentralized web with free speech support?
When we use the web, every site on this web is centralized.Where the administrators or moderators can delete, block, mute and other administratively operate on their users.As a user, do you ever think...
10:53 am GMT - Sun, March 27, 2022
Dev To Building c-lightning plugin with .NET
Recently, I have been modifying my own Lapps to work as a c-lightning plugin in order to make them work with not only with LND but also with c-lightning (What are Lapps?).I couldn't find someone doing...
10:50 am GMT - Sun, March 27, 2022
Dev To Debrid Link
Con DebridLink.es puede descargar o ver archivos de ms de 150 hosts con una sola cuenta.Detecta todos los enlaces admitidos en la pgina para descargarlos o transmitirlosHaga clic derecho en un enlace ...
10:50 am GMT - Sun, March 27, 2022
Dev To Three means and big bases
Weekly Challenge 157I'm back after the three week hiatus!Challenge, My solution TASK #1 Pythagorean Means TaskYou are given a set of integers.Write a script to compute all three Pytha...
10:39 am GMT - Sun, March 27, 2022
Dev To Top 10 Programming Languages for Mobile Application Development
Mobile application development is one of the most crucial things for a business nowadays. The reason is simple: most businesses need a solution that can help them to achieve their goals, boost brand i...
09:35 am GMT - Sun, March 27, 2022
Dev To How to send email in laravel 9 ?
Send MAIL In Laravel 9Today I am going to explain how you can send MAIL using SMTP in Laravel 9. Laravel UI Installation.After Installing Laravel 9 we will open the code in Editor. Ste...
09:31 am GMT - Sun, March 27, 2022
Dev To [Deepgram x DEV Hackathon Submission Post Placeholder Title]
Overview of My Submission Submission Category: Link to Code on GitHub Additional Resources / Info My Deepgram Use-Case Dive into Details Conclusion...
09:25 am GMT - Sun, March 27, 2022
Dev To How did I build my first API with MongoDB and Next.js?
By the way, I am a frontend developer, I always love to use APIs and work with them.but the project that I was wanted to build API is like Apple's Store,and this gave me the will to build an API and ...
09:18 am GMT - Sun, March 27, 2022
Dev To Recursive replace input value with process environment values in console
Often you need to change part of the value of an environment variable to another variableI made a utility for such a replacement Linkshttps://www.npmjs.com/package/rucken - npm packagehttps://git...
09:16 am GMT - Sun, March 27, 2022
Dev To Learn Ruby Programming in 3 Hours | Full Course
Hey guys,I am back with a new course on my YouTube channel and it is on Ruby Programming. In this video, we will cover all the basics and advanced topics of the Ruby Programming language.If that inter...
09:13 am GMT - Sun, March 27, 2022
Dev To Redux is easier than you think!
We use props to access and transfer the data between components , There could be a situation where we have more complicated nested components and that is the time you dont want to use props because it...
08:49 am GMT - Sun, March 27, 2022
Dev To Docker Images Vs Container - Difference
Before actually learning docker we have to understand the difference between containers and images. People still get confused between them and unable to explain if someone ask with clarity so let me c...
08:38 am GMT - Sun, March 27, 2022
Dev To Rtp Slot Hari ini
Bingung cari Rtp slot hari ini dengan tingkat kemenangan tertingi? Ingin mencoba aplikasi-aplikasi yang memberikan bocoran Rtp slot hari ini tapi gak tau mau coba dimana?? Tidak perlu khawatir karena ...
08:31 am GMT - Sun, March 27, 2022
Dev To React Hooks
Before version 16.8 react, we had to write a class component if we wanted to use most features of react and also states but after 16.8 hooks come to save us, finally we are able to use states and othe...
08:31 am GMT - Sun, March 27, 2022
Dev To I created twitter header using TailwindCSS
Checkout my new social media header made with TailwindCSS. Here is some facts Only used SVGs for the logos and the curly brace at the right.No custom css or fancy javascript.I had fun for 3 hours maki...
08:30 am GMT - Sun, March 27, 2022
Dev To DevSahaaya: Resources for Javascript Developers
I have created a site which has resources for Javascript developers. The reason why I created this one is to find right resources. I used to bookmark lot of resources in chrome but it is hard to find ...
07:35 am GMT - Sun, March 27, 2022
Dev To Animating Android views
Hello World!,Android app without animation looks incomplete, and with rapid growth in architecture android we are missing out animations but lets remember some core rootsThis consist of 4 major catego...
07:31 am GMT - Sun, March 27, 2022
Dev To How To Comeback ! for coding After A Long Break?
Hi !It Do Happens to the most of us. If we take a break from programming then things gets pretty difficult for us.1 took a One Month Gap from programming due to College Exams and Health Issues. Yester...
06:56 am GMT - Sun, March 27, 2022
Dev To How javaScript Asynchronous works under the hood?
in this brief Article I'm going to show you how Event loop , Call stack , Callback queue and web APIs (Events table) work together and handle the asynchronous and synchronous functions. ok lets dive i...
06:55 am GMT - Sun, March 27, 2022
Dev To Speech-to-text Technology: Tales of just another knackered Software Developer (Innovative Ideas Challenge)
IntroductionWhen I recieved the newsletter announcing the commencement of the Deepgram hackathon on DEV, I was super excited. I had always had a plethora of innovative ideas on how speech-to-tex...
06:43 am GMT - Sun, March 27, 2022
Dev To Navigation menu animation concept
I am currently working on my portfolio and I am trying all kinds of ideas on how to make it more attractive.I started testing a few ideas for the navigation menu and I ended with this animation....
06:37 am GMT - Sun, March 27, 2022
Dev To Your Opinion on My First Git Repo
Hi devs,I've just created my absolutely first Github repo, and I wanted to get your opinion on it. The concerned project is a Nodejs SDK for web scraping that, connected to an API I maintain, aims to ...
06:34 am GMT - Sun, March 27, 2022
Dev To Using Trait for Unit testing in Rust
Trait is one of powerful feature in rust. If you are coming from object oriented world, the Trait is like interface.On of example of how we can use trait is to define abstraction for writing file. Let...
06:24 am GMT - Sun, March 27, 2022
Dev To Using the Hyperledger Fabric Test Network on Windows 11 with WSL
We will try to start up the Hyperledger Fabric Test Network on a Laptop running Windows 11. You can find more information here.Take care of the pre-requisites:install Docker from here - "Docker Compos...
06:22 am GMT - Sun, March 27, 2022
Dev To xlsx rss
rss , . : rss , , . :yarn add rss-parseryarn add --dev exceljs moment posthtml progress request request-promise yargs ! :const ExcelJS = require('exceljs')const Pars...
06:14 am GMT - Sun, March 27, 2022
Dev To How to Get Previous and Next Record in Laravel
A really common task is to display links for the previous and next record typically you find these on blogs, when viewing the post a previous title and link are displayed and the same for the next pos...
06:08 am GMT - Sun, March 27, 2022
Dev To Best Programming Languages for Mobile App Development
Top 5 Programming Languages for Mobile App DevelopmentSince the inception of smartphones, the demand for mobile applications has been increasing exponentially. So no surprise that there are plenty of ...
05:55 am GMT - Sun, March 27, 2022
Dev To Power of GitHub Copilot
Hey, I just got a support to use GitHub Copilot, its amazing.Register yourself in waiting list...
05:46 am GMT - Sun, March 27, 2022
Dev To Why Every Programmers Must Blog
When people hear the term Programmers, they think of people who write code, add new features, or perhaps iron out existing bugs in a project.But a small subsection of this population put out content s...
05:03 am GMT - Sun, March 27, 2022
Dev To Discord bot with Python
Table of ContentsCreate a test serverGet a bot applicationInvite your botInitial FilesBot Files Create a test serverCreating a server will first require you to have signed up for a Discord ...
04:31 am GMT - Sun, March 27, 2022
Dev To 100 das de cdigo: 91, conectando y creando el frontend de mi aplicacin MERN
Hey hey hey!Pense que realmente seria complicado conectar el backend con el frontend pero en cuanto comenc a realizar el frontend de la aplicacin y a utilizar axios para las peticiones me di cuenta qu...
04:25 am GMT - Sun, March 27, 2022
Dev To Some useful MySQL/MariaDB commands to create and provide access to a database.
Login to MariaDB with:mysql.exe -u root -p <your-root-password>If your root account doesn't have a password omit the -p option.Create database with:create database database_name;Grant all access...
04:16 am GMT - Sun, March 27, 2022
Dev To Reverse-engineering a weird video file
Recently, I happened across a rather unusual video file whilst browsing Discord: a video that would show something different depending on your platform. InvestigatingAfter sending it to a suitabl...
04:14 am GMT - Sun, March 27, 2022
Dev To Why GitHub?
I hope you know much about git. Why do we need tools like GitHub?GitHub it is a place where you can store your code online, it doesn't mean its the only one, but most popular. Due to its generous...
04:10 am GMT - Sun, March 27, 2022
Dev To Video thumbnails generate with vanilla JS, ReactJS. Like YouTube
Have you ever needed where the user uploads the video and has the option to select a thumbnail? if yes keep reading.Recently I needed to create a service in one of my projects where users will upload ...
04:08 am GMT - Sun, March 27, 2022
Dev To My dream is about solving global warming with fusion and AI
My dream is about solving global warming with fusion and AI.We all know that matter consists of atoms, and an atom consists of atomic nuclei and electrons orbiting it. Atomic nuclei are not very frien...
03:53 am GMT - Sun, March 27, 2022
Dev To Frontend Internship Interview Experience
Long story short, I applied to XYZ company through Internshala for a frontend developer position. 1st step was to complete a task in which I was asked to make a basic hospital management system. Sourc...
03:35 am GMT - Sun, March 27, 2022
Dev To Introduction to Java Enterprise Edition
Java Enterprise Edition (Java EE) is a collection of abstract specifications that together form a complete solution for commonly faced challenges during software development.Words that are typically h...
03:09 am GMT - Sun, March 27, 2022
Dev To Multi-step form with Formik and yup lib
In this form I am facing an error in step-2 on click next form 3rd step should appear but it submit form...can anyone help me with thathttps://github.com/MDMohsinGhazi/multi-step-Form...
03:00 am GMT - Sun, March 27, 2022
Dev To cin | C boshlang'ich
cinUshbu operator foydalanuvchidan ma'lumotni so'rab uni vaqtinchalik hotiraga saqlash uchun ishlatiladi.#include <iostream>using namespace std;int main(){ int yosh; cin >> yosh;...
02:24 am GMT - Sun, March 27, 2022
Dev To FaaS and kubernetes
Traditionally with dockerfile,docker-compose scenariokubernetes based deploymentContainer as a ServiceFunctions as a ServiceVirtual kubelet (Image from https://github.com/virtual-kubelet/virtual-kubel...
02:09 am GMT - Sun, March 27, 2022
Dev To Get Webpage with python requests
Python's requests library is one of the gold standard apis, designed by Kenneth Reitz. It was designed with the user perspective in mind first and implementation second. I have heard this called read...
01:58 am GMT - Sun, March 27, 2022
Dev To Linux Command: locate
If you are feeling lazy and need to search for some file or directory in your whole system, then locate might be your best friend. It can find things super fast from thousands of items with the help o...
01:57 am GMT - Sun, March 27, 2022
Dev To The Road Code Travels
After finishing bootcamp I though I was ready to take the next steps in my software engineering journey. But what are they? Take a breakAfter achieving such a major accomplishment. I decided it...
01:54 am GMT - Sun, March 27, 2022
Dev To my first post on DEV
I'm hyped. hope i will make some relationships, projects, devo friends with DEV community love ya all. ...
01:46 am GMT - Sun, March 27, 2022
Dev To Why code review is a underrated skill in testing
What is code review?It's both looking over the code personally, and letting the linter - with rules decided as a team - inspect the code. Code review is the last step after the development is 'ready f...
01:21 am GMT - Sun, March 27, 2022
Dev To The truth of Fact, The truth of Feeling
So as im reading through Exhalations(see first weekly review) i come across the short story titled the title. First of all, its a great story. Second its about Language and Cognition. so even better.t...
01:16 am GMT - Sun, March 27, 2022
Dev To Desktop UI alternative: Avernakis, no webview, native rendering
https://qber-soft.github.io/Ave-Nodejs-Docs/...
12:59 am GMT - Sun, March 27, 2022
Dev To SOLID - OCP
Princpio do aberto/fechadoEntidades de software devem ser abertas para extenso, mas fechadas para modificao.Se voc precisa adicionar uma nova funcionalidade, ento melhor extender do que modificar.Por...
12:58 am GMT - Sun, March 27, 2022
Dev To Created a productivity app
What it isIt is a really simple app that lets you play different kind of ambient sounds. You can play any sounds simultaneously.site: https://focus-sounds.vercel.app/repo: https://github.com/K-S...
12:15 am GMT - Sun, March 27, 2022
Dev To Prueba post
...
11:52 pm GMT - Sat, March 26, 2022
Dev To Website accessibility with HTML
What is website accessibility?Some users on your sites will use screen readers, only use a keyboard to navigate, use screen magnification or use speech input software. In HTML there are a number of wa...
11:35 pm GMT - Sat, March 26, 2022
Dev To ng serve ...'@angular/compiler not loaded
I'm a little green to Ionic/Angular and am not entirely sure where the dividing line between the two is so...Angular CLI: 9.1.2OS: win32 x64Angular: 9.1.13... animations, common, compiler, compiler-cl...
11:31 pm GMT - Sat, March 26, 2022
Dev To Utilizando Neural edit-tree lemmatization para o portugus
Os desenvolvedores do spaCy lanaram um modelo de lematizao experimental que conseguiu aumentar a acurcia de lematizao do portugus de 0.75 para 0.97. As verses tradicionais dos lematizadores do spaCy s...
11:10 pm GMT - Sat, March 26, 2022
Dev To My first Web3 page with IPFS
AboutAs my first post in the community, I just want to record how I built and deployed my resume page on IPFS with Contentful and a classic template. Check out the final result :ENS domain (slow...
11:01 pm GMT - Sat, March 26, 2022
Dev To Workaround of [object Object]
When JavaScript handles an object such as json andthe result is output,[object Object]maybe displayed.This is because we are trying to output the data in object format as it is.This can be solved by c...
10:56 pm GMT - Sat, March 26, 2022
Dev To Skipfilter
A skipfilter is a skip list of arbitrary elements that can be filtered using roaring bitmaps stored in an LRU cache.https://github.com/kevburnsjr/skipfilterIn the Use Case below, we will use this data...
10:54 pm GMT - Sat, March 26, 2022
Dev To 90DAYS of Devops
Its a great opportunity to learn on this #90DaysofDevops, thank you Micheal cade for the opportunity to join you.I am setting aside 90 days of adventure to learn a good foundational understanding of D...
10:51 pm GMT - Sat, March 26, 2022
Dev To Organizing In-app Communication With Inbox Feed
Notificationssuch as emails, SMS, or push notifications from an appare a big part of daily life. Whether for work, fun, banking, or just to chat, mobile notifications tell us what we need to attend to...
10:39 pm GMT - Sat, March 26, 2022
Dev To Flutter Stil ve Temalar
Theme widget', uygulamanzda renkler, yaz tipi stilleri, buton stilleri gibi birok varsaylan stili ayarlamanza olanak tanr.Bu blmde, Flutter'daki dier nemli stil paralarnn yan sra Temann nasl kullanlac...
10:12 pm GMT - Sat, March 26, 2022
Dev To object oriented programming in Javascript (part 1)
``Object oriented programming, oop for short is a programming paradigm that can be used in Javascript What is a programming paradigma programming paradigm is a style or way of solving a certain p...
10:05 pm GMT - Sat, March 26, 2022
Dev To Properly Configuring Nightwatch to Run Geckodriver
Ill get right to it: both the stock Nightwatch configuration file (as of at least Nightwatch v. 2.0.9) and the Nightwatch docs are inaccurate for using the geckodriver web driver (specifically, v. 0.3...
09:55 pm GMT - Sat, March 26, 2022
Dev To Indexing S3 files in DynamoDB, Serverlessly
This article will explore different architectures for uploading files, like images, to a serverless backend. The files are stored in S3 and indexed by DynamoDB, where they are associated with an arbit...
09:37 pm GMT - Sat, March 26, 2022
Dev To A Faster Vim Workflow With Buffers and Args
When I formally switched to Vim full time (having used Atom, IntelliJ, and VSCode), I started a quest to find the best Vim editing workflow. BuffersAfter months of using Vim, I was drawn to the b...
09:29 pm GMT - Sat, March 26, 2022
Dev To Automatically update your GitHub Pages website with posts from dev.to
Important noteIt's all free. The idea here is to get a working solution without spending a penny. IntroductionI've already talked about GitHub Pages a long while ago when I first created my...
09:28 pm GMT - Sat, March 26, 2022
Dev To Day 14 of 100 Days of Code
This is the final part of the chrome extension build along. The concepts I learnt wereConstaddEventListener()innerHtmlinputvaluefunction parametersTemplate StringsLocal StorageJSON objects (JSON.Strin...
09:05 pm GMT - Sat, March 26, 2022
Dev To Changie - Automated Changelog Generation for Large Projects
PreleasesWhen working on large projects or projects that require a few extra checks before being considered stable it is common to have prerelease builds. They go by many names but most importan...
08:53 pm GMT - Sat, March 26, 2022
Dev To i3wm Screenshot Shortcuts
Have excellent screenshot shortcuts in your i3wm.FeatureShortcutFull ScreenPrtScrnSelectionShift + PrtScrnActive WindowSuper + PrtScrnClipboard Full ScreenCtrl + PrtScrnClipboard SelectionCtrl + Shift...
08:51 pm GMT - Sat, March 26, 2022
Dev To Creating a Bootable USB Drive to Install Windows 10, 8 or 7
Read this article and find out how to create a bootable USB drive for installing Windows 10, 8 or 7. There are many ways of doing it (and even dedicated apps), but we are going to cover only the metho...
08:47 pm GMT - Sat, March 26, 2022
Dev To A chart walks into a bar: Altair vs. leather
In this blog post series, we're going to compare two Data Visualization packages in the Python landscape. We will create a bar chart from dummy data, based on this example available in the Altair docu...
08:32 pm GMT - Sat, March 26, 2022
Dev To AppBar Widget
AppBar widgetAppBar genellikle, onu belirli bir ykseklikte ekrann st ksmna sabitleyen Scaffold.appBar zelliinde kullanlr.AppBar'n en dikkat ekici zellii, navigasyon zellikleri salamasdr. Uygulam...
08:19 pm GMT - Sat, March 26, 2022
Dev To Creating Forms in Django
Hi guy's today i am going to show you how can we create forms in django Step 1 : Setting up the django Projectcreate a django project using the following commanddjango-admin startproject DjangoFo...
08:19 pm GMT - Sat, March 26, 2022
Dev To How to test a TypeScript Express API with Jest (for Dummies... like me)
Don't like reading? Only want to see code? Here is the github repo :) OpeningIf you've been scratching your head trying to test your new TypeScript Express API - I've been there. And I'd love to ...
08:14 pm GMT - Sat, March 26, 2022
Dev To Mint An NFT Without Writing Any Code
This guide explains how to mint an NFT without writing code on thirdweb in a few steps.Minting with thirdweb guarantees you own both the NFT and the smart contract. If you mint an NFT on a platform wh...
07:56 pm GMT - Sat, March 26, 2022
Dev To FastAPI vs. Flask: Comparing the Pros and Cons of Top Microframeworks for Building a REST API in Python
Originally written by Adam Stempniak and Daniel RyckiCreating web applications such as REST APIs is the bread and butter of backend developers. Therefore, working with a web framework should be quick ...
07:15 pm GMT - Sat, March 26, 2022
Dev To GitHub Copilot made GF in PyGame
I just bored today so I decided to do fun with GitHub copilot.I asked GitHub copilot to do this # draw my dream girlfriendand copilot started coding lolsee the output I learn some new today like video...
07:12 pm GMT - Sat, March 26, 2022
Dev To Useful Tools and Thoughts for Migrating WordPress Content and Configuration
Here is how I migrated WordPress content and some thoughts that should not have been afterthoughts. If you found this article on Google because your media library turns out to be empty, I had the same...
07:02 pm GMT - Sat, March 26, 2022
Dev To What I learn from my Discord clone project
So after about 2 weeks and countless hours of scratching my head, I had finish major functionality of my discord clone. Tool I use for this project:ReactJsreact-firebase-hookfirebase authfirest...
07:00 pm GMT - Sat, March 26, 2022
Dev To Glimmer DSL for LibUI Code Area (Ruby Tooling Future)
Brandon Weaver has recently contacted me on the Glimmer Gitter to ask questions about Glimmer DSL for LibUI. He also mentioned the node pattern tool written by Marc-Andr Lafortune (a fellow Rubyist I ...
06:59 pm GMT - Sat, March 26, 2022
Dev To MaterialApp widget
MaterialApp widget arac, tm widget esi alt aacn etkileyen bir dizi avantaj salar.MaterialApp, Flutter: WidgetsApp tarafndan salanan generic top-level widget'n bir uzantsdr. WidgetsApp, navigator ayarl...
06:59 pm GMT - Sat, March 26, 2022
Dev To The Only 3 Plugins You'll Ever Need For Your Terminal
Maximizing the tools you are already using (or adding new ones) is all we're about! Before we start we all need to have zsh installed.What is zsh you ask? ZSH, also called the Z shell, is an extended ...
06:58 pm GMT - Sat, March 26, 2022
Dev To Debug multiple bugs with vsCode without losing breakpoints
Sometimes a bug is so stubborn, you have to put it on hold and do something else.So, if you're using vsCode to debug your issue, you're going to lose those breakpoints if you start debugging something...
06:50 pm GMT - Sat, March 26, 2022
Dev To Programming job and a BSc.
Welcome to this week's article peeps , we would be talking about "that" degree, getting a job in tech and being a self-taught programmer. First of, what's "that" degree?That degree is basically Comput...
06:48 pm GMT - Sat, March 26, 2022
Dev To Pasan paving block
Paving Block Sebagai Alternatif meningkatkan Estetika BangunanPengerasan dengan Paving block banyak keuntungan salah satunya adalah keindahan bangunan dipadu dengan dekorasi jalan tempuhnya. Oleh kar...
06:47 pm GMT - Sat, March 26, 2022
Dev To Curso grtis de Spring Boot
Neste curso criaremos uma aplicao completa utilizando Java, Spring Boot, JSF Primefaces e MySQL.O cdigo fonte est disponvel no github https://github.com/feltex/academicnet 01 - SPRING BOOT uma ap...
06:47 pm GMT - Sat, March 26, 2022
Dev To Haramain High-Speed Train To Move Over 625,000 Passengers Throughout Ramadan 2022
As reported by Saudi Gazette, Haramain High-Speed Train can operate fifty services per day throughout Ramadan.This new policy was enforced to hold a complete of quite 625,000 each domestic and foreign...
05:45 pm GMT - Sat, March 26, 2022
Dev To Hello, my name is Adrian Grimm!
I've been a member here for a few years, but I haven't done much writing. This introduction is my first step in a new, focused direction.I've been writing front-end code for about three years. I had b...
05:38 pm GMT - Sat, March 26, 2022
Dev To Move zeroes
Leetcode problem : https://leetcode.com/problems/move-zeroes/Brute force solution:We can solve this question using two for loops.Initialize a variable (say count) equal to 0.Start a for loop from 0 to...
05:34 pm GMT - Sat, March 26, 2022
Dev To Gitlab'n LDAP balantsnda zel karakter sorunu ve zm
Gitlab'a LDAP zerinden giriGitlab' kurduktan sonra SAMBA DC ve MS AD zerinden, LDAP kullanclar ile giri iin bir ok kaynakta belirtildii gibi aadaki satrlar /etc/gitlab/gitlab.rb dosyasna yazmak ...
05:33 pm GMT - Sat, March 26, 2022
Dev To C foundation | PART 2
C++ da string va maxsus belgilar!1) \ - escape character. Bu belgi orqali string (tekst) ichida maxsus komandalar yoki belgilar yozish uchun ishlatiladi.string ichida yozish mumkin bo'lmagan ba'...
05:29 pm GMT - Sat, March 26, 2022
Dev To Django Full-Stack Starters - Open-Source and Free
Hello Coders!This article presents a curated list with open-source Full-Stack Starters powered by Django Framework. All mentioned projects are available for download from Github and the permissive MIT...
05:28 pm GMT - Sat, March 26, 2022
Dev To DECK with svelte
Initially, DECK V3, which started as a Proof of Concept, was only dependent on Electron JS. Then we decided to move the codebase with Svelte. So here are some hurdles and achievements that can be inte...
05:24 pm GMT - Sat, March 26, 2022
Dev To 3 reasons why you should use Remix instead of Next.js
3 things that I came across this week: 1. Developer ExperienceI tried migrating the React (Frontend only) to Next.js and I got tired, I built about 50-70% but I did not like all the workarounds I...
05:18 pm GMT - Sat, March 26, 2022
Dev To What I learned this Week. Week 5.
Welcome to my weekly retro where I go over everything I did each day. I record this as my week goes on and doing so has helped me talk about what I am learning in a clear and concise way. I feel like ...
05:15 pm GMT - Sat, March 26, 2022
Dev To Angular Advance topic List. please adds one if you have one.
AfterViewInitChangeDetectionStrategyChangeDetectorRefInputOutputOnDestroyOnInitViewChildEventEmitterOnChanges...
05:13 pm GMT - Sat, March 26, 2022
Dev To Mongodb Cloud in mac m1
I am unable to setup mongodb cloud in mac m1..i also couldn't install the mongodb community app. Please help.......
05:08 pm GMT - Sat, March 26, 2022
Dev To Top Best Online Code Editor For FrontEnd Developers | Playground Editor
Are you looking for Best Online Code editors? Then here is the Best Online Code Editors For FrontEnd Developers.We all know coding is hard but we want to learn them for our future or for our interest ...
04:59 pm GMT - Sat, March 26, 2022
Dev To Chrome Extensions you should add them to your arsenal now !
If youre a developer, you will likely already have a collection of favorite Chrome extensions you use on a daily basis. Extensions that make life easier, make you more productive or perform an essenti...
03:38 pm GMT - Sat, March 26, 2022
Dev To 4 effective ways to make money through blogging
4 effective ways to make money through bloggingIn my recent post, I have explained the 4 ways to make money through web development and through the idea of that post only today we are going to f...
03:21 pm GMT - Sat, March 26, 2022
Dev To Configuring Amazon Alexa on Raspberry Pi!
Alexa is Amazons cloud-based voice service available on more than 100 million devices from Amazon and third-party device manufacturers. With Alexa, you can build natural voice experiences that offer c...
02:58 pm GMT - Sat, March 26, 2022
Dev To Code Smell 125 - 'IS-A' Relationship
We learned at school that inheritance represents an 'is-a' relationship. It is not.TL:DR; Think about protocol and behavior, forget inheritance ProblemsBad modelsUnexpected behaviorSubclass over...
02:50 pm GMT - Sat, March 26, 2022
Dev To Setup Flutter and Firebase
Flutter FirebaseFlutter 2.10.4 | Dart 2.16.2 | DevTools 2.9.2 Create Flutter Project1) Flutterflutter create flutter_firebase Create Firebase Project1) https://console.firebase.google.co...
02:42 pm GMT - Sat, March 26, 2022
Dev To 7 JavaScript Ideas to Help You Improve Your Development Skills
JavaScript is a complex thing to master. If youre a JavaScript developer at any level, its crucial to understand its core notions. This article covers 7 principles that any JS developer should be awar...
02:38 pm GMT - Sat, March 26, 2022
Dev To Chakra Prose is finally here
I am a big fan of Chakra UI I have used it for years, it's my go to when building out basic websites as it is extremely fast to get everything up and going.The problem was with using something like Ti...
02:34 pm GMT - Sat, March 26, 2022
Dev To How to Create NFT Pixel Art - Much Exclusive Doge Yacht Club Collection - Part II - Backgrounds
This tutorial is a continuation of How to Create NFT Pixel Art - Much Exclusive Doge Yacht Club Collection - Part I. If you haven't checked out the previous tutorial, I recommend going over it since y...
02:31 pm GMT - Sat, March 26, 2022
Dev To Vite: Blazing-Fast Tooling That Could Change How You Code
Have you heard of Vite the modern and super-fast tool for scaffolding projects? Its spreading like wild fire due to its almost immediate code compilation and fast hot module replacement.Vite is one o...
02:21 pm GMT - Sat, March 26, 2022
Dev To Image Hover Effect
Image hover effect using html and css...
02:19 pm GMT - Sat, March 26, 2022
Dev To How to focus on hover in Windows 10
There's an option available in Ubuntu or in Gnome. A package called Gnome Tweak Tool provides us with an option to select how windows are focused. The option Focus on Hover allows us to move the focus...
02:16 pm GMT - Sat, March 26, 2022
Dev To Learn coding by playing games
When beginners usually start to code sometimes may get stuck or confused with some concepts. But there are many sites which help to learn some fundamentals of programming by playing games which can be...
02:11 pm GMT - Sat, March 26, 2022
Dev To Fall in Love with Your Environment Setup in
A Python developers guide to the optimal setup for collaboration, production readiness and time savingWhat exactly do I mean by environment setup?I mean having all the tools you need to efficiently pe...
12:54 pm GMT - Sat, March 26, 2022
Dev To Storing variables with useRef ?
React useRef is a hook used to reference html elements (commonly inputs). If we read the useRef definition from React docs: useRef returns a mutable ref object whose .current property is initialized t...
12:54 pm GMT - Sat, March 26, 2022
Dev To trying best
hello friends !!My name is Yash bhatti .i am a student of CS(Computer science) 2nd year student.i am trying my best to learn the languages in this cores...i hope you all will give me some help to beco...
12:47 pm GMT - Sat, March 26, 2022
Dev To All you need to know about AWS Snowball for Data Transfer
This is a service by AWS to securely transfer large amounts of data to and from Amazon s3. Sizes of data can that require this service can range from terabyte to petabyte. The snowball service comes i...
12:33 pm GMT - Sat, March 26, 2022
Dev To How is information architecture significant for websites?
The significance of a well-constructed IA or information architecture is immense for a website. IA is a fundamental aspect of websites that concentrates on organizing information or content into a log...
12:32 pm GMT - Sat, March 26, 2022
Dev To Best Digital Marketing Agency In Coimbatore
Creative Point is one of the top Digital Marketing Company in Coimbatore providing effective digital marketing strategy for both small & large scale business people. We can strongly ensure the gro...
12:31 pm GMT - Sat, March 26, 2022
Dev To How to build NFT Marketplace website using HTML CSS JS
How to build nft marketplace website using HTML CSS JavaScriptIn this video, I will show you how to create (mobile-first responsive) nft marketplace.Live WebsiteGithub RepoHI I'm Sadee (webdev)In this...
12:31 pm GMT - Sat, March 26, 2022
Dev To Test Post
Test Post. My first post....
12:18 pm GMT - Sat, March 26, 2022
Dev To How to validate uploaded files in Node JS
In this note, we'll look at how we can handle file validation and compression in Node JS.If you have a better way of handling validation or compression, please drop it in the comment section.In most c...
12:11 pm GMT - Sat, March 26, 2022
Dev To Flutter SystemChrome
SystemChromeSystemChrome, uygulamanzn yerel platformda nasl grntleneceini kontrol etmek iin baz kolay yntemler sunan bir Flutter snfdr veAygtn kendisini deitirmek iin kullanlr.Uygulamay dikey mo...
12:06 pm GMT - Sat, March 26, 2022
Dev To Can someone plz explain functional React Hooks ??
Can someone plz explain functional React Hooks with easy to understand examples?? Attaching material ,examples, code would be appreciated....
11:59 am GMT - Sat, March 26, 2022
Dev To Proving Grounds Tips
This is just going to be a quick sharing on my thoughts of Proving Grounds Practice. If you do not know what it is, Proving Grounds Practice is a subscription service for access to machines, mainly fo...
11:58 am GMT - Sat, March 26, 2022
Dev To Dev.to misses Open Source definition
I just joined Dev.to. As usual, I look for things related to Free/Libre software. I realized there is a tag for OpenSource and if I try to make a see tag page for FreeSoftware, it redirects me to Open...
11:08 am GMT - Sat, March 26, 2022
Dev To How To Unlock Facebook Account
How to Unlock Facebook AccountIf youre locked out of your Facebook account, youve probably been wondering how to unlock Facebook account. It isnt that difficult if you know the proper steps to follow....
11:08 am GMT - Sat, March 26, 2022
Dev To React: Overriding Browser's Keyboard Shortcuts
Browsers have many shortcuts. How do I override these shortcuts?import { useEffect } from "react";function App() { useEffect(() => { const handler = (e: KeyboardEvent) => { if (e.ctrlKe...
11:01 am GMT - Sat, March 26, 2022
Dev To Two Sum
Leetcode problem : https://leetcode.com/problems/two-sum/ Brute force solution : Fix the first pointer to the first element of the array. We assume that this element is the first number in our output...
10:46 am GMT - Sat, March 26, 2022
Dev To glad to join this amazing community
Hi developpers ...This is singou Dembele from Morocco.Junior in dev industry, very happy to be part of this great community. Hope to receive some feedbacks from you guys ... and make some new friends ...
10:42 am GMT - Sat, March 26, 2022
Dev To What is minikube, kubectl and how do you do local development & deployment of apps in Kubernetes
My blog on how to do local setup of kubernetes and deploy apps....
10:41 am GMT - Sat, March 26, 2022
Dev To Working with Shell Alias and Functions in linux
Alias helps to pass commands to the linux terminal to run a specific instruction.The linux terminal is very resourceful, and as such utilizing Alias could be a major boost to your productivity as a de...
10:41 am GMT - Sat, March 26, 2022
Dev To Automating Data Validation using Kedro Hooks
30 Second Intro to KedroKedro is a fairly un-opinionated Python framework for running data pipelines. On a high-level, Kedro is a DAG-solver, consisting a series of discrete steps abstracted as ...
10:27 am GMT - Sat, March 26, 2022
Dev To Optimize Wordpress Mobile Website
Some times our mobile website is very slow in wordpress and we have to optimize our website. Here is some tricks which you can use to optimize your wordpress website. To optimize your website you can ...
10:24 am GMT - Sat, March 26, 2022
Dev To Modern JavaScript: Promise
Table of contentsIntroductionPromiseFirst ExamplesHandling Promisethen()catch()finally()ChainingAdvanced UsageServer RequestMultiple RequestsFirst to settleFirst to fulfillOutro Introductio...
10:23 am GMT - Sat, March 26, 2022
Dev To Advanced form handling with vanilla Flutter
Disclaimer: This article goes about implementing features in a highly opinionated manner, which may not be in line with many of the tutorials out there. So have an open mind and read along! Cheerio :)...
10:13 am GMT - Sat, March 26, 2022
Dev To How to remove extra javascripts wordpress?
Some times we need to remove some javascript from our wordpress website or blog to speed up our website. Here below is a trick which you can use to remove unused js from your wordpress website.First o...
10:07 am GMT - Sat, March 26, 2022
Dev To History of Bitcoin!
Hey Guys,Hope all are doing well,Awesome,So, today we will see all about Bitcoin's history, starting from its birth!Yaa, you read it right, starting from its Birth.Then why wait? Let's start :)Bitcoin...
09:18 am GMT - Sat, March 26, 2022
Dev To Deep Learning Library From Scratch 5: Automatic Differentiation Continued
Hi Guys! Welcome to part 5 of this series of building a deep learning library from scratch. This post will cover the code of the automatic differentiation part of the library. Automatic Differentiatio...
09:02 am GMT - Sat, March 26, 2022
Dev To How im learning Go and GraphQL (super simple clickbait title )
In my opinion the best way to study new techologies is to make projects, so while studying Go and GraphQL i decided to create a basic One Piece (famous manga) API that returns the Strawhats crew infor...
08:43 am GMT - Sat, March 26, 2022
Dev To What type of response from Google Map?
...
08:38 am GMT - Sat, March 26, 2022
Dev To Hello World
Hello world is the most common and most begging word for every new programmer who is newly learn programming....
08:32 am GMT - Sat, March 26, 2022
Dev To Setting Up Your Online Store: The Gumroad Way
Well, Lately I have been trying to build some source of income where I have to work once and get paid for the product instead of the hourly paid. Most people call it a passive income stream. In my res...
08:31 am GMT - Sat, March 26, 2022
Dev To Use Snapchat like a pro
By now you must have heard of the messaging app craze everyones talking about. Hope you must already have an idea What Snapchat is? If not please read our previous post on What is Snapchat and How Sn...
08:24 am GMT - Sat, March 26, 2022
Dev To Starting a Business: Week 1
A while ago, I started a business, this series would help you get the most out of my experience. If you are also thinking about starting a business, I really hope this will help! Note that this is goi...
08:20 am GMT - Sat, March 26, 2022
Dev To Hi all. What's new?
...
08:17 am GMT - Sat, March 26, 2022
Dev To Creating A Local Development Environment With WordPress And XAMPP.
For whatever reason, you may be forced to host your WordPress site locally before then transferring it to the server after you have already paid for the domain and hosting.A local development environm...
08:17 am GMT - Sat, March 26, 2022
Dev To Simple Cookies with Node.js and any frontend JavaScript framework
Fact: Elite programmers do simple things. It's the idiots who complicate things just to look smart. Why another one?We all have come across blogs to set up HTTP cookies with Node.js and React.js ...
08:10 am GMT - Sat, March 26, 2022
Dev To Dart Sort List of objects Descending
In this tutorial, we'll show you some ways and functions to sort list of Objects descending in Dart/FlutterSimilar to Ascending order, but you can do this with three ways:using custom compare function...
07:27 am GMT - Sat, March 26, 2022
Dev To How to install Metasploit in termux No Error 2022
IntroductionMetasploit is mostly used exploitation framework . Metasploit Framework is set of open source tools that is used for network enummeration , vulnerability scanning , payload making , ...
07:18 am GMT - Sat, March 26, 2022
Dev To Search in Rotated Sorted Array - Python
There is an integer array nums sorted in ascending order (with distinct values).Prior to being passed to your function, nums is possibly rotated at an unknown pivot index k (1 <= k < nums.length...
07:14 am GMT - Sat, March 26, 2022
Dev To MongoDb Row commands
In this post, we will see a comprehensive list of all the MongoDB Row commands you will ever need as a MongoDB beginner. Row(Document) CommandsShow all Rows in a Collectiondb.comments.find()Show ...
07:08 am GMT - Sat, March 26, 2022
Dev To Facebook clone using HTML and CSS
As part of switching back my career to Tech, as a beginner I have created a facebook home page clone using HTML and CSS only....
07:07 am GMT - Sat, March 26, 2022
Dev To Techniques de prise de notes pour devs
Comment prendre de bonnes notes en tant que dveloppeurs Pour aller plus loin, je tai concocter une vido plus longue https://m.youtube.com/watch?v=EAQRbaqgdV8 - GitHub https://github.com/pH-7...
07:05 am GMT - Sat, March 26, 2022
Dev To Vue 3 lifecycle hooks with real-time example
Vue.js is providing lifecycle hooks to manage/manipulate a component's state at specific time. It's a basic building block of vue.js, as developers need it at each and every stage of implementing vue....
07:01 am GMT - Sat, March 26, 2022
Dev To Glucofort Reviews (Updated 2022) - WARNING 2022! It Is Scam Or What?
Glucofort Review - glucose Support, Diabetes, Ingredients, Side Effect Scam Or Not? Is It Worth Of Money?I have been enduring fromGlucofort Reviewfor around the beyond five years or thereabouts. I'm m...
06:58 am GMT - Sat, March 26, 2022
Dev To Lesson 03 | Conditionals
Types of ConditionalsA conditional in C can be written using if, else-if, else, ternary operators, and switch statements. if StatementsAn if statement tests an expression and executes code ...
06:51 am GMT - Sat, March 26, 2022
Dev To Create a database for the application and create first migration via flyway
Linkshttps://github.com/EndyKaufman/kaufman-bot - source code of bothttps://telegram.me/DevelopKaufmanBot - current bot in telegramhttps://flywaydb.org - flyway is an open-source database migrat...
06:51 am GMT - Sat, March 26, 2022
Dev To All MongoDb Collection Commands
In this post, we will see a comprehensive list of all the MongoDB Collection (tables in sql) commands you will ever need as a MongoDB beginner.I will assume that you are working inside a collection n...
06:44 am GMT - Sat, March 26, 2022
Dev To Testing Defect
Over the years, software development and testing have undergone several stages of evolution. Every new era dawned with new hopes, but at the same time was dotted with new challenges. However, one thin...
06:42 am GMT - Sat, March 26, 2022
Dev To All MongoDb Database commands (MongoDb Cheatsheet)
In this post, we will see a comprehensive list of all the MongoDB commands you will ever need as a MongoDB beginner. This list covers almost all the most used commands in MongoDB. Database Comman...
05:58 am GMT - Sat, March 26, 2022
Dev To Flutter Temel Bilgiler
Flutter'da her ey bir widget'tr ve widget'lar yalnzca grnmlerini nasl tanmlayacan bilen Dart snflardr.Her widget esi bir build methodu iermelidir ve bu method bir widget esi dndrmelidir.Widget'lar Flu...
05:56 am GMT - Sat, March 26, 2022
Dev To Send Notification on Expo ReactNative App from Laravel | PHP
public function notifyApp($app_id){ $payload = array( 'to' => $app_id, 'sound' => 'default', 'body' => "New Task Assigned" ); $curl ...
05:52 am GMT - Sat, March 26, 2022
Dev To What happens if blockchain and AI work together?
Blockchain and Artificial Intelligence are two of the hottest technology trends right now. Even though the two technologies have highly different developing parties and applications, researchers have ...
05:51 am GMT - Sat, March 26, 2022
Dev To Noni Fruit Content Is Rich in Benefits, Especially For Cancer Survivors
Noni fruit or morinda citrifolia is known to come from the Southeast Asian region, belonging to the family Rubiaceae. The plant grows in the lowlands at 1500 m. Noni trees reach a height of 3-8 m, hav...
05:42 am GMT - Sat, March 26, 2022
Dev To Glucofort Powerful Blood Sugar
Click Here to Buy :- http://ipsnews.net/business/2022/03/14/glucofort-south-africa-is-gluco-fort-blood-sugar-support-formual-safe-for-diabetic-2-patient-dangerous-side-effects-exposed/https://glucofor...
05:35 am GMT - Sat, March 26, 2022
Dev To FungoSem Does It Really Work ? Truth Exposed
Don't get all worked up over some business. Luckily, all that can change for us too. I'm rather qualified. You cannot only make your FungoSem look better, you can actually make it better. It is a swif...
05:34 am GMT - Sat, March 26, 2022
Dev To Glucofort Reviews Negative Customer Complaints and Side Effects?
This can cause trouble in a big way. Now compare that to a Blood Sugar Support that legalizes a Glucofort preparation for a Blood Sugar Support. That is the foundation one needs in order to have resul...
05:31 am GMT - Sat, March 26, 2022
Dev To Absolute import in create-react-app
Want to get rid of the annoying, long, boring import statements in react?import {Card} from './../../components/Card';Just create a jsconfig.json file in your projects root directory and the following...
05:30 am GMT - Sat, March 26, 2022
Dev To 2
...
05:28 am GMT - Sat, March 26, 2022
Dev To My learning from Just Enough Software Architecture part 2
In my last blog we discussed about risks, describing risks, prioritizing risks etc. You can read it here. In this blog post, I will add my learning of techniques to handle risks.Once we know what is t...
05:27 am GMT - Sat, March 26, 2022
Dev To Huuman CBD Gummies - Pain Relief Results, Price, Ingredients And Side Effects
Huuman CBD Gummies Learn to have a good timetable instead of doing things in a haphazard location. You also need to observe the signals which usually provided because of your body when it's overworked...
05:10 am GMT - Sat, March 26, 2022
Dev To Grrr Character Encoding
These are some personal notes about why character encoding is still a problem in 2022. Like most of my postings these are written to be something I can email a link to various people. In this case it ...
03:03 am GMT - Sat, March 26, 2022
Dev To PlanetScale - Creating a table and adding information using PHP
I previously made a post about connecting to a PlanetScale database, you can find it here. Creating a tableYou can create a table with PlanetScale's UI or programmatically. I'll be using PH...
02:31 am GMT - Sat, March 26, 2022
Dev To AWS Global Infrastructure
Note:- Images are taken from amazon official websiteLet's see about AWS Global Infrastructure, What is AWS Cloud Infrastructure?AWS Cloud Infrastructure is a more secure, extensive and reliable servic...
02:31 am GMT - Sat, March 26, 2022
Dev To Bienvenidos a mi repositorio en Git Hub!
Pueden observar, comentar y colaborar en mi coleccin de ejercicios de cdificacin en mi cuenta de Git Hub; alla nos vemos! link ...
02:24 am GMT - Sat, March 26, 2022
Dev To Comparison of Azure Data Lake Storage(ADLS) Gen1 vs Gen2
Azure Data Lake Storage or short name Data Lake is a system or repository of a huge quantity of data in a structured or unstructured form that is stored in its natural format(i.e object blobs or files...
02:17 am GMT - Sat, March 26, 2022
Dev To Introduccin a lenguaje Pseudo codigo (PSeInt)
Hola! Bievenidos a mi primer post en DEV! En este caso sera realizado hacia la introduccin a la comprensin y desarollo del entorno de desarollo del pseudocdigo PSeInt para empezar a introduccirse poco...
02:13 am GMT - Sat, March 26, 2022
Dev To Writing a Virtual Machine in Rust
...
02:05 am GMT - Sat, March 26, 2022
Dev To What's your editor journey like as a developer?
I stumbled upon this amusing thread on twitter where people were discussing different editors. Bruce @infinidream1 I...
01:47 am GMT - Sat, March 26, 2022
Dev To Building the staking smart contract with Solana blockchain
SummarySolana is a decentralized blockchain platform created by Anatoly Yakavenko.Solana has a block time of 400 ms which is freakingly fast because of POH mechanism. I am not going to write the detai...
01:20 am GMT - Sat, March 26, 2022
Dev To How to change color of an icon, text or other component with ReactNative useState Hook
answer re: How do I use the useState hook to change the color of my react icons to blue? Mar 26 '22 ...
01:16 am GMT - Sat, March 26, 2022
Dev To Connecting to PlanetScale with a PDO Object in PHP
What is PlanetScale?PlanetScale is a MySQL compatible serverless database platform. I think of it as GitHub for databases. You can use it to host your database, create branches, and preview the ...
01:04 am GMT - Sat, March 26, 2022
Dev To npx gitignore
I've done this a few times on a live stream and there is always someone unaware of this so I wanted to share.Assuming you have Node.js installed on your machine, you can run npx gitignore your_languag...
12:51 am GMT - Sat, March 26, 2022
Dev To Setting up TailwindCSS with SASS in RedwoodJS
Here's a quick and easy guide on how to setup TailwindCSS, using the SASS preprocessor, in a new RedwoodJS project. RequirementsMake sure you have the correct npm / yarn versions installed, the d...
12:50 am GMT - Sat, March 26, 2022
Dev To CSS Components
When I was first introduced to React and its components, I fell in love with them. I couldn't believe I didn't know about them or even anything like them until that point. Also to note, I'm an avid fo...
12:48 am GMT - Sat, March 26, 2022
Dev To Communication between Sinatra Routes and React Fetch Requests
What are Routes and Requests anyways?For those who dont know what Sinatra routes or React fetch requests are, Ill give a brief rundown. Sinatra routes are the communication between you and the d...
12:42 am GMT - Sat, March 26, 2022
Dev To Data Science Competition
I really want to share these data science resources with everyone I hope it helpsCompetitive Data Science PlatformsThese are platforms that can help you earn by solving data science project...
12:30 am GMT - Sat, March 26, 2022
Dev To Bing Wallpaper Xfce - How to get new daily wallpapers in Xfce
Gnome, KdeSo there are a lot of flatpak and snap apps for wallpapers which work on Gnome and Kde, but they almost never work on Kde except Variety which has some critical bugs on Xfce.How I found a so...
12:29 am GMT - Sat, March 26, 2022
Dev To Do You Have Any Questions About Us?
For decades I've interviewed for jobs.Sometimes I was successful. Sometimes I failed miserably.I have recently realized that I was doing something wrong and I'd like to document it here in the hopes t...
12:21 am GMT - Sat, March 26, 2022
Dev To I'm moving my SAAS to a monorepo and how Turborepo is helping me to do so!!
NOTE: this is not a tutorial! I'm just sharing my use case, experience, and knowledge so far. Which TBH isn't a lot but I felt like writing a blog, so... Back StoryIf you read my last blog, You ...
12:19 am GMT - Sat, March 26, 2022
Dev To 2.9 was exciting
This week I have the chance to spend more time and mind on Telescope since I don't have to worry about looking for an internship any more and this release has been productive and full of knowledge. ...
12:01 am GMT - Sat, March 26, 2022
Dev To JavaScript Features You Need to Look At
ECMAScript 2022 is right around the corner, but there were many exciting features that were introduced last year: replaceAll methodconst message = "A-message-being-divided";const processedMessage...
11:17 pm GMT - Fri, March 25, 2022
Dev To Setting up Custom Screen Resolution on Linux (Permanently)
Perhaps, you have searched how to setting custom screen resolution or just resolution on Linux before.After a few process, you have set up screen resolution and saw it's not affected on next reboot.Al...
10:54 pm GMT - Fri, March 25, 2022
Dev To [pt-BR] Migrao e Implementao de Cloud - 2
Em construo......
10:48 pm GMT - Fri, March 25, 2022
Dev To What JIT (Just in time) really is ? (Part 2)
In the previous part, I talked about what compilers and interpreters are, and in this part, I want to continue the content. If you have not read the previous part, you can read it from this link.Let's...
10:44 pm GMT - Fri, March 25, 2022
Dev To Linux File System
A Linux file system is a structured collection of files on a disk drive or a partition. Linux file system is generally a built-in layer of a Linux operating system used to handle the data management o...
10:42 pm GMT - Fri, March 25, 2022
Dev To My coding journey from 100 days of coding challenge
Hi. I am Annshiv. First of all, I need to say apologies for my English mistakes. Welcome to my first blog post. This post will cover my coding journey from the #100daysofcode challenge to my job.Why I...
10:40 pm GMT - Fri, March 25, 2022
Dev To Developing in Dagster
tl;dr: Use Poetry, Docker, and sensible folder structures to create a streamlined dev experience for creating dagster pipelines. This technical blog post dives into how this was accomplished. This pos...
10:40 pm GMT - Fri, March 25, 2022
Dev To Automating iTerm2
TLDRWorking with localhost and multiple repos can be tedious - Apple has a way to automate opening multiple terminal windows and tabs, navigating to the directories that you need, and starting u...
10:29 pm GMT - Fri, March 25, 2022
Dev To How to send large file with curl in PHP
To send a large file, over 2 gigabyte, in a HTTP request with PHP is not easy because we can be limited with the memory_limit.Even by setting memory_limit = 5G i was having memory or write issue like ...
10:28 pm GMT - Fri, March 25, 2022
Dev To [pt-BR] DevOps e Computao em Nuvem - 1
Esse mais um dos assuntos do mundo de TI que demonstra o quanto desenvolvedores no podem ser apenas mquinas de escrever cdigos.Um dev que conhece pelo menos um pouco de arquitetura, infraestrutura, e...
10:27 pm GMT - Fri, March 25, 2022
Dev To Managing Stages and Environments in Serverless Framework
Originally posted at ServerlessSince day 1, the Serverless Framework has had the concept of stages; the ability to create different stacks of the same service. This concept works really well when you ...
10:15 pm GMT - Fri, March 25, 2022
Dev To What JIT (Just in time) really is ? (Part 1)
In this article i want to explain what jit really is before that i want to talk about interpreters and compilers, which, as we can see, are important pieces in our JavaScript engine.You see, in progra...
10:13 pm GMT - Fri, March 25, 2022
Dev To AlmaLinux for Azure HPC -- Now Available!
Hello HPC Fans. A few weeks ago we updated our images on Microsoft Azure to 8.5. Today we are proud to announce the general availability of AlmaLinux OS for Azure HPC based on AlmaLinux OS 8.5. This w...
09:32 pm GMT - Fri, March 25, 2022
Dev To How to Publish Android Library on JitPack.io with GitHub?
Many tutorials are outdated and incorrect. Thus, I create these most up-to-date guides to publish Android library on JitPack.io.This article was originally published at vtsen.hashnode.dev on March 5, ...
09:16 pm GMT - Fri, March 25, 2022
Dev To Controller e Service - Uma breve introduo
AvisoArquitetura de Software um tema bem terico e de certa forma abstrato ~(ao menos para mim), ento os tpicos abordados nesse artigo so a minha interpretao pessoal do conceito geral, sendo que...
09:16 pm GMT - Fri, March 25, 2022
Dev To A NodeJS application calling a 3rd-party API
This article aims to sum up my learning from developing and deploying my first NodeJS application. The idea is that I need to access somebody else's server to receive information. The communication wi...
09:15 pm GMT - Fri, March 25, 2022
Dev To My first one..hello word!
...
09:00 pm GMT - Fri, March 25, 2022
Dev To Publicando uma api REST Go no Heroku.
Com nossa api pronta, testada e com a documentao em dia, chegou a hora de botar isso rodar em cloud n? Para isso vamos usar uma ferramente sensacional da SalesForce chamada Heroku.Heroku uma platafor...
08:58 pm GMT - Fri, March 25, 2022
Dev To Is Your Dev Team TOO Big to Succeed? w/ SAICs Bob Ritchie
Modern problems require modern solutions, right? The problem is, its becoming increasingly difficult to understand what solutions are required for a given problem and even harder to task a team with f...
08:52 pm GMT - Fri, March 25, 2022
Dev To Supporting Student Innovation at HackMerced VII
Developer events and hackathons are making a comeback in 2022! While we aren't back in person (yet), this didn't stop the students at UC Merced from hosting the 7th edition of HackMerced. Over 250 ha...
08:45 pm GMT - Fri, March 25, 2022
Dev To JS Equality in-depth
Hey All We are often asked what's the difference between == and ===,And the most common answer we have is == does loose comparison or it ignores types while comparison and === does strict comparison o...
08:43 pm GMT - Fri, March 25, 2022
Dev To Coding a manga downloader with NodeJS
OverviewI am currently studying French on my own and one of the strategies I deployed for that is reading mangas in French. But! French manga is something extremely hard to find - legally, that ...
08:37 pm GMT - Fri, March 25, 2022
Dev To Where to Watch The Batman (2022) Online Free Streaming at Home
The Batman (2021) Watch Online Free 123movies -Where to Watch The New Batman Online Free? DVD-ENGLISH The Batman (2022) Full Movie Watch online free HQ DvdRip-USA eng subs The Batman! (2022) Full Movi...
08:37 pm GMT - Fri, March 25, 2022
Dev To How to Extend Disk C by Shrinking Disk D, Without Losing Data
Read this article to find out how to extend disk C by shrinking disk D. Lets see how you can do it with integrated system tools or with third-party apps, and keep all your data intact. Built-in W...
08:35 pm GMT - Fri, March 25, 2022
Dev To Create a Hadoop playground with Docker Desktop on Windows in minutes
This semester, I've chosen to take a course about parallel computing. One of the projects involves writing a MapReduce program on Hadoop in Java. Connecting to the school's computing resources might b...
07:23 pm GMT - Fri, March 25, 2022
Dev To How do you exit VIM?
Answer the poll on twitter!How do you exit VIM? #dev #cli #Linux Baransel Arslan @bxransel How do you exit VIM...
07:08 pm GMT - Fri, March 25, 2022
Dev To Best Headless CMS for 2022
Before moving towards our top 10 headless CMS lists, let's figure out what actually the headless CMS means. The CMS stands for "Content Management Systems" which helps users to create, manage, and mod...
07:06 pm GMT - Fri, March 25, 2022
Dev To Tip: Avoid using bare except in Python
In Python, keyboard interrupts and system exits are propagated using exceptions (i.e. KeyboardInterrupt and SystemExit). As a result, a bare except clause is going to catch something like the user hit...
06:58 pm GMT - Fri, March 25, 2022
Dev To SonarQube Analysis with Community Edition in a Docker Container on Mac M1
If you don't already have docker installed, this link has more information for Mac and Windows. https://docs.docker.com/desktop/I am using a Mac with an Apple M1 chip, so I was successful using this c...
06:57 pm GMT - Fri, March 25, 2022
Dev To Django Next.js The Easy Way
IntroductionAfter reading this article, you can create or enhance your projects using the many convenient features of Next.js and Django.Using React instead of a Django template to create your f...
06:55 pm GMT - Fri, March 25, 2022
Dev To Rubymine running Rails with Foreman
Rails 7 has made foreman the standard way of running Rails. Rubymine's default project configuration will only start the Rails server and not the additional applications in the Procfile.dev. The Rubym...
06:55 pm GMT - Fri, March 25, 2022
Dev To Taking Your Github Repository From 0 Stars To 1K Stars
Having a good README can make the difference between a 0-star and a Unicorn Github Project! I hope that this article will help you be one of the unicorns! 1. Beatiful Cover Image Most popular Git...
06:54 pm GMT - Fri, March 25, 2022
Dev To What is the best way to understand a Framework?
Almost every day there is something new to see and learn and lately I was asking myself this question.The way I was used to understand a new framework was:read the documentation,play around,and write ...
06:52 pm GMT - Fri, March 25, 2022
Dev To Five Sensors Real-Time with Pulsar and Python on a Pi (FLiP-Py-Pi-BreakoutGarden)
FLiP-Pi-BreakoutGarden FLiP-PyThe easy way to build Python streaming applications from the edge to cloud.Code : https://github.com/tspannhw/FLiP-Pi-BreakoutGarden Gear / HardwareRasp...
06:51 pm GMT - Fri, March 25, 2022
Dev To How to get file extension from path in Laravel 9?
we will write simply get pathinfo(). how to get file extension from path in laravel. extension is here the define pathinfo(). location of your image to uplaod in your laravel code.we will use pa...
06:48 pm GMT - Fri, March 25, 2022
Dev To Day 6 of solving 450 questions.
Day 6 : March 25,2022Problems solved today :MERGE_INTERVALS-Got 20/45 test cases correct.-Need to learn better time management while solving.Count Pairs of sum:KVery bad day, tried 5 different problem...
06:42 pm GMT - Fri, March 25, 2022
Dev To Top 10 Multilingual Content Management Systems
The world is in a state of constant change and requires that we follow suit to accommodate our audience's needs. As we are nearing 2022, it is becoming increasingly clear that more and more enterprise...
04:57 pm GMT - Fri, March 25, 2022
Dev To A Strange Moment.js 3 Gotchas for Working & Testing with Datetimes
Introduction to Moment.jsMoment.js is the most commonly used JavaScript library to deal with datetimes, however for many use cases today, it may not be the best library to use given the issues o...
04:49 pm GMT - Fri, March 25, 2022
Dev To FOSS project-time-tracker
some 4 months ago I started to search for flexible time tracker app for small team of (rather very large hospital) developers. While it might sound strange, it is quite tough ... when you need this:pu...
04:44 pm GMT - Fri, March 25, 2022
Dev To Criao de sites wordpress
Lista de sites ou agncias digitais que trabalham com Wordpress.Desenvolvimento de loja virtualSmartSellerDropshipping Livros...
04:38 pm GMT - Fri, March 25, 2022
Dev To Why we {}
Life is short soIf you {} for bread, I can understand, so do I.If you {} for making, I can understand, much want I.If you {} for craftsmanship, I can understand, with much respect.If you {} for intere...
04:35 pm GMT - Fri, March 25, 2022
Dev To Quick use of CDC: A new demo from lakesoul makes it easier to set up the environment
Change Data Capture (CDC) is a database-oriented technology used to Capture Data changes in a database, applied to Data synchronization, Data distribution, and Data collection. The former is offline, ...
04:35 pm GMT - Fri, March 25, 2022
Dev To Launching a Remix SaaS kit this monday
TLDR; Follow me or subscribe to my Gumroad page to get notified when I launch, the first 24 hours will be 100% free, then 2 weeks of early access at -$149 to give me time to fix users bugs, and the fi...
04:34 pm GMT - Fri, March 25, 2022
Dev To Jump into conclusions
Opinionated means at least you have opinions, which isnt a bad thing imho, otherwise...I was recently poking around with SvelteKit to build some stuff, and came across an interesting article https://w...
04:32 pm GMT - Fri, March 25, 2022
Dev To Considerations when performing ETL
ETL Process (c) Project SPARTAExtract-transform-load (ETL) is an essential part of Data Value Chain and has been the go-to data pipeline procedure when performing data warehousing due to its advantage...
04:32 pm GMT - Fri, March 25, 2022
Dev To test post
toast pest...
04:31 pm GMT - Fri, March 25, 2022
Dev To Best resources for Tailwind CSS users
Tailwind CSS has emerged as a great front-end solution in recent times. It has gained a tremendous following due to its utility-first nature and vast CSS classes as it allows devs to build designs rig...
04:23 pm GMT - Fri, March 25, 2022
Dev To Laravel Livewire CRUD Tutorial with File Upload | Laravel 9 Tutorial
This video will show how to make crud with Laravel and Livewire. Upload image and preview before upload.How to make crud with Laravel and Livewire.Laravel 9 tutorial.Laravel livewire tutorial.Support ...
04:22 pm GMT - Fri, March 25, 2022
Dev To Uncovering the power of memory management in C
Before co-founding Educative, I worked at Facebook and Microsoft. Leveraging the C++ language was the main focus of my time there. I learned C++ early in my programming career. However, it wasnt until...
04:08 pm GMT - Fri, March 25, 2022
Dev To Vite Soft UI Dashboard - Free Vue3 Template
Hello! This article presents an open-source Dashboard Template crafted by Creative-Tim on top of Vite. Vite Soft UI Dashboard can be downloaded from Github under the MIT License and used in commercial...
03:40 pm GMT - Fri, March 25, 2022
Dev To Break the Code 2 x DEV Chat
This is a dedicated thread to discuss your experience with Break the Code 2 with others on DEV. Keep the conversation friendly and focused around the game! We also request that you avoid spoiling surp...
03:39 pm GMT - Fri, March 25, 2022
Dev To Do You Have What it Takes to Break The Code?
DEV Community: Start your engines Today is a pretty cool day for those of you on DEV who love gaming, cyphers, and tech nostalgia. Were excited to announce the release of Break the Code 2 a uni...
03:25 pm GMT - Fri, March 25, 2022
Dev To How to Make a Simple Unit Converter in Vue
This article is a collaboration with UPDIVISION, an outsourcing company building complex software for companies all over the world.Read the original article on their blogIn this article, youll be lear...
03:20 pm GMT - Fri, March 25, 2022
Dev To Creating a Pure Python Web Dashboard with the QuickBooks API
QuickBooks is flexible, powerful accounting software, used by businesses and individuals alike. It also has a robust API - and I'm going to show you how to use it. We're going to build a public dashbo...
03:06 pm GMT - Fri, March 25, 2022
Dev To Deepgram Hackathon Reminder
Submissions for the Deepgram Hackathon on DEV are due on April 11 at 11:59 PM UTC. Join us for a new kind of hackathon on DEV brought to you by ...
03:02 pm GMT - Fri, March 25, 2022
Dev To Variables in C - Programming Language
VariablesVariables are the name of a memory location where data is being stored .int a = 10 ;Here we are storing the value 10 in a variable named a. How to visulaise a variable in a place ....
03:02 pm GMT - Fri, March 25, 2022
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 bugDoing som...
02:54 pm GMT - Fri, March 25, 2022
Dev To What's a tech workshop and how to make the best of it?
Before defining what's the best tech workshop, the first step is to define the tech workshop and its objectives.The tech workshop finds in place in the Scrum flow, which objective is to optimise effic...
02:50 pm GMT - Fri, March 25, 2022
Dev To Robert Griesemer & Ian Lance Taylor Generics GopherCon 2021
YouTube3 generics Robert Type Parameter functions types type interface Type inference generics Type Parameter[P, Q constraint#1, R constraint#2] type parameter function function m...
02:48 pm GMT - Fri, March 25, 2022
Dev To Disk Defragmentation in Windows 10
Read this article to learn more about disk defragmentation or optimization in Windows 10. It will cover starting disk defragmentation from the Control Panel, or with the Command Prompt. What is D...
02:47 pm GMT - Fri, March 25, 2022
Dev To How to Write Vue 3 Composables for a Third-Party API Integration
This post is a continuation of the series "How to Build a Live Streaming Web Application with Amazon IVS and Deepgram." If you want to start at the beginning, check out the first post in the series. ...
01:47 pm GMT - Fri, March 25, 2022
Dev To How do you start your work day?
Getting the day off on the right foot is important what does that mean for you?...
01:37 pm GMT - Fri, March 25, 2022
Dev To How the mv Command works on Linux
The mv command, short for move, lets us move files and directories between two locations on Linux and other Unix like systems (i.e. MacOS).The syntax for mv can be found below, where [OPTIONS] are opt...
01:31 pm GMT - Fri, March 25, 2022
Dev To Getting Started with Storing Vue Data in Vuex
Vuex is a state management library that lets us handle and ultimately store data from our UI. In this article, we'll be introducing you to the concepts around Vuex, how to use it, and how to store you...
12:58 pm GMT - Fri, March 25, 2022
Dev To K-d trees
K-d treesMultidimensional data indexingimplementation IntroductionMotivationYou have a dateset of hotels each hotel has characteristics like its position{x,y} and its rate. if you want to ...
12:57 pm GMT - Fri, March 25, 2022
Dev To Feature Flags in Next.JS
Feature flags are great, they are also even better when the developer experience of integrating and using them is easy.With lots of choice available today on the market I wanted to find a solution tha...
12:57 pm GMT - Fri, March 25, 2022
Dev To Why Should You Hire React Native Developers to Build Your App?
React Native refers to an open-source framework that is compatible with different platforms. React Native has made it simple to write awesome apps. And therefore, it is creating a noteworthy differenc...
12:57 pm GMT - Fri, March 25, 2022
Dev To Creating a dark theme switch with Tailwind & Framer Motion
Dark themes are all the rage, most of the sites you visit today will have some sort of dark theme switch. Allowing you to switch between a light theme and a dark theme on the site you're visiting.I wi...
12:55 pm GMT - Fri, March 25, 2022
Dev To Next.js and MongoDB full-fledged app Part 4: Posts and Comments
This is a follow-up to Part 3. Make sure you read it before this post.Again, Below are the Github repository and a demo for this project to follow along.Github repoDemo About nextjs-mongodb-app p...
12:55 pm GMT - Fri, March 25, 2022
Dev To Rending arrays in React properly.
I guess you have used .map quite a bit and understand how it works well. We can use .map in React too. It helps us render arrays to the page. For me I have never really used a key within a map functio...
12:54 pm GMT - Fri, March 25, 2022
Dev To Setting up Docker with Pipenv
I have always struggled with Docker as I mainly build front end web apps, where I have used services like Vercel to host my applications. Sometimes for work, I am required to build some scripts that n...
12:53 pm GMT - Fri, March 25, 2022
Dev To Stop using multiple states for status
When it comes to fetching API data in React using fetch there can be ways to update the user or run conditional code. This can generally mean using a selection of different states. Which can potential...
12:52 pm GMT - Fri, March 25, 2022
Dev To Trying out Ladle - A Storybook Alternative
In this post join me as I will try out Ladle, a Storybook alternative based on Vite technology, and see if the time has come for Storybook to step down and give its crown to Ladle as the industrys com...
11:53 am GMT - Fri, March 25, 2022
Dev To Why Data Cleaning?
~ "Garbage In, Garbage Out": Bad data will lead to bad results, plain and simple.~ It's hard for computers to judge whether the data makes sense or not.~ To get accurate results, you need to remove er...
11:23 am GMT - Fri, March 25, 2022
Dev To Speech-to-text Technology: Tales of just another knackered college student (Innovative Ideas Challenge)
IntroductionFor as long as I can remember, I have always been obsessed with the idea of automation. Be it schedule-sending mails or walking past an automatic door, the idea of things operating o...
11:19 am GMT - Fri, March 25, 2022
Dev To Building a Tailwind CSS Avatar component with Flowbite
One of my favourite technologies when building UI interfaces for websites is Tailwind CSS and Flowbite.Tailwind CSS is a rapidly growing CSS framework due to its utility-first approach when using clas...
11:17 am GMT - Fri, March 25, 2022
Dev To We are going back to 1995! The perfect harmony of Modern stack and Win95
With refine's headless feature, you can include any UI in your project and take full advantage of all its features without worrying about compatibility. To build a project with a vintage Windows95 sty...
11:10 am GMT - Fri, March 25, 2022
Dev To Amazing tools for better understanding Scope and Block in javaScript!
If you are reading this article, we assume that you are familiar with the concept of scope and block in JavaScript, and we only intend to introduce you to some practical tools in order to better under...
10:50 am GMT - Fri, March 25, 2022
Dev To Add a "skip to main content" navigation link to your website to improve accessibility
On most webpages, keyboard and screen reader users must navigate a long list of links and elements before arriving at the main content. This can be particularly difficult for users with some form of m...
10:16 am GMT - Fri, March 25, 2022
Dev To Top 8 software development trends for 2022 you should be aware of
Using software products and technological innovations, companies can resolve a variety of challenges, for instance, automate manual tasks, improve employee productivity, minimize customer churn, and d...
10:12 am GMT - Fri, March 25, 2022
Dev To SQL UPDATE and DELETE Commands
Sign up to my newsletter!. UPDATE StatmentUPDATE statement is a SQL DML statement used to change and update the data in tables. We will explain the UPDATE statement with sample applications. Let'...
10:08 am GMT - Fri, March 25, 2022
Dev To Top 5 Natural Language Processing Companies in 2022 with best reviews.
NLP can help you achieve your business goals, whether youre searching for a means to improve your present services, create a more user-friendly UI, or extract value from large amounts of data.Simplifi...
10:07 am GMT - Fri, March 25, 2022
Dev To ODC with V2Soft
V2Soft is a well-known ODC partner who can assist you in hiring qualified personnel and locating your office in a suitable location. We understand that selecting the correct ODC partner might be a dif...
10:03 am GMT - Fri, March 25, 2022
Dev To Essential Tips to Prepare Azure Administrator Associate Exam Questions
`If you want to start a career in the Azure technologies sector, the preparation for the Azure Administrator Associate Exam Questions must be considered seriously. You musthave adequate competence and...
10:00 am GMT - Fri, March 25, 2022
Dev To DevTips Daily Update - 25/03/22
So in this weeks tutorials we finished off the stats feature of our application and did some cool stuff like sharing stylesheets across apps in our Monorepo and saw some different ways to dynamically ...
09:47 am GMT - Fri, March 25, 2022
Dev To Meeting Recordings at Dyte
Authors: Kushagra Vaish, Rishit BansalDo you remember what people said on the last video call you attended? The average person attends 3-4 calls every day, making it difficult to remember everything t...
09:33 am GMT - Fri, March 25, 2022
Dev To 8 reasons to version control your database
Version control is synonymous with software development. Most will automatically think of GitHub. Those superpowers gifted to software developers have made application builds quicker, more efficient, ...
09:10 am GMT - Fri, March 25, 2022
Dev To A Practical App Building Software Overview
Choosing no-code or low-code app-building software from tons of similar solutions can be difficult. Given that the vast majority of the reviews for top app-building software are shallow and self-promo...
08:58 am GMT - Fri, March 25, 2022
Dev To Meganar Technologies
Discover how Meganar Technologies can assist you in growing your business using digital marketing strategies, regardless of its size.Register for Free consultation today.[https://www.meganartech.com]...
08:55 am GMT - Fri, March 25, 2022
Dev To Unity Tutorial: What You Need to Know Before Developing Your First Unity Game
This article was originally published on the Sentry blog here.In this article we are going to talk about Unity basics. By the end you will understand the Unity editor interface, Game Objects and Sprit...
08:45 am GMT - Fri, March 25, 2022
Dev To Download and Installation of ActivePerl 2022
ActivePerl is one of the Windows Perl distributions provided by ActiveState for free.Let's download and install ActivePerl on Windows.This article is originally Download and Installation of ActivePer...
08:42 am GMT - Fri, March 25, 2022
Dev To Why do I need to create a blog posts buffer? (stop blogging weekly) no
I am going to stop blogging weekly before I failed. I am going to explain why.Since I started blogging (last month, I am a beginner) I have been using exclusively my phone to write my blog posts becau...
08:38 am GMT - Fri, March 25, 2022
Dev To Revamp of the API credentials screens
The Developer Experience team at Adyen has been busy with a significant redesign of the API credentials screens. This is the section of the Customer Area where our merchants manage the configuration t...
08:38 am GMT - Fri, March 25, 2022
Dev To Trimtone - Read The Real Information (SCAM ALERT!)
Trimtone is a well known weight reduction supplement made for ladies to help solid, reasonable weight reduction. As per the authority site, not at all like other fat enhancements, Trimtone was made wi...
08:32 am GMT - Fri, March 25, 2022
Dev To Building Terraform Quick Start repo part 2 Zero touch pipeline
This is the second part of the series following our humble endeavors to automate Terraform deployment tasks. First part here. With housekeeping out of the way, lets get on to the content.For purposes ...
08:28 am GMT - Fri, March 25, 2022
Dev To Top 10 productivity tools for freelancers
You can find the article here.Now you decided to kickstart your freelance career. You quit your job, you've done all the inner necessary work. What's next? Do you need a schedule or tools, just like y...
08:21 am GMT - Fri, March 25, 2022
Dev To Let's create a Markdown editor just like dev.to
Hey Guys, Let's create a Markdown like dev.to website and process the markdown data to htmlSo In this post We are going to make a editor with a textarea and when you click process the processed ...
07:15 am GMT - Fri, March 25, 2022
Dev To Problem Solving App for Professionals
Indias first Problem Solving App for Professionals is launched to provide instant solutions to professional problems if ever they get stuck in their work. The professional gets quick solutions pertain...
07:15 am GMT - Fri, March 25, 2022
Dev To I built a receipt printer for GitHub issues
I have a lot of side projects on GitHub. Some of them are kind of popular, and I tend to get issues posted from time to time. The problem though is that usually they kind of get lost in the mix of my ...
07:08 am GMT - Fri, March 25, 2022
Dev To Why You don't need serverless and microservice ?
Almost every day, we receive new concepts from different areas, where some of them are not new things but renamed or falsely prepared in order to have a better sale.In software development, it is the ...
06:56 am GMT - Fri, March 25, 2022
Dev To How to create a list of lists in Python?
Do not get afraid of the name- list of lists. It is nothing but a list with other lists as an element. In this tutorial, we will learn about the different ways to create List of lists in Python. ...
06:56 am GMT - Fri, March 25, 2022
Dev To The Good, the Bad, & the Not So Bad About React.js Development
Back in 2011, little did a software engineer know that the work he was about to commence for his employer would change the very face of web development. Yes, the engineer who led the team that eventua...
06:55 am GMT - Fri, March 25, 2022
Dev To Advanced Appetite Reviews | Fat Burner 1 Canada Weight Loss Supplement
There you go, doing whatever they want. That is the latest info I have on that circumstance. I do not use that. Simply putting out a cheapest Weight Loss Supplements is probably not the way to survive...
06:54 am GMT - Fri, March 25, 2022
Dev To What are the benefits of a dark mode? Is it better or worse for your eyes?
Are you using dark mode or light mode? Many mobile and computer users are into the argue on the experience they want on their devices, whether they want to operate in dark mode or light mode? The argu...
06:52 am GMT - Fri, March 25, 2022
Dev To What do you expect from an intern to accept his/her application?
Hi i'm currently looking for an internship for summer 2022 and i sent my resume to tons of companies but everyone rejected me and i think i have an acceptable resume for an intern. so here is my quest...
06:50 am GMT - Fri, March 25, 2022
Dev To How to read encoded authorization error messages in AWS
1. The problemThe other day I wanted to deploy an AWS stack written in CDK. The process had worked seamlessly with GitHub Actions until it didn't. To my surprise the deployment failed.I got an e...
06:49 am GMT - Fri, March 25, 2022
Dev To Definisi Karang Gigi
Definisi Karang GigiKarang gigi terbentuk akibat penumpukan plak gigi yang dibiarkan terlalu lama hingga menjadi keras. Kurangnya menjaga kebersihan gigi mulut merupakan faktor risiko terbesar yang m...
06:47 am GMT - Fri, March 25, 2022
Dev To Top React Static Site Generators to Use in 2022
If you want to develop a static contentful website, you can use the static site generators that make the content easy. The use of SSGs, allows you to develop an HTML page ready for the server without ...
06:40 am GMT - Fri, March 25, 2022
Dev To Turn an Image into an NFT for Free [Guide]
The first question that comes to mind while reading the title of this post is should we really be converting a piece of art into a non-fungible token? After all, one art piece exists so whats the poi...
05:16 am GMT - Fri, March 25, 2022
Dev To Exception during converting a standalone spring-hibernate based application to web application using Springboot(STS 4)
Hi, We are trying to convert a standalone spring-hibernate based application to web application using Springboot(STS 4). We are using applicationcontext.xml file for bean creation and configuration.W...
05:15 am GMT - Fri, March 25, 2022
Dev To Serverless Design Principles
IntroductionServerless is becoming more and more popular these days. It has alwaysbeen an interesting space for me because I'm interested in thestateless functional style of programming. I star...
05:15 am GMT - Fri, March 25, 2022
Dev To Auto CORS Preflight Handle wih Gorilla/Mux and Go
IntroductionNowadays big backend solutions typically look like a set of microservices interacting with each other and with one or more frontend (typically browser) applications.These services co...
05:14 am GMT - Fri, March 25, 2022
Dev To How To Print & Write Array Values to Files in PHP
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/php/how-to-print-write-array-values-to-files-in-phpIn this post, I will share a short a...
05:11 am GMT - Fri, March 25, 2022
Dev To Laravel 8 File Upload Example
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-file-upload-exampleIn this post, I will be going to share how to impl...
05:09 am GMT - Fri, March 25, 2022
Dev To APT sucks, use Nala instead!
canonical_url APT sucks, use Nala instead! APT Documentation What is APT ??apt is a command-line utility for installing, updating, removing, and otherwise managing deb packages on Ubunt...
05:02 am GMT - Fri, March 25, 2022
Dev To Laravel 8 - Simple Custom Validation Rules Example
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-simple-custom-validation-rules-exampleIn this post, I will share how ...
04:56 am GMT - Fri, March 25, 2022
Dev To How To Queue the Laravel 8 Email Verification?
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/how-to-queue-the-laravel-8-email-verificationIn my previous post, I shared abou...
04:49 am GMT - Fri, March 25, 2022
Dev To Install and config PostgreSQL on Ubuntu Linux
First we need to install PostgreSQLsudo apt get install postgresql postgresql-contribNow we check the path for PostgreSQL(for me it is version 12, it might be different for you)ls /etc/postgresql/12/m...
04:48 am GMT - Fri, March 25, 2022
Dev To Extract Data from Google Sheets
As a JAMStack developer, I have often found a situation where all I need is a way to get data and display it on a website. There are a lot of options out there, like creating a database with an API, u...
04:38 am GMT - Fri, March 25, 2022
Dev To SSL vs TLS: Who wins the MOST SECURED title?
In todays online world, no one wants to compromise with their online security and privacy. They want a secure and encrypted connection. But having a secure connection is one thing and maintaining one ...
04:38 am GMT - Fri, March 25, 2022
Dev To How To Change The Laravel Redirect URL When Not Authenticated?
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/how-to-change-the-laravel-redirect-url-when-not-authenticatedIn this simple pos...
03:12 am GMT - Fri, March 25, 2022
Dev To Why and How Migrate From Firebase to Serverless Stack?
This article is the third of a series around SST - Serverless Stack. I will try to let you discover some amazing aspects of this particular solution in the serverless world. You can find the first ar...
03:07 am GMT - Fri, March 25, 2022
Dev To How To Create List And Grid View Using JavaScript
In this example, we will see how to create a list and grid view using javascript. many times clients have requirements like a toggle between list and grid view. So, for list view and grid view in HTML...
03:07 am GMT - Fri, March 25, 2022
Dev To Setup load balancer for Cloud Run
In this article, I explain how to add load balancer to a Cloud Run service. The steps are complicated so I took screenshots for you guys. PrerequisitePlease create a Cloud Run service to apply re...
03:05 am GMT - Fri, March 25, 2022
Dev To Laravel 8 Logout For Your Authenticated User
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-logout-for-your-authenticated-userIn my previous post, we implement t...
02:16 am GMT - Fri, March 25, 2022
Dev To Leetcode: Symmetric Tree (Kotlin)
Symmetric Tree is an Easy tagged Leetcode problem. The problem states Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center).They give us two examp...
02:03 am GMT - Fri, March 25, 2022
Dev To Things that are controllers
ActionControllers for the http interface.Rake tasks are controllers for the cli interface.Workers are controllers for the async job queue interface.Just a random thing more people should know about....
02:01 am GMT - Fri, March 25, 2022
Dev To Leetcode Kth Smallest Element in a BST (Kotlin)
This is a medium Leetcode problem that wants you to find the kth smallest value (1-indexed) of every value in the Binary Search Tree. I will show you two approaches I took to solve this.https://leetco...
01:45 am GMT - Fri, March 25, 2022
Dev To Leetcode Valid Parentheses
The Leetcode problem Valid Parenthesis is a very popular interview problem asked at companies such as Amazon and Facebook.They give you a string that can include curly braces, square brackets, and par...
01:45 am GMT - Fri, March 25, 2022
Dev To Leetcode Valid Parentheses (Kotlin)
The Leetcode problem Valid Parenthesis is a very popular interview problem asked at companies such as Amazon and Facebook.They give you a string that can include curly braces, square brackets, and par...
01:36 am GMT - Fri, March 25, 2022
Dev To SOLID - ISP
Princpio da segregao de interfacesNenhum cliente deve ser forado a depender de mtodos que no utiliza.Onde podemos dizer que clientes so nossas classes e essas no devem depender de mtodos que nunca vo ...
01:34 am GMT - Fri, March 25, 2022
Dev To Java Command-Line, GUI and Web Apps for Scanning Barcode and QR Code
In previous article, we discussed how to construct a command-line barcode and QR code scanning application using Java and Dynamsoft Barcode Reader. In this article, we will create more fancy applicati...
01:32 am GMT - Fri, March 25, 2022
Dev To Amazing app for improving your productivity while coding | Achievit
Achievit is fully packed free productivity app, that helps you manage your tasks, and schedules more efficiently. ...
01:30 am GMT - Fri, March 25, 2022
Dev To Josephus Problem | Iterative Solution | Java
HistoryJosephus Problem is theoretical game named after flavius Josephus, he was historian, who was trapped along with his 40 soldiers in cave. Instead of surrendering to roman soldiers they choose t...
01:25 am GMT - Fri, March 25, 2022
Dev To Node.js Barcode and QR Code Reader for Desktop and Web
There are many open source JavaScript barcode and QR code reader libraries, but few of them are suitable for enterprise use. The reason is that they do not have a road map for long-term algorithm upda...
01:22 am GMT - Fri, March 25, 2022
Dev To Add Authentication to Portman API tests
When creating an API you want to have security to avoid bad usage and incurring cost by unintended use. Whenever we add a security layer to our APIs any automation that we have around it automatically...
01:21 am GMT - Fri, March 25, 2022
Dev To How to Install psycopg2 on an M1 Mac
TL;DR: The Solution ContentsIntroductionThe SolutionAvoid These Potential SolutionsWorkaroundsConclusion Introduction I remember a year ago, when I could not solve this problem for a d...
01:19 am GMT - Fri, March 25, 2022
Dev To Python: Syntax and Semantics
SYNTAXThe syntax of a programming language refers to the order to which different elements are combined to from valid expressions. These elements may be words, operators, or phrases. The syntax ...
01:15 am GMT - Fri, March 25, 2022
Dev To What is Kubernetes and why do you need it ?
Kubernetes, or k8s, is an open source platform that helps to manage containers. It eliminates many of the manual processes involved in deploying and scaling containerized applicationsMore details at t...
01:08 am GMT - Fri, March 25, 2022
Dev To DevOps
...
01:04 am GMT - Fri, March 25, 2022
Dev To Web Development Fundamentals - Clients & Servers
ClientA client is a process that basically requests data from a server. As we're talking about the web, the browsers are clients requesting HTML pages from servers. ServerProcess providing ...
11:42 pm GMT - Thu, March 24, 2022
Dev To Simple HTML, TAILWINDCSS & Javascript Form Validation
In this simple tutorial, i am going to share a complete guide in creating a simple advanced validation form. Why did i use JS/Why i doI love using javascript alot since am a full stack web develo...
11:36 pm GMT - Thu, March 24, 2022
Dev To Server Virtualization
Server virtualization is the creation of a virtual version of an operating system, a server, a storage device or network resources.Virtualization can be achieved using an "Hypervisor". Hypervisor is a...
11:15 pm GMT - Thu, March 24, 2022
Dev To RepliByte - an open-source tool to synchronize PostgreSQL in multiple environments
After months of experimenting with different ways of synchronizing databases, I am super excited to announce RepliByte - an open-source tool to synchronize cloud databases and fake sensitive data - Th...
11:00 pm GMT - Thu, March 24, 2022
Dev To Event.stopPropagation() with regard to event bubbling.
OverviewAn event in JavaScript is a way to affect an element, whether that is clicking, keying down, or loading DOM content causing some sort of change. Sometimes multiple elements that are clos...
10:59 pm GMT - Thu, March 24, 2022
Dev To Azure Functions and FastAPI
IntroductionAzure Functions are a great cloud service that enables the implementation of event-driven architectures like:Building a web APIProcess file uploadsScheduled tasksProcessing events or...
10:43 pm GMT - Thu, March 24, 2022
Dev To Conventions for semantics in software development
Have you ever spent hours creating conventions for your projects? After all, conventions become more important when there are multiple people working on a project. There needs to be common ground so t...
10:31 pm GMT - Thu, March 24, 2022
Dev To Make Your Github Repository Stand Out
Your Github project undoubtedly needs a good README. This article will help you do that. Beatiful Cover ImageMost popular Github projects have a fancy cover image, whether it's a logo, a quote, o...
10:19 pm GMT - Thu, March 24, 2022
Dev To Web Components 101: Vanilla JavaScript
Many modern web apps today are built using components. While frameworks like React exist to add an implementation, web components seek to make those practices standardized and part of your browser.In ...
10:06 pm GMT - Thu, March 24, 2022
Dev To Simplific los estilos de tus botones y todas sus variantes con filtros CSS
Hola! Les traigo un tip muy til para cuando tienen que escribir los estilos de botones o links, y deben tener en cuenta los distintos estados o variantes de los mismos.Este es un ejemplo de dos tipos ...
09:58 pm GMT - Thu, March 24, 2022
Dev To How to have different returns from the same mock with React Native Jest
1. ScenarioLet's imagine a react-native scenario where you have a component that has a text for users with active subscription and another text for users with inactive subscription.Like the imag...
09:44 pm GMT - Thu, March 24, 2022
Dev To What are Microservices?
Microservices are a type of software engineering architecture. They are the stand-in replacement for the older architecture known as monolithic. The problem with monolithsA monolith is where one ...
09:41 pm GMT - Thu, March 24, 2022
Dev To Model - Uma breve introduo
AvisoArquitetura de Software um tema bem terico e de certa forma abstrato (ao menos para mim), ento os tpicos abordados nesse artigo so a minha interpretao pessoal do conceito geral, sendo que ...
09:31 pm GMT - Thu, March 24, 2022
Dev To Cursor-chat integration with presencejs
Technology evolves daily, and the urge to implement innovative solutions to our existing problems increases. The innovative solutions solve the problem and increase our productivity and excellence. In...
09:24 pm GMT - Thu, March 24, 2022
Dev To Strategies to understand codebase ?
The ability to understand a codebase is really helpful when one is trying to make tweaks/develop the underlying code. Ideally, repos have good documentation to guide the interested developer but for ...
09:04 pm GMT - Thu, March 24, 2022
Dev To Using Managed Identities to authenticate with Azure Cosmos DB
In Azure, Managed Identities provide our Azure resources with an identity within Azure Active Directory. We can use this identity to authenticate with any service in Azure that supports Azure AD authe...
09:01 pm GMT - Thu, March 24, 2022
Dev To echo3D graduates from Intel Ignite--Building the backend of the Metaverse
echo3D officially graduated from Intel Ignite, Intel's startup growth program. Chosen out of hundreds of applicants, only 10 companies, including echo3D, made the final cut and participated in the 12-...
08:54 pm GMT - Thu, March 24, 2022
Dev To How to Sync Google Chrome Bookmarks Between PC, Android and iOS Devices
Read this article to find out how to sync Google Chrome bookmarks and history between your computer and mobile devices on Android or iOS. IntroductionWith a single account, you can access most Go...
08:54 pm GMT - Thu, March 24, 2022
Dev To Element Tree ve State Objeleri
State objeleri aslnda element tree tarafndan ynetilir.State objeleri uzun mrldr. Widget'lardan farkl olarak, widget'lar yeniden oluturulduunda yok edilmez ve yeniden oluturulmazlar (re-render).State o...
08:51 pm GMT - Thu, March 24, 2022
Dev To Combining scripts and DSLs is Kotlins most underrated feature
I discovered Kotlin recently and realized that, for many people, it was only a new syntax for Java. But the more I play with it, the more convinced I am that a combo of two of its features is vastly u...
08:45 pm GMT - Thu, March 24, 2022
Dev To 5 Coding Courses with Bundled Streaming & Code-Sharing
As a company, we want to provide a streamlined experience to code newbies. Videos tutorials are a favourite amongst people learning how to code because so many of us are visual learners. But with vide...
08:40 pm GMT - Thu, March 24, 2022
Dev To Django Cheat Sheet
WorkflowWhenever I create a Django project, I tend to follow the proceeding workflow order. Keep in mind, this is just one possible workflow, and you may find one that works better for you!1. P...
07:53 pm GMT - Thu, March 24, 2022
Dev To Create AWS Infrastructure using CDK for Terraform
Table of ContentsIntroductionWhat is CDKTFHow CDKTF worksUse cases for Choosing CDKTFSteps to install CDK for TerraformStep 1 Setting up Pre RequisitesInstall TerraformInstall node package manag...
07:50 pm GMT - Thu, March 24, 2022
Dev To Introduction to Linux for Developers
Hello friends! In this post, I will try to explain to you why I prefer Linux-based OS for development. Not only because it's free, but also you have full control over organising and customising the OS...
07:39 pm GMT - Thu, March 24, 2022
Dev To Writing a Transpiler For a Subset of the Markdown Language
For a personal project, I needed to create a Table of Contents are given markdown content, however, the markdown content was to produce a different HTML output than the CommonMarkdown specification. T...
07:33 pm GMT - Thu, March 24, 2022
Dev To Day 5 of Solving 450 questions[18/450]
Day 5 : March 24,2022Problems solved today : Median of Two Sorted Arrays[valid-palindrome](https://leetcode.com/problems/valid-palindrome/submissions/Intersection of Three Sorted ArraysThings I learne...
07:31 pm GMT - Thu, March 24, 2022
Dev To Reliability, Scalability and Maintainability
Reliability: The system should continue working correctly even when things go wrong e.g. the system should be able to deal with the user making mistakes.Scalability: The system should be able to serve...
07:28 pm GMT - Thu, March 24, 2022
Dev To Theme customization suggestion
I am looking forward to customize my website apkkernal.com theme. Can you guys please suggest what type of modification should i do to imporve user experience?...
07:13 pm GMT - Thu, March 24, 2022
Dev To Native apps faster than Electron using hostbridge build
This is a teaser for a project called hostbridge being released to my sponsors. Here we're showing a mini-Electron built into hostbridge that makes simple native webview-based applications much quicke...
07:06 pm GMT - Thu, March 24, 2022
Dev To How to solve a coding problem
There is a chance that you may have heard that there is no right way how to solve a problem. Every coder has a method, a step-by-step guide on how to find the solution, and this is personal, this is c...
07:03 pm GMT - Thu, March 24, 2022
Dev To Introduction to Creative Coding with Javascript
Creative coding is the art of creating art. That sounds like a useless and ambiguous definition doesn't it? However, creative coding is really about leveraging programming languages to make something ...
06:57 pm GMT - Thu, March 24, 2022
Dev To Let's See How We Can Use ADF To Load Data from Any Source to Snowflake .
Azure Data Factory Mainly Follow Two ApproachesDirect Copy Approach . Stage Copy Approach .Direct Copy Approach To load Data From Sources like Azure Blob Storage or other Azure Storage Services and De...
06:57 pm GMT - Thu, March 24, 2022
Dev To Create a headless WordPress with Gatsby
WordPress is widely regarded as one of the most popular content management systems in the world. In fact, as of late 2021, WordPress powered 35% of the top 1 million websites in the world. Thats rema...
06:55 pm GMT - Thu, March 24, 2022
Dev To How to publish and use AWS Lambda Layers with the Serverless Framework
Originally posted at ServerlessAWS re:Invent is in full swing, with AWS announcing a slew of new features. Most notably, were pretty excited about AWS Lambdas support for Layers.Layers allows you to i...
05:58 pm GMT - Thu, March 24, 2022
Dev To Dismissible widget: Slide to delete in Flutter
Hello, readers welcome back to another article. Hope you all are doing great. So in this article, we will see how we can delete any item from a list view just like in the Gmail app.First, let's quickl...
05:57 pm GMT - Thu, March 24, 2022
Dev To Daily.Dev --> Trello
A while ago i've set my Brave browser initial page to Daily.dev homepage plugin. And since that, i've came across a bunch of cool articles, tutorials and what not on a daily basis, but one thing hinde...
05:54 pm GMT - Thu, March 24, 2022
Dev To Version Releases and Git Tags for Beginners
Version Releases and Git Tags for BeginnersI didn't know this was a thing.Well, I take that back. I knew about versioning and releases, i.e., 1.0.2. But until I tried to slap a version on my own...
05:49 pm GMT - Thu, March 24, 2022
Dev To How to use Flutter Time Series Charts with Firebase
Hi guys! In this blog post we will go over how to use the charts_flutter library(here is its pub.dev page) with Firebase when developing Flutter applications. More specifically, we will go over how to...
05:45 pm GMT - Thu, March 24, 2022
Dev To Use your i-moon-gination: Let's build a Moon phase visualizer with CSS and JS!
Cover photo by Flickr user Brendan KeeneAh, it is spring time on the northern hemisphere! The nights are getting warmer (and shorter!) again, no clouds in sight, the perfect time to go moon-gazing, is...
05:45 pm GMT - Thu, March 24, 2022
Dev To Cricket Score Display App: 1 Intro and the server
A blog post after a long time!Being Indians, me and my friends love playing cricket in our streets and colonies. I would invest 2 hours daily playing cricket with my friends in the evening. And why do...
05:44 pm GMT - Thu, March 24, 2022
Dev To FIDO-certified biometric authentication - React Native SDK
DescriptionLoginIDs React-Native SDK enables web developers to easily add FIDO/FIDO certified strong customer authentication to their site or app. By utilizing the biometrics on the end users device, ...
05:42 pm GMT - Thu, March 24, 2022
Dev To Fix Google Chrome Software Reporter Tool High CPU Usage Issue
Software Reporter Tool is a legitimate Google Chrome process (not a virus) used by the browser to discover the conflicting applications/processes. But in some cases, the Chrome Software Reporter tool ...
05:41 pm GMT - Thu, March 24, 2022
Dev To Cookie Banners
You've probably seen the pop-up block at the bottom of various sites.It looks something like this:Let's layout something like that =) HTML<div class="warning warning--active"> <div clas...
05:37 pm GMT - Thu, March 24, 2022
Dev To 4 Ways to implement Python Switch Case Statement
In this short tutorial, we look at different methods to implement the switch case statement in Python. We look at what switch case is used for and the various methods to use this in Python. Table...
05:33 pm GMT - Thu, March 24, 2022
Dev To Which Backend language you generally use??
...
05:28 pm GMT - Thu, March 24, 2022
Dev To PWA with Next.js
What is PWA?PWA stands for Progressive Web Apps. A PWA Web App can be installed as an Application on any device and work as a Native App on that platform. Earlier you had to maintain separate co...
03:49 pm GMT - Thu, March 24, 2022
Dev To Pass focus from an iframe to next focusable element in host page
This question was originally asked by GOBLiN on Stackoverflaw. I quite enjoyed answering this question, so I thought why not share the process with you guys here?Here's the main snipped from his quest...
03:47 pm GMT - Thu, March 24, 2022
Dev To 4 best opensource projects about big data you should try out
With the development of big data, the data lake era is arriving, making relevant technical personnel scarce. More and more data engineers and data lake projects are coming into the public's view. Ther...
03:13 pm GMT - Thu, March 24, 2022
Dev To Random Ideas for Front-end Projects In HTML, CSS and JS by shriekdj
These Are My Random Suggestions which I am also planning to do, maybe some this project ideas help you or not for Creating under frontend Using HTML, CSS and JS ( JavaScript)Note : All Ideas Are rando...
03:06 pm GMT - Thu, March 24, 2022
Dev To Everything You Should Know About Payment Security
Apple Pay, EMV chip cards, PayPal, and many more! Today we have more online payment options than we have space in our pocket. Undeniably, the ability to make an online transaction with a few taps on t...
03:04 pm GMT - Thu, March 24, 2022
Dev To Integration of Huawei Map kit in Navigation Glove IoT application Using Kotlin - Part 2
IntroductionIn this series of article, we will learn about Navigation Glove application and also we will learn about integration of the Huawei Map kit in Navigation Glove IoT application.If you ...
02:59 pm GMT - Thu, March 24, 2022
Dev To [ Database ] - Session Object of SQLAlchemy
Session Object of SQLALchmeySQLAlchemy Query Object Session Object . .Session add commit, flush . , add DB . commit DB , , commit flush commit .Editing now...
02:51 pm GMT - Thu, March 24, 2022
Dev To How to learn programming?
Programming is a craft. The best way to learn programming is by programming. Make programming a habit, always be working on a project, not to make money, but to learn....
02:51 pm GMT - Thu, March 24, 2022
Dev To Paracetamol.js| 85: Explica este cdigo JavaScript
Explica este cdigo JavaScriptconst test = { if:"Es un condicional", let: "Es una manera de declarar variables", for: "Es un bucle",};console.log(test.for); //??A. SyntaxError: unexpected toke...
02:49 pm GMT - Thu, March 24, 2022
Dev To On Git and Cognitive Load
Any developer working in a modern engineering organization is likely working in git. Git, written by Linus Torvalds in 2005, has been since its creation, basically the ubiquitous tool for source cont...
02:49 pm GMT - Thu, March 24, 2022
Dev To CSS Button For Beginners
Today in this blog youll learn how to create simple button style css using only html & css. For this beginner CSS tutorial we will create button using simple css utility classes. Before we start y...
02:46 pm GMT - Thu, March 24, 2022
Dev To How to Fix Your Webcam If it is Not Working in Windows 10?
Read this article to find out what to do if a webcam in your desktop computer or laptop is not working. How to fix this problem, install proper drivers or find the process thats causing the error in t...
02:44 pm GMT - Thu, March 24, 2022
Dev To Starting my coding journey.
Just a check point post for my future self.Jackson... Don't screw this up. You know how much this skill is important to you.You need to build your first project within this year....
01:50 pm GMT - Thu, March 24, 2022
Dev To Describe how you use Google (or other search engine) effectively
We all search every day to do our job. I'd love for you to describe how you approach this part of the job well. It's probably just "intuitive" at this point, but maybe there's something in your proces...
01:23 pm GMT - Thu, March 24, 2022
Dev To 15 Practical Grep Command Examples In Linux / UNIX
You should get a grip on the Linux grep command.This is part of the on-going 15 Examples series, where 15 detailed examples will be provided for a specific command or functionality. Earlier we discus...
01:05 pm GMT - Thu, March 24, 2022
Dev To Scopes in Javascript with DevTools
An overview for Scopes in JS with the help of DevTools.Before we start let's quickly go over some basic terminology.var : Use to declare function-scoped /local-scope or globally-scoped variable,...
12:38 pm GMT - Thu, March 24, 2022
Dev To How To Fix The XAMPP ERROR on MySQL Shutdown Unexpectedly?
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/how-to/how-to-fix-the-xampp-error-on-mysql-shutdown-unexpectedlyIn this post, if your X...
12:37 pm GMT - Thu, March 24, 2022
Dev To SYNTAX VS SEMANTICS; NAMING CSS CLASSES
Let's briefly look into the concept of Structure and Semantics in Programming languages, with major references to CSS class names.The Syntax of a programming language is a collection of rules to speci...
12:37 pm GMT - Thu, March 24, 2022
Dev To Build a message component in Vue3
Introin this case lets build a message component in Vue3, lets take a look how some famous UI frameworks, like how Element UI does itfrom the demo we know what we need to do: using transition to...
12:35 pm GMT - Thu, March 24, 2022
Dev To Creating a Neat DateTime Helper Function in PHP
Let me start with a statement: I'm not a big fan of global helper functions being included in the project, but sometimes it's a good thing to have that little helper functions here and there.Working w...
12:32 pm GMT - Thu, March 24, 2022
Dev To PHP Ajax with Bootstrap 5 Waitingfor Loading Modal and Progress bar in jQuery Plugin
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/php/php-ajax-with-bootstrap-5-waitingfor-loading-modal-and-progress-bar-in-jquery-plugi...
12:31 pm GMT - Thu, March 24, 2022
Dev To Speed Needs Design, or: You cant delight users youve annoyed
To really sell streamed HTMLs impact, I should have shown the existing sites design, but with streamings speed. The demos design deviationsUnfortunately, it was impossible to have the existing de...
12:30 pm GMT - Thu, March 24, 2022
Dev To Big Data in Cloud Computing - AWS
This is an introductory article about Big Data and it's uses in Cloud Computing, especially in AWS. IntroductionBig Data and cloud computing are two technologies that have now entered mainstream ...
12:25 pm GMT - Thu, March 24, 2022
Dev To Bug Bounty: Not always an ideal
I want to share with you my bug bounty experience this week and the points to remember.(Hahaha I Know that ... my picure has nothing to do here )So what's happen to me this week?I joined a public bug ...
11:59 am GMT - Thu, March 24, 2022
Dev To 5 Ways to Increase SaaS MRR Without Any New Users
There are many creative ways of using what you have to increase your SaaS revenue without acquiring any new users. You may think this is hard to do, but it can actually be pretty simple for most SaaS ...
11:55 am GMT - Thu, March 24, 2022
Dev To Summer of Bitcoin'21 Experience
...
11:52 am GMT - Thu, March 24, 2022
Dev To SYNTAX VS SEMANTICS; NAMING CSS CLASSES
Let's briefly look into the concept of Structure and Semantics in Programming languages, with major references to CSS class names.The Syntax of a programming language is a collection of rules to speci...
11:51 am GMT - Thu, March 24, 2022
Dev To Warehouse Jobs Recruitment Agency
If you're a competitive applicant seeking warehouse jobs in Melbourne, our team of recruiters can assist you in finding the right position. We have a database of hundreds of warehouse job vacancies to...
11:45 am GMT - Thu, March 24, 2022
Dev To PDM: A smarter approach to manage Python packages
Python Development Master makes use of new Python capabilities to manage packages in a project without the cost imposed by a virtual environment.To keep their projects and dependencies distinct, moder...
11:43 am GMT - Thu, March 24, 2022
Dev To Database Normalization with SQL
Hey SQL enthusiastThis is a guide on Database Normalization and how to implement normalization using SQL, let's get started.What is Database NormalizationNormalization is a technique used for evaluati...
11:41 am GMT - Thu, March 24, 2022
Dev To Whatsapp chat analyzer web app with Python and Symbl.ai in < 100 lines of code!
Creating a Whatsapp Chat analyser web app with Symbl.ai and python in less than 100 lines of codeThis application will take an .txt export of a Whatsapp chat. The application will then run conve...
10:44 am GMT - Thu, March 24, 2022
Dev To Created a svelte tooltip library
OverviewI created a light weight tooltip library. It was my first time making a svelte library. But it was a breeze thanks to svelte-kit. What I madeAs stated above, I created a svelte-acti...
10:43 am GMT - Thu, March 24, 2022
Dev To Top 10 uncommon DevOps tools you should know
Hello everyone! You clicked here to take a laugh at yet another boring list, right? Ill try to surprise you with a list of unique tools that you probably still dont know! I know you already know about...
10:38 am GMT - Thu, March 24, 2022
Dev To How to Validate Your Mobile App Ideas: Ultimate Guide for 2022
The mobile app industry is booming. By 2021, the global app economy will be worth $6.3 trillion. So its no surprise that many entrepreneurs are looking to develop their own mobile apps. But before you...
10:33 am GMT - Thu, March 24, 2022
Dev To 4 best opensource projects about big data you should try out
With the development of big data, the data lake era is arriving, making relevant technical personnel scarce. More and more data engineers and data lake projects are coming into the public's view. Ther...
10:29 am GMT - Thu, March 24, 2022
Dev To Go from the beginning - working with packages and modules
Go from the beginning - Go modulesThere are two interesting use cases with modules:Consuming a module, you will most likely use a combination oof core modules and external third party modulesCre...
09:50 am GMT - Thu, March 24, 2022
Dev To What does typescript add onto JavaScript
Hello everyone today I am here to discuss and here your comments on what typescript adds to JavaScript and what cases it should be used in.In my personal opinion and just recently switching from JavaS...
09:08 am GMT - Thu, March 24, 2022
Dev To Build A Shopify App On The Developer Platform & Start Earning Money
Hello fellow web developer,Youll be excited to hear we are going live with our developer platform for Shopify apps! An end-to-end platform for integrating your own apps to Shopify app market.The ...
08:38 am GMT - Thu, March 24, 2022
Dev To Cheatsheet: Getting started with Software Localization
Quick tips for successful software localization Take localization into account in the early stages of development. Introducing multilingual support once you are rolling requires extra work on ...
08:37 am GMT - Thu, March 24, 2022
Dev To Top 10 in-demand freelance skills for 2022
You can find the article here. Freelance work can provide you with the flexibility and independence to pursue your own projects without any upfront costs or commitments. Considering how competitive an...
08:36 am GMT - Thu, March 24, 2022
Dev To What's a new thing you've started using recently?
New programming language, productivity app, whatever.What is new to you, and why did you start using it?...
08:34 am GMT - Thu, March 24, 2022
Dev To Virtual Offices: Making Virtual Presence a Reality
It is simple to come up with a business idea and go on an entrepreneurial venture in these changing times of new startups and online firms. A market is a small place now, thanks to technology, and com...
08:31 am GMT - Thu, March 24, 2022
Dev To Accessing locked file on linux Ubuntu
When your permission is limited on a file on Linux kindly use this command line $~ chmod 777 file-name ...
08:30 am GMT - Thu, March 24, 2022
Dev To 10 great open source for CMS & web
Some of my favorite open source tools for web. I wrote a guide on open-source tools here also :)StrapiNode.js Headless CMS to build customizable APIsBuilderDrag and drop page builder and CMSPlasmicThe...
08:30 am GMT - Thu, March 24, 2022
Dev To Unwrapping Reacts Core; access JSX.IntrinsicElement props globally (no imports required)
How it StartedWhile working with forms in a current Next + Headless WordPress build I found myself wanting to access, for example, the props of an <input /> or a <button /> or an <...
08:28 am GMT - Thu, March 24, 2022
Dev To Laravel 9 Auth Login and Registration with Username or Email
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-authentication-login-and-registration-with-username-or-emailIn this p...
08:27 am GMT - Thu, March 24, 2022
Dev To RPA a provider of jobs in the future
RPA vendors published many success stories that show Robotic process automation can increase employee productivity and free them up for higher-value work.What is the work involved? Some of that work f...
08:25 am GMT - Thu, March 24, 2022
Dev To [Deepgram x DEV Hackathon Submission Post Placeholder Title]
Overview of My Submission Submission Category: Link to Code on GitHub Additional Resources / Info My Deepgram Use-Case Dive into Details Conclusion...
07:48 am GMT - Thu, March 24, 2022
Dev To Top Tips for Online Fitness Training
*Online Personal Training*Many fitness enthusiasts are turning to online training as a viable alternative to visiting to the gym or fitness studios. It's especially useful for folks who are unable to ...
07:32 am GMT - Thu, March 24, 2022
Dev To Review 100w PD PPS Charger with Power-Z
As technology continues to evolve, we have more and more electronic devices. At the same time, in order to reduce charging time and maximize the use of chargers, multi-port chargers are becoming more ...
07:12 am GMT - Thu, March 24, 2022
Dev To CSS Logos: Spotify logo
In this article, we'll be recreating the Spotify logo. I won't be making a pixel-perfect representation because I like this older app icon. (A bit more rounded version)Note: The above image is the cur...
06:33 am GMT - Thu, March 24, 2022
Dev To Build a Stunning Fashion Studio Website with React JS [ Locomotive Scroll GSAP Framer Motion ]
Hey there,Right now there is a lot of websites that have these smooth scrolling effects and animations which makes you feel good when you just scroll them.I have used many different libraries to make ...
06:27 am GMT - Thu, March 24, 2022
Dev To Google Meet Clone - HTML/Css/Js and other languages
Let's Start Making Our Google Meet CloneThis project was created with create React App /client/public/index.html<!DOCTYPE html><html lang="en"> <head> <meta charset...
06:02 am GMT - Thu, March 24, 2022
Dev To React: How To Utilize Context API With Class And Functional Components
Well, React official documentation says Contexts provide a way to route data through the component tree without having to manually propagate props at each level.Think about a scenario in which several...
05:58 am GMT - Thu, March 24, 2022
Dev To , ,
The bind method creates a new function and sets this keyword to the specified object.:const showNum= { num: 50, getNum: function() { return this.num; }};const unboundGetNum = showNum.getNum;conso...
05:58 am GMT - Thu, March 24, 2022
Dev To How to study Data Structures and Algorithms while working a full-time job?
Data Structures and Algorithms are things that can set you up for highly lucrative jobs in Programming. Top-tier product-based companies like Google and Microsoft are actively hunting for software eng...
05:54 am GMT - Thu, March 24, 2022
Dev To https://dumpsboss.com/comptia-exam/pk0-004/
pk0-004 dumps It will assist you to apprehend your shortcoming so you can overcome them and do no longer reason them to for your very last CompTIA Project+. You can without problem use the Dumps dumps...
05:50 am GMT - Thu, March 24, 2022
Dev To Reduce Duplicated Styled Components? Check Here
I made a post 2 weeks ago about how to reduce CSS automatically: Scan Duplicated & Similar CSS and the github source: css-checkerFew days ago, there was an issue asking for styled components suppo...
05:48 am GMT - Thu, March 24, 2022
Dev To What Android Neural Networks Can Do in 2022? Explained in Comics
In the span of the last 10 years, the term neural networks has gone beyond the scientific and professional environment. The theory of neural network organization emerged in the middle of the last cent...
05:37 am GMT - Thu, March 24, 2022
Dev To Rust: CSV processing
This blog post is about CSV processing, and it sounds boring, but I want to share my experience on how I read and write a CSV file of almost 1 GB in just a few seconds.As a part of the series Serverle...
05:26 am GMT - Thu, March 24, 2022
Dev To Will openjs foundation send rejection mails for applicants
I have applied to cross-project-council for my web server project [aex][https://github.com/calidion/aex] for months.I haven't get any rejection or acceptance email.Is there anyone know how this proce...
05:26 am GMT - Thu, March 24, 2022
Dev To Flekosteel - Review and Results, Price, Pain Relief!
You want a couple of hands-on training sessions on using it. Others have said that this may recur any day now. There are no conjectures in this arena. Doing that just wouldn't be the same without that...
05:25 am GMT - Thu, March 24, 2022
Dev To Is load testing stressful for you?
Holidays It is that time of the year when everybody travels to be with family. Online ticketing portals are under heavy load due to rampant booking. What if a site crashes during an ongoing transacti...
05:14 am GMT - Thu, March 24, 2022
Dev To How to Use Sleep Refined Pills?
It's why using Sleep Refined can increase your Sleep Refined Reviews. You could also glean excellent data from newsletters created by mentors. I might want to back pedal on creating the impression of ...
05:08 am GMT - Thu, March 24, 2022
Dev To Open Source Platform For AR and VR
Aside from gaming, Augmented reality tools and reality tools are being employed in several domains and have various beneficial applications. In todays article, we will list some of the useful open-sou...
04:57 am GMT - Thu, March 24, 2022
Dev To How To Borrow Money From The Cash App Up To $200?
If you are one of those who are looking to understand How To Borrow Money From The Cash App without making any hassle, you should get in touch with the Cash App support executives who will assist you ...
03:47 am GMT - Thu, March 24, 2022
Dev To My Impact at Forem
This is my first post about impact. What do I mean by impact?How did you influence the place you worked at in your workstuff like big projects or processes that you put in place that helped the compan...
03:24 am GMT - Thu, March 24, 2022
Dev To Flutter BuildContext
BuildContext, Flutter'da uygulama oluturmak iin ok nemli olan baka bir kavramdr ve tm widget aacn, zellikle de widget'larn aata bulunduu yeri izlemekle ilgili her eye sahiptir.ThemeData'nzdaki temanz ...
03:23 am GMT - Thu, March 24, 2022
Dev To Angular Web3
Gua definitiva para usar libreras web3 en Angular.Si has intentado crear un proyecto de web3 o buscado documentacin, es muy probable que encontraras que muchas estn destinadas a React u otros fr...
03:08 am GMT - Thu, March 24, 2022
Dev To Python : Excution conditionnel et boucles
Le cours acclr Python est gratuit et sera publi ici sur dev.to. Je publierai un nouvel article tous les deux jours environ. Pour ne rien manquer, vous pouvez me suivre sur twitter : Suivez @EricLeCode...
02:33 am GMT - Thu, March 24, 2022
Dev To Flutter initState
initStateState objesinin, widget esi aaca monte edilir edilmez arlan initState adl bir methodu vardr. State.initState methodu, Flutter ekran boyamaya almadan nce gereken tm verileri balattnz met...
02:30 am GMT - Thu, March 24, 2022
Dev To Algorithm Selection on x86_64 vs AArch64 Part I
In this post I'll explore benchmarking a few different programs with different algorithms to scale volume. I'll be benchmarking 5 different algorithms which act on an incoming stream of samples to sca...
02:29 am GMT - Thu, March 24, 2022
Dev To Vue 2.x Vite Tailwind CSS Typescript
Hello developers,I have created boilerplate github template repo, which is on vite, vue 2.x, tailwind css and pure javascript.I know many of us already switched to vue 3.0 but still for some one who ...
02:17 am GMT - Thu, March 24, 2022
Dev To Flutter setState
setState, build ve createState'den sonra bilmeniz gereken nc nemli Flutter methodudur. Yalnzca state objesi iin mevcuttur. Bu method bir argman alr: VoidCallbackBu rnekte, state objesi _MyHomePageStat...
02:10 am GMT - Thu, March 24, 2022
Dev To SVE2. ARM9.
Explore the New Armv9 Decade.The most significant new feature with new Armv9 compatible CPUs that will be directly observable to developers and users is the baselining of SVE2 as a successor to NEON.T...
02:10 am GMT - Thu, March 24, 2022
Dev To Terminal Battleship Game
I am currently going through the Computer Science Career Path with Codecademy.com. The first section of the program is called CS101: Introduction to Programming and uses the Python programming languag...
02:06 am GMT - Thu, March 24, 2022
Dev To Get ALL processes data from host powershell
Get ALL Process data from host powershell, run next command:Write-Host "--------------------------------"Write-Host "Computername:" $env:COMPUTERNAME -foregroundcolor "green"get-process | ft @{Label=...
02:03 am GMT - Thu, March 24, 2022
Dev To How to choose the children book for your kids?
Did you note it? Generally, the Children's books printing in China, especially the Children's book printing for 0-6 years child, their book printing process is very simple. Because in the children's b...
01:58 am GMT - Thu, March 24, 2022
Dev To Clean temporal files from site from IIS Powershell
this is for ALL sites#invoke-command -computername "HOSTNAME" -scriptblock {iisreset /STOP}#invoke-command -computername "HOSTNAME" -scriptblock {iisreset /START} ; Start-WebSite $args[0]this is for O...
01:57 am GMT - Thu, March 24, 2022
Dev To Test Post
Hi al let check it out ...
01:57 am GMT - Thu, March 24, 2022
Dev To Listen to the S8E7 of DevDiscuss: "All Hail jQuery (Or Not)"
If you have queries about jQuery, you should probably listen to this episode. S8:E7 - All Hail jQuery (Or Not) DevDiscuss Y...
01:56 am GMT - Thu, March 24, 2022
Dev To Dart Private Value Kullanm
Dart'ta bir deerin private olduunu anlatmak iin bana alt izgi '_' iareti konulur. rnein: _MyHomePageState isimlendirmesi alt izgi kullanlarak yaplmtr ve bu, bu snfn private olarak iaretlendiini gsteri...
01:56 am GMT - Thu, March 24, 2022
Dev To Memory Process View Powershell
Get Memory usage in Percentage$CompObject = Get-WmiObject -Class WIN32_OperatingSystem$Memory = ((($CompObject.TotalVisibleMemorySize - $CompObject.FreePhysicalMemory)*100)/ $CompObject.TotalVisibleM...
01:56 am GMT - Thu, March 24, 2022
Dev To Using Courier To Build Approval Workflows
Utilized by countless organizations, approval workflows arrange the hierarchy of teams and the sequence of tasks for the ultimate goal of improving collaboration and efficiency. In my experience as a ...
01:56 am GMT - Thu, March 24, 2022
Dev To How to Convert Epoch Timestamp to Date Using JavaScript
Being a relatively new language that ushered in the use of time in seconds, Solidity provides a global feature called block.timestamp. In this short piece, I explain how you can convert epoch timestam...
01:52 am GMT - Thu, March 24, 2022
Dev To Laravel 9 Tutorial 18
Laravel 9 Tutorial Complete Playlist:- https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZIn Part-18 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Larav...
01:48 am GMT - Thu, March 24, 2022
Dev To How to Listen to Events in ReactJS
TL;DRReact Hook SolutionOriginal Discussion Thread ContentsIntroductionHow It WorksConclusion Introduction In my last article, I created a static hexagonal grid with pan and zoom funct...
01:33 am GMT - Thu, March 24, 2022
Dev To Stateful widgets
Stateful Widget: Durum Bilgisi Olan WidgetDurum bilgisi olan bir widget (stateful widget) internal state'e (dahili duruma) sahiptir ve bu durumu ynetebilir.Tm durum bilgisi olan widget'larn karl...
01:16 am GMT - Thu, March 24, 2022
Dev To Animals and Onions: A Basic JavaScript Generator
Demonstrate the basic syntax and use of a JavaScript generator function*. Replit demo here. Creating a randomAnimalGenerator functionCreate a Generator function that stores a list of animals (and...
12:20 am GMT - Thu, March 24, 2022
Dev To Another cheat sheet for Homebrew (2022)
Essential concepts What's Homebrew?Homebrew is a powerful package manager. It can ease your dev significantly, so do no hesitate to try it:/bin/bash -c "$(curl -fsSL https://raw.githubuserc...
10:49 pm GMT - Wed, March 23, 2022
Dev To Page to page loading in next.js
I am a huge advocate of minimalist websites, I don't hate heavily overly designed websites with animations and designs but they have a place. Talking of animations, one thing you do want is a way to h...
10:42 pm GMT - Wed, March 23, 2022
Dev To 10 Dicas de Segurana para Projetos Front End
1. Evite guardar tokens JWT (ou tokens importantes) na local storageA LS vulneravel a ataques XSS. O ideal setar tokens num Http Only Signed Cookie, ou procurar outros meios de sesso afim de e...
10:35 pm GMT - Wed, March 23, 2022
Dev To CHARM recursive algorithm complexity in loop
CHARM recursive algorithm complexity in loop Mar 16 '22 Comments: 1 Answers: 0 ...
10:32 pm GMT - Wed, March 23, 2022
Dev To gdpr-guard against GDPR-compliance's hassle
Ladies and gentlemen, let me introduce to you: gdpr-guard.Table Of ContentWhat is gdpr-guard?A tiny exampleThe eco-systemStorageBindings / UI generation helpersWhat do you think? What is gdpr-gua...
10:24 pm GMT - Wed, March 23, 2022
Dev To What success means
This will be a small post until I have more ideas on what to post Success to meTo me, success isn't about money, fame, or anything, if you have a goal, and you even complete some of that go...
10:16 pm GMT - Wed, March 23, 2022
Dev To Machine learning (ML) applications: customer churn prediction
TLDR:ML tools make it possible to predict and prevent churn before it occurs. Churn prediction is used to identify areas of improvement and maintain happy customers. OutlineIntro What is c...
10:16 pm GMT - Wed, March 23, 2022
Dev To 12 Reasons Why Localazy is Better Than Spreadsheets for Localization Projects
For those who love mundane data entry and have no problem waiting years for localization projects to be completed, spreadsheets might be a sensible option. But for those who want the translation of th...
10:15 pm GMT - Wed, March 23, 2022
Dev To Illustrated Snapshot Testing
First, I want to say that for many cases you dont need to use snapshot testing. You can find a good article here: What Are Proper Use Cases For Snapshot Testing React Components?. Second, if you are i...
10:00 pm GMT - Wed, March 23, 2022
Dev To How to manage interests on dev.to
Hi, I have been wondering gow you can modify the tags you are interested in Forem. I remember entering them during setup and now I can modify their weights, but I do not see a way to add new ones.Am I...
09:42 pm GMT - Wed, March 23, 2022
Dev To How to write a good README for your project
A good README.md is essential for any project. It is a summary of your project and gives users instructions & important information. This is a simple guide to help you make an accessible guide for...
09:38 pm GMT - Wed, March 23, 2022
Dev To Paracetamol.js| 84: Explica este cdigo JavaScript
Explica este cdigo JavaScriptNota que en la lnea edad:7, termina con , pero no hay ninguna sentencia del objeto perro despus const perro = { id:1, nombre:"Boby", edad:7,};A. El cdigo es incor...
09:30 pm GMT - Wed, March 23, 2022
Dev To Best way to make money out of a movie?
IntroAre you interested in making a new movie? Do you need some ideas about what kind of movie will help you to make a profit? Then, this post might give you a direction or two on where to begin...
09:30 pm GMT - Wed, March 23, 2022
Dev To How to make money out of a movie?
IntroAre you interested in making a new movie? Do you need some ideas about what kind of movie will help you to make a profit? Then, this post might give you a direction or two on where to begin...
09:25 pm GMT - Wed, March 23, 2022
Dev To How To Deploy And Verify A Smart Contract From Remix
Remix IDE is a convenient tool for building and testing your solidity smart contracts online. This short tutorial will explain how we can build and deploy our smart contract from Remix.// SPDX-License...
09:22 pm GMT - Wed, March 23, 2022
Dev To Testing and Mocks
Hot Take Any library which provides an interface to a dependent resource should also provide a mock of the interface.As a library evolves, so too should its mocks.These mocks should handle most...
09:21 pm GMT - Wed, March 23, 2022
Dev To DECK V4 for Windows is here
We are finally here with the windows version of DECK V4.Here is all you need to know. How and where to get DECK on your windows system?Go to the DECK Windows Download page. Hit the Download butto...
09:20 pm GMT - Wed, March 23, 2022
Dev To Let's play voice Tic Tac Toe
Overview of My SubmissionAs we all are sometime tired to write a lot code and don't want to make hands dirt on keyboard & just wanted to relax, Well I have a game which you can play without ...
09:17 pm GMT - Wed, March 23, 2022
Dev To Open Source Adventures: Episode 20: Imba 2 ROT-N
I want to start porting Imba 1 apps to Imba 2 with the simplest one - ROT-N decoder. Here's Imba 1 version.You either paste text into the box or use file upload, and then it decodes every ROT-N from R...
09:10 pm GMT - Wed, March 23, 2022
Dev To ./bin/commits-since-last-production-deploy
When you work in a team, with multiple people taking on responsibility for moving work into production, it can mean that you are never 100% confident whether the current main/master branch has been fu...
08:59 pm GMT - Wed, March 23, 2022
Dev To Destructuring arrays in JavaScript (also with added rest and spread!)
A great technique and feature of JavaScript is the ability to destructure an object. This article will look at what we can do with arrays.To get the full benefit of this, cut and past the code (or ma...
08:54 pm GMT - Wed, March 23, 2022
Dev To Creating a GIF sending Discord bot with Golang
Discord has been used by almost every gamer, and nowadays, it's made its way into the lives of programmers. I myself got into Discord in late 2017, and ever since then, I found myself more drawn to us...
08:53 pm GMT - Wed, March 23, 2022
Dev To So you Want to use Active Record?
So you are getting into ruby and you come across this "Active Record" you have no idea what it is or what it does. Luckily it's quite easy!"What is Active Record?" Well, in it's simplest term, it is a...
08:53 pm GMT - Wed, March 23, 2022
Dev To The Pull Request Paradox with Yishai Beeri
Yishai Beeri is the CTO of Software Delivery Intelligence startup, LinearB. Yishai likes to solve problems, and that's why he is so fascinated with programming when he first encountered Logo back in t...
07:45 pm GMT - Wed, March 23, 2022
Dev To Facilitando la bsqueda por precio dentro de nuestra app de reservas
Para el usuario objetivo de Ayenda, el precio de una habitacin juega un papel importante en la toma de decisiones dentro de su recorrido de compra, por tal motivo decidimos aadir un selector de rango ...
07:20 pm GMT - Wed, March 23, 2022
Dev To Feature Engineering - Extract column from JSON
TLDROccasionally, columns contain pesky JSON objects that require parsing. Work smarter, not harder learn how we can create features from a column of JSON values! GlossaryWhy does data get ...
07:09 pm GMT - Wed, March 23, 2022
Dev To Acra. Features: Data leakage detection
Data encryption is a passive security control, it works well in combination with active controls that scan the data flow and analyse the system's behaviour. We equipped Acra with several techniques to...
06:46 pm GMT - Wed, March 23, 2022
Dev To Interested in learning more about Commercial Open Source? Theres a Forem for that.
DEV is an instance of Forem: open source community software that we distribute to anyone who wants to build a similar space. We run Forems like CodeNewbie and Forem.dev ourselves, and others use it fo...
06:38 pm GMT - Wed, March 23, 2022
Dev To Build and deploy a Web3.0 website using Unstoppable Domains
IntroductionYeah, it's now news that Web3.0 is one of the buzzwords on the internet lately. Some technologists have coined the name "Web3.0" to describe a new sort of internet service based on d...
06:38 pm GMT - Wed, March 23, 2022
Dev To Practicing & Performing
Key TakeawaysPracticing is key to achieve better performance.Musicians, acrobats, sportsmen, etc., spend much of their time practicing, and little time performing. Software professionals should ...
06:29 pm GMT - Wed, March 23, 2022
Dev To Inline Assembly Language. What is that?
An inline assembler is a part of some compilers that permits low-level code written in assembly language to be embedded within a program, among code that otherwise has compiled from a higher-level lan...
06:26 pm GMT - Wed, March 23, 2022
Dev To There Are No Bad Questions In Accessibility
You ever been developing content and out the blue your project manager says "Okay, time to make our content accessible!". You were given no time to take in what that even means or what you have to do ...
06:22 pm GMT - Wed, March 23, 2022
Dev To Improving website performance by loading fonts the smart way
My site is using a system font stack, mostly because I would like to have the lightest website possible.If I want to be listed in the 512kb.club, every kB added to the website matters. My featured ima...
06:22 pm GMT - Wed, March 23, 2022
Dev To Nested object iteration using multiple for...in Loops.
Nested object iteration was one of the biggest things I struggled to wrap my head around when it was introduced to me during my first month in Flatiron School. It's not that it is an inherently diffic...
06:22 pm GMT - Wed, March 23, 2022
Dev To Exceptions - A Bad Turn of Fate
IntroductionYou've all heard about exceptions. They are the basis of error handling in most modern OOP languages, examples being Java, JS, C++ . But are they as friendly as they are presented t...
06:11 pm GMT - Wed, March 23, 2022
Dev To Introducing Codewranglrz
We at CodeCast are thrilled to announce our new exploratory project, Codewranglrz. Anyone in the development world right now is very aware of how large the buzz around web3 is. Its seemingly impossibl...
05:58 pm GMT - Wed, March 23, 2022
Dev To Truthy - Falsy Values in JavaScript
Truthy and Falsy ValuesAnything in JavaScript is either True or False.There are different values to denote whether something is True or False. Falsy Valuesfalse0nullUndefinedNaNEmpty String...
05:57 pm GMT - Wed, March 23, 2022
Dev To Github Copilot, voe no cdigo com o seu copiloto
Acabei de ser aceito na white list do Github Copilot e nada mais justo do que escrever um artigo sobre essa IA incrvel para digitar cdigo. Descrio:O Github Copilot uma ferramenta de inteligncia ...
05:55 pm GMT - Wed, March 23, 2022
Dev To Day 4 of Solving 450 questions[15/450]
Day 4 : March 23,2022Problems solved today :Best Time To Buy and Sell StockMaximum SubarrayMedianThings I learned Today:Min Max function may be very useful but when you have less variable to compare t...
05:46 pm GMT - Wed, March 23, 2022
Dev To Brutal wisdom
A kid and an old man sit by a campfire by the side of the road in the middle of nowhere. There's something quite odd about the old man.Perhaps it's the glint of mischief in his one good eye (the one n...
05:43 pm GMT - Wed, March 23, 2022
Dev To How to solve REST API routing problem with decorators?
Decorators Introduction:A Decorator is a special kind of declaration that can be attached to a class declaration, method, accessor, property, or parameter.Well be using Method Decorators to deve...
05:42 pm GMT - Wed, March 23, 2022
Dev To Protect your Amazon CloudFront content Authorization@Edge using cookies
Customers who host private web apps on Amazon CloudFront may struggle with a challenge: how to prevent unauthenticated users from downloading the web apps source code.This is an interesting solution, ...
05:34 pm GMT - Wed, March 23, 2022
Dev To Maximizing the convenience factor: archetypes in Hugo
By Bryce WrayThere are many reasons why static site generators (SSGs) have become so popular, especially in recent years. The reason which seems to come up most often is that SSG-based sites have supe...
05:33 pm GMT - Wed, March 23, 2022
Dev To Microsoft Azure Trial Hackathon Winners, Announced!
In February, we announced a new challenge on DEV, in partnership with our friends at Microsoft: the Microsoft Azure Trial Hackathon.Our brilliant participants were challenged to build brand new apps u...
04:58 pm GMT - Wed, March 23, 2022
Dev To A Guide to Zsh Expansion with Examples
What would we do if we couldn't use the wonderful TAB key to expand our commands, filenames, or variables in our lovely shell? Not much, I'm afraid. We would still live in dark caves, hunting some dan...
04:47 pm GMT - Wed, March 23, 2022
Dev To Conditional Statements
Conditional statementsConditional Statements, as the name suggests, only execute a statement, or a bunch of statements only if a condition is true.Before learning about the different types of Co...
04:44 pm GMT - Wed, March 23, 2022
Dev To Machine Learning Application in the Manufacturing Industry
Manufacturers, to keep up with the latest changes in technology, need to explore one of the most critical elements driving factories forward into the future: machine learning. Lets talk about the most...
03:56 pm GMT - Wed, March 23, 2022
Dev To Yet Another Perl Switch Statement
I am in the middle of a project at my job where we are converting some Perl to Python :-(. In the conversion I was explaining this invocation of a switch statement:for (ref($thing)) { /ARRAY/ &...
03:53 pm GMT - Wed, March 23, 2022
Dev To Implementando Webpack em um projeto MVC com JavaScript
Imagine um cenrio em que um site s feito em HTML, CSS e JavaScript (JS), esse site comea a tomar propores maiores do que imaginvamos, o arquivo JS que contm as funcionalidades comea a ficar gigantesc...
03:53 pm GMT - Wed, March 23, 2022
Dev To The Day I Jumped Into the Clouds...
So, hey! My name is Ekemini Essien!Kemi or Minnie for short, but this is my story about how I blindly jumped into the clouds. Trust me, I'm not trying to be cheesy. A little backstory: I graduat...
03:52 pm GMT - Wed, March 23, 2022
Dev To Cut your Rails boot times on Heroku in half with a single command
TLDR;heroku labs:enable build-in-app-dir -a <APP_NAME>Now enjoy your Rails app booting ~twice as fast after your next deploy But why?One of the tradeoffs with majestic monoliths is that th...
03:48 pm GMT - Wed, March 23, 2022
Dev To Introduo ao Tailwind CSS - Do Zero ao Primeiro Projeto
O Tailwind CSS vem ganhando bastante popularidade desde seu lanamento em Novembro de 2017. Desde ento j foram geradas mais de 190 releases, alm disso o projeto j conta com mais de 54 mil estrelas no G...
03:46 pm GMT - Wed, March 23, 2022
Dev To How to develop applications for MongoDB and Redpanda using Docker Compose
MongoDB needs no introduction. Since its debut in 2007, the document database has steadily risen in popularity and is now the 5th ranking database in the world according to DB Engines. It now trails o...
03:44 pm GMT - Wed, March 23, 2022
Dev To How to wrap text in HTML Canvas
Although adding text to HTML canvas is very common, there is no built in line break functionality. That means if our text is too long, the text will run off the end. Take the example below, where the ...
03:41 pm GMT - Wed, March 23, 2022
Dev To Mastering on 20 git stash commands
Hey Dev friends, It's a long time to see you. Anyways, let's get into the topic. You probably face the situation be like, while seriously working on some feature or a bug fix and need to switch other ...
03:37 pm GMT - Wed, March 23, 2022
Dev To How do you plan your code? The OODA loop
Sometimes we just want to dive into our code, head first. But one user in our Codacy Community shared with us the OODA loop framework, in hopes to help other developers. "My University teachers always...
03:37 pm GMT - Wed, March 23, 2022
Dev To Solana Development Personal Roadmap
IntroductionInitially, I wanted to continue working on deploying an NFT project on an Ethereum Virtual Machine, but I was just informed that I would need to focus on building out smart contracts...
03:36 pm GMT - Wed, March 23, 2022
Dev To Cloud-Native Journey Part 3: Distribution and Rollout
By Tyler CharbonneauThis is part three of our multi-article series exploring cloud-native technologies. For the introduction and to learn more about the setup process, check out part one. In part two,...
03:35 pm GMT - Wed, March 23, 2022
Dev To Kubernetes and LDAP: Enterprise Authentication for Kubernetes
By Daniel OlaogunAuthentication is an important part of functionality across software applications and infrastructures. It allows you to restrict access to users the system recognizes via tokens, user...
01:48 pm GMT - Wed, March 23, 2022
Dev To How do you take notes while you code?
Do you like to take notes when you're writing code?Do you organize them in some way, or do you only keep notes about your current tasks?What pieces of information do you think are helpful to keep trac...
01:46 pm GMT - Wed, March 23, 2022
Dev To Best Hybrid App Framework In 2022
Nowadays, almost any business cannot be run without a mobile application. However, developing different apps for different platforms (Android, or iOS) takes a lot of resources. Thats why cross-platfor...
01:43 pm GMT - Wed, March 23, 2022
Dev To Best 10 Code Snippets for Remix and JavaScript in 2022
What is a Code Snippet?A Code Snippet is a block of code you can share and reuse. By reusing safe and proven code, you improve your productivity and make sure you always import the correct code ...
01:24 pm GMT - Wed, March 23, 2022
Dev To How to Learn Web Development Skills
What is HTML All The ThingsHTML All The Things is a web development podcast and discord community which was started by Matt and Mike, developers based in Ontario, Canada. The podcast speaks to w...
12:56 pm GMT - Wed, March 23, 2022
Dev To 15 technical and career developer events I loved in 2022
As developers (or...wannabe developers like me ), we're always learning something new. To be able to continue to learn and grow, we have to be able to ask questions and share knowledge.I've found deve...
12:50 pm GMT - Wed, March 23, 2022
Dev To Terraform - Creating dynamic variables using locals
OverviewThis tutorial uses examples from the following GitHub project: Azure Terraform Deployments.In todays tutorial we will look at an interesting use case example whereby we will be creating ...
12:37 pm GMT - Wed, March 23, 2022
Dev To Build a Stunning Fashion Studio Website with React JS [ Locomotive Scroll GSAP Framer Motion ]
Hey there,Right now there is a lot of websites that have these smooth scrolling effects and animations which makes you feel good when you just scroll them.I have used many different libraries to make ...
12:35 pm GMT - Wed, March 23, 2022
Dev To What is Assertion in Selenium ?JavaScript Test Automation Tutorial | Part III
In this video, learn what is Assertion in Selenium JavaScript? How and when do we use them?:Start FREE TestingIt is Part III of the LambdaTest JavaScript Test Automation Tutorial series. In this video...
12:31 pm GMT - Wed, March 23, 2022
Dev To NextJS i18n/Internationalization
Table of ContentsTL;DR Source and DemoIntroductionProject SetupInternationalized RoutingContent translationBuilt-in FormattingFetching from backend TL;DR Check the demo hereCheck the source...
12:31 pm GMT - Wed, March 23, 2022
Dev To How to write and run test scripts in Selenium? JavaScript Test Automation Tutorial | Part II
This video will explain how to write the first Selenium Test in JavaScript. Explore more:Start FREE TestingThis is Part II of the JavaScript Test Automation LambdaTest Tutorial series. Ryan Howard (@r...
12:23 pm GMT - Wed, March 23, 2022
Dev To Better types in TypeScript with type guards and mapping types
TypeScript gains more and more popularity among the Javascript developers, becoming even a stardard when it comes to nowadays software development and replacing to some extent Javascript itself. Desip...
11:56 am GMT - Wed, March 23, 2022
Dev To Monokle 1.6.0 has improved UI/UX helm workflows and sealed secrets support
Hi everybody! We're happy to announce the 1.6.0 release of our open-source desktop tool Monokle - the Kubernetes manifest IDE with the following features:Increased stability of MonokleImproved UX/UI o...
11:07 am GMT - Wed, March 23, 2022
Dev To JavaScript Test Automation Tutorial 2021 | What is JavaScript? | Part I
This video explains what JavaScript is and how to start with JavaScript Selenium testing? Explore more:Start FREE TestingThis JavaScript Testing tutorial course part I of Selenium Test Automation in J...
10:45 am GMT - Wed, March 23, 2022
Dev To 14 Awesome CLI Tools for Modern Software Developers
General Command Line Tools AutojumpAutojump is a tool that learns your most frequented directories and allows you to switch to them by using a shortcut. exaexa is a modern replacement ...
10:38 am GMT - Wed, March 23, 2022
Dev To Regex that starts with letter, contains 1 uppercase/lowercase letter, one number and no special characters & min 8 characters
You need to put the lookaheads after ^ and put [a-zA-Z] right after them and quantify the rest with {8,}:^(?=.*?[a-z])(?=.*?[A-Z])(?=.*?[0-9])[a-zA-Z][a-zA-Z0-9]{8,}$Regex that starts with letter, con...
10:36 am GMT - Wed, March 23, 2022
Dev To Utilizing Scala Cats to improve database access code
Let start with something familiar. If you worked with scala for some time you most likely came across scala.concurrent.Future#sequence and scala.concurrent.Future#traverse.Here is a simplified method ...
09:54 am GMT - Wed, March 23, 2022
Dev To AWS Cloud Practitioner Certification Cheat Sheet (Part 2/2)
This is a cheat sheet for AWS Cloud Practitioner Certification Exam.If you haven't read the first part please refer to the link.This is not enough for preparation but it's enough for revision. In...
09:53 am GMT - Wed, March 23, 2022
Dev To How Big is the Internets Carbon Footprint?
A little fun with math and carbon dioxideNot all devs like math like I do, but humor me for a quick thought experiment. If you multiply 4 grams for your average email by the 4.6 billion people u...
08:53 am GMT - Wed, March 23, 2022
Dev To How to solve input delay (lagging) in react
we have two options when we are dealing with inputs in react realm:controlled componentuncontrolled componentcontrolled components : we update the value of the input by using value prop and onChange e...
08:53 am GMT - Wed, March 23, 2022
Dev To The Ultimate Guide to Hosting and the Different Types You Should Consider | All-time-dev
The Ultimate Guide to Hosting and the Different Types You Should Consider | All-time-dev IntroductionWe are the All-time-dev and in this post, we are going to discuss what is hosting in Tel...
08:51 am GMT - Wed, March 23, 2022
Dev To 5 Chrome Keyboard Shortcuts to boost your productivity
Browsers have become an integral part of our life and most applications are web-based now. We use web browsers for everything, from asking a question on Stackoverflow to booking a flight ticket. We of...
08:33 am GMT - Wed, March 23, 2022
Dev To 4 Ways Blockchain is Improving the Workforce Industry
You can find the article here.Back in 2009, and for quite an extensive period afterward, the technology behind Blockchain could be used only by developers and tech-savvy people. Since then, weve come ...
08:27 am GMT - Wed, March 23, 2022
Dev To Build Your Professional Portfolio Website In 2 Hours Using HTML & CSS.
Hello , in this article we're going to learn how to build a simple, yet professional portfolio using pure HTML and CSS.There are a million and one reasons to have a personal portfolio website, from h...
07:51 am GMT - Wed, March 23, 2022
Dev To Introduction JavaScript code guidelines
IntroductionIn this tutorial, we shall learn about how I structure and how to structure and format JavaScript code for your projects. 1. Semi-colonsThe choice is to drop all semi-colons usa...
06:46 am GMT - Wed, March 23, 2022
Dev To CSS Logos: Dev logo
In the second article of CSS Logos, we'll recreate one of the dev.to logos.I choose the rainbow logo, as it has some pretty cool CSS effects we can explore.This will be the one we are recreating:Note:...
06:42 am GMT - Wed, March 23, 2022
Dev To CSS Logos: Hashnode logo
I wanted to start this CSS challenge a while ago by recreating some fantastic logos in CSS only.I'll be starting with Hashnode, as I re-created this recently for the CSS Hashnode challenge.See my resu...
06:33 am GMT - Wed, March 23, 2022
Dev To Weekly web development resources 114
TailymateA great collection of animations and components for TailwindCSS. AvvvatarsA cool open-source React library to generate unique avatars. Turbulent ButtonsA Codepen button demo w...
06:06 am GMT - Wed, March 23, 2022
Dev To React Router: Basics
Let's get the party started.If you have not used react-router before most probably you are using server-side routing. If you don't know what's server side routing, see the below example:As you could s...
06:05 am GMT - Wed, March 23, 2022
Dev To Your guide to NextJS Internationalization
TL;DRCheck the demo hereCheck the source code here IntroductionInternationalization (i18n) is the process of preparing software so that it can support local languages and cultural settings....
05:51 am GMT - Wed, March 23, 2022
Dev To The Employee-Company triangle
After having read the title, you must think I forgot something. How can two vertices (the employee and the company) form a triangle?The answer is simple, the employee takes up two of the three vertice...
05:42 am GMT - Wed, March 23, 2022
Dev To Delete Multiple Records in PHP using Ajax And jQuery
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/php/delete-multiple-records-in-php-using-ajax-and-jqueryAre you thinking of how to dele...
05:21 am GMT - Wed, March 23, 2022
Dev To Python : Manipulation des nombres
Le cours acclr Python est gratuit et sera publi ici sur dev.to. Je publierai un nouvel article tous les deux jours environ. Pour ne rien manquer, vous pouvez me suivre sur twitter : Suivez @EricLeCode...
05:19 am GMT - Wed, March 23, 2022
Dev To EXPLAIN AUTHENTICATION IN REACT APPLICATION
IntroductionToday, we can easily get all details from internet and store the all details in a server, therefore, if we dont get any security then there would be high chance to lost information o...
04:40 am GMT - Wed, March 23, 2022
Dev To Text Detector App - An Android Project
Hey guys today in this article, we will be creating an application that will lets users click Pictures and then let them detect text in those Pictures. For this we will be using firebase MLkit. And we...
04:39 am GMT - Wed, March 23, 2022
Dev To Using authorizer on your Gatsby site
Authorizer is an open source solution for your authentication and authorization needs. It connects with your database and adds a secure auth layer for your users. Aim of authorizer is to have control ...
04:35 am GMT - Wed, March 23, 2022
Dev To Automation Dynamic sitemap generation with Golang API
If you are publishing website, then it is necessary to reach out it to users. Most search engines like google and bing crawls website pages using sitemaps. Sitemap contains all static and dynamic rou...
03:30 am GMT - Wed, March 23, 2022
Dev To Azure IaaS, PaaS, and SaaS Concepts
IntroductionThe cloud in azure offers three main categories of cloud services. The Infrastructure as a Service(IaaS), Platform as a service (PaaS), and Software as a Service(SaaS).Each of theses...
03:20 am GMT - Wed, March 23, 2022
Dev To March 22nd, 2022: VS Code Tip of the Week
This week's tip of the week is all about configuring some shortcuts that allow you to move focus between the editor and the integrated terminal.By default, CTRL + ` toggles the integrated terminal. I ...
03:15 am GMT - Wed, March 23, 2022
Dev To POO - Encapsulamiento
Cuando hablamos de encapsulacin nos referimos generalmente a definir grados o niveles de acceso y modificacin para nuestros mtodos y atributos. En Python especficamente no existe como tal una 'protecc...
02:20 am GMT - Wed, March 23, 2022
Dev To Encrypt CloudTrail logs with multi-region Key with Terraform
Who did what, where and when? in my AWS account(s) through the AWS Management Console, AWS Command Line Interface, and AWS SDKs and APIs is what AWS CloudTrail answerable to you as account owner. It e...
02:04 am GMT - Wed, March 23, 2022
Dev To How to debug your Go application in VSCode
I am using VScode as my primary editor of coding, and I feel very excited by the VScode ecosystem. However, when I first used it to debug go application, as the debug settings is not that straightforw...
12:56 am GMT - Wed, March 23, 2022
Dev To Deploying the Xgboost model to AWS from locally developed artifacts, adding inference pipeline
There are companies or clients that need to deploy models in the cloud, without training their models in the AWS environment, since a new training can modify performance, change metrics and ultimately...
12:12 am GMT - Wed, March 23, 2022
Dev To Arm Gravition Versus X86 on Fibonaci and FFT Running Time
SummaryAccording to AWS Graviton2 the Arm Graviton provides 34% better price performance than X86. In some sense, it runs faster 34% compared with X86. So I do a small experiment to check this. ...
11:19 pm GMT - Tue, March 22, 2022
Dev To ELK: Logstash in 5 minutes
This is a continuation to the previous article: Elasticsearch in 5 minutes. Logstash is the second essential tool for Data Engineering. Like Elasticsearch it is developed and maintained by the Elastic...
10:55 pm GMT - Tue, March 22, 2022
Dev To Stateless widgets
StatefulWidget ve StatelessWidget arasndaki fark tam adndadr.Bir StatefulWidget kendi dahili durumunu (internal state) izler. StatelessWidget, widget'n mr boyunca deien herhangi bir dahili duruma sahi...
10:12 pm GMT - Tue, March 22, 2022
Dev To Your SSR is slow & your devtools are lying to you
As developers we want our sites to be fast, and it takes many small wins to add up to a performant site.I want to talk specifically about two performance factors, and how your devtools might mislead y...
10:10 pm GMT - Tue, March 22, 2022
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...
10:03 pm GMT - Tue, March 22, 2022
Dev To RSMQ for golang
RSMQ is the most simple Queue Implementation in the known universe. My own implementation here comes in at under 500 lines of code. Join me for a short tour of the code, and how it works.People might ...
09:53 pm GMT - Tue, March 22, 2022
Dev To How to setup basic SMTP for Ghost
DisclaimerI've just started to use Ghost as a platform for blogs. Before that, I've been using Word Press, in one of my previous jobs. In my opinion, Ghost might become as popular as WP, while b...
09:47 pm GMT - Tue, March 22, 2022
Dev To Web Development simplified with AWS Amplify
Web development is an extremely hot area and one that is evolving faster and faster. And a professional always needs good tools to be one step ahead, walking together with technology. Everything we ca...
09:36 pm GMT - Tue, March 22, 2022
Dev To Exploratory Data Analysis With Chi Square Contingency
Download Note Book Here This Exploratory Data Analysis is my own personal learning practice in this practice i did analysis from datasets i downloaded from kaggle.com Plotly For Visualizatio...
09:34 pm GMT - Tue, March 22, 2022
Dev To Fun With Deepgram and NextJS
Overview of My Submission(Much of this overview is repeated in the project's README, so hop on over to take a look at how the sausage is made if you like!)Note: Before I began this project, I si...
09:09 pm GMT - Tue, March 22, 2022
Dev To How to convert a Bootstrap theme to a client-editable Hugo site
Do you want to bring something fresh to your Hugo clients? Or perhaps you want to bring the speed and flexibility of Hugo to non-technical users? Look no further. Weve launched a new in-depth tutorial...
09:07 pm GMT - Tue, March 22, 2022
Dev To Add aliases to Ubuntu
In the .bash_profile file add a line like this:alias emptytrash="rm -rf ~/.local/share/Trash/files/*"Where emptytrash is the name of the alias.In the terminal:source .bash_profileDone! Now after enter...
08:19 pm GMT - Tue, March 22, 2022
Dev To Gather at the ultimate software engineering conference, FutureStack 2022!
Were gathering with engineers and developers from around the world live and in-person at the Cosmopolitan of Las Vegas for the ultimate software engineering conferenceFutureStack22. This New Relic con...
08:18 pm GMT - Tue, March 22, 2022
Dev To Pycraft Progress Report
This is transferred roughly weekly from my Twitter profile (here: https://twitter.com/PycraftDev) to here on Dev! This is for the week 14/02/2022 - 20/02/2022.You can find the latest release of Pycraf...
07:48 pm GMT - Tue, March 22, 2022
Dev To Building complex dashboards and data-driven UIs in React - Interview with creator of React Query and React Table, Tanner Linsley
Some of the topics discussed in the interview:Challenges building complex dashboards in ReactChallenges building great components including tables, charts, datepickers, range sliders, etc.Working with...
06:41 pm GMT - Tue, March 22, 2022
Dev To 8 best opensource projects you should try out
There are lots of open-source projects which are just . From productivity tools to B2B applications open source projects are there for you. Let's see some projects worth using and some projects which ...
06:11 pm GMT - Tue, March 22, 2022
Dev To AWS CDK 101 - CodeCommit, CodePipeline and CodeBuild
Beginners new to AWS CDK, please do look at my previous articles one by one in this series.If in case missed my previous article, do find it with the below links. Original previous post at Dev Post ...
06:04 pm GMT - Tue, March 22, 2022
Dev To Boost your productivity with Code Attendant.
It's no secret software developers search the web a lot.In fact, it is estimated we waste about 15% of our coding time searching for code snippets online.To overcome this time waste, we have created C...
06:01 pm GMT - Tue, March 22, 2022
Dev To Sourcing for Women in Open Source
The lack of diversity in open source is a worrying factor even as the world accelerates to a new digital future powered by web3. This calls for intentional efforts in bridging this gap while building ...
05:48 pm GMT - Tue, March 22, 2022
Dev To The CodeLand 2022 CFP closes soon. Submit your talk today!
Cross-posted from CodeNewbie CommunityThe CodeNewbie team wanted to stop by with a quick reminder that the CodeLand 2022 Call-for-Proposals is closing on March 29, 2022 at 11:59 PM UTC. If you would l...
05:38 pm GMT - Tue, March 22, 2022
Dev To Making your very own WebSocket Server with Javascript
A lot of the work we do with Javascript involves us sending information back and forth from servers. You are probably familiar with the concept of APIs, which send data to servers or websites in a par...
05:32 pm GMT - Tue, March 22, 2022
Dev To Extracting company names from news using AWS Comprehend
Many business use cases, such as competitor research, finding new customers or partners require a list of companies, that are operating in a particular field. In my case, I needed a list of startups a...
05:13 pm GMT - Tue, March 22, 2022
Dev To Writing an article every single day.
Hi, developer community. I am thinking about writing at least one article every day.Any tips about how to generate ideas and manage to write every day?Super curious about your thoughts.Thanks...
05:10 pm GMT - Tue, March 22, 2022
Dev To Myfe - 21/03/22
So the day after I thought of the idea, I got to work. StartingFirst I made a repl as thats where Im going to code everything.Then I make a MongoDB database so I could work on saving data. After ...
04:56 pm GMT - Tue, March 22, 2022
Dev To Functions In JavaScript
FunctionsFunctions are important, vastly used, reusable code blocks, or just a piece of code that you can use again and again.Functions accept parameters as variables, which makes them even more...
04:54 pm GMT - Tue, March 22, 2022
Dev To Programs using Bhailang
Bhailang is a language which has taken the social media in India by storm. According to its documentation the developers of this language has described it as Bhailang is dynamically typed toy programm...
04:52 pm GMT - Tue, March 22, 2022
Dev To Developing with msw
This post is a brief write-up about how Mock Service Worker radically improved testing experience and -surprisingly- overall development flow on a couple frontend projects I recently worked on. T...
04:51 pm GMT - Tue, March 22, 2022
Dev To 4 great plugins to improve your Wordpress website performance
I created a website called Poupa Pilim (portuguese), which is image heavy since this is mostly supermarket flyers.Because of that, and since some posts are really huge, I had to research for some plug...
04:50 pm GMT - Tue, March 22, 2022
Dev To Finops na prtica
Salve galerinha!Hoje rolou o TDC Connections e eu palestrei na Trilha Devops falando sobre FinOps na prtica e queria trazer esse contedo legal para a comunidade do Dev.to. Disclaimers: Estarei usando ...
04:49 pm GMT - Tue, March 22, 2022
Dev To Is it DFS using adjacency Matrix?
I am little new to Graphs part in data structures. I am trying to implement DFS using adjacency matrix. I have looked for many references in Google but I don't find a better one rather I got the appr...
03:45 pm GMT - Tue, March 22, 2022
Dev To TIE: What is a Cascading Delete?
Explaining concepts that can be hard to understand. You can expect relatable examples without jargon, foo, bar, and math examples.Jump to:Official explanationTechItEasy explanationMore Info Scary...
03:30 pm GMT - Tue, March 22, 2022
Dev To Is future of AI in JavaScript?
Guys, I have a suspicion! AI with JSPython was the first computer language I learned when I was a child.I had no idea about it at the time, and I dropped it halfway because I could not do anythi...
03:28 pm GMT - Tue, March 22, 2022
Dev To Phase 1 Project: Are you fetching too much?
You have created an awesome project. Everything works and it looks clean. Let's go and show this to the instructor. The instructor says something like "Wow, I like this. You're doing a great job and I...
03:28 pm GMT - Tue, March 22, 2022
Dev To 5 Up-And-Coming Python YouTube Channels You Should Watch
The 5 Best Up-And-Coming Python YouTube Channels to Improve Your Programming SkillsYouTube is a great resource for when you want to improve your Python programming skills. There are a lot of opt...
03:27 pm GMT - Tue, March 22, 2022
Dev To What are GitHub actions and how to use it?
Recently I was working on building a simple blackjack game using JavaScript. After I completed it, I straightly uploaded it on GitHub. I saw tons of people contributing to my repository of the blackja...
03:25 pm GMT - Tue, March 22, 2022
Dev To Visualising your Amazon DynamoDB data with Amazon QuickSight
Please noted that this content is translated from Thai language on this Blog because it has high demand for implementing this solution in real life. Table of ContentIntroductionArchitecture Diagr...
03:24 pm GMT - Tue, March 22, 2022
Dev To How to make a simple webserver in GO Lang
Today,In this blog we will build a simple webserver in GO Lang to serve static files.Go is often called the C of 20th century.Go is a statically typed, compiled programming language designed at Google...
03:23 pm GMT - Tue, March 22, 2022
Dev To Need resources for DPI calculator
Does anyone know a general formula or any guide regarding mouse sensitivity converter?Please share any source like a whitepaper or anything from which I can generalize the formula to calculate m...
03:23 pm GMT - Tue, March 22, 2022
Dev To Cypress test case execution in CI/CD using CircleCI
cypressio #cypress #qaautomation #qaautomationengineerCypress test case execution in CI/CD using CircleCITest case execution in CI/CD using CircleCIhttps://lnkd.in/eau4baPhttps://www.youtube.com...
03:21 pm GMT - Tue, March 22, 2022
Dev To Hello
fkjvndfnvhfhvkjehnn...
03:18 pm GMT - Tue, March 22, 2022
Dev To Passing lots of props in Vue.js as a Pro
When developing a component in Vue, we often end up adding a lot of properties as the component grows and we usually tend to pass these properties individually.To illustrate that, let's consider that ...
03:16 pm GMT - Tue, March 22, 2022
Dev To Pub/Sub: C implementation
Note: this implementation is not optimized as:Unsubscribing sets NULL on subscriptions array. Would be good to delete NULL subscriptions from there.Publishing message is done sequentially. The messa...
02:05 pm GMT - Tue, March 22, 2022
Dev To How to Save HTML Canvas as an Image
Canvas gives us a lot of flexibility to create great, code generated graphics, and sometimes we need to download them as images. Fortunately, this is quite easy with HTML canvas. Here is an example, w...
01:48 pm GMT - Tue, March 22, 2022
Dev To Why is Distributed Tracing in Microservices needed?
Microservices architecture allows technology companies to build application services around business capabilities. It enables rapid development and also boosts developer productivity. But it also intr...
01:31 pm GMT - Tue, March 22, 2022
Dev To Do you have family and friends interested in a job in software?
With technology only becoming more popular, and hopefully accessible to more people you might have people in your life curious about getting in to it.What do you tell them when they express interest?...
01:23 pm GMT - Tue, March 22, 2022
Dev To Hello World
Hello world is the most common and most begging word for every new programmer who is newly learn programming....
01:22 pm GMT - Tue, March 22, 2022
Dev To Ansible 5.5.0 has been released
Ansible users will be interested to know that Ansible just received a major version update. In addition to a curated set of Ansible Collections, the Ansible 5.5.0 package also includes ansible-core 2....
01:17 pm GMT - Tue, March 22, 2022
Dev To How To Easily Set Up Free Shipping In WooCommerce
Setup and ConfigurationTo offer the free shipping method it must be added to a Shipping Zone and you can add it to as many Shipping Zones as you like. Heres how:1/ Go to: WooCommerce > Settings >...
01:16 pm GMT - Tue, March 22, 2022
Dev To Microsoft 365 (SharePoint & OneDrive) backup for free with Raspberry Pi and Rclone
When I started working for my employer, they used an on-site server and file storage with overnight backup to external drives. All been limited with the internet speed (which in England is quite crazy...
01:16 pm GMT - Tue, March 22, 2022
Dev To 6 Mobile App Monetization Models to Consider
The pricing app strategy you choose for your application also makes a difference to the earning from mobile apps.The answer to how do apps make money is best given by an iOS app development company.So...
01:13 pm GMT - Tue, March 22, 2022
Dev To Rails-docker-box, or developing Rails within a dockerized environment
Attention! This post is not about using Docker to develop Rails applications, but about using Docker to develop the Rails framework itself. For the former one, please, visit the Ruby on Whales articl...
01:03 pm GMT - Tue, March 22, 2022
Dev To Aplikasi Belanja Sayur Online di Medan
Dalam bahasa batak inang itu artinya ibu. Jadi secara harfiah inang-inang itu artinya ibu-ibu. Akan tetapi pada kenyataannya inang inang menjadi dikonotasikan sebagai ibu-ibu yang berjualan sayuran di...
01:03 pm GMT - Tue, March 22, 2022
Dev To ChaosNative Joins Harness!
Today, we are thrilled to announce to the LitmusChaos community that ChaosNative, the primary sponsor of the LitmusChaos project, is joining Harness to extend scalable chaos engineering to enterprises...
01:02 pm GMT - Tue, March 22, 2022
Dev To The simplest setup robots.txt in Drupal 8
In order to completely block the site from being indexed, put the following in the robots.txt file:User-agent: *Disallow: /If you want to open the site, you can use the standard robots.txt that Drupal...
11:22 am GMT - Tue, March 22, 2022
Dev To Weekly 004
MondayI started the day to cleanup my PC: removed unuseful files from the desktop, update Windows and Tools.Then I started to fix a GitHub Actions for Oscar (one of my startup project).I will co...
11:17 am GMT - Tue, March 22, 2022
Dev To Environment Variables & SSH
Environment Variables.What are environment variables?Each user has its own environment.Each user can configure its own environment/account by setting preferences.These OS configurations should b...
11:02 am GMT - Tue, March 22, 2022
Dev To Eddie Jaoude's Podcast Notes
Find Francesco hereEddie Jaoude has invited me as a guest. I have taken some notes before we startedHere is the link fo the video: Give yourself an introduction: who you are, where you are chatti...
10:38 am GMT - Tue, March 22, 2022
Dev To 4 Reasons Why Decentralized Hiring is Inevitable
You can find the article here.As a collective race, work has been and remains one of humanitys fundamental pillars of support. It is through work that we have accomplished so much development in scien...
10:13 am GMT - Tue, March 22, 2022
Dev To Starting as a Junior QA? Don't worry, I got you
Almost 5 years ago, I've started my QA journey as a student (AKA Junior) and didn't even know what QA was! Little by little, I started picking up pieces of what QA might actually be and how to do it p...
10:13 am GMT - Tue, March 22, 2022
Dev To Create a Signature Painting Drawing App using Javascript
Hmm... So let's start with what are the toolset we will be using to accomplish this task... ! So we are going to be using canvas, That's it and javascript for the interaction part... ! If you just wan...
09:31 am GMT - Tue, March 22, 2022
Dev To How to create and connect to a firestore database in an express app ?
As a web developer myself, I understand how hard it can be sometimes to find a simple guide that can help you do a specific thing you want, that's why I thought about making a simple guide to help new...
09:31 am GMT - Tue, March 22, 2022
Dev To SQL INSERT Command
Sign up to my newsletter!. What is SQL INSERT Command?The SQL Insert command is a SQL DML (Data Manipulation Language) command used to insert data into any table in the database. If you wish, you...
09:07 am GMT - Tue, March 22, 2022
Dev To My Front-End Development Roadmap
LearnFreeCodeCampScrimbaYoutubeThe Net NinjaTraversy MediaKevin PowellJames Q QuickCodedamnCoding in PublicDesignCourse PracticeFront-end MentorCodewellDevchallengesCSS BattleCode Dribbble ...
08:57 am GMT - Tue, March 22, 2022
Dev To Perl Download and Installation 2022
Explains how to download and install Perl on Windows, Mac, and Linux/UNIX.This article is originally Perl Download and Installation | Perl ABC Installation of Perl on WindowsLet's install Perl on...
08:27 am GMT - Tue, March 22, 2022
Dev To Use Cloud Formation Templates to spin up MySQL instances on RDS
In this article, I am going to discuss how to set up a MySQL instance on AWS RDS using Cloud Formation templates. In my previous article,How to configure an Amazon RDS environment for MySQL, I have pr...
08:26 am GMT - Tue, March 22, 2022
Dev To Terminal Proxy Point
1If you want to use HTTP by proxy on terminal, you should turn on the "http proxy" on SSR setting:the port here is where your terminal would go through:export http_proxy=http://127.0.0.1:6666export ht...
08:20 am GMT - Tue, March 22, 2022
Dev To My First Post In Dev.to
...
08:08 am GMT - Tue, March 22, 2022
Dev To Don't like long, verbose Docker-compose command?
Nowadays many developers and companies use Docker and Docker-compose in everyday live. I don't want to repeat what Docker is and why you might want to use it. But what I don't like when I work with Do...
08:05 am GMT - Tue, March 22, 2022
Dev To How does cypress change the game in Test automation?
In todays software testing phase, the demand for automation tools is increasing day by day, so bearing this in mind many enterprises are using automation tools like Cypress. Cypress is a modern javaSc...
08:04 am GMT - Tue, March 22, 2022
Dev To Comparing PHP Collections
Let's imagine that we want to store a collection of Item objects:<?phpnamespace App\Entity;class Item { public string $name = ''; public int $value = 0;}Working with this collection we want t...
08:04 am GMT - Tue, March 22, 2022
Dev To Engineering your startup idea
I have been a great fan of 'Software Engineering' wherein things are built ground-up but the sheer thought of building a product from a software perspective can be daunting for beginners. I have been ...
07:52 am GMT - Tue, March 22, 2022
Dev To The language that boost my productivity
In my blog post of march i will share with you how i boost my productivity thanks to learning markdown language and using daily tools that help focusing my work. All is here.https://fredlagage.fr/writ...
07:51 am GMT - Tue, March 22, 2022
Dev To Bit th Vinhomes Hng Yn - Cuc sng xng tm ng cp
Lun l dng sn phm cao cp nht ti mi d n bt ng sn ln, nhng cn bit th mang n cho khch hng nhng tri nghim thc s khc bit, ng cp v khng c ti bt c loi hnh sn phm nh no khc. V Vinhomes Dream City Hng Yn cng s...
05:40 am GMT - Tue, March 22, 2022
Dev To Step-by-step to learn and optimize Dockerfile
BackgroundI worked around the clock and overtime to develop the simplest Go Hello world application, and although I just ran a print and quit, my boss also asked me to go live with the only appl...
04:02 am GMT - Tue, March 22, 2022
Dev To Structure of the Block inside a Blockchain Network
Hey Guys,What's up?So, today we will see, the structure of the block inside a blockchain network.Let's start!wait, wait...Before starting, I guess you are familiar with Blockchain, if not, then please...
04:00 am GMT - Tue, March 22, 2022
Dev To 'Splain Like I'm Five: Ruby REPLs and Pry
Welcome to the Back-End! If you're reading this Ruby blog, you've likely made your way here through front-end web development. "Ok, front end was cool--I had a nifty browser console in which to test ...
03:33 am GMT - Tue, March 22, 2022
Dev To DevOps Lead Takes on DevOps, DevSecOps, Culture, Processes, and Mindset
I got recently interviewed by some IT Industry Leaders here in Hong Kong, and part of the interview was about DevOps, its culture, and the overall DevOps mindset. We also talked about how to be a bett...
03:21 am GMT - Tue, March 22, 2022
Dev To JS Interview Question 2 (Accidental Global Variable)
Visit think1s to get more such questions.Revise Accidental Global Variable concepts to answer this questions.What is the output the following code?function getNumber() { var a = b = 2; a...
03:03 am GMT - Tue, March 22, 2022
Dev To Code Smell 123 - Mixed 'What' and 'How'
We love looking at the internal gears of the clock, but we need to start focusing on the hands.TL;DR: Don't mess with implementation details. Be declarative. Not imperative. ProblemsAccidental Co...
02:36 am GMT - Tue, March 22, 2022
Dev To User notifications with Rails, Noticed, and Hotwire
A nearly-universal need in web applications is user notifications. An event happens in the application that the user cares about, and you inform the user of the event. A common example is in applicati...
02:23 am GMT - Tue, March 22, 2022
Dev To The JavaScript Skills You Need For React
One of the most important things to understand about React is that it is fundamentally JavaScript. This means that the better you are at JavaScript, the more successful you will be with React.Let's br...
02:04 am GMT - Tue, March 22, 2022
Dev To Phase 2 Completed
Hello Everyone,I know it took me bit to give an update but we're hear now. I have completed Phase 2 at Flatiron and have been working in Phase 3 currently. I have to say React is my favorite why to pr...
01:42 am GMT - Tue, March 22, 2022
Dev To Signatures as Authentication in Web3
When interacting with web3 apps, you may have seen a signature request in your wallet that looks like this. This article explains what this signature is and how it's used as authentication. What...
12:59 am GMT - Tue, March 22, 2022
Dev To Microservices and Best Patterns
Microservices and Best PatternsBig problems require big solutions. Achieving the best result for a solution is always what every engineer, architect and developer wants in their resolutions. A v...
11:55 pm GMT - Mon, March 21, 2022
Dev To The reasons why beginners should join an experiential team development project before applying for a job.
Have you ever thought that you have been practising coding alone for so long but there still seems to be a huge gap between your current self and a strong candidate for job hunting?If you are unsure a...
10:55 pm GMT - Mon, March 21, 2022
Dev To Feature Engineering - Expand category column
TLDRIn this Mage Academy lesson, well go over how to expand a category column and see how this can help us understand the data better. GlossaryDefinitionWhy is it necessaryHow to gain infor...
10:33 pm GMT - Mon, March 21, 2022
Dev To Build a Point-of Sale App with Serialized
This tutorial was originally written for the Serialized platform. You can view the original post on Serialized's blog here.When we think of technology, we often dont think of day-to-day businesses lik...
10:14 pm GMT - Mon, March 21, 2022
Dev To Getting Started with Docker
What is Docker?Docker is a very powerful tool that allows users to containerize applications. As for what that means, Docker defines Containers as A standard unit of software that packages code ...
09:58 pm GMT - Mon, March 21, 2022
Dev To Folder Structure using React
There is no consensus on the right way to organize a React application. React gives you a lot of freedom, but with that freedom comes the responsibility of deciding on your own architecture. let's sho...
09:12 pm GMT - Mon, March 21, 2022
Dev To Rm
Yet another glowing card...
08:38 pm GMT - Mon, March 21, 2022
Dev To How to secure your site on AWS with CloudFront and ACM?
In the previous article, we've gone over setting up a static site on S3 and associating it with a custom domain.Did you notice that the website URL uses HTTP? That's not very secure, and we'd better u...
08:22 pm GMT - Mon, March 21, 2022
Dev To Perspective API
What is Perspective?Perspective is a free API that uses machine learning to identify "toxic" contents, making it easier to organize better online conversations.By scoring a sentence based on the...
08:16 pm GMT - Mon, March 21, 2022
Dev To How I Present Markdown Slides from the Terminal
Waylon Walker @_waylonwalker I made a til live on stage.... well I copied and pasted on stage, ...
08:00 pm GMT - Mon, March 21, 2022
Dev To Null Safety
indekiler:Tip sistemlerinde null yaplabilirlikNull yaplamayan ve null yaplabilen trlerNull yaplabilir trleri kullanmaTip sisteminde null yaplabilirlikNull safety statik tip sistemde balar nk dier her ...
06:30 pm GMT - Mon, March 21, 2022
Dev To The Case for the Terraform Seed Workspace
Why not use Terraform to manage your Terraform? TLDRTerraform collaboration tools such as Terraform Cloud, Scalr, and SpaceLift offer the ability to be managed by Terraform.Managing your in...
06:26 pm GMT - Mon, March 21, 2022
Dev To Azure Private Link Service Load Balancer AKS Limitation
As a Cloud Solution Architect for Microsoft, I'm privileged to work with some great companies which have unique challenges.One of our large partners was migrating their solution from AWS to Azure. Th...
06:21 pm GMT - Mon, March 21, 2022
Dev To Use flutter at its BEST!
Flutter can help you build your next big idea and it has a lot of widgets and libraries to facilitate the development. But you can use them only when you know about them so do you know any of these ...
06:20 pm GMT - Mon, March 21, 2022
Dev To Record and Playback in Selenium
Automated Selenium testing has become quite the mainstay in efficient QA workflows. Among the many features offered by this framework, Record And Playback in Selenium is an especially great transition...
06:18 pm GMT - Mon, March 21, 2022
Dev To LAZY LOADING IN ANGULAR
What is Lazy Loading??Consider our application has 3 routes, Every routes has a module associated with it that contains their respective component,services and directives. Here you can see we have 3 r...
06:15 pm GMT - Mon, March 21, 2022
Dev To Network graph dynamically in javascript
Hello everyone, I want to create a graph network dynamically in js, I have found vis library to achieve my goal.Also, I would like to add some events when I clicked in a node or in an edge. I have don...
06:11 pm GMT - Mon, March 21, 2022
Dev To Do you know any way or trick to convert a website to android and ios app?
Any easy way to convert a web page into an app for Android and iOS?Thanks in advance....
06:09 pm GMT - Mon, March 21, 2022
Dev To Terraform Module Testing with LocalStack and GitHub Actions
Testing your infrastructure as code is just as important as testing your application code. And it doesnt have to be a nightmare! TLDRWith a combination of LocalStack and GitHub Actions, you can d...
06:08 pm GMT - Mon, March 21, 2022
Dev To Simple Toggle Button(On/Off)
Hi guys, I was doing a project that required an ON/OFF switch. I kinda had a tough time creating a switch button. After finding my way around, I thought this migth be helpful for other people. <...
06:05 pm GMT - Mon, March 21, 2022
Dev To How to Avoid Estimating Time Using the Agile Metrics Velocity and Capacity
Humans are bad at estimating time. A lot of companies try to replace time with points but fails to do so. This article describes how to properly estimate work in a time-independent way by calculating ...
05:53 pm GMT - Mon, March 21, 2022
Dev To How Video Enhance AI works
We look into Video Enhance AI giving some examples and talking about how it works....
05:53 pm GMT - Mon, March 21, 2022
Dev To Story of deploying kubermetes pod to every node and preventing them from termination
During the development of one of our new features I have faced with an interesting challenge. The feature requests are simple and clear: there is an existing DaemonSet (workload running on "every" nod...
05:52 pm GMT - Mon, March 21, 2022
Dev To Cats - Meow!
The cat (Felis catus) is a domestic species of a small carnivorous mammal.And is also a standard Unix utility, yay!Cat is used to read files sequentially, writing them to standard output.Open your ter...
05:51 pm GMT - Mon, March 21, 2022
Dev To QUIZER
A premium quality open-source discord bot specially crafted for hosting and managing quizes autometically and punctually.Check GitHub ScreenshotsHere are some screenshots of QUIZER Bot. Inst...
05:51 pm GMT - Mon, March 21, 2022
Dev To Blockchain or Python courses
Hi, We have recently created a foundation in Nigeria based on learning. The goal is to provide a 6 month online courses around Blockchain or Python to about 30 students who are between 15 and 17 years...
05:48 pm GMT - Mon, March 21, 2022
Dev To A Brand NEW Kind of DEBUGGER for JavaScript (Dbux: Why? What?)
Intro VideoDbux is an integrated debugging environment (IDbE) and omniscient debugger for JavaScript runtime analysis.The following video:explains why we need better Debuggers,demonstrates all o...
05:47 pm GMT - Mon, March 21, 2022
Dev To Convert testing Tool
Has anyone here used Covert toolfor testing? How hard is it to use?? Thanks ...
05:47 pm GMT - Mon, March 21, 2022
Dev To Nevertheless, Angelfirenze Coded in 2022
My biggest technical goals areI want to graduate from my dream undergraduate school, the University of Michigan, and then graduate from my absolute dream school, The University of Michigan Medic...
05:46 pm GMT - Mon, March 21, 2022
Dev To Important Online Learning for Dev
The internet now pervades almost every aspect of our life. For small companies, blogs, and brands, a decent user experience is the "make-or-break" component. However, web developers aren't simply need...
05:46 pm GMT - Mon, March 21, 2022
Dev To Create Web API with ASP.NET Core 6.0
Web API is an application programming interface (API) that is used to enable communication or interaction with software components with each other.Web API is the enhanced form of the web application t...
05:46 pm GMT - Mon, March 21, 2022
Dev To Turning React apps into PDFs with Next.js, NodeJS and puppeteer
Hey everyone, let me preface this by saying: This is NOT a production ready implementation. There's several things we can implement to make this more production proof. If there's enough interest, I ca...
05:41 pm GMT - Mon, March 21, 2022
Dev To Built-in Types in C
bool - is the result type of comparison and equality operators.byte - is an immutable value type that represents unsigned integers with values that range from 0 to 255.sbyte - Sbyte Struct represents ...
04:01 pm GMT - Mon, March 21, 2022
Dev To The 3 Short Frontend tips for March
Give the chance to fix the incorrect passwordFolks, how often did you make mistakes when you log in on apps? I'm a man who does it every day. I noticed apps reset my password if validation is fa...
04:00 pm GMT - Mon, March 21, 2022
Dev To How Do I Build A Platform To Sell My Course?
There are many online platforms for selling courses online, however, I found a few limitations. For the course platform, I would like more customization of landing pages, subscriptions, and content st...
03:27 pm GMT - Mon, March 21, 2022
Dev To Applying dynamic styles with Tailwind CSS
Written by Francois BrillTailwind CSS has done wonders for development it can get you up and running in a matter of minutes. It contains the right building blocks out of the box with options to custo...
03:26 pm GMT - Mon, March 21, 2022
Dev To 7- What makes SOLID principles special? Are there any other software development principles? What are they?
Clean code is not written by following a set of rules. You dont become a software craftsman by learning a list of heuristics. Professionalism and craftsmanship come from values that drive disciplines....
03:20 pm GMT - Mon, March 21, 2022
Dev To Everything I Needed to Know About Observability, I Learned from Bewitched
Recently, I was asked to write an article on "How to Convince your Boss to Prioritize Observability." You can read it here ). As I was pulling it together, one particular sentence sent me down the Wik...
03:00 pm GMT - Mon, March 21, 2022
Dev To Building a Slack App with Native SFDC Integration
Part 1: Getting Going with the Starter KitBusinesses depend on Slack for communication and Salesforce for data management. As one might expect, conversations in Slack dont always correlate to ch...
03:00 pm GMT - Mon, March 21, 2022
Dev To What are your tips for staying focused?
I find it takes me a while to get focused, and I only stay focused by chance.How do you consistently get focused and stay focused?...
02:52 pm GMT - Mon, March 21, 2022
Dev To How the touch Command works on Linux
The touch command lets us create files, or update the access or modified date of a file. It was first created in 1979 by AT&T Bell Laboratories. Today, on Linux and Unix based systems, touch can b...
02:50 pm GMT - Mon, March 21, 2022
Dev To Conquering JavaScript Hydration
That is an ambitious title for an article. An ambitious goal in general. Hydration, the process of spreading JavaScript interactivity back into our applications after server rendering, has been regard...
02:45 pm GMT - Mon, March 21, 2022
Dev To Debugging Java Equals and Hashcode Performance in Production
I wrote a lot about the performance metrics of the equals method and hash code in this article. There are many nuances that can lead to performance problems in those methods. The problem is that some ...
02:39 pm GMT - Mon, March 21, 2022
Dev To Creating a Proxy for your GraphQL Server
I needed to create a proxy server for my GraphQL service to be able to make some decisions before reaching my service.This article will document how you can do the same with minimal amount of code We'...
02:29 pm GMT - Mon, March 21, 2022
Dev To A Couple of GitHub CLI Aliases
One thing I love about GitHub CLI is that it's easy to define aliases. You can run gh alias set ... to define a new alias and add all sorts of useful commands. Here are two that I use every day:gh ali...
01:46 pm GMT - Mon, March 21, 2022
Dev To How to make your clients choose web devs over nocode tools
Some people say that nocode tools are the future. I'm seeing a lot of websites being build with wix or wordpress, but us web devs will always prevail against them - here are ten useful tips that will...
01:39 pm GMT - Mon, March 21, 2022
Dev To Python : Manipulation des Strings
Le cours acclr Python est gratuit et sera publi ici sur dev.to. Je publierai un nouvel article tous les deux jours environ. Pour ne rien manquer, vous pouvez me suivre sur twitter : Suivez @EricLeCode...
01:38 pm GMT - Mon, March 21, 2022
Dev To Build: The Web
Code & No-CodeThis is a notion site that covers both code and no-code web development techniques.The site begins with an overview of the web, including its history. The developer then explai...
01:27 pm GMT - Mon, March 21, 2022
Dev To 10 tips for writing clean code
Writing code is not hard but writing clean code is not easy either.I wrote trash code when I first started and hear me out that won't scale neither can that boost productivity.But now I write beautifu...
12:50 pm GMT - Mon, March 21, 2022
Dev To GitLive now works with any Git repository in VS Code!
We are happy to announce GitLive now works, out-of-the-box in offline mode, with any Git repository in VS Code!Previously we only supported repositories from the big four hosting services (GitHub, Git...
12:49 pm GMT - Mon, March 21, 2022
Dev To What coding concept or practice seem commonly understood, but you never learned?
Let's say you work independently and you get by, but maybe you're a little afraid that if someone were looking over your shoulder you might be exposed even if you're a senior dev?...
12:29 pm GMT - Mon, March 21, 2022
Dev To Why commit signing is necessary
In git , when you are pushing code to origin a.k.a the remote server, out of the box, it uses email address and name to distinguish between commits made by individual users.So you can identify the com...
12:13 pm GMT - Mon, March 21, 2022
Dev To Nextjs: Oauth and Credentials authentication with NextAuth
If you've been looking for a good authentication solution for your Nextjs project you've probably heard about NextAuth. NextAuth is a popular library with useful features such as: magic links, JWT, Se...
12:06 pm GMT - Mon, March 21, 2022
Dev To Building with Polygon
With increasing demand Ethereum has become expensive and slow. This created an urgent need for scaling solutions. That's where Polygon comes in. Simply put, Polygon is an Ethereum scaling platform. Po...
12:03 pm GMT - Mon, March 21, 2022
Dev To Oracle 1Z0-448 Practice Test 2022
Finest 1Z0-448 Actual Questions that Guarantee Successful Oracle Exam PreparationIf you're trying to boost your career in the information technology field, you should get the Oracle Java 1Z0-448 certi...
12:03 pm GMT - Mon, March 21, 2022
Dev To Oracle 1Z0-809 Practice Test 2022
Finest 1Z0-809 Actual Questions that Guarantee Successful Oracle Exam PreparationIf you're trying to boost your career in the information technology field, you should get the Oracle Java 1Z0-809 certi...
12:01 pm GMT - Mon, March 21, 2022
Dev To Networking
Basic Networking Terms:-LAN -> Local Area NetworkCollection of devices connected together in one physical location.Each device has a unique IP(Internet Protocol) address.Devices communicate v...
11:40 am GMT - Mon, March 21, 2022
Dev To The many Quirks of Javascript Dates
Javascript dates are weird. Famously, Brendan Eich wrote the first version of Javascript in 10 days - and the Date function itself was no exception. It is based off code that was ultimately deprecated...
11:37 am GMT - Mon, March 21, 2022
Dev To Why public/private keys is bad terminolgy
This is a rather small historical technology detail, but I think it is a bit sad that cryptography coined the "public and private key pair" terminology.I think it causes confusion for those unfamiliar...
11:32 am GMT - Mon, March 21, 2022
Dev To 2022 is the year of Design Systems
Reasons you (and your company) should use Design System for your next digital productNowadays web applications are integral parts of our lives. There is an app for everything we need: bank trans...
10:52 am GMT - Mon, March 21, 2022
Dev To Becoming a Better Developer Through Open Source
Recently, we at Appwrite hosted a Twitter Space on Becoming A Better Developer Through Open Source with special guests, such as Rizl Scarlett, Developer Advocate at GitHub, Santosh Yadav, Co-Founder o...
10:17 am GMT - Mon, March 21, 2022
Dev To Automate Building a Unique Domain Hosting Environment with AWS CDK
I automated building a unique domain hosting environment with AWS CDK In my previous article, "Build a Unique Domain Hosting Environment with Amazon Route 53, AWS WAF, Amazon CloudFront, and Ama...
10:05 am GMT - Mon, March 21, 2022
Dev To The borrow checker
Hey guys, Welcome to another blog post on Rust!In the last post I mentioned the borrow checker briefly. In this post, I'm going to share what I've learned so far about the borrow checker. Now before w...
09:43 am GMT - Mon, March 21, 2022
Dev To Productive Procrastination vs. Apparent Productivity
I don't mind if you do the right thing for the wrong reason, but please don't do anything only for the sake of productivity.I have seen so many posts coaching about productivity, and it often reminds ...
09:30 am GMT - Mon, March 21, 2022
Dev To It's time to visualize your Git projects!
Nowadays, everyone prefers to visualize any type of data, and "Git terminal" is no exception! Here is a free Git graphical user interface named "Sourcetree". It is available for Windows and Mac. If yo...
09:24 am GMT - Mon, March 21, 2022
Dev To What Is Idea Validation - How to Figure Out if Your Mobile App Idea Is Profitable
This article was originally published at: https://www.blog.duomly.com/what-is-idea-validation/Are you wondering if your idea for an app is worth pursuing? You are not alone. Many people have great ide...
09:22 am GMT - Mon, March 21, 2022
Dev To Test
test...
09:18 am GMT - Mon, March 21, 2022
Dev To suggest project titles plzz
Can you guys suggest me some good project ideas as I am in the final semester of my PG program and must submit a main project?...
09:16 am GMT - Mon, March 21, 2022
Dev To nova.app or pay $100 peer year for supersucks code editor
This is hate post about https://nova.app by Panic (panic.com) and I just want to say fuck you, Nova and double fuck you Panic. Really fuck you, i saying it with contempt, tears and resentment.Unfortun...
09:11 am GMT - Mon, March 21, 2022
Dev To ORM ishlatish kerakmi?
Shu kunlarda ko'p uchrayotgani uchun yuqoridagi savolga shaxsiy fikrimni bildirmoqchiman.Script yozadiganlar ORMchilar*ni tanqid qilishi noo'rin. Script yozish aslida Database Engineering ishi. Uni ha...
09:10 am GMT - Mon, March 21, 2022
Dev To Nativescript vs React native- Performance Comparision
*What is Native Script? *Native Script is a cross-platform mobile programming framework that is open-source. Also, Native Script is compatible with the Angular, Vue.js, and TypeScript frameworks. Deve...
09:10 am GMT - Mon, March 21, 2022
Dev To How to represent an infinite number in Python?
In this tutorial, we will learn how to represent an infinite number in Python. As we know Infinity is defined as an undefined value that can either be a positive or a negative value. All arithmetic op...
09:05 am GMT - Mon, March 21, 2022
Dev To What the heck is SSG: Static site generation explained with Next.js
If you are a web developer && you don't live under a rock, you must have come across this buzzword called "SSG". In the next 5 minutes, we will learn it down to the basics. What is SSG?St...
09:03 am GMT - Mon, March 21, 2022
Dev To Ruby on Rails: The Ideal Choice For E-commerce Startups
E-commerce entrepreneurs want to develop their applications by seeing the demands of these online platforms. In this article, I talked about one of the successful case studies of RoR for eCommerce. L...
08:59 am GMT - Mon, March 21, 2022
Dev To dabbling @epilot-dev with ______
Year 2022 marked an amazing start for me with a new stint with epilot GmbH based out of Cologne, Germany. I joined the team to be working on their micro-frontend architecture, with my primary focus go...
07:30 am GMT - Mon, March 21, 2022
Dev To Why Safe Programming Matters and Why a Language Like Rust Matters
As programmers, how many of you have a good understanding of programming safety or secure programming? It's not the same as application security or cyber security. I have to confess; I didn't know a l...
06:35 am GMT - Mon, March 21, 2022
Dev To Day 18/100; 100 Days of Code
Continued working on weather app today, but I was still following a tutorial. Someone suggested on a previous post that I should try to build without using a tutorial.I think this is a great idea and ...
06:33 am GMT - Mon, March 21, 2022
Dev To How Slices Work in Go
Go provides a way for us to group similar data using slices. I guess it's a rather unfamiliar term. At least I haven't seen the term slice being used in any other languages. Being able to use slices w...
06:26 am GMT - Mon, March 21, 2022
Dev To Kubernetes tutorial | Service Account
...
06:21 am GMT - Mon, March 21, 2022
Dev To How to useReact Component in aspx page
how can i use any react component on my existing website with aspx pages...
06:19 am GMT - Mon, March 21, 2022
Dev To Flutter Riverpod - Part 2
In the last blog, we learned to set up Riverpod for a Flutter Project and how to use the basic of all Riverpod Provider, the Provider(). In this blog we will learn to use the most useful and basic Pro...
06:16 am GMT - Mon, March 21, 2022
Dev To Guia para passar no teste de cdigo primeira
Tirar a carta de meio uma fim necessrio para a vida de qualquer pessoa. Todos queremos haver a sensao de estar atrs do volante e a tal maneira desejada independncia nas nossas deslocaes. No entanto, ...
06:12 am GMT - Mon, March 21, 2022
Dev To Najayyy wangi wangi
Najayyy wangi wangi Hai....para sloter indonesia, mari kita main slot bersama di SLOTasiabet. Slot pragmatic play di SLOTasiabet setiap hari nya muncul harta karun yang terkubur...ayo bersama SLOTasi...
06:02 am GMT - Mon, March 21, 2022
Dev To React: Components
When first learning React, a key concept youll encounter are components. These are essentially building blocks for your app. They help to make your code dry, dynamic and are an essential part of what ...
06:02 am GMT - Mon, March 21, 2022
Dev To Set the Slide Size in PowerPoint Using Java
When creating a PowerPoint document, apart from the default slide size, you can also set or change the slide size to a predefined size like Widescreen 16x9, Overhead, A3, A4, Banner, B4, and B5. To me...
06:00 am GMT - Mon, March 21, 2022
Dev To ROS with Raspberry Pi: Investigating the Core Issue of Slow Streaming Performance
Building a moving robot will typically lead to adding visual sensors that enable the robot to inspect its surroundings and navigate. Visual sensors encompass ultrasonic sensors or laser scanners for d...
05:33 am GMT - Mon, March 21, 2022
Dev To Terminal kommandalari | PART 5
Bu post Terminal kommandalari PART 4 ning uzviy davomi desak ham bo'ladig++ main.cpp -o dastur && ./dasturmain.cpp nomli faylni kompilatsiya qiladi va darhol ishga tushiradialias run='g+...
05:07 am GMT - Mon, March 21, 2022
Dev To Top Gaming Journalists in the US The 2022 List
To efficiently reach your target market together with your esports story, it's miles vital with a purpose to discover the proper gaming journalists. If you connect with journalists who address a huge ...
04:30 am GMT - Mon, March 21, 2022
Dev To Setting Up Google Analytics On Your Static Website
Google Analytics is the go-to tracking tool among devs for much more than its robust analytics, stability, and integrations. Its also surprisingly easy to set up.If you run any kind of website, especi...
04:23 am GMT - Mon, March 21, 2022
Dev To How to build an Ionic App using Cordova in windows (in 1st Attempt)
How to build a Ionic app using Cordova in windowsPrequsites :Install Andorid studio, JDK (preferd version 1.8), gradle.TricksAfter installed Android studio build a native hello world app and run...
04:20 am GMT - Mon, March 21, 2022
Dev To Request Handler Design
This post is a little abstract, not a tutorial or anything. I was rewriting the the class in Impart for the handling of Rest API requests. This led to a a bit of a fork in how I should design the hand...
04:04 am GMT - Mon, March 21, 2022
Dev To Which is the best backend language for future?
...
02:57 am GMT - Mon, March 21, 2022
Dev To Embedded GUI Contest
The Internet of Everything extends the embedded devices that emphasize human-computer interaction to describe a more intelligent connection with graphical user interface (GUI) and voice to best clarif...
02:56 am GMT - Mon, March 21, 2022
Dev To Go build in the Cloud 1
When you build on AWS,there are design principles and best practises that can help in building efficient workloads.The Well Architected framework captures this beautifully:The Well Architected framewo...
02:32 am GMT - Mon, March 21, 2022
Dev To Deploying IAC with your secrets in Terraform Vault
DAY 23 - Deploying IAC with your secrets in Terraform Vault - Day Twenty three100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.to What is Vault?Securely accesses secrets , ...
02:24 am GMT - Mon, March 21, 2022
Dev To Mission Success . Zero to mern stack developer
To Day Is a Importent day in my life becuce To day iam started in mission That mission Name is Mission Success.It Means 160 Days challenge in Zero to Mearn Stack developer.In this day Another one impo...
02:13 am GMT - Mon, March 21, 2022
Dev To BEM, CSS Namespaces and ITCSS
because writing CSS is easy; looking after it is not.-- csswizardryYes, even though currenly there are lots of tools involved in CSS landscape nowadays, it's a pretty easy language to start with, and ...
02:00 am GMT - Mon, March 21, 2022
Dev To Cloud Resume Challenge Part 1
In my efforts to pick up some skills with Azure, I came across the Cloud Resume Challenge and thought I'd throw myself at it while studying for the AZ-104. It consists of several sections designed to ...
01:30 am GMT - Mon, March 21, 2022
Dev To 11 JavaScript Examples to Source Code That Reveal Design Patterns In Use
Find me on mediumWhile we write code for web applications we are constantly trying to make good decisions. It's not always an easy task especially when our code becomes larger over time.Fortunately th...
12:16 am GMT - Mon, March 21, 2022
Dev To Linked List in JavaScript
What is a Linked List?A linked list data structure involves a series of Nodes linked together. Each Node will have a data value and a reference to the next Node in the list. In the last Node, the refe...
12:14 am GMT - Mon, March 21, 2022
Dev To Learning Rails 2 - Migrations
The role of these series, is to be used as a refresher and a place where beginners can discuss.If you're also learning (or intend to learn) Rails, I highly recommend that you follow the Getting Starte...
12:08 am GMT - Mon, March 21, 2022
Dev To Tales of the Autistic Developer The Politician
For those who don't know me, I'm autistic. I've been a developer for the better part of a decade.I didn't find out I was ASD until 19, and didn't reconcile with that until years later. These posts wil...
11:31 pm GMT - Sun, March 20, 2022
Dev To The Rust Programming Language
The Rust Programming LanguageThe Rust programming language helps you write faster, more reliable software. High-level ergonomics and low-level control are often at odds in programming language d...
10:37 pm GMT - Sun, March 20, 2022
Dev To How I read Files in Python
When I need to read contents from a plain text file in python I find the easiest way is to just use Pathlib.from pathlib import PathPath('path_to_file').read_text()...
10:35 pm GMT - Sun, March 20, 2022
Dev To Programmers need customer service skills
While I've graduated in business administration, I had considered computer science.But at the time, I believed that programmers were creatures that were basically alienated from the world, working in ...
10:03 pm GMT - Sun, March 20, 2022
Dev To Turn a single brand color into your own Complete Web Color System... in minutes!
How many times have you neglected your app's UI just because you had a deadline, and you needed to focus on your app's functionality instead?Color forms an important foundation of every UI. It enables...
09:46 pm GMT - Sun, March 20, 2022
Dev To Um conselho para quem est comeando na rea de TI
(Artigo originalmente publicado no meu twitter, @rvieirapinto)Lembro de quando tinha meus 20 e poucos anos e comeando com TI:em transio de carreira (at a faculdade, eu era metalrgico);praticamente tod...
09:43 pm GMT - Sun, March 20, 2022
Dev To Flutter copyWith Method
copyWithcopyWith methodu farkl deerlere sahip nesneleri klonlamay salar.Not: Birok alternatifin aksine, Freezed kullanlrken copyWith yntemi bir deere null deer atamay doru ekilde destekler.rnek ...
09:30 pm GMT - Sun, March 20, 2022
Dev To tsParticles 1.42.4 Released
tsParticles 1.42.4 Changelog Bug FixesMoving canvas.clear closer to draw breaks grab links, and maybe other interactions matteobruni / tsparticles ...
08:16 pm GMT - Sun, March 20, 2022
Dev To Are you using useCallback properly
I didn't up until recently.On the project my team is working on we were use useCallback for every function prop passed to the child components.This approach doesn't give you benefits as you may expect...
08:03 pm GMT - Sun, March 20, 2022
Dev To Take your GitHub profile to the next level with these easy steps
Hello developers, its Dawson As you might know, GitHub is one of the best places when it comes to sharing your programming skills when applying for jobs, so no better way to show off your skills than ...
07:28 pm GMT - Sun, March 20, 2022
Dev To Flutter Consumer Widget
Consumer WidgetConsumer widget'nn iki ana amac vardr:Sz konusu provider'n soyundan gelen bir BuildContext'imiz olmadnda ve bu nedenle Provider.of'u kullanamadmzda provider'dan bir deer alnmasna ...
07:23 pm GMT - Sun, March 20, 2022
Dev To How to Improve Your Emotional Intelligence (EQ) as an Engineering Manager ( Test)
The story was originally published on Vectorlys blog. In order to effectively manage tech teams and deliver great software, the manager needs to develop key engineering management skills.You can find ...
05:55 pm GMT - Sun, March 20, 2022
Dev To Como produzir seu primeiro contedo
Todo mundo pode compartilhar um conhecimento, no importa se algo bsico ou avanado, curto ou longo, simples ou complexo,etc. Porqu sempre vai ter algum que vai precisar desse conhecimento.Por isso que...
05:30 pm GMT - Sun, March 20, 2022
Dev To React best practices and patterns to reduce code - Part 3
This is 3rd the article about React best practices, If you have not read my previous articles, please check them out. React best practices and patterns to reduce code - Part 1 React best pra...
04:23 pm GMT - Sun, March 20, 2022
Dev To PCA with Cricket Analytics and AWS SageMaker in 15 minutes
Best Bowler in Indian Premier League [ Cricket ] 2020 season using PCA Principal Component Analysis concepts Usage of AWS Sagemaker and PCA Code and Data Files in the commentshttps://github.com/am...
04:03 pm GMT - Sun, March 20, 2022
Dev To Frontend Testing: alternative to Unit/Integration/E2E category and priority
Many web developers like to adopt Unit / Integration / End-to-End testings in their projects as these terms are familiar in the traditional software engineering field. But should we keep using these d...
04:02 pm GMT - Sun, March 20, 2022
Dev To Semantics in my HTML.
It may seem convenient to markup your webpages with container divs throughout because after all, they get the job done. But lets understand that your markup combined with all its styling and scripts t...
03:51 pm GMT - Sun, March 20, 2022
Dev To How to become a Machine Learning Engineer?
The world is unquestionable, altering in rapid and melodramatic ways, and the need for Machine Learning engineers is increasing day by day.If you dream to become a Machine Learning Engineer, you need ...
03:34 pm GMT - Sun, March 20, 2022
Dev To Day 3: 100 Days of SwiftUI
Arrays, dictionaries, sets, and enumshttps://www.hackingwithswift.com/100/swiftui/3 ArraySwift has a way of storing ordered lists of values of the same type, known as Array. There are three...
03:28 pm GMT - Sun, March 20, 2022
Dev To 50 First Open Source Contribution Ideas, For Beginners
In this article, I will present to you first contribution ideas so that you can learn Github by helping build real-world applications!This list is split by programming language, so that you can pick o...
03:18 pm GMT - Sun, March 20, 2022
Dev To Dependencies hell
How does typical frontend project start?git clone projectcd projectnpm iAnd we have received thousands of modules installed in the OS, megabytes (or gigabytes) of files. After installation we try to s...
03:14 pm GMT - Sun, March 20, 2022
Dev To How to Use Supabase Apple OAuth in React Native
Supabase combined with NextJS or Expo makes spinning up a side project in a few hours possible.Supabase recently added a tutorial for Expo and support for Apple OAuth authentication. However, Apple OA...
03:11 pm GMT - Sun, March 20, 2022
Dev To My adventures in ML Land
I thought it might be interesting to document my journey of learning the ML family of languages. I will try to list the resources I used in chronological order (mostly) in the hopes that it might help...
03:10 pm GMT - Sun, March 20, 2022
Dev To CSS Interview Questions
Hey Readers, hope you all are good and doing great. In today's world of tech, it's not easy to land a job while it's impossible to know answers to all questions that an interviewer may ask you, but yo...
03:06 pm GMT - Sun, March 20, 2022
Dev To Everything as an expression
In my journey of learning F#, I have come across the concept of "everything is an expression" which was an eye-opening experience for me. Now before I go into more details, let's just clear up the dif...
02:57 pm GMT - Sun, March 20, 2022
Dev To Format, Copy, and Paste from a Webpage in the Console
Every year I use Codepen + Google sheets to create an Oscar Pool leaderboard for my friends. I sit alone on my couch and live update the spreadsheet with the winner as they walk up to the stage to acc...
02:45 pm GMT - Sun, March 20, 2022
Dev To Build Spinner With HTML, CSS, SVG
Hello friends,In this article, I will teach you how to create a Spinner with HTML, CSS, SVG.View live Codepen: https://codepen.io/mhadi-2003/pen/abEZdjX HTML<div class="container"> <s...
02:37 pm GMT - Sun, March 20, 2022
Dev To 3 Movies About Hacking That Will Make You Think Twice.
We have decided to present you with a ranking of the 5 best Hacking Movies of all the movies and TV series of all time. If you have not yet watched these 5 movies, be sure to add them to your to-do li...
02:36 pm GMT - Sun, March 20, 2022
Dev To Binding and continuations in ML
If you have ever worked with Rust code before, you might have come across code like thislet a = { let x = 5; let y = 4; let x = 7; x + y}Considering your past experience with C-based language, sev...
02:30 pm GMT - Sun, March 20, 2022
Dev To How to make Image responsive using Aspect ratio? No media queries are needed
In this blog, you will learn how to make an image responsive without any media queries. We will use the Aspect ratio to make our image responsive. Video tutorialI have already made a video about ...
02:22 pm GMT - Sun, March 20, 2022
Dev To Lucians-Luscious Lasagna Exercism JavaScript
Coisas que precisamos fazer:Task 1: Definir a constante EXPECTED_MINUTES_IN_OVEN que representa com quantos minutos vai precisar ficar no forno. Deve ser exportada. O valor que temos que dar a essa co...
01:03 pm GMT - Sun, March 20, 2022
Dev To How to create more accessible media with these tips
IntroductionAs part of my ongoing series, Ill cover some best practices when it comes to making more accessible media. Text is a first-class citizen of the web, but more and more video and image...
12:48 pm GMT - Sun, March 20, 2022
Dev To Introduction to C | Part 1
EN:What is the C#?C# is multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component...
12:46 pm GMT - Sun, March 20, 2022
Dev To Web development
What is web development?Web development is the task of developing websites that can be hosted by the internet. Web development varies from a simple page to complex websites.Why Python for web developm...
12:45 pm GMT - Sun, March 20, 2022
Dev To SQL DDL Commands
Sign up to my newsletter!. What is SQL DDL(Data Definition Language)?DDL deals with the type of data in the database. In other words, we do all of these with DDL, what will be the relations betwe...
12:18 pm GMT - Sun, March 20, 2022
Dev To Operators in JavaScript
Operators in JavaScriptBasic OperatorsComparison OperatorsLogical OperatorsBitwise Operators Basic Operators+ Addition- Subtraction* Multiplication/ Division% Modulus++ Increment-- Decremen...
11:32 am GMT - Sun, March 20, 2022
Dev To Reactni boshlash uchun JavaScriptni qanchalik bilish muhim?
Ko'pchilik JavaScriptni yetarlicha o'rganmay turib Reactga (yoki boshqa js frameworklariga) o'tishayotganini guvoohi bo'lyapmiz. Bu to'g'ri emas. Agar siz JavaScriptdan yetarlicha bilimga ega bo'lmay ...
11:20 am GMT - Sun, March 20, 2022
Dev To Building REST APIs in Golang go-gin with persistence database Postgres
Let's build REST APIs in Go using Gin web framework. I will adding authentication, docker image and sample deployment in Google cloud in next coming articles. We are going to build APIs around Albums ...
11:17 am GMT - Sun, March 20, 2022
Dev To Amazon S3 Storage Classes
Amazon S3 offers a range of storage classes for the objects that you store.You choose a class depending on your use case scenario and performance access requirements.All storage classes offer high dur...
11:13 am GMT - Sun, March 20, 2022
Dev To Loading external configurations via http using APP_INITIALIZER
Given that title, I don't think I need to explain. So let's get on with it. Fetching Configuration from serverEnvironment variables pollute the compiled source code, which does not allow for mult...
11:09 am GMT - Sun, March 20, 2022
Dev To LetsDefend SOC143 - Password Stealer Detected
Merhabalar , bu yazmzda LetDefend platformu zerinde bulunan SOC143 - Password Stealer Detected isimli event ID'si 90 olan davay ele alacaz.LetsDefend platformundan ve mavi takm operasyonlar bakmndan y...
10:57 am GMT - Sun, March 20, 2022
Dev To 47 Scrolling Effects For Your Website
When might you need a scrolling effect? Maybe you need to break content, guide your user's eyes, or just keep something still!In either case, scrolling effects are undoubtebly useful!For each item, I ...
10:46 am GMT - Sun, March 20, 2022
Dev To Python Flask, ElasticSearch and Docker environment
Hi, the second article devoted to the theme: How to work with ElasticSearch using Python and Flask framework is already ready for reading. It is about preparing microservice environment using docker a...
10:19 am GMT - Sun, March 20, 2022
Dev To 5 Benefits of Hiring a Maid Service in Dubai
Hiring maids in Dubai to clean your house can make your life more problems-free and comfortable. You will no longer have to worry about searching for time to get things done after your job. Once you d...
10:13 am GMT - Sun, March 20, 2022
Dev To How to download and install visual studio code
How to install and download visual studio codeIn this post, we are going to look that how to install visual studio code or vs code in windows machines. well it is not difficult to install and download...
10:12 am GMT - Sun, March 20, 2022
Dev To TaskForce Week Five
Design thinking is a five-step process to come up with meaningful ideas that solve real problems for a particular group of people. the process is taught in top design and business schools around the w...
10:12 am GMT - Sun, March 20, 2022
Dev To Stop Overcomplicating Web Development - Try Svelte
Svelte was rated as the most loved web framework by developers in 2021 (link). So what is Svelte and why is it so loved?Svelte is a rather unique javascript framework which aims to be 'truly reactive'...
10:04 am GMT - Sun, March 20, 2022
Dev To Hello Flutter with Riverpod 1.0.0!
State Management in Flutter is an important topic not to be overlooked. Obviously, you can't just use set state(); throughout a project consisting of 3000 lines of code over 20 different files! There ...
09:58 am GMT - Sun, March 20, 2022
Dev To The Weekly Dev - 202212
The Boring, the Unsecured and the APIEvery technology has a user, and sometimes the technologists miss the point by not thinking like a user.It is sometimes a good lesson to see how strange things can...
09:34 am GMT - Sun, March 20, 2022
Dev To Next.js and
A quick share of my experiance with Next.js and .svg files.I needed to display a bunch of .svg files on a Next.js app.Using .svg files with Next.js super cool <Image /> component is not recommen...
08:27 am GMT - Sun, March 20, 2022
Dev To NetFlow, sFlow, IPFIX ve tesi
1. Trafik Ak nedir?Bilgisayar alarnda Trafik ak (traffic flow), kaynak cihazdan hedef cihaza giden paketler dizisine verilen isimdir. zellikle switch, router ve a adaptrleri gibi eitli a cihazla...
08:18 am GMT - Sun, March 20, 2022
Dev To React useEffect cleanup
React's useEffect hook is a super hook to run side effects.You might be wondering what kind of side effects we could be talking about?Let's set some examples.Change the document title based on rendere...
07:56 am GMT - Sun, March 20, 2022
Dev To What is the hype about NFTs?
I first heard about NFTs from the @tag-comics Instagram page. They create and post African-oriented comics and have a particular comic that discusses how to make money by creating NFTs from artworks. ...
07:15 am GMT - Sun, March 20, 2022
Dev To HackerTab - Everything a DEV needs, in one tab
Yesterday, I came across this product (I think on producthunt, but i honestly don't remember)It's really really good - combines all the important stuff in one tab - trending Github, Dev.to feed, hacke...
06:34 am GMT - Sun, March 20, 2022
Dev To Git Internals part 3: the SSH transport
This post is the last in the "Git Internals" series. In part 1, we introduced git's object storage model, and in part 2, we saw how objects are stored in "packfiles" to save space.In this post, we'll ...
05:58 am GMT - Sun, March 20, 2022
Dev To How to make Next.JS starter template.
Who likes boilerplate code?no one, we in our inner mind want to automate boring, repetitive task.Like writing config files. install packages, and all.if you want to automate your next.js setup you can...
05:58 am GMT - Sun, March 20, 2022
Dev To My journey to Computer Science (first steps)
It seemed to me that to become a good engineer you need to study computer science ...So that's why I did it.But for myself, I realized that I know some things and it will be easier for me than for som...
05:42 am GMT - Sun, March 20, 2022
Dev To Mock REST APIs with Mockatron
Why Mock APIs?As a mobile / front-end developer, have you ever been blocked due to a dependency on a back-end API that is not readily available for consumption? This scenario is very frequent in...
05:37 am GMT - Sun, March 20, 2022
Dev To How to make a beautiful gradient scroll bar with CSS
IntroductionIn this article, we will explain how to make a custom scrollbar in CSS. Custom scrollbar using CSS is a very useful and important thing for a website. It makes the website more beaut...
05:08 am GMT - Sun, March 20, 2022
Dev To How To Make Push Notification Using Node.js and Service Worker
We might find push notifications on mobile really useful because a web server can communicate directly with the app when it wants.But app users need to grant permission to receive the push notificatio...
05:01 am GMT - Sun, March 20, 2022
Dev To Tour of Go
Tour of Go merge deploy app engine 3 3 2 Go Theme website source code Tour repo code deploy Generics code hack Tour Theme hack deploy 1 run Tour web site ...
04:47 am GMT - Sun, March 20, 2022
Dev To Print vs Return in Python
I pondered on what my first post will be, like the luck of the genie, someone asked the below question and I jumped on it."Please, what's the difference in using return or print in a function for pyth...
04:24 am GMT - Sun, March 20, 2022
Dev To AspectJ Gradle - Retry Java Method on exception
What is AOP?AOP - Aspect Oriented Programming is a programming pattern that allows the modularization of common cross-cutting use cases. This can be done by adding behaviour to existing code wit...
04:09 am GMT - Sun, March 20, 2022
Dev To My Weekend With A Data Structure and an Algorithm
Before the title of this post scares you away, let me assure you that there is a valuable programmer-life lesson embedded in this story.I'll get right to it. Part 1: Discovering The Rabbit HoleI ...
02:49 am GMT - Sun, March 20, 2022
Dev To 6 Killer Productivity Apps for Programmers
With the rise of "instant-dopamine-hit" applications, the current attention span of humans has decimated so much that even a goldfish can beat us!But all hope isn't lost disciples, there are some apps...
01:43 am GMT - Sun, March 20, 2022
Dev To Make Discord Themes With No CSS Knowledge
Howdy! Im unofficialdxnny, for a little over a month I've been making a Python tool called BetterDiscord Which is a terminal interface allowing you to create Discord Themes in CSS with ease. Inst...
01:09 am GMT - Sun, March 20, 2022
Dev To Tabela de classificao
...
12:48 am GMT - Sun, March 20, 2022
Dev To 7 resources that made me a better Frontend dev
Being a frontend developer is intimidating. It's one of the fastest-changing areas in software development as new tools or frameworks come into popularity every few years. I started looking to work as...
12:10 am GMT - Sun, March 20, 2022
Dev To 10 Web Designs For Your Inspiration
We all need some inspiration from time to time, whether were building our portfolio, or our next application!In this article, I will show you 10 designs that I curated from the web, so that you can be...
11:38 pm GMT - Sat, March 19, 2022
Dev To FAQS when learning React - Beginner!
Question:What is React?Answer:Question:Why do I have to learn React?Answer:Question:When creating a new file in React, which is better: .js or .jsx?Answer: What were your frequently asked questio...
11:16 pm GMT - Sat, March 19, 2022
Dev To 15 Tricks to Master Googling as a Developer
"Google" is a term we use to describe using Google. That is how integrated this search engine has become in our lives. But do we know how to use it efficiently?I did not until running into some very i...
10:52 pm GMT - Sat, March 19, 2022
Dev To Day 17/100; 100 Days of Code
After finishing that intro course, I've felt a little burnt out from courses. Started working on a weather app today. I'm following a tutorial on how to create it.Using html, CSS, and js.I'll continue...
10:50 pm GMT - Sat, March 19, 2022
Dev To Everything you need to know about keys in React (with examples)
I can bet my life that you've seen this warning at least once while building React applications.Those who say "no" ...So, back to the problem...Maybe you thought:What on earth is a "key"?Why it should...
10:48 pm GMT - Sat, March 19, 2022
Dev To Discord.py | 01
Simply discord.py is an API wrapper for discord APi written in python, For making discord bots.Let's start by installing discord.pypip install discord.py The codeWe need to import discord.py and ...
10:45 pm GMT - Sat, March 19, 2022
Dev To Day 13 of 100 Days of Code
Today I developed a chrome extension that inputs the URL of a page that could be used to contact the lead(s) in the future. This was a code-along project.HTML <link rel="stylesheet" href="index...
10:33 pm GMT - Sat, March 19, 2022
Dev To How to make fewer http requests in wordpress
Some times your website may be slow due to high number of http requests because more http requests increases the server response time or dns lookup time, increases the webpage load time and increases ...
10:30 pm GMT - Sat, March 19, 2022
Dev To How I increased the performance of my database ~2x using an Adaptive Radix Trie
TLDR, ART increased performance of my database 2x when compared to a skiplist. The code for an Adaptive Radix Trie (ART) implemented by me is below.The NeedI was in search of a data structure to suppo...
10:20 pm GMT - Sat, March 19, 2022
Dev To How to understand complex coding concepts better using the Feynman Technique
There are other learning techniques available, but this is one of my favorites. The Feynman approach is an excellent way to gain a deeper understanding of a complex topic. It's one of the quickest way...
08:42 pm GMT - Sat, March 19, 2022
Dev To What are the basics that a beginner should learn?
Good nightI want someone to guide me to the right pathI'm in 2nd year of computer science, I want to know what are the most important basics that I must be familiar with before I study a certain techn...
08:04 pm GMT - Sat, March 19, 2022
Dev To 5 Python Frameworks for Web Development in 2022
Did you know what the fastest-growing programming language in the world as at 2022 is?Python! Yes, I'm sure you guessed it right, it is the most popular, readable, and very easy-to-use software progra...
07:49 pm GMT - Sat, March 19, 2022
Dev To Svelte: My thoughts
Welcome peeps to this week's article where I would be discussing Svelte, the new framework revving to hit the moon with their objectives, objectives I believe is achievable.As sourced from the officia...
07:49 pm GMT - Sat, March 19, 2022
Dev To Dart/Flutter Liste Methodlar
Liste Methodlar add methodParametre olarak verilen eleman listenin sonuna ekler.rnek uygulama:final numbers = <int>[1, 2, 3];numbers.add(4);print(numbers); // [1, 2, 3, 4]addAll methodPara...
07:25 pm GMT - Sat, March 19, 2022
Dev To How to build personal portfolio using HTML CSS JavaScript
How to build personal portfolio using HTML CSS JavaScriptIn this video, I will show you how to create (mobile-first responsive) personal portfolio.Live WebsiteGithub RepoHI I'm Sadee (webdev)In this c...
07:20 pm GMT - Sat, March 19, 2022
Dev To Graphic design makes you better at CSS
Yeah ,I know, CSS can be a pain in the ass. One simple change in the code and you don't know what you are looking at anymore. But it doesn't have to be that way. Some time spent doing graphics can bet...
06:55 pm GMT - Sat, March 19, 2022
Dev To Asymmetric Encryption In PHP
Hey there, asymmetric encryption is awesome, right? It's the core encryption concept for all end-to-end encrypted chat systems like WhatsApp, signal, wire, etc. But how do we do that asymmetric encryp...
06:22 pm GMT - Sat, March 19, 2022
Dev To World Of Programmers
Lets begin your journey in the magic of technologyEmail me...
06:01 pm GMT - Sat, March 19, 2022
Dev To JavaScript Function Expressions vs Declarations
One of the beauties of JavaScript is its flexibility - there is multiple ways to do just about everything. Working with functions is no exception. There are two primary ways to write functions in Ja...
05:03 pm GMT - Sat, March 19, 2022
Dev To NextJS deployment via AWS CodeCommit / Amplify
Hey All , Let's see how to add the NextJS starter code in an AWS CodeCommit repo and deploy it with AWS Amplify. I am using the Cloud9 IDE for this exercise. You may follow these steps on any Linux/U...
04:59 pm GMT - Sat, March 19, 2022
Dev To GraphQL Authentication and Authorization in Node.js
In the previous article we created a simple GraphQL api from scratch and in today's article I will explain how we can implement a simple authentication and authorization system. In today's article we ...
04:40 pm GMT - Sat, March 19, 2022
Dev To Curl get and post api in php
Modern websites is using APIs for many purposes. Like for sending SMS, for sending EMAILs, for cloud storage, for mobile app APIs, for payment gateways. And also for integrating some native features o...
04:29 pm GMT - Sat, March 19, 2022
Dev To Create dynamic certificates in PHP
We will use the PHP GD Library or extension which will provide us the functions to manipulate our images dynamically. Uses of PHP GD Library:To create dynamic certificatesCreate dynamic captchaCr...
03:54 pm GMT - Sat, March 19, 2022
Dev To Composable Tailwind
Tailwind CSS is one of the most popular Atomic CSS frameworks. The API is excellent, adding minimal mental overhead and no code bloat once set up. Their documentation is extensive, covering their API,...
03:22 pm GMT - Sat, March 19, 2022
Dev To Regarding Documentation: A Letter to My Earlier Selfs
Apologies, Confessions, and MeanderingsHistory is not only the midwife of the universal, it is a bloody archive of the particularsSimon Critchley Tragedy, the Greeks, and Us@ben asked the follow...
03:20 pm GMT - Sat, March 19, 2022
Dev To Choose Cosign over Notary
DisclaimerThis article is not trying to compare the pros & cons between Cosign and Notary. Rather, it is a sharing that you should opt-in Cosign if you have some technical needs like I do.I ...
03:19 pm GMT - Sat, March 19, 2022
Dev To Create Modern slide based landing page with fullpage.js
In this blog, I will teach you how to build an awesome slide based landing page with html, css, JavaScript, and fullPagejs library. Video tutorialYou will learn about:Css positions, background im...
03:11 pm GMT - Sat, March 19, 2022
Dev To Which OS should you prefer for coding? | All-time-dev
Which OS should you prefer for coding? | All-time-devToday in this post we are going to discuss which OS will be the best OS for coding including backend development, frontend development, and m...
03:08 pm GMT - Sat, March 19, 2022
Dev To flat.social new beta release - looking for feedback :)
Hey everyone!I just released a new version of flat.social - would love to hear what you think about it! It's a solo project that took me a couple months to build. The frontend is built using Next.js ...
02:55 pm GMT - Sat, March 19, 2022
Dev To Measuring the performance of the McLaren Racing website
With McLaren Racing recently announced a partnership with Google Chrome, this is a great opportunity for McLaren to measure the performance of their website and look into how it can be improved. Today...
02:51 pm GMT - Sat, March 19, 2022
Dev To Rule the JSON operations in Go
Have you ever wondered how much golang allows you to customize Json operations?I searched about it and I found that we can declare our methods for json marshal/unmarshal operations. I can't guarantee ...
02:48 pm GMT - Sat, March 19, 2022
Dev To You should use Firebase as the backend for your first app.
The backend is an essential part of an application. It is where you save your data, execute some business logic on it and send it back to your frontend to display to the user.When building your first ...
02:48 pm GMT - Sat, March 19, 2022
Dev To Add postgres to docker compose and dokku infrastructure for telegram bot in NestJS
Linkshttps://github.com/EndyKaufman/kaufman-bot - source code of bothttps://telegram.me/DevelopKaufmanBot - current bot in telegramhttps://github.com/dokku/dokku-postgres - dokku-postgres plugin...
02:39 pm GMT - Sat, March 19, 2022
Dev To Starting the development blog
If you are a developer like me you probably had a thought similar to 'Hey I think i've done this before, how did I do that last time?'. Well I certainly do this.. like a lot.And so I've had this idea ...
02:34 pm GMT - Sat, March 19, 2022
Dev To Trs formas de atribuir classes no angular utilizando ngClass
O ngClass serve para que seja possvel adicionar ou remover classes a um elemento HTML.Essa diretiva ajuda muito, principalmente quando queremos adicionar ou remover uma classe devida a certa expresso ...
02:31 pm GMT - Sat, March 19, 2022
Dev To Cyber Threat Hunting
Bu yazmzda Cyber Threat Hunting (Siber Tehdit Avcl) den bahsedicez. Tehdit Avcl; kt niyetli faaliyetlerin ve siber tehditlerin hipoteze dayal olarak kefedilip raporlanmasn ele alan sretir. Saldry olab...
02:27 pm GMT - Sat, March 19, 2022
Dev To reconcileChildrenArray
if (oldFiber.index > newIdx) { nextOldFiber = oldFiber; oldFiber = null; } what the meaning of the if branch above? Shouldn't it always be oldFiber.index === newIdx? So I think t...
12:48 pm GMT - Sat, March 19, 2022
Dev To 3 Best Tools that you can use for Writing Awesome Articles
3 Best Tools that you can use for writing an article that will surely Sky Rocket your article reader's experience.Whenever I write technical articles on programming or development. I like to add...
12:26 pm GMT - Sat, March 19, 2022
Dev To "Everything is political"?
I truly hope that this will be my last politically related post. I don't like talking about politics at all, but this is more philosophical really, so I'll let that one slide but only this once.We oft...
12:08 pm GMT - Sat, March 19, 2022
Dev To My views on Open Source
I might have what many could call a utopic view of what Open Source is. Ever since I began teaching myself programming, I viewed Open Source as an Oasis of some sort: As a way to make programming know...
11:27 am GMT - Sat, March 19, 2022
Dev To Keyboard handling in Jetpack Compose
Entering data is an important task in many apps. On devices with no physical keyboard (the vast majority in Android land) a so-called soft(ware) keyboard handles user input. Now, you may be wondering ...
10:57 am GMT - Sat, March 19, 2022
Dev To Cheers to two years of consistency
I think I can officially say I've been consistent. It was exactly two years ago I started the blog.And wow, how have things changed since then? I think I'm most proud of having motivated people to sta...
10:51 am GMT - Sat, March 19, 2022
Dev To Data Types (JavaScript)
Data Types in JavaScriptPrimitive Data TypesNon-Primitive Data Types Primitive Data TypesInteger: 1, 2, 3 etc.String: "Hello World" etc.Boolean: True/False.Null: Used to depict no value.Und...
10:40 am GMT - Sat, March 19, 2022
Dev To The Golden Packer
DAY 22 - Building your Golden Image using packer for Terraform - Day Twenty two100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.toHow to Integrate packer with Terraform?Packer ...
09:54 am GMT - Sat, March 19, 2022
Dev To Best way to Manage State in React Project in 2022
When talking about front-end development in 2022, React is one of the most popular and use technology in the industry and React does not come with its own state management tool until recently. React t...
09:07 am GMT - Sat, March 19, 2022
Dev To How to achieve simple glassmorphism effect in your website
A simple example with cards To make a very simple blurry glass like effect we can make use of some pretty simple css to add this styling .Glassmorphism makes use of background blur with bright colors ...
08:49 am GMT - Sat, March 19, 2022
Dev To 13 Useful VS Code Extensions
Linters & FormattersESLint -Most popular Javascript linterStylelint - CSS LinterPrettier - Code Formatter Intellisensesnpm & npm Intellisense - autocompletes npm modulesPath Intelli...
08:43 am GMT - Sat, March 19, 2022
Dev To Difference Between Local Storage And Session Storage in browser
A browser has two different storage. Session Storage and Local Storage. The storage stores two types of data, it's called Key and Value. And every single value is stored as an object. But the main dif...
08:31 am GMT - Sat, March 19, 2022
Dev To Blockchain Technology
Blockchain is a system of recording information in a way that makes it difficult or impossible to change, hack, or cheat the system.A blockchain is essentially a digital ledger of transactions that is...
08:31 am GMT - Sat, March 19, 2022
Dev To Readme.md demo
titleDescription let are given below.var a = 42;if (true) { var b = 7; let c = 123;}// Obviously, we can access the `a` variableconsole.log(a);// => 42JavaScript is a loosely typed languag...
08:22 am GMT - Sat, March 19, 2022
Dev To Blockchain Technology
A blockchain is a growing list of records, called blocks, that are linked together using cryptography. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data...
08:17 am GMT - Sat, March 19, 2022
Dev To How To Become a Data Analyst
Might it be said that you are expecting to transform into a data specialist? It's a surprising calling decision considering the way that the field is impacting. The US Bureau of Labor Statistics has p...
08:07 am GMT - Sat, March 19, 2022
Dev To Introduction to EC2 Auto Scaling
Picture source: AWS Table of ContentsIntroductionBenefitsVeritcal vs Horizontal ScalingWhat is EC2 Auto Scaling?EC2 Auto Scaling LifecylceTypes of ScalingWarm PoolScaling Termination PolicyRecomm...
07:38 am GMT - Sat, March 19, 2022
Dev To Axios Interceptor Hook Typescript
Re-PublishedHi, Before that I have published my first NPM package which is: axios-interceptor-hookProblemsBuild on JavaScript, difficult for user to know about props because there is no suggestions.Th...
07:22 am GMT - Sat, March 19, 2022
Dev To Creating a plugin in Dative v2-alpha
Creating a plugin in dative v2-alpha is different from the other versionsSince the Dative.use(plugin) has deprecatedSo We introduced a new way which also helps more Let's Start Cooking :)ex...
07:21 am GMT - Sat, March 19, 2022
Dev To Make Express Server fast Request & Response Using Indexing in mongoDB
Hey Developers Today we discuss on topic how we fast our server.so we learn about indexing in express of mongoose.normally we can make schemas likeconst {Schema,model}=require('mongoose');const userSc...
07:14 am GMT - Sat, March 19, 2022
Dev To The LadyK Project
Hi everyone, I'm trying to get my website started. I've recently started "coding" still pretty much a Newbie. I truly enjoy working with all these amazing companies. Hoping to learn much more about ot...
07:05 am GMT - Sat, March 19, 2022
Dev To Behind the Scenes of Go Scheduler
what is the Go scheduler? Why do we even care?Well, it is the behind-the-scenes orchestrator of any GO program. In order to explain this, Let's see a demo program and understand what are the job...
07:03 am GMT - Sat, March 19, 2022
Dev To {"message":"path is not defined","stack":null}
I get error when i refreshing the deployed full ecommerce using mern no problem occurs during local host run. But after i deployed i goes to one product it works while i refresh the error occurs...
06:32 am GMT - Sat, March 19, 2022
Dev To Git Cheat sheet for Beginners
This Git cheat sheet saves you time when you just can't remember what a command is or don't want to use git help in the command line. It is hard to memorize all the important Git commands by heart, so...
06:32 am GMT - Sat, March 19, 2022
Dev To Understanding GitHub Workflow
Previously, we have learned how to synchronize the local git repository with the Remote GitHub Repository to store the content history of the project on GitHub. In this lesson, we will learn how you c...
06:31 am GMT - Sat, March 19, 2022
Dev To Suppress runtime relinking at publishing Blazor WebAssembly apps
BackgoundsAfter installing ".NET WebAssembly build tools", runtime relinking will be performed automatically whenever you publish Blazor WebAssembly apps in the "Release" configuration.Runtime r...
06:05 am GMT - Sat, March 19, 2022
Dev To Introducing Git & GitHub
We have already covered git in advance, and now we are also familiar with GitHub and the features provided by GitHub. In this lesson, we will sync the local repository with GitHub; you will get a comp...
05:46 am GMT - Sat, March 19, 2022
Dev To Understanding Git Remote
Git remotePreviously, we have learned about the advanced concepts of Git, and we are familiar with most of the ideas, such as the branches, merging which are very important when it comes to Adva...
05:42 am GMT - Sat, March 19, 2022
Dev To Understanding Advance Git
BranchesGit branching allows developers to diverge from the production version of code to fix a bug or add a feature.Here is an example of how git branches are helpful. Let's say you need to wor...
05:20 am GMT - Sat, March 19, 2022
Dev To How does the Blockchain work?
Any idea about Blockchain?Well,Let's see first, what Blockchain is! and then we will discuss how it works.Blockchain is a chain of data blocks stored in hundred or thousands or even millions of comput...
05:16 am GMT - Sat, March 19, 2022
Dev To HasAllChildren
The below is a function to check if an sub array consist of all the elements of a given array.const hasChild = (array, child) => { const ruleA = array !== undefined; const ruleB = child !== u...
03:18 am GMT - Sat, March 19, 2022
Dev To NVIM
brew install --HEAD tree-sitter luajit neovimvim-plug - A minimalist Vim plugin managerNeoSolarized - this is my choosenvim-lspconfig - A collection of configurations for Neovim's built-in LSPnvim-tre...
02:14 am GMT - Sat, March 19, 2022
Dev To Day 32 of Studying LeetCode Solution until I Can Solve One on My Own: Problem1487. Making File Names Unique(Med/JS)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
02:06 am GMT - Sat, March 19, 2022
Dev To Membuat Grafik Dari Database Codeigniter 4
Grafik yang kita gunakan adalah highchart.js untuk versi offline bisa didownload langsung dari websitenya https://www.highcharts.com/blog/download/ .Kita akan menggunakan versi online.Paling tidak and...
01:43 am GMT - Sat, March 19, 2022
Dev To Day 31 of Studying LeetCode until I Can Solve One on My Own: 1481. Least Number of Unique Integers after K Removals(M/JS)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
12:32 am GMT - Sat, March 19, 2022
Dev To Day 30 of Studying LeetCode Solution until I Can Solve One on My Own: Problem1492. The kth Factor of n(Medium/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
12:26 am GMT - Sat, March 19, 2022
Dev To Convert RecycleView to LazyColumn - Jetpack Compose
Step-by-step tutorial to convert Android RecycleView(view-based UI approach) to LazyColumn (Jetpack Compose approach)This article was originally published at vtsen.hashnode.dev on Feb 26, 2022.This be...
10:35 pm GMT - Fri, March 18, 2022
Dev To All you need to know about functions in JavaScript
Hello World, often in JavaScript programming, you might want to perform certain actions a number of times on your website.For instance, you might want to display the current time when the user navigat...
09:53 pm GMT - Fri, March 18, 2022
Dev To Make VS Code better by editing and updating some settings
This article describes five tips on how to makeVS Code development experience a bit better (at least for my kindof use cases -> Frontende Development) by enabling and editing some settings which ar...
09:11 pm GMT - Fri, March 18, 2022
Dev To How do you deal with estimates?
One of the scariest things to reply back to another human being a Software Developer is the dreaded question:"How long is it going to take?"We all hope we could answer "Whatever it takes" to our manag...
08:58 pm GMT - Fri, March 18, 2022
Dev To Class and Instance Methods in Ruby
What is a MethodA method in Ruby is a block of code that performs tasks. They are one of the most basic and important building blocks in Ruby. They can take an input, return an output, make calc...
08:30 pm GMT - Fri, March 18, 2022
Dev To Making a Post API in Laravels
Making a Post API in LaravelMaking an api using laravel is very simple and makes it much easier for us to develop, it also helps you understand and apply good programming practices.So in this ex...
07:57 pm GMT - Fri, March 18, 2022
Dev To Upgrade Your GitHub README.md
Table of ContentsCreating Your README.mdBrainstormingSkill BadgesSocial Media & Languages/FrameworksREADME.md GeneratorHelpful LinksYour profile README.md acts like the resume recruiters see...
07:54 pm GMT - Fri, March 18, 2022
Dev To React State Management (4) : Recoil
This is a series of memos referring to the ways of React state management: context API, Redux, Redux toolkit and Recoil. The topic in this article is RecoilThe chart below is the whole image of this p...
07:48 pm GMT - Fri, March 18, 2022
Dev To Security App Development
So, if you're gonna recommend a complete step by step course to study how to develop security apps for mobile phones as beginner coder/developer, which course would you recommend? Please, include link...
07:41 pm GMT - Fri, March 18, 2022
Dev To Micropython for Smart Badges
I highly recommend either or both of these badges from Adafruit and Pimoroni.https://github.com/tspannhw/FLiP-Py-SmartBadges FLiP-Py-SmartBadgesYes, in fact, we do need these stinkin badges ...
06:46 pm GMT - Fri, March 18, 2022
Dev To Django Datta Able - Premium Starter
Hello Coders! This article presents a simple Django Starter crafted by AppSeed on top of a colorful Bootstrap design. Django Datta Able is a premium starter that provides a solid codebase enhanced wit...
06:43 pm GMT - Fri, March 18, 2022
Dev To Interface et type quand les utiliser ?
La diffrence entre interface et type dans TypeScript est assez difficile cerner et c'est normal ! Ils sont tellement similaires, qu'il est possible de les interchanger sans que a ne soit problmatique...
06:17 pm GMT - Fri, March 18, 2022
Dev To Simple, beginner steps: API with Rails!
Let's talk through some basics to building out an API in Rails.This assumes you already have a rails directory started. If not, run rails new [name] --api to start new. Make sure you have rails ...
06:01 pm GMT - Fri, March 18, 2022
Dev To no Framework JS
TL;DRNoFrameworkJSShort formIn the following I would like to show you the framework of HTML, CSS and Javascript I used to create my first sigle page application,without using any framework (Vue, React...
05:39 pm GMT - Fri, March 18, 2022
Dev To Best Websites for inspiration
Hello everyone,I found some great websites to find inspiration for your next ui designDribbbleBehanceUiJarPage CollectionDesign VaultDark Mode DesignMinimal GalleryOGimagegalleryPFoliosLapa...
05:35 pm GMT - Fri, March 18, 2022
Dev To The Productivity apps I use in 2022
I often get asked what my favorite tools are and how I use them to get my work done, and I'm writing this both to answer that question, and also for me to just paste a link to this post next time I'm ...
05:24 pm GMT - Fri, March 18, 2022
Dev To Introduction to Web Accessibility (A11Y)
If youve come across this article but haven't heard about web accessibility (often shortened to "A11Y") before, that's okay. We're all learning at different speeds and come across new things all the t...
05:03 pm GMT - Fri, March 18, 2022
Dev To How to manage your Materialize migrations with Laravel Zero?
IntroductionManaging your schema migrations is essential for any application. In this tutorial, we will show you how to manage your Materialize schema migrations with Laravel Zero.Materialize is...
04:55 pm GMT - Fri, March 18, 2022
Dev To A Simple Introduction To Java - Class and Method
In this session, we will discuss: Class Access modifiers What is a method? static methods Class instance String methods Array methods Math class Conclusion ClassWe have created a lot of ...
04:54 pm GMT - Fri, March 18, 2022
Dev To How Do I Resolve Merge Conflicts?
I dont think Im alone in saying this; early in my career, merge conflicts were the bane of my existence (particularly in 2019). I graduated from a coding boot camp in 2018, and during that time, if I ...
04:52 pm GMT - Fri, March 18, 2022
Dev To Elm at Talenteca
This is a brief post for sharing what it means to create web apps nowadays and our experience at Talenteca. Ancient timesMore than 8 years ago with a group of close dear friends we started a comp...
04:38 pm GMT - Fri, March 18, 2022
Dev To 8 Google Analytics privacy focussed alternatives
TLDR; I switched to Fathom. You can find a comparison table at the bottom.As many of you may have read, Google Analytics is illegal in some countries nowadays.This has to do with GPDR rulings and Goog...
04:23 pm GMT - Fri, March 18, 2022
Dev To 4 Top Websites To Take Web Design Motivation For New Website
In simplest terms web design refers to development of websites that are displayed on the internet. It also cites about the user experience aspect of website development. Further, a graphic artist is r...
04:18 pm GMT - Fri, March 18, 2022
Dev To MongoDB $weeklyUpdate 61 (Mar 18, 2022): Jetpack, Netlify, and 100 Days of Coding!
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:16 pm GMT - Fri, March 18, 2022
Dev To A Fundamental Guide To Docker For Beginners
In my previous article, I had gone over what is Docker and why do we need it. I recommend you go over that article to understand what Docker is and the need to containerize your applications using Doc...
03:45 pm GMT - Fri, March 18, 2022
Dev To tsParticles 1.42.3 Released
tsParticles 1.42.3 Changelog Bug FixesRemoved a forgotten console.log, closes #3551 Fixed flashing issue with resize method, closes #3523 and #3074Fixed sea anemone preset, removed a useles...
03:43 pm GMT - Fri, March 18, 2022
Dev To Why we need another web framework on top of Serverless Framework
Our team has been working with serverless applications for two years now. It has changed the way our team deploys and operates applications. We no longer have to worry about provisioning servers and e...
03:43 pm GMT - Fri, March 18, 2022
Dev To Why we need an MVC-like web framework on top of Serverless Framework
Our team has been working with serverless applications for two years now. It has changed the way our team deploys and operates applications. We no longer have to worry about provisioning servers and e...
03:29 pm GMT - Fri, March 18, 2022
Dev To Membuat Custom Helper Codeigniter 4
Helper biasa digunakan untuk mencegah kode yang berulang-ulang di controller dan view kita.Helper berlandaskan kepada metode DRY.Fungsi di Helper bisa dipanggil di controller maupun view.Langsung saja...
03:28 pm GMT - Fri, March 18, 2022
Dev To How the which Command works on Linux
When we are running servers, or even our local computer, different applications may install the same piece of software multiple times. For example, it is not uncommon to accidentally have two versions...
03:17 pm GMT - Fri, March 18, 2022
Dev To Go from the beginning - using maps
Go from the beginning - using mapsYou will have scenarios when you code that there are things you need to look up. If you use a dictionary for example you might look up how you can translate a w...
03:07 pm GMT - Fri, March 18, 2022
Dev To I'll be speaking at Sri Lanka Institute of IT...opensource
I'll be speaking on bridging the gender gap by bringing more women into open source on 20th March 2022 See below poster for more details......
03:00 pm GMT - Fri, March 18, 2022
Dev To Get direct traffic to ECS Fargate Containers with LetsEncrypt, CDK and AWS Lambda (probably a bad idea)
With a small amount of code, you can expose your running Fargate Tasks to the internet directly on an individual subdomain. For example, ${taskid}.eu-west-2.browser.reflow.io.This is almost always a b...
02:52 pm GMT - Fri, March 18, 2022
Dev To Ultimate Guide to Types in Typescript
Typescript is a strongly typed langauge built on top of Javascript. As such, types have to be defined in Typescript when we write our code, rather than inferred as they normally are in Javascript.In t...
02:52 pm GMT - Fri, March 18, 2022
Dev To How to Build a Live Streaming Web Application with Amazon IVS and Deepgram: Vue and Express Setup
IntroductionIn my last post, I introduced how to build a vanilla Javascript and HTML live streaming web application with text captions. It included a barebones frontend that was just one page - ...
02:41 pm GMT - Fri, March 18, 2022
Dev To Amazing Resources for Web Developers
Found amazing resources which will save you tons of time as a web developer 1. 10015 ToolsIt includes text tools, image tools, CSS tools, coding tools (e.g. minifiers), color tools, social media ...
02:16 pm GMT - Fri, March 18, 2022
Dev To 5 Awesome Python HTTP Clients
NameDescriptionGitHub ActivityRequestsA simple, yet elegant, HTTP library. urllib3Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more. httplib2Small, fa...
02:00 pm GMT - Fri, March 18, 2022
Dev To How to use streams in Node.js
Streams of data serve as a bridge between where data is stored and where it will be processed. Node.js streams are used to read and continuously write data. Streams work differently from traditional t...
01:29 pm GMT - Fri, March 18, 2022
Dev To 2 free data security tools every dev should know (and use)
The goal behind encrypting sensitive data is to prevent leakage if the application or the database was attacked. Application level encryption (encrypt data before storing in the database, decrypt aft...
01:16 pm GMT - Fri, March 18, 2022
Dev To Top 10 array methods to learn to become a pro in JavaScript
Arrays are very important in JavaScript. You will always have to deal with arrays. So, working with arrays efficiently is important. Today I will teach you the top 10 array methods that you should lea...
12:30 pm GMT - Fri, March 18, 2022
Dev To 10 Bad Coding Habits You Need to Put an End to Right Now
Everyone isnt perfect, and its the most honest of truths. It is the same with programmers as with any other field in life. There are a lot of good, great, and still-growing-up programmers, but they ar...
12:10 pm GMT - Fri, March 18, 2022
Dev To What is your best skill as a developer?
Whether it is a specific enough technical expertise, or just part of the craft you do well?...
11:56 am GMT - Fri, March 18, 2022
Dev To How to Price Your SaaS Correctly
Most founders only take 6 hours to determine their SaaS pricing strategy, only to realize later that they've priced incorrectly. 98% of SaaS companies changed their prices and saw positive results. If...
11:30 am GMT - Fri, March 18, 2022
Dev To A Complete Guide to Distributed Tracing
Distributed tracing helps you track requests across services and understand issues affecting your application performance. In distributed cloud architecture, debugging performance issues is complicate...
11:03 am GMT - Fri, March 18, 2022
Dev To Chakra UI Starters - Open-Source and FREE
Hello Coders!This article presents a curated list with starters and templates crafted on top of Chakra UI, a popular components library for React. All mentioned products are open-source, actively supp...
10:35 am GMT - Fri, March 18, 2022
Dev To Introduction to SQL
What is SQL?SQL (Structered Query Language), SQL is definitely not a programming language. As a sub-language, it is used for database operations, and the general syntax is almost the same for al...
10:22 am GMT - Fri, March 18, 2022
Dev To Building a business from scratch - day 8
Welcome to day eight of theuseaffiliates.combuild log! This series covers my journey of building a business from scratch in public. If you missed day seven, you couldcheck it out here. I also uploaded...
10:07 am GMT - Fri, March 18, 2022
Dev To NEXTJS: getServerSideProps not working into components
Hey, Guys! This is Kenn here, from CodeWithKenn.From today, you'll be seeing many React/Next/Gatsby related bugs solved, just decided to add a kind of bugs Documentation style.Because, I ended up sear...
10:02 am GMT - Fri, March 18, 2022
Dev To DevTips Daily Update 18/03/22
So in this week's update we did some cool stuff with Geolocation and used a free API to write the user's location into the database (for someone who has accessed a short url). This is to setup our st...
10:01 am GMT - Fri, March 18, 2022
Dev To I Got Awarded as Microsoft MVP
I've been awarded as Microsoft MVP, Most Valuable Professional!Im super proud to be part of this community and share and work with technologies that Im passionate about. I believe Ive got this award m...
09:48 am GMT - Fri, March 18, 2022
Dev To How to report CloudWatch metrics without AWS SDK
Sometimes when writing a Lambda function, we need to send a custom metric to CloudWatch Metrics. This could be a technical metric (e.g., request time to an external service) or a metric about a busine...
09:33 am GMT - Fri, March 18, 2022
Dev To Securing a Blazor WebAssembly Hosted Apps with Azure Active Directory - Part 2
In the previous article of this series, we have created a secure project with Blazor WebAssembly Hosted and Azure Active Directory.In this article we are going to add another level of security: the ro...
09:08 am GMT - Fri, March 18, 2022
Dev To Warehouse Management System Development: Step-by-Step Guide
The article was originally published on Ascendix Tech Blog .Markets and Markets states that the warehouse management software market was valued at $2.4 bln in 2020 and is forecasted to reach over $5 ...
09:00 am GMT - Fri, March 18, 2022
Dev To Securing a Blazor WebAssembly Hosted Apps with Azure Active Directory - Part 1
If you are developing an enterprise application, I am quite sure that you need to implement an authentication flow.In this article we are going to see how to use Azure Active Directory to secure a Bla...
08:47 am GMT - Fri, March 18, 2022
Dev To Code development guide: working with small chunks
Final work with the code can be a real pain in the neck. It is often a long and tedious process of going through and verifying all the changes which can bring you to a moment when frustration is direc...
08:29 am GMT - Fri, March 18, 2022
Dev To I Created Counter. Just To Count Up Things
I created a website called Counter. Its a simple application made to count things. For Example : I created this so I can count how many sand particles are there in a spoon full of sand. Its a weird id...
08:10 am GMT - Fri, March 18, 2022
Dev To ARTICLE WRITING: HOW YOU LEARN MORE FROM YOURSELF THAN FROM READING A BOOK PART 1/2
In my current role as Communication Lead in our Tech Practice, I work on communication topics inside and outside of our company. One way to present ourselves to the outside world is to write about wha...
07:58 am GMT - Fri, March 18, 2022
Dev To My give and take tech journey
I know most of you are wondering what I mean by 'give and take'. Simply, in order for one to give something to another person, one must have that particular item, idea, or concept. You can not give wh...
07:42 am GMT - Fri, March 18, 2022
Dev To Vue3 Vite Boostrap 5 Sass Setup
1: Installing Vue3 using Vite> npm init vue@latestThis command will install and execute create-vue, the official Vue project scaffolding tool.You will be presented with prompts for a number o...
06:29 am GMT - Fri, March 18, 2022
Dev To Personal Portfolio: Importance of self branding for developers
What is personal branding? "Personal branding is the conscious and intentional effort to create and influence public perception of an individual by positioning them as an authority in their indu...
05:32 am GMT - Fri, March 18, 2022
Dev To Alpine.js: Displaying API data in a HTML table
In this tutorial well be using Alpine.js to load data from an API and then display that data in a HTML table. Well be using the free SportsDB API to load a list of teams from the English Premier Leagu...
05:06 am GMT - Fri, March 18, 2022
Dev To Membuat Thumbnail Gambar Dengan Codeigniter 4
Tutorial kali ini akan membahas bagaimana membuat gambar thumbnail menggunakan codeigniter 4.Thumbnail di web sendiri adalah gambar asli yang diperkecil agar proses loading lebih cepat.Apalagi jika ga...
03:40 am GMT - Fri, March 18, 2022
Dev To AWS CDK 101 - Jest testing with a TDD approach for our construct
Beginners new to AWS CDK, please do look at my previous articles one by one in this series.If in case missed the previous article, do find it with the below links. Original previous post at Dev Post...
02:43 am GMT - Fri, March 18, 2022
Dev To Deleting multiple directories with Nodejs/Javascript
Hello! I had to delete all directories that were in a directory called "files", just thought I'd share the solution. const { rmSync, promises: { readdir } } = require('fs');(async () => { try { ...
02:35 am GMT - Fri, March 18, 2022
Dev To 5 Awesome JavaScript HTTP Clients
NameDescriptionGitHub ActivityAxiosPromise based HTTP client for the browser and node.js node-fetchA light-weight module that brings the Fetch API to Node.js Got Human-friendly and powerful HTTP reque...
02:29 am GMT - Fri, March 18, 2022
Dev To Elixir & Phoenix Free Crash Course For Beginners
Learn the functional programming language Elixir, and how to build web applications with the Phoenix framework from scratch with this free video crash course. In this one video course, we will get int...
01:28 am GMT - Fri, March 18, 2022
Dev To 100 das de cdigo: 86, he vuelto
Hey hey hey!He vuelto despues de un pequeo descanso necesario, o mejor dicho uno obligatorio porque tuve que ocuparme de algunos detalles de la construccin del segundo piso mi hogar.Ahora que ya tengo...
01:06 am GMT - Fri, March 18, 2022
Dev To 7 Steps to a Productive Weekly Work Plan - Free Template Included
Mondays come around fast, and you can always count on those open tasks you didn't get to last week to be eagerly awaiting your return - on top of this week's agenda of course.Heading into the week wit...
12:27 am GMT - Fri, March 18, 2022
Dev To Update user credit card details using Stripe Django
So you're making a web app/site that accepts payments using the powerful Django web framework and the world's leading payment's processor stripe, however there comes a time when your user ends up in o...
12:17 am GMT - Fri, March 18, 2022
Dev To Optimizing Rails connections
This is the 3rd post in a series that starts here..Have you ever experienced a Rails app that suddenly and inexplicably delivers dismal response times or becomes completely unresponsive? It can be inc...
11:06 pm GMT - Thu, March 17, 2022
Dev To Setup JWT authentication in MERN from scratch
Nearly every web project needs user authentication. In this article I will share how I implement auth flow in my MERN stack projects. This implementation can be applied in every project that registers...
10:33 pm GMT - Thu, March 17, 2022
Dev To Contact form without backend using JavaScript
If you are a frontend developer who is not interested in backend development or you didn't start learning it yet (like me) and you want to make contact form working for your portfolio or your product ...
10:24 pm GMT - Thu, March 17, 2022
Dev To Express - Middlewares
Middlewares O que so?So quaisquer funes passadas de forma direta ou indireta para uma rota, recebendo at trs parmetros, sendo os dois primeiros o objeto de requisio e de resposta, respectiv...
10:14 pm GMT - Thu, March 17, 2022
Dev To Start selling online using Appwrite and Stripe
Appwrite is an open source backend-as-a-service that abstracts all the complexity involved in building a modern application by providing you with a set of REST APIs for your core backend needs. Appwri...
10:10 pm GMT - Thu, March 17, 2022
Dev To Best 10 Code Snippets for JavaScript in 2022
What is a Code Snippet?A Code Snippet is a block of code you can share and reuse. By reusing safe and proven code, you not only improve your productivity but you also make sure you always import...
10:10 pm GMT - Thu, March 17, 2022
Dev To How to Support a Junior in DevRel
Mentorship, hiring, and support of juniors in DevRelOn February 22, New Relic brought together a collection of minds for a Twitter Space on Mentorship, hiring, and supporting juniors in DevRel. ...
10:04 pm GMT - Thu, March 17, 2022
Dev To Quem se sente seguro na internet?
Quem que se sente segura realizando transaes na internet hoje em dia? Eu nem consigo contar nos dedos a quantidade de pessoas que j sofreram algum tipo de golpe na internet. Desde produtos que no exi...
09:33 pm GMT - Thu, March 17, 2022
Dev To The basic React hooks - useState and useEffect
In the new version of React 16.8.0 are introduced React hooks which are functions that allow us to access state and other lifecycle features without a need to use classes. In this article, I am going ...
08:29 pm GMT - Thu, March 17, 2022
Dev To Best "Code to Image Converter" on web
Hi guys ,We, as software developers, like to share over knowledge throughout our network and one of the most frequent way to do it is to share code screenshots. For making it more attractive, it is po...
08:17 pm GMT - Thu, March 17, 2022
Dev To Remix Search Engine Optimization
TL;DRHere is the Remix SEO checklistHigh quality contentTitleDescriptionImageSocial media meta tagsSitemapRobots.txt Introduction: Why bother?SEO stands for search engine optimization, whic...
08:06 pm GMT - Thu, March 17, 2022
Dev To 1st Computing Experience
1980s personal computing explosionDecember 1981, I received a Commodore Vic20, my first computer :-)Spent hours typing in BASIC code line-by-line; and being completely amazed that the program wo...
07:16 pm GMT - Thu, March 17, 2022
Dev To Buttons with Tailwind CSS
Responsive button design with single React component with Tailwind CSS.Here I'll show how you can design different types of buttons for both light and dark mode with tailwind. I have used Gastsby, Typ...
07:02 pm GMT - Thu, March 17, 2022
Dev To Stack (Java Collections)
The stack is a linear data structure that is used to store the collection of objects. It is based on Last-In-First-Out (LIFO). Java collection framework provides many interfaces and classes to store t...
07:00 pm GMT - Thu, March 17, 2022
Dev To Inside Scoop What Companies Are Doing to Make The Interviewing Process Better with Spence Taylor
Spence Taylor is an Engineering Manager at New Relic who runs the Central Hiring Program. Born in Compton, California, he had a very unorthodox journey to tech. Trying to find the right fit for his ca...
06:57 pm GMT - Thu, March 17, 2022
Dev To Streaming Real-Time Chat Messages into Scylla with Apache Pulsar
Original ArticleAt Scylla Summit 2022, I presented FLiP Into Apache Pulsar Apps with ScyllaDB. Using the same content, in this blog well demonstrate step-by-step how to build real-time messaging and s...
06:56 pm GMT - Thu, March 17, 2022
Dev To The Complete Guide to covert Image To Text and text to speech with Javascript
Are you looking for a way to convert images to text? Just take a picture of a text and it will be converted to text for you?Same text can be read by a javascript application?Today, I am going to fulfi...
06:51 pm GMT - Thu, March 17, 2022
Dev To Fakerjs, colors, node-ipc... Why developers cannot be trusted
Ladies and gentlemen, the fact that I have to talk politics 3 times in less than 3 months is an aberration in itself.RIAEvangelist, the maintainer of node-ipc, self-sabotaged it by using the malware-l...
06:47 pm GMT - Thu, March 17, 2022
Dev To Query S3 with SQL using S3 Select
S3 Select is an AWS S3 feature that allows developers to run SQL queries on objects in S3 buckets. Here's an example.SELECT s.zipcode, s.id FROM s3object s where s.name = 'Harshil'Previously we wrote ...
06:43 pm GMT - Thu, March 17, 2022
Dev To IT experts
There is a company [https://devoxsoftware.com/technology/hire-web-developer/] that provides specialized web specialists based on your unique business needs for long-term projects. A novice Node.js dev...
06:42 pm GMT - Thu, March 17, 2022
Dev To 40 JavaScript Project For Newbies [ Beginners - Advance]
Are you looking for the best JavaScript projects for beginners?If you are serious aboutbecoming a web developer, you need to start applying your JavaScript skills torealprojects as soon as possible.If...
06:41 pm GMT - Thu, March 17, 2022
Dev To Creating a multi-region key using terraform
For organizations to encrypt their data in a cloud-native approach AWS provides a fully managed service AWS KMS, a high-performance key management system with the pay as you go model to lower costs an...
06:39 pm GMT - Thu, March 17, 2022
Dev To About user input in programing language
User input is for asking to an user for their information. Their information can be String or can be a number, if you expect their information will be a number, for this you have to init or float in t...
06:38 pm GMT - Thu, March 17, 2022
Dev To Feedback on idea needed: web3 startups apply to hire you at your desired salary
Hey folks, Dima here!Obviously, good engineers are overwhelmed with job propositions on Linkedin, email, ads, and even social media. Unfortunately, most of them are irrelevant or incomplete making the...
05:10 pm GMT - Thu, March 17, 2022
Dev To How the cat command works on Linux
cat, short for concatenate, is used on Linux and Unix-based systems like MacOS for reading the contents of a file, concatenating the contents with other files, and for creating new, concatenated files...
04:49 pm GMT - Thu, March 17, 2022
Dev To Python : Cours acclr
Qu'est-ce que vous allez apprendre dans ce cours ?Ce cours vous enseignera les concepts de base en Python. Le tout avec des termes et des exemples simples comprendre. Avant d'apprendre courir,...
04:45 pm GMT - Thu, March 17, 2022
Dev To Lesson 02
Mathmatical Symbols in CC is able to perform basic mathematical operations on variables and values using the following symbols:Addition: +Subtraction: -Division: /Multiplication: *Incrementing: ...
04:42 pm GMT - Thu, March 17, 2022
Dev To What Is Docker And Why Do We Need It?
In this article, we shall be going through a brief introduction to what Docker is and why we need it. But first, lets define the problem statement and see how Docker solves it The Problem Stateme...
04:32 pm GMT - Thu, March 17, 2022
Dev To Lessons Learned from a take home assignment gone wrong
Applying for Software Engineering Jobs has really become very strange. I have now been working in the industry for over 15+ years. During this time it seems that hiring has really become broken. Lets ...
04:14 pm GMT - Thu, March 17, 2022
Dev To Productivity Tools for Software Development Teams in 2022
As remote work became an everyday reality for many of the tech companies, the need to keep the team on the same page has grown accordingly. It is easier than ever to fail in sufficiently communicating...
04:06 pm GMT - Thu, March 17, 2022
Dev To Claymorphism Login Form | HTML & CSS
Create a Claymorphism Login Form using HTML & CSS, step-by-step from scratch. Source Code:HTML<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title...
03:55 pm GMT - Thu, March 17, 2022
Dev To Go from the beginning - Structs
Go from the beginning - StructsLet's start with a simple scenario, you have an account balance. You might store it in a variable like so:accountBalance int32Now that's great, but if you want to ...
03:41 pm GMT - Thu, March 17, 2022
Dev To Decorators in Python
lets understand what is decorators in python and how it work Decorators are evolved from the concept of closures.A decorator function is a higher order function that takes a function as an argument an...
03:09 pm GMT - Thu, March 17, 2022
Dev To Starting Game development journey!
Hello guys, I have finished python, web development full-stack, bot development and now I am stepping into C# and Game development! I'm using unity, so I will start posting what I have learned in game...
02:57 pm GMT - Thu, March 17, 2022
Dev To Terminal komandalari | 4, 5
Part 4 Datemkdir $(date '+%d--%m-%Y')Bu komanda asosan sizga (dd-mm-yyyy) ya'ni hozirgi vaqtdagi sana nomi bilan papka yaratishga yordam beradi.echo $(date '+%d--%m-%Y')Bu komanda asosan si...
02:47 pm GMT - Thu, March 17, 2022
Dev To Programming Language for Bhailog
BhaiLang is a programming language made using syntax familier to Indian language. For example to print something in bhai it is writtenbol bhai "Hello World";bol bhai means say in hindi. Here i will sh...
02:41 pm GMT - Thu, March 17, 2022
Dev To My Second Project [Netflix Clone]
Here's my second project of Netflix clone page. Check it out here!...
02:36 pm GMT - Thu, March 17, 2022
Dev To My first website!
This is my first project of Facebook home page.Here is the link....
02:22 pm GMT - Thu, March 17, 2022
Dev To The subtle art of cold emailing
What is cold- emailing?Is there a dream company/dream role you want to work for? Do you want a reply from your favorite celebrity? Do you want to get mentored by your idol? Cold-emailing can do ...
02:21 pm GMT - Thu, March 17, 2022
Dev To 3 nice little JavaScript tips that you will want to use!
Short circuiting// instead of using the usual if statementif (login.status) {displayUser()}// use a technique called short circuit evaluationlogin.status && displayUser()This works becau...
02:19 pm GMT - Thu, March 17, 2022
Dev To How to Change Node.JS Version
In this quick guide, we'll be looking at the easiest way to change Node.JS version using nvm. Using nvm to change Node.JS versionFirst, you will need to install nvm, which stands for node version...
02:04 pm GMT - Thu, March 17, 2022
Dev To Let's get Hacking
Were a week into the Deepgram Hackathon, and were super excited to see some of our first entries! If youre new to the Deepgram Hackathon, weve got a lot of support to help you get started. Here are so...
01:48 pm GMT - Thu, March 17, 2022
Dev To Minimal AWS SSO setup for personal AWS development
I would argue that the AWS SSO is a "hidden gem" of AWS service. With AWS SSO, you do not have to deal with AWS IAM Users and long-lived credentials.I have a suspicion that there is a lot of misinform...
01:17 pm GMT - Thu, March 17, 2022
Dev To Install Flask { in Windows, Linux, MacOS } | Mega flask tutorial
For initial setup firstly we will install flask. After that we understand to create a hello world program with the help of flask.To install flask, we will use virtual environment. A virtual environmen...
01:09 pm GMT - Thu, March 17, 2022
Dev To Remix Search Engine Optimization
TL;DRHere is the Remix SEO checklistHigh quality contentTitleDescriptionImageSocial media meta tagsSitemapRobots.txt Introduction: Why bother?SEO stands for search engine optimization, whic...
12:59 pm GMT - Thu, March 17, 2022
Dev To Avalonia - Mobile is here
Today I appeared on the famous dotnet rocks podcast.We discussed how Avalonia is gravitating from Desktop development to include Mobile development.As promised I have readied some templates and docume...
12:58 pm GMT - Thu, March 17, 2022
Dev To Introducing a python package that helps with machine learning feature engineering during the pandemic! lockdowndates
Recently during the pandemic if you were training machine learning models with some sort of time element you would have been scrambling to try and reengineer these as I would be confident to say the p...
12:47 pm GMT - Thu, March 17, 2022
Dev To Use AWS through GitHub Actions without secret keys
Cover photo from Chris Barbalis on Unsplash.It all started with the following question: How do we safely store AWS IAM User Keys (Access and Secret) created by IaC?Imagine the following scenario: you ...
12:14 pm GMT - Thu, March 17, 2022
Dev To Open source ecommerce - How Medusa compares to Shopify
Open source ecommerce is becoming increasingly popular in the ecommerce space. In this article, we will shed some light on how an open source ecommerce platform like Medusa compares to a proprietary a...
11:48 am GMT - Thu, March 17, 2022
Dev To Pagination in Django
...
11:46 am GMT - Thu, March 17, 2022
Dev To A Small Trick about JSX Tag Names
We all know that when writing JSX tags we need to use lowercase with native DOM elements such as <div/> and we need to capitalize our custom components like this<MyCustomComponent/>.What w...
11:35 am GMT - Thu, March 17, 2022
Dev To Setting up VS Code for Java development
Visual Studio Code (VS Code) is oriented towards front-end development. To use VS Code with Java, you need to install some extensions to provide core language features such as compilation and executio...
11:29 am GMT - Thu, March 17, 2022
Dev To How to Consume REST APIs using Python
APIAPI stands for Application Programming Interface. API is an interface that acts as communication layer which makes two application talks to each other.In order to build API, we use REST( ther...
11:28 am GMT - Thu, March 17, 2022
Dev To Write clean, reusable, and modular code
If youve ever searched for a job in tech or youre just starting to code and looking for your first job and see -Must be able to write clean, maintainable and reusable codeIn the top one or two bullet ...
11:22 am GMT - Thu, March 17, 2022
Dev To Running a dedicated local server for a VS Code debugging session using tasks
Back in January, I wrote about a launch.json file to turn VS code into an end-to-end web debugging environment. One of the features people told me was missing was to start and stop a server with the d...
11:21 am GMT - Thu, March 17, 2022
Dev To Create a Github stunning profile (by dynamically listing your recent blog posts)
I enjoy writing my blog posts, but it is getting better when you know that someone is reading them. The real magic happens when someone leaves a comment and I can start discussing the subject. I learn...
10:50 am GMT - Thu, March 17, 2022
Dev To Using .populate() with mongoDB
Let's take a common example of eCommerce website with two collections for the products and the categories. Each product belongs to a certain category like "shoes", "hats", "pants" and we want to refe...
10:47 am GMT - Thu, March 17, 2022
Dev To The Best Single Page Application Framework of 2022
A SPA (Single-page application) is a type of web application that loads only a single web document, and then updates the body content of that single document through JavaScript APIs such as XMLHttpReq...
10:21 am GMT - Thu, March 17, 2022
Dev To AWS Cloud Practitioner Certification Cheat Sheet (Part 1/3)
Client-server modelthe client can be a web browser or desktop application that a person interacts with to make requests to computer servers. A server can be services such as Amazon Elastic Compu...
10:19 am GMT - Thu, March 17, 2022
Dev To Unexpected token < in json at position 0 fetch api
This error occurred when trying to fetch a local json file: How I fixed this.Put the json data file (or folder containing the json data files) in the public directory of your react project and tr...
10:12 am GMT - Thu, March 17, 2022
Dev To Black Design - Curated List with FREE Dashboards
Hello Coders!This article presents a curated list with open-source Dark-Themed dashboards and starters released under permissive licenses (MIT, LGPL) by their vendors. All mentioned products are free,...
09:37 am GMT - Thu, March 17, 2022
Dev To Top 5 red flags every freelancer needs to be aware of
You can find the article here. Freelancing can be a great way to make money and work on projects youre interested in, but it can also be a bit of a risk.Finding the right clients to work with and main...
09:31 am GMT - Thu, March 17, 2022
Dev To Change this page You decide the new text
changethis.page What is this page about?This page is an experiment. The main page shows a simple text. Anyone can change it by paying a small amount. The changed message stays there until someone...
08:41 am GMT - Thu, March 17, 2022
Dev To What's the Play to Earn Business Model?
The Play to Earn model is the most recent thing that people can do in the games industry. It's a business model that embraces the idea of an open economy and rewards all players who add value to the g...
08:25 am GMT - Thu, March 17, 2022
Dev To Dasturlashda Mutable, Immutable obyektlar
Mutable obyektlar yaratilganidan keyin uni o'zgartirish mumkin, immutable obyektlarda esa aksincha o'zgartirib bo'lmaydi.Javada (Strindan tashqari) hamma obyektlar default holatda mutable hisoblanadi....
07:23 am GMT - Thu, March 17, 2022
Dev To Dockerfile: ADD vs COPY
COPY and ADD are both Dockerfile instructions that serve similar purposes. They let you copy files from a specific location into a Docker image. COPYThe COPY instruction copies new files or direc...
07:15 am GMT - Thu, March 17, 2022
Dev To Materio Open Source React Admin Template Is Out Now...!!
Introduction:Demo DownloadIf youre a developer looking for most Powerful & comprehensive Free MUI React NextJS Admin Dashboard Template built for developers, rich with features, and highly...
07:14 am GMT - Thu, March 17, 2022
Dev To Start a server: Node Vs Golang
Disclaimer: The purpose of this post is not to compare the two programs; rather, it is to demonstrate how to start the server.Today, we'll look at how to start our server in Node.js with the exp...
07:06 am GMT - Thu, March 17, 2022
Dev To React Native - Modern theming!!
Good day, everyone! Today we'll talk about theme-csx, a new react native theming library that was created to alleviate the pain that developers may experience when attempting to add dark mode support ...
06:52 am GMT - Thu, March 17, 2022
Dev To Public APIs situation
Public APIs is an Open Source list of free and publicly available APIs with more than 1,400 entries from the personal side project to FAANG companies.Created in 2015 by Todd Motto, the project quickly...
06:47 am GMT - Thu, March 17, 2022
Dev To ReactJS Frameworks You Should Know Before Start Developing B2B/Internal Application
Best Internal Tool Frameworks for ReactJSIn this article, I will talk about new open-source React.js frameworks that will greatly contribute to your project while developing internal-tool applic...
06:41 am GMT - Thu, March 17, 2022
Dev To How Test Driven Development Helps Businesses Create Robust Products
Have you ever dealt with a situation wherein you come up with a new feature or bugfix for your software, which was then tested by your QA team, before being pushed to the codebase, only for it to brea...
06:10 am GMT - Thu, March 17, 2022
Dev To Listen to the S8E6 of DevDiscuss: "HHow Physical Pen-Testing Will Expand Your Developer Mind"
In this week's episode of DevDiscuss, we talk about physical pen-testing with Deviant Ollam, author of the book, Practical Lock Picking: A Physical Penetration Tester's Training Guide. ...
05:49 am GMT - Thu, March 17, 2022
Dev To Harbor Registry Kurulumu on Ubuntu20LTS
Harbor: Open source cloud native registry projesidir.Biz direk ubuntu zerinde docker containerler olarak kurulumu balatacaz.Docker kurulumuna balamadan bridge0yu zelletirebilirsiniz.sudo mkdir /etc/do...
05:26 am GMT - Thu, March 17, 2022
Dev To Astro getting related articles based on tags
I've introduced related articles at the bottom of each post.These are based on the closest matching tags, and in this article, I'll explain how you can recreate this in Astro. Retrieving the rela...
05:26 am GMT - Thu, March 17, 2022
Dev To What is asyncio and why we need them ? - Python - write concurrent/asynchronous code using the async/await syntax
TL;DR - asyncio let's your write code which switches between different tasks while maintaining the state of each task to continue furtherTarget Audience - Beginner to mid-levelAssumption - This post a...
05:16 am GMT - Thu, March 17, 2022
Dev To How we designed themes for the terminal - a peek into our process
Its no secret that people love to customize their UIs. With the rampant adoption of light mode and dark mode and the long history of themes in terminals and IDEs, the power to make your UI fit your fu...
05:13 am GMT - Thu, March 17, 2022
Dev To Whats so special about PS1? Fun with customizing Bash command prompts
Long ago, when I was still a console newbie, I copied my friends bash configuration file. It had all the necessary stuff already included - aliases, colors, and most importantly: a nice prompt setup. ...
05:12 am GMT - Thu, March 17, 2022
Dev To Fantastic terminal programs and how to quit them
Theres a popular meme about exiting vim.More earnestly, theres even a LinkedIn learning course on how to use vim. The first module is dedicated to how to exit.Why is it so hard? This seems like an odd...
05:10 am GMT - Thu, March 17, 2022
Dev To Whos behind Warp? - Meet the team
My idea for a perfect opening line of this blog post was to use a quote about the importance of building a great team. I scrolled through pages of quotes from personas such as Henry Ford, or Michael J...
05:10 am GMT - Thu, March 17, 2022
Dev To How Can Custom Software Development Help in Scaling Your Business?
When a business has specific needs that ready-made software or existing software technologies cannot address, what do they do? Continue to use ready-made solutions? No! In such a scenario, they look f...
04:56 am GMT - Thu, March 17, 2022
Dev To Warps product principles for reinventing the terminal
At Warp, we believe we can keep whats best about the command-line while fixing its pain points and adding super-powers. Our goal is that using Warp every developer should be as productive as a CLI ve...
04:50 am GMT - Thu, March 17, 2022
Dev To Implementing Conway's Game of Life in Go
I recently started learning Go and I absolutely love it. I think implementing Conway's Game of Life in a language is like a more sophisticated 'Hello World' program. Its pretty easy to do it and you l...
04:50 am GMT - Thu, March 17, 2022
Dev To The terminal is on life support. Is it worth saving?
Why doesnt the terminal work like the rest of your apps? Developer tools have evolved towards reusability, composability, and collaboration. Meanwhile, terminals are inherently single-user, linear, an...
04:27 am GMT - Thu, March 17, 2022
Dev To How Warp Works
Warp is a new high-performance terminal built entirely in Rust that makes you and your team more productive and the CLI easier to use. The input editor for commands is a full text-editor that supports...
02:52 am GMT - Thu, March 17, 2022
Dev To The dreaded AWS error : Cannot find version xx.x for postgres
When creating an AWS stack containing a postgres database table, you might received this error: ErrorCannot find version 12.3 for postgres (Service: AmazonRDS; Status Code: 400; Error Code: Inval...
12:51 am GMT - Thu, March 17, 2022
Dev To A pattern to solve Binary Tree problems with Golang
I was reviewing some binary tree concepts when YouTube recommended this amazing video from the Inside code channel. In a nutshell, this video shows how the simple recursive definition of a binary tree...
12:22 am GMT - Thu, March 17, 2022
Dev To FOSS Fintech In Python: Using GameStonk Terminal To Generate Trade Ideas
Sometimes you need a little inspiration while turning over stones, hunting for that winning trade. Little hints can go a long way when you know what to look for. Flow is one of the more popular indica...
12:00 am GMT - Thu, March 17, 2022
Dev To Nest JS Advanced Course Coming up
Nest JS Advanced Course Coming up published here https://medium.com/tkssharma/nest-js-advanced-course-coming-up-ac9ae8a7fd46Hi GuysI am Tarun (https://tkssharma.com)and I am writing nestjs ...
11:13 pm GMT - Wed, March 16, 2022
Dev To Multi-Tenant Security Model: How To Mitigate Risks
The post How to Mitigate Risks Of Your Multi-Tenant Security Model appeared first on Ascendixtech blog.The multi tenant security model is the way you protect customers' and organizations data within y...
09:59 pm GMT - Wed, March 16, 2022
Dev To 10-12 of 100 Days of Code
I developed a static website about a mushroom company. I used html and CSS....
09:54 pm GMT - Wed, March 16, 2022
Dev To Why should you use a static site generator?
Static site generators appeal to many developers primarily for reasons relating to their performance. Sites can certainly be faster and more secure if theyre created with an SSG, but some of the addit...
09:50 pm GMT - Wed, March 16, 2022
Dev To What Devs Need To Teach CEOs About AI w/ Lexions Emad Elwany
For decades Artificial Intelligence has been a focus of best-selling science fiction authors and an antagonist for blockbuster Hollywood movies. But AI is no longer relegated to the realm of science f...
09:46 pm GMT - Wed, March 16, 2022
Dev To What is a Git-based CMS?
By Mike NeumegenGit is one of the most popular collaboration platforms in the world. Its a piece of software that has transformed how we build software together. Before Git, open-source software was b...
09:38 pm GMT - Wed, March 16, 2022
Dev To Store Log Messages in SQL Server For Your ASP.NET Core 6.0 App by Using NLog
NLog is a third-party library to store message that shown the state of the application, and there is more than one way to store that messages:1- File2- Console3- Database (I will describe how to use t...
09:34 pm GMT - Wed, March 16, 2022
Dev To A Practical Introduction to Developing Web3 Apps Using Solidity and React - Part 1
Developing a Smart ContractImagine building a project with someone. You are planning on monetizing this project by accepting payments in cryptocurrency. You would want to distribute the earnings...
09:34 pm GMT - Wed, March 16, 2022
Dev To Introduo ao Express
HTTP O que ? o protocolo mais utilizado na web para a comunicao entre cliente e servidor. O que faz?Carrega informaes cliente -> servidor / servidor -> cliente, sendo possvel alt...
09:29 pm GMT - Wed, March 16, 2022
Dev To O Bsico: Express - Rotas
Roteamento O que ? o aspecto mais bsico de uma API HTTP, onde cada rota representa um endpoint e cada endpoint responsvel por uma ao, alm de que cada rota pode tratar de diversos mtodos HT...
09:22 pm GMT - Wed, March 16, 2022
Dev To What's the essential information that must-have in your portfolio to get a job as a developer?
The portfolio website is the first thing you will ask about it when you pass the job interviews , it's necessary for every developer, for that, you need to build a professional portfolio that displays...
09:21 pm GMT - Wed, March 16, 2022
Dev To Plaraphy | Paraphrasing API And Tool For Free
We are excited to share Plaraphy! The free, powerful REST API for article rewriting and paraphrasing.Re-write your articles and get plagiarism-free content.Rewriting tool + Paraphrasing API.The Plarap...
09:21 pm GMT - Wed, March 16, 2022
Dev To In Need of 100 Days of Code Ideas
Disclaimer: This challenge will not be started until my current project reaches a publishing stateThe aim is to start by April 7thI want the time before officially starting the challenge to build a pe...
09:13 pm GMT - Wed, March 16, 2022
Dev To 10 Soft Skills You Need As A Developer.
Web development requires programming skills and knowledge. These hard skills are a must-have for every developer. Gone are the days when they only hired you for your technical ability. You now have to...
09:13 pm GMT - Wed, March 16, 2022
Dev To How to hire engineers, by an engineer
It has been a few years since I have been part of the recruitment process. Still, I recently went through the hiring process when looking for a new job. Therefore, I will mix a bit from both sides for...
09:08 pm GMT - Wed, March 16, 2022
Dev To Defensive development: Gradle plugin development for busy engineers
This post is a direct follow-up to Gradle all the way down: Testing your Gradle plugin with Gradle TestKit. You don't have to read that, but I will make no effort to explain anything here that was alr...
09:01 pm GMT - Wed, March 16, 2022
Dev To Clearing your browsers cache - Why it is so important?
So cache. You have probably heard of it, although you may not even know what it means. I have seen many beginner developers (Especially HTML/CSS ones) struggle with the concept, and how it works. Than...
08:58 pm GMT - Wed, March 16, 2022
Dev To Celebrating Telescope's 3000th Issue and PR: Progress
Star Field: Progress ReportAs I mentioned in the previous blog, I was brainstorming about some ideas to celebrate Telescope's 3000th issue and pull request. Last week, I have decided to go with ...
08:55 pm GMT - Wed, March 16, 2022
Dev To Coding The Facebook Login Page By Hand
...
07:29 pm GMT - Wed, March 16, 2022
Dev To Material Dashboard React - Open-Source Template
Hello Coders! This article presents an open-source React Template crafted and released for free by Creative-Tim. Material Dashboard React is a pixel-perfect dashboard built on top of M-UI library, the...
07:12 pm GMT - Wed, March 16, 2022
Dev To Zsh - the sheet
BasicsLet's start with some basic concepts. Zsh is probably Bash++Zsh has many of the essential features of bash, ksh, or tcsh, so common syntaxes such as conditional statements, expansions...
07:07 pm GMT - Wed, March 16, 2022
Dev To Fetch requests in JavaScript
Most of the time in your applications, you will need to access data, or "fetch" it from another source, such as a server, API, etc.This is where fetch requests come in handy.I'll use this free API abo...
07:04 pm GMT - Wed, March 16, 2022
Dev To Python @staticmethod vs. @classmethod
What is the difference between the Python @staticmethod and @classmethod? decorators?Checkout my latest Youtube video and this blog article to find it out why:https://k0nze.dev/posts/python-staticmeth...
06:50 pm GMT - Wed, March 16, 2022
Dev To Internet Everywhere - DNS Tunnel
DNS Tunnel is a great tool for accessing the internet even in the most unlikely places.At times, you may encounter a faulty internet connection, down for maintenance, filtered by a firewall;a DNS tunn...
06:50 pm GMT - Wed, March 16, 2022
Dev To How I got 100 followers on dev.to in 10 days, and why YOU should start blogging now.
First of all, THANK YOU SO MUCH FOR 100 FOLLOWERS. It's the most number of followers I have on ANY platform - 61 on twitter, 30 on Github - I'm really grateful to Dev.to and all the amazing people her...
06:50 pm GMT - Wed, March 16, 2022
Dev To Wordle guesser with NodeJS
(English version bellow...)ltimamente se ha puesto de moda jugar a Wordle y como no soy una excepcin, yo tambin me puse jugar. Me di cuenta que al refrescar la pgina no se pierden las jugadas y ...
06:48 pm GMT - Wed, March 16, 2022
Dev To What is CRUD? CRUD Operations Explained
Modern web development involves user interaction with databases. As a rule, the user needs to perform some actions with the database. Usually, there are 4 actions: create, view, update and delete some...
06:42 pm GMT - Wed, March 16, 2022
Dev To Tutorial: Play with a Speech-to-Text API using Node.js
Play with an API from Deepgram converting an audio file or audio stream into written textThe purpose of building this blog is to write down the detailed operation history and my memo for learnin...
06:37 pm GMT - Wed, March 16, 2022
Dev To Create a form and fill form details in below table in Javascript
Seems simple task right?. Correct. Basic JS DOM interaction, HTML & CSS knowledge is enough to achieve this. This task can be an interview question for you. It's not that searching around differen...
06:36 pm GMT - Wed, March 16, 2022
Dev To promises and async-await in JavaScript
Let's see what MDN has to say:A Promise is a proxy for a value not necessarily known when the promise is created. It allows you to associate handlers with an asynchronous action's eventual success val...
06:31 pm GMT - Wed, March 16, 2022
Dev To Building an NFT Preview Card With KendoReact
Kendo UI is a UI library built by Progress Telerik to develop user interfaces for small and enterprise-level applications. Kendo UI is available for the following JavaScript frameworks: React, Angular...
06:02 pm GMT - Wed, March 16, 2022
Dev To INTRODUCTION TO HTML
HTML stands for Hyper Text Markup Language and it is used for creating web pages.Let's dive in directly to a simple HTML code.<!DOCTYPE html><html><head><title>First Program<...
05:50 pm GMT - Wed, March 16, 2022
Dev To What does "trusting your gut" look like?
At good companies you succeed and you fail together. Everyone is contributing and making decisions with the best intentions. Everything is in service to the company's (and therefore your own) success....
05:47 pm GMT - Wed, March 16, 2022
Dev To Major difference between Web3 and Web2
Web3 have been the talk of the town, but what exactly is the difference between web3 and web2?Conceptualizing the World wide web, it is just like a remote village with different household (Families), ...
05:36 pm GMT - Wed, March 16, 2022
Dev To Type-level Bubble Sort in Rust: Part 2
Hello everyone! In the previous post from this series we discussed traits, type-level number representation, and implementation of basic type-level computations. The topic of this article is type-leve...
05:33 pm GMT - Wed, March 16, 2022
Dev To Day-45 Training At Ryaz
Date:16/03/2022Day:WednesdayToday, I started at about 11:00 am as my aim was to do with crud app operations as I was stuck with an messy thing that I was not able to connect my app with my db as I sta...
05:32 pm GMT - Wed, March 16, 2022
Dev To Combining dbt Metrics with API, Caching, and Access Control
If you're using dbt to transform data in your data warehouse and you're excited about dbt Metrics feature, here's how you can add caching, access control, and a variety of APIs (such as REST, GraphQL,...
05:29 pm GMT - Wed, March 16, 2022
Dev To How to set up Laravel with PostgreSQL?
DECK has separate images for Laravel and PostgreSQL. So let's look at how we can set it up in just two clicks. First, choose an image for LaravelYou can select either Nginx-PHP or apache-PHP or ...
05:28 pm GMT - Wed, March 16, 2022
Dev To Valid Parentheses - Daily JS (Day 19)
Problem StatementGiven a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.An input string is valid if:Open brackets must be closed by the...
05:25 pm GMT - Wed, March 16, 2022
Dev To How do I get flutter to run correctly in VS Code on win10
{Use the questions/pointers below to guI've installed flutter and dart sdk but I get the above errors when I run flutter doctor. I've even added to path in environment variables but nothing seems to w...
05:20 pm GMT - Wed, March 16, 2022
Dev To If youre interested in WebAssembly, and dont get enough depth here on DEV, read this
WASM Builders is the new Forem in town. If you click that link, youll find the new WebAssembly Forem run by a consortium of deeply engaged companies looking to expand the impact of WebAssembly.It will...
05:13 pm GMT - Wed, March 16, 2022
Dev To Working with Supabase Studio
Written by Vijit AilIts no surprise thatSupabase adoption continues to grow among developers. The platform can be used to spin up a real-time backend in less than two minutes. Supabase offers an open ...
05:12 pm GMT - Wed, March 16, 2022
Dev To Deploying an English Speech to Text model to heroku
I will be showing you how to deploy the coqui-ai english speech to text model on heroku such that you can use it within your applications.The model we will deploy can be found here . It is a large voc...
03:26 pm GMT - Wed, March 16, 2022
Dev To 5 Good Practices for Error Handling inC
The best way to prevent having bugs in your program or app is to avoid handling errors that could occur in your code. If you can avoid them, you won't have to check for them and handle them when they ...
03:06 pm GMT - Wed, March 16, 2022
Dev To Uploading objects to S3 using one-time pre signed URLs
Originally posted at ServerlessAWS provides the means to upload files to an S3 bucket using a pre signed URL. The URL is generated using IAM credentials or a role which has permissions to write to the...
02:47 pm GMT - Wed, March 16, 2022
Dev To Week 1 - Counter App
Welcome in Week 1 of React CurveHello developer!, glad to see you again.This is react-curve, open source project where I can share and start creating small UI component in the way I understood t...
02:33 pm GMT - Wed, March 16, 2022
Dev To What do you wish you knew when you worked you first entry-level tech job?
No matter how prepared (or not) you felt for your first job in tech, theres inevitably some things you wish you had done differently.If youre in an entry-level job now or hope to be in one soon, whats...
02:31 pm GMT - Wed, March 16, 2022
Dev To Diving into the macros that make Phoenix controllers work
Youve made a Phoenix controller before, but do you know how it actually works? Lets explore some code together. Make a new projectFirst, were going to make a new phoenix project. Im including the...
02:02 pm GMT - Wed, March 16, 2022
Dev To Implementing service discovery for microservices
What is service registration discovery?For developers who work with microservices, the concepts of service discovery should be familiar.For example, if service A depends on service B, we need to...
02:00 pm GMT - Wed, March 16, 2022
Dev To Nextjs theme managing with next-themes and Tailwind CSS
next-themes is a cool package that provide an easy solution to managing your website theme. Today we're going to learn how to set up next-themes to work with Tailwind CSS PrerequisiteAlready have...
01:50 pm GMT - Wed, March 16, 2022
Dev To Queue Data Structure in JavaScript
This post was originally published at TK's blog.The queue data structure is a collection of items that follow the first-in first out principle. The first added element will be the first element to be ...
01:35 pm GMT - Wed, March 16, 2022
Dev To Interview with Tom Granot - Developer Observability, KoolKits and Reliability
In preparation for the upcoming Developer Observability Masterclass were hosting at Lightrun with Thoughtworks and RedMonk, I sat down for a brief interview with Tom Granot - the Director of Developer...
01:18 pm GMT - Wed, March 16, 2022
Dev To From AWS Lambda to AWS Step Function
Serverless applications are becoming more common, and more people migrate their container applications. So I see a pattern emerging talking around with people in different countries, and this post is ...
01:15 pm GMT - Wed, March 16, 2022
Dev To Import Maps Under the Hood in Rails 7
Import maps is the new feature in Rails 7 that allows us to say goodbye to Node.js and tools like Webpack. There's no need for bundling anymore. With this new mechanism, you can still manage your Java...
01:14 pm GMT - Wed, March 16, 2022
Dev To What Every Good README ShouldContain
I work in a large engineering organization that has thousands of repos actively in use. The unique nature of my current role means that rather than working in just a few of these repos, I am often wor...
01:10 pm GMT - Wed, March 16, 2022
Dev To Code smell | Shotgun surgery
Hello, today we are back with the code smells refactoring series and in this case we are going to talk about code smell called Shotgun Surgery, this smell can be detected if making a change have to re...
01:02 pm GMT - Wed, March 16, 2022
Dev To Web Component Best Practices
Writing Web Components is hard. Writing good Web Components is really hard. After spending the last year building out the AstroUXDS Web Components, I've learned a hard truth that a really good React/V...
12:55 pm GMT - Wed, March 16, 2022
Dev To Cloud Computing Trends Your Enterprise Should Leverage
Cloud computing has become the new normal for modern businesses even if they are not from the IT sector. Why? Because of the advantages that this technology offers. From reducing expenses of heavy com...
12:49 pm GMT - Wed, March 16, 2022
Dev To Recording a Cypress Test with Cypress Studio
IntroductionCypress Studio is tool that is packaged with Cypress, and allows you to record a Cypress test while interacting with your application. As of this writing, Cypress Studio is still an...
12:49 pm GMT - Wed, March 16, 2022
Dev To Solved: Visual Studio Code Input not Working.
IntroductionEvery day, developers are usually exploring new solutions that software packages to make their programming experience more pleasant. Every day, we all confront different challenges, ...
12:46 pm GMT - Wed, March 16, 2022
Dev To Deploy Your Node.js (or any) Apps to Dark Web! It's so Easy!
Hey There Devs!Hope you are doing well with your projects .Today I am gonna take you to the world of Dark Web!Sounds Cool?So, let's get into it! TOCIntroductionProcedure Understanding Files...
12:46 pm GMT - Wed, March 16, 2022
Dev To How to start contributing to open source projects??
Post on Google Summer of Code (Long Post)how to start contributing to open source projects??This world is full of open source projects they are everywhere from smartphones to satellites. It is very ea...
12:40 pm GMT - Wed, March 16, 2022
Dev To 7 Common eCommerce Website Mistakes You Should Avoid
Should you start your own eCommerce store?Building your own online store is considered the simplest way to reach and stay connected with your target customers, considering you dont have to set up a br...
11:50 am GMT - Wed, March 16, 2022
Dev To MQTT Mobile App to Pulsar via MQTT
FLiP-OwnTracks-MQTTMQTT Phone App to Pulsar via MQTThttps://owntracks.org/ is a cool app you can use to send your location over HTTP or MQTT. We will use MQTT, which is actually MoP (MQTT on P...
11:39 am GMT - Wed, March 16, 2022
Dev To Best programming languages for Blockchain app development
SolidityInfluenced by JavaScript, Powershell, and C++, Solidity is the first blockchain programming language that one must learn. Especially when you want to develop dApps or are looking to get ...
11:39 am GMT - Wed, March 16, 2022
Dev To How Vue Components Work
Components let us split parts of our site into reusable pieces which we can then place in multiple places. This can be incredibly powerful - and ultimately means reduced workload, as we can reuse code...
11:35 am GMT - Wed, March 16, 2022
Dev To Fundamentals of Short-circuiting with JavaScript
Conditional blocks are an integral part of any programming language. The same goes for JavaScript. As beginners, we are taught to either use if-else blocks or switch-case statements to control the flo...
11:21 am GMT - Wed, March 16, 2022
Dev To Customizing Codespaces
Youve probably had this situation at least once on your career: you join a new team and it takes you at least 10 days to finally get the build to succeed on your local machine, the tests to pass, the ...
10:54 am GMT - Wed, March 16, 2022
Dev To My open source contributions to Supabase
A short article about my first open source contribution to Supabase.Supabase is an open-source Firebase alternative. Supabase uses Gotrue as an authentication server. Gotrue is an auth API server writ...
10:39 am GMT - Wed, March 16, 2022
Dev To Is using a VPN illegal in Russia? Russian State Censorship Explained
Is using a VPN illegal in Russia? The answer is no.The Russian government doesnt explicitly prohibit the use of VPNs and anonymizers. But the country does block URLs of VPN providers that offer access...
10:20 am GMT - Wed, March 16, 2022
Dev To This Week In React 98: React 18 RC2, Framer Motion, 3D Avatar, Parca, React-Native, Solito, Flutter, TypeScript, Safari...
Hi everyone!4 big news this week: React 18 RC2 with official blog post The rollout of the new React-Native architecture is accelerating The Microsoft proposal to add type annotations in JavaScript!...
10:00 am GMT - Wed, March 16, 2022
Dev To Python Mini Projects
Engineering student projects for B.Tech and M.Tech final year students. Takeoff Edu Group offers a wide range of projects best for python mini projects looking for magnificent final projects at low co...
09:57 am GMT - Wed, March 16, 2022
Dev To How to choose the Best B2B eCommerce Platform
The global B2B eCommerce market, valued at USD 14.9 trillion in 2020, is over 5 times that of the B2C market. B2B sellers and purchasers find it easier to transact online than in person too, just as B...
09:57 am GMT - Wed, March 16, 2022
Dev To How I Developed a Site On The Go with PylonTin?
I wasn't really a fan of cloud development until I was forced to experience with it ... and it wasn't that bad after all. In fact, it ends up a rather nice experience.I have been working for the China...
09:51 am GMT - Wed, March 16, 2022
Dev To Laravel 9 Authentication Tutorial
What is Laravel?Laravel is an open-source PHP web application framework with expressive, elegant syntax. It is an MVC framework for building simple to complex web applications using the PHP prog...
09:48 am GMT - Wed, March 16, 2022
Dev To JavaScript Proxy
A JavaScript Proxy is an object that wraps another object and intercepts the fundamental operations of the target object.syntax:let proxy = new Proxy(target, handler);target is an object to wrap, can ...
08:52 am GMT - Wed, March 16, 2022
Dev To Branding Photography for Effective Personal Branding
Be who you are Becoming! **Discretion!This can be the gateway to your next level of wealth, and it's definitely would not be free forever!Signup for full access asurrance here! IntroductionT...
08:51 am GMT - Wed, March 16, 2022
Dev To Soft UI Design System - Free Resources and Starters
Hello Coders!This article presents a curated list with starters and templates crafted on top of Soft UI Design System, an open-source design system from Creative-Tim. All mentioned products are availa...
08:47 am GMT - Wed, March 16, 2022
Dev To How to add delay between CSS keyframe animation
Problem StatementI want the animation to run for 4 seconds.~ plus ~I want the animation to delay for 6 seconds in between iterations.~ equals ~10 total secondsHere is how you achieve it..swing { an...
08:41 am GMT - Wed, March 16, 2022
Dev To An alternative way of loading content in Astro
Astro has a super cool function called fetchContent it can be used to fetch content from your pages.A little example, if I want to retrieve all my posts in Astro I simply use the following command:con...
08:34 am GMT - Wed, March 16, 2022
Dev To Best Youtube pages for learn coding
Hello, today we want to introduce you to the best YouTube channels that teach you coding.1.freeCodeCamp 2.Codemy.com3.Bro Code 4.The Coding Train5.Programming with Mosh 6.Tech With Tim7.Clear Code8.Co...
08:32 am GMT - Wed, March 16, 2022
Dev To JavaScript Basics Before You Learn React
In an ideal world, you can learn all about JavaScript and web development before you dive into React. Unfortunately, we live in a not-perfect world, so chomping down on ALL of JavaScript before React ...
08:04 am GMT - Wed, March 16, 2022
Dev To Fake Store App using API
This is a simple store app made using fake store api.Project Github...
08:03 am GMT - Wed, March 16, 2022
Dev To Scalable Reusable Components in React
I will briefly go over this tutorial, with an example ErrorAlert component. The ProblemWhen creating reusable components people will naturally feel passing what the component needs as props would...
07:54 am GMT - Wed, March 16, 2022
Dev To Machine Learning Algorithms (Part1)
[https://medium.com/datadriveninvestor/machine-learning-algorithms-part1-7167a7f4547e]...
07:54 am GMT - Wed, March 16, 2022
Dev To React typing animation effect
IntroductionIn this article, we will implement react typing animation effect using react-typed library. You ever want to add typing animation or typewriter-like effect to your react js website ...
07:52 am GMT - Wed, March 16, 2022
Dev To Glass Bead Uses
Glass bead Price are an excellent surface preparation media. They are spherical beads made ofvirgin glass stock, which makes them more durable than crushed recycled bottle glass. Becausethey are made ...
07:28 am GMT - Wed, March 16, 2022
Dev To What are Go Generics & When Should I use Them?
Yesterday Go 1.18 was released! 1.18 has been eagerly awaited by the Go Community as it contained the official support of generics in Go as well as a whole host of other features which I hope to cover...
07:25 am GMT - Wed, March 16, 2022
Dev To Docker: Explained to a 5 year old.
When I was starting out with docker, everything was really difficult for me to figure out. But don't worry. I'm here Docker is an AMAZING tool that you just can't miss. It's EVERYWHERE!So here's ever...
07:21 am GMT - Wed, March 16, 2022
Dev To How do you select the most appropriate technological stack at the back-end of your application?
The decision is more challenging because it's challenging to determine which framework, language or runtime environment stack is superior to another, each with its strengths and disadvantages.In speci...
07:03 am GMT - Wed, March 16, 2022
Dev To How to use exponents in Python?
In this tutorial, we learn how to use exponents in Python. Raising a number to the second power is a little more complicated than normal multiplication. Simply put, exponent is the number of times tha...
06:41 am GMT - Wed, March 16, 2022
Dev To Weekly web development resources 113
7 Fresh Links on PerformanceA handful of good links to articles about performance on CSS-Tricks. nextjs-componentsA collection of React components, transcribed from Vercel. pppaletteA ...
06:38 am GMT - Wed, March 16, 2022
Dev To Database Partitioning
A database can be partitioned horizontally, vertically, or functionally.In horizontal partitioning, also called sharding, each partition holds data for a subset of the total data set. The partitions s...
06:36 am GMT - Wed, March 16, 2022
Dev To C basics: Pointers vs iterators
Do you sometimes feel that you cannot explain the most basic things of a language you work with? You're asked a simple question and suddenly you can only say "eeeeeeeh, I have to check, sorry."Don't w...
06:32 am GMT - Wed, March 16, 2022
Dev To Financial Data APIs are to Banks as LinkedIn is to Recruitment Agencies
As the modes of growing business in all sectors are revolutionizing, we can see improvements in the banking industry where financial data APIs are playing an important role.A company information API, ...
06:24 am GMT - Wed, March 16, 2022
Dev To Omegle TV - Meet New People in the Virtual World
If you're interested in live video chat, you've probably heard about Omegle. The app has an intuitive interface and no registration. It also uses your microphone, camera, and location to find people n...
06:24 am GMT - Wed, March 16, 2022
Dev To Part 2: Creating a web framework
Like I promised in my previous post, I spent more time in this project to create a usable frontend framework with a javascript view controller. The main objective of this exercise is to create a low l...
06:15 am GMT - Wed, March 16, 2022
Dev To Keto Now Weight Loss Support Formula Is It Really Safe?
We don't have this in our neck of the woods so that every reader of Keto Now can recall this in reference to your factor. It is a high octane approach. I'd be right. That begs the question, other than...
06:14 am GMT - Wed, March 16, 2022
Dev To Tokencamps a new chapter in cryptocurrancy media, focus on Insight and Instant Media
In recent years, the blockchain and cryptocurrancy industry is surging, the global landscape is facing profound iterations, media convergence is advancing, and media platform iterations and upgrades a...
04:46 am GMT - Wed, March 16, 2022
Dev To Why doesn't JavaScript have a nullish-coalescing-assignment (??=) operator?
JavaScript has ??, and is used by doing x ?? y.The purpose of which is to replace null-like values with another, instead of ||, which favors the right hand side if the left is falsy, regardless of whe...
04:32 am GMT - Wed, March 16, 2022
Dev To AWS CDK 101 - Building Constructs and Simple counter store in dynamodb
Beginners new to AWS CDK, please do look at my previous articles one by one in this series.If incase missed the previous article, do find it with the below links. Original previous post at Dev Post ...
04:14 am GMT - Wed, March 16, 2022
Dev To Scale Appwrite Storage with DigitalOcean Spaces
Appwrite is an open source backend-as-a-service that abstracts all the complexity involved in building a modern application by providing you with a set of REST APIs for your core backend needs. Appwri...
03:33 am GMT - Wed, March 16, 2022
Dev To Test gRPC services with gRPCurl
Test gRPC services with gRPCurlThe gRPC functions can only be called by gRPC clients. My team just started migrating to gRPC stack, and I found gRPCCurl is a very helpful CLI tool to test and de...
03:10 am GMT - Wed, March 16, 2022
Dev To Light / Dark / Black Theme
...
03:06 am GMT - Wed, March 16, 2022
Dev To Light / Dark / Black Theme
...
02:11 am GMT - Wed, March 16, 2022
Dev To One-click attack nima?
XSRF/CSRF (one-click attack) hujumlar deb bir zararli saytdan turib boshqa saytga hujum qilinishga aytiladi.Quyidagi holatga nazar tashlang:siz https://halol-bank.uz saytiga login qilganingizda u sayt...
02:10 am GMT - Wed, March 16, 2022
Dev To MediaRecorder API Tutorial
IntroductionHello! Here I will show you how to use the MediaRecorder API to record your web camera and save the recorded media to a local file. What is the MediaRecorder API?In simple terms...
02:05 am GMT - Wed, March 16, 2022
Dev To Rm
...
11:20 pm GMT - Tue, March 15, 2022
Dev To Rm
Yet another glowing card...
11:11 pm GMT - Tue, March 15, 2022
Dev To SheCoded Raised $2,000 for Girls Who Code!
Hello, dear DEV community!I wanted to follow up with a quick memo about the donation our community made possible by contributing #SheCoded, #TheyCoded, and #SheCodedAlly stories to our collection in 2...
10:23 pm GMT - Tue, March 15, 2022
Dev To My all new portfolio site for 2022
A while ago I received a lot of compliments for my previous portfolio after it has been mentioned by Kethmars.I got a bit tired of it and decided to rebuild it from scratch and wanted to share it with...
10:22 pm GMT - Tue, March 15, 2022
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...
10:18 pm GMT - Tue, March 15, 2022
Dev To How to make API calls with Postman and Livepeer Video Services
APIs are essential when it comes to software development. It allows softwares to communicate with each other to exchange information. In the beginning, when learning to make API calls, it can be a cha...
10:04 pm GMT - Tue, March 15, 2022
Dev To Day 550 : Endless Space
liner notes:Professional : Pretty chill day. I set up my slides for my workshop coming up. I'm looking into some other ways to do some things a little bit easier and through the browser without having...
09:54 pm GMT - Tue, March 15, 2022
Dev To Go from the beginning - arrays and slices
An array is group of elements that are connected. You want to use an array when you have a group of something, like many orders, cars, rows in a file. The idea is to collect all that data in one struc...
09:27 pm GMT - Tue, March 15, 2022
Dev To Understanding Callbacks
Understanding CallbacksCallbacks seem to be a sticking point for people new to programming. Put simply, callbacks are functions that are passed into another function as an argument. With the man...
09:25 pm GMT - Tue, March 15, 2022
Dev To Early Return Pattern
Early Return PatternPeople new to programming sometimes struggle to understand returning early inside a function, especially if they come from a language like Ruby, which has implicit returns. T...
09:19 pm GMT - Tue, March 15, 2022
Dev To Towards Vendure v2.0
Today sees the release of version 1.5 of Vendure, the open-source headless commerce framework. This release sees Vendure reach a point of high stability & maturity, with all major APIs completed a...
09:06 pm GMT - Tue, March 15, 2022
Dev To Introduo a Testes no Back-end
Tipos de Testes UnitrioTestes unitrios trabalham no menor escopo do cdigo, testando funes, ou classes, individualmente, variando de acordo com o paradigma. IntegraoTestes de integrao u...
09:06 pm GMT - Tue, March 15, 2022
Dev To Show off your Lighthouse scores as static HTML in Eleventy with the PageSpeed Insights API
The Eleventy community is focused on performance in a way that you don't tend to see with other tools, mostly because it tends to attract fans of keeping things lean and appreciating the fundamentals ...
09:05 pm GMT - Tue, March 15, 2022
Dev To Don't use String.ToLower() in C when comparing strings
When comparing strings, often the casing should be ignored in the comparison. Most of the times, this is required because every user writes text different. I do not really care when there is Apple or ...
09:04 pm GMT - Tue, March 15, 2022
Dev To Semantic HTML: What, Why, and How
WhatUse HTML elements for their intended purpose. Separate content and presentation. WhyIt's easier to read and naturally leads to more consistent code. Consistent HTML code is easier to st...
09:00 pm GMT - Tue, March 15, 2022
Dev To Draft: Using DEV.to as CMS for my blog
Hello everyone, welcome to my blog, this is my first post in a language that are not my mother language and I'm really excited to start this.First of all, thanks for your time and I hope you enjoy my ...
08:59 pm GMT - Tue, March 15, 2022
Dev To ELK: Elasticsearch in 5 minutes
If you claim to be a Data Engineer or a DevOps engineer then you surely have heard of Elasticsearch, this technology has been gaining traction for all the right reasons. Although you can use Elasticse...
08:58 pm GMT - Tue, March 15, 2022
Dev To How I Created My Sign Up Page From Start To Finish
Hey guys so today will be giving you step by step how I created my first sign up page.Please note I created this using HTML and CSS you can check my previous posts to learn about Html and CSS.Firstly...
08:57 pm GMT - Tue, March 15, 2022
Dev To How to minimize latency to less than 1 sec for mass streams?
Is it possible to achieve less than a second latency in a video broadcast? What if the stream goes to a thousand people? Yes. How? Lets answer using the project WorldCast Live as an example. We did it...
08:53 pm GMT - Tue, March 15, 2022
Dev To Tailwind Carousel in Rails 7
After being absence for a while, I recently began to reshape my Rails skills.A basic Rails7-setup now includes TailwindCSS and TurboFrames. I designed a simple Website providing a carousel as eye-catc...
07:35 pm GMT - Tue, March 15, 2022
Dev To Take Your First Steps Towards Becoming A Front End Developer
Have you been thinking about learning web development? This article gives you a roadmap on how to do just that. Web development has got two significant divides, the frontend, and the backend. Now that...
07:34 pm GMT - Tue, March 15, 2022
Dev To Using vendor chunk file from another application
There is a react project where the vendor and app code are split into separate files upon build.Can I load this app code js file in another react project (say Project B) using only the Project B's ven...
07:34 pm GMT - Tue, March 15, 2022
Dev To Reaper 3.0 for Apache Cassandra is available
The K8ssandra team is pleased to announce the release of Reaper 3.1. Lets dive into the features and improvements that 3.0 recently introduced (along with some notable removals) and how the newest upd...
07:32 pm GMT - Tue, March 15, 2022
Dev To 15 UI Component Libraries for Vue 3 in 2022
Here are ~15 libraries that appear to be working with Vue 3 and the Composition APIAnt Design for Vue (16k stars on GitHub)Folks have complained that Ant is bloated, inaccessible, and not performant. ...
07:31 pm GMT - Tue, March 15, 2022
Dev To Creating a TypeScript React Application with Vite
Front-end applications are becoming ever bigger and more complex. It is not uncommon for a React app to have hundreds or even thousands of components. As the project size increases, build times become...
07:25 pm GMT - Tue, March 15, 2022
Dev To ThreatMapper 1.3.0: Now with Secret Scanning, Runtime SBOMs, and More
We are pleased to announce the general availability of ThreatMapper 1.3.0! Highlights from this latest release include:Secret scanning at runtimeRuntime Software Bill of Materials (runtime SBOM)A new ...
07:22 pm GMT - Tue, March 15, 2022
Dev To Terminal komandalari 4
aliasalias datedir='mkdir $(date "+%d-%m-%Y")'alias bu 1 ta papkani har doim yozish oldini oladi.alias komandasi faqat 1ta terminal session uchun ishlaydi. datedate komandsi bugungi sanani ...
07:20 pm GMT - Tue, March 15, 2022
Dev To React Developer Tools Ma quindi aiuta davvero!
Sono quel tipo di persona che appena inizia ad approfondire un nuovo argomento / framework / libreria, va a fare una ricerca su tutto quello che potrebbe rendere lo studio o la messa in pratica, piu f...
07:15 pm GMT - Tue, March 15, 2022
Dev To Ultimate CI Pipeline for All of Your Python Projects
Every project can benefit from a robust continuous integration pipeline that builds your application, runs tests, lints code, verifies code quality, runs vulnerability analysis and more. However, buil...
07:04 pm GMT - Tue, March 15, 2022
Dev To Major version upgrades to Aurora PostgreSQL - some gotcha's
BackgroundMajor version upgrades for Aurora PostgreSQL used to be painful if you were behind on versions. For example - lets assume you were on Aurora PostgreSQL 9.6 and AWS notified users that ...
07:02 pm GMT - Tue, March 15, 2022
Dev To The Functional, Usable, Delightful of... Park Benches
FunctionalIt's a stone cold, cold, stone slab. You can sit on it, although you're just as likely to be lying underneath it. UsableA back rest, an arm rest, a shaded, sheltered rest. Also,...
07:00 pm GMT - Tue, March 15, 2022
Dev To How to Persist and Rehydrate Vuex State Between Page Reloads
There are instances in your Vue.js project where you need to share data between components. The global event bus could be the first idea to come to mind. While this may be enough for a simple applicat...
05:52 pm GMT - Tue, March 15, 2022
Dev To The perfect image lazy loading
Alright, lets get our JavaScript coding fingers ready for we are going to make the most awesomest image lazy loading!<img alt="A giraffe eating fallback code solutions" src="giraffe.jpg" height=...
05:43 pm GMT - Tue, March 15, 2022
Dev To Make immutable pop(), push(), shift(), unshift()?
We know very well how these functions work in Javascript. So, here I am going to write immutable implementations for the same functions as per my understanding. Please do comment your suggestions/conc...
05:38 pm GMT - Tue, March 15, 2022
Dev To The Pitfalls of Productivity Guilt
I've been working since I was 17. When I was a senior in high school, I got my first publishing illustration gig, and since then I've had the pleasure of building up a clientele, making connections wi...
05:29 pm GMT - Tue, March 15, 2022
Dev To Harry Potter Character Search
So this has been a long time coming. I'm really behind and in the depth of things, I realize that this is a golden nugget that I'm let slip threw my fingers. The reason I write this post is to finally...
05:14 pm GMT - Tue, March 15, 2022
Dev To Qiziqarli | Quiz Game | TERMINAL KOMMANDALARI javoblari
Men hozir sizlarga bundan oldingi postimizdagi QuizGame savollariga javoblarini taqdim qilmoqchiman! Manfaatli bo'lishidan umidvormiz! Demak boshladik1. - javob mkdir $(date '+%d-%m-%Y') komman...
04:50 pm GMT - Tue, March 15, 2022
Dev To The 5 Short Frontend tips for March
Give the chance to fix the incorrect passwordFolks, how often did you make mistakes when you log in on apps? I'm a man who does it every day. I noticed apps reset my password if validation is fa...
04:31 pm GMT - Tue, March 15, 2022
Dev To TERMINAL komandalari mavzusiga oid | QUIZ GAME |
QUIZ GAME TERMINALga oid savollarga javoblar Lets goo 1.TERMINAL da bugungi sana nomi bilan (dd-mm-yyyy) formatida papka yaratish komandasini kiriting!mkdir $(date '+%d-%m-%Y') 2.Siz turgan ...
04:30 pm GMT - Tue, March 15, 2022
Dev To Bitcoin Address and PrivateKey Generator With Python and Check Balance
Bitcoin address and Private key search and generator with check balance without apikey first install this package :pip install hdwalletpip install bs4after install package's use this source :import t...
03:57 pm GMT - Tue, March 15, 2022
Dev To React best practices and patterns to reduce code
I have been working with React.js for the past 4 to 5 years and have been using it for a number of different projects. While working on different projects Ive found some common patterns I would like t...
03:53 pm GMT - Tue, March 15, 2022
Dev To AN INTRODUCTION TO PROGRAMMING: HOW TO BECOME A PROGRAMMER. programming HTML CSS tech Coding
Most likely, you've heard your friends, family, or social media buddies talk about programming and its benefits. Alternatively, perhaps you are interested in working in a company such as Google, Amazo...
03:46 pm GMT - Tue, March 15, 2022
Dev To Central Limit Theorem
The following video on Central Limit Theorem in 5 minutes discusses the following topics Population Sample Central Limit Theorem Central Limit Theorem example Hope you find it useful in y...
03:41 pm GMT - Tue, March 15, 2022
Dev To Which is Best Java Vs Python for Beginners ?
Why is Java best?Java provides excellent performance.Java provides a lot of libraries to navigate easilyJava provides Huge tutorial Content on the internet, For Example, Google, Youtube, EtcJava provi...
03:30 pm GMT - Tue, March 15, 2022
Dev To The weirdly obscure art of Streamed HTML
My goal from last time: reuse our existing APIs in a demo of the fastest possible version of our ecommerce website and keep it under 20 kilobytes.I decided this called for an MPA. (aka a traditional w...
03:22 pm GMT - Tue, March 15, 2022
Dev To Building Website from Scratch - Part 7
I Created a YouTube Video About this Series.Hey Fellas, This Is Shrikant Again With My New Random Video About Creating A Website or as I Say How to Build a Website From Scratch from index.html file to...
03:18 pm GMT - Tue, March 15, 2022
Dev To An all-in-one guide to gRPC-Gateway
Written by Anshul GoyalgRPC-Gateway is a plugin that generates a reverse proxy server for gRPC services that convert Restful/JSON into gRPC and vice versa.In other words, gRPC-Gateway will create a la...
03:16 pm GMT - Tue, March 15, 2022
Dev To High Performance and Truly EPYC: Vultrs New VMs Are Ready for Anything
Today were launching a completely new Optimized Cloud Compute product line, along with a refreshed Cloud Compute lineup of virtual machines. Overall, were introducing a wide range of shapes and sizes ...
03:15 pm GMT - Tue, March 15, 2022
Dev To What is React?
React is a free and open-source JavaScript library. You can build fast and interactive user interfaces with React. React is maintained by Meta and React community (consisting of individual developers...
03:10 pm GMT - Tue, March 15, 2022
Dev To On-demand Incremental Static Regeneration is Here!!!
IntroductionI wrote an article about Data Fetching in Nextjs ; in it I talked about the different way data is fetched and rendered in Next.js. I explained how Incremental Static Regeneration is...
03:08 pm GMT - Tue, March 15, 2022
Dev To Appendix: Sustainability (Development and Deployment Process) - AWS Well-Architected Framework Study Guide
Return to Well-Architected Framework GuideAppendix: SustainabilityHow do your development and deployment processes support your sustainability goals?Adopt methods that can rapidly introduce sustainabi...
03:07 pm GMT - Tue, March 15, 2022
Dev To UK Bank Holidays
It seems like the only authoritative source on UK Bank Holidays is gov.uk e.g. it will include substitute days when Christmas Day is on a weekend.You can use curl and jq to save the dates to csv:curl ...
03:06 pm GMT - Tue, March 15, 2022
Dev To Appendix: Sustainability (Hardware Patterns) - AWS Well-Architected Framework Study Guide
Return to Well-Architected Framework GuideAppendix: SustainabilityHow do your hardware management and usage practices support your sustainability goals?Use the minimum amount of hardware to meet your ...
02:00 pm GMT - Tue, March 15, 2022
Dev To How to solve Procfile issue in heroku?
Recently, I posted a blog in which I made a new bot and during the making of it faced an error which was being faced by many people, while deploying in Heroku, I got this error: procfile declares type...
01:24 pm GMT - Tue, March 15, 2022
Dev To 7 advice to help you inherit a legacy codebase
I wanted to make a recap of the most common and useful advice one can give to tackle Legacy codebases.I have a few of my own, but I also went out to ask experimented developers about their opinions.I ...
01:04 pm GMT - Tue, March 15, 2022
Dev To How to Become a Cyber Security Engineer
As the business world becomes increasingly digitalized, the need for cyber security experts grows every day. According to the Internet Society's Online Trust Alliance estimates, the cost of cybercrime...
12:58 pm GMT - Tue, March 15, 2022
Dev To What Are The 8 Stages of Software Development Life Cycle?
Software Product Development Lifecycle is the process of planning, creating, testing, and deploying software. It is a pre-defined framework adopted by software enterprises. Each product would have a d...
12:43 pm GMT - Tue, March 15, 2022
Dev To What Are The 7 Rs Of Cloud Migration Strategy?
IntroductionCloud migration strategies are high-level plans adopted by an organization to move their existing on-premise workloads and data to cloud environments or switch from one cloud service...
12:43 pm GMT - Tue, March 15, 2022
Dev To My home runs Redux
I have been playing around with smart homes for a long time; I have used most of the platforms out there, I have developed quite a few myself, and one thing I keep coming back to is Redux.Those who kn...
12:38 pm GMT - Tue, March 15, 2022
Dev To Testing Generics in Go
It's finally (almost) among us! Finally, after years of hearing that joke "what about Generics?" this long-awaited feature will be available in version 1.18 of the language, scheduled for release in M...
12:36 pm GMT - Tue, March 15, 2022
Dev To Pattern for Git commits
It's boring to write commit, but even more boring is not knowing where that change happened.Many of you may have already uploaded at least one commit to a github repository, but as not every junior is...
12:33 pm GMT - Tue, March 15, 2022
Dev To How fetch works in Javascript
If we want to get data from an API, or post data to a server, we have to use the fetch API. As is implied by the name, fetch() gives us a way to send and receive HTTP requests through requests and res...
12:32 pm GMT - Tue, March 15, 2022
Dev To Prevent Technical Debt Following These 3 Strategies
The expression technical debt gets thrown around a lot and every Engineer knows that it slows down the development process. In this article, I want to give practical advice that your engineering team ...
12:31 pm GMT - Tue, March 15, 2022
Dev To Universal Links and SwiftUI Video Calls
When making a video call application, you may want to share links to let your users' friends jump into the same video call or live stream that they're watching. The second-best way to achieve this is ...
12:30 pm GMT - Tue, March 15, 2022
Dev To How we leveraged nip.io and custom CA for Otomi
Otomi consists of a complete suite of applications that can be installed in one run on a Kubernetes cluster. It contains several open-source projects like Prometheus, Loki, Istio, cert-manager, exter...
11:46 am GMT - Tue, March 15, 2022
Dev To Rotator - MR Tutorial for Nreal Light
Next, let's rotate the GameObject touched around the palm of your right hand. This tutorial is a continuation of the "Hold Me Tight" tutorial. If you have not yet comple "Hold Me Tight", please procee...
11:42 am GMT - Tue, March 15, 2022
Dev To Webpack module bundler
OverviewIn this blog post, we will show you, what developers are facing problems earlier with libraries and frameworks, how the webpack bundle is solving the problem, and use case of the webpack...
11:32 am GMT - Tue, March 15, 2022
Dev To Destructive arguments used in technology discussions on social media that have to die
Social media is a wonderful thing as it does give everyone a voice. This can be a problem when that voice is used to bring other people down or make them feel small. As developers, we never shy away f...
11:20 am GMT - Tue, March 15, 2022
Dev To Mega Flask Tutorial for beginners & advanced 2022
This Mega Flask Tutorial aims to provide both basic and advanced concepts of the Python Flask framework. This Flask tutorial is designed for both beginners and professionals.Python Flask framework is ...
11:19 am GMT - Tue, March 15, 2022
Dev To Ethereum and BNB Wallet Generator , Balance Check
Ethereum Wallet Address and Private Key Generated With Python And Check Balance On ethersan and BSCscan With APIKEY :First install This Package On CMD or Terminal pip install coloramapip install hdwa...
11:03 am GMT - Tue, March 15, 2022
Dev To How to efficiently manage software updates across the network of your multiple boards?
If you have already encountered this problem, discover the Luos bootloader: it allows you to update different firmware easily!https://docs.luos.io/docs/tools/boot/...
10:48 am GMT - Tue, March 15, 2022
Dev To Python Modules
What is a Module?We have always avoided code duplication throughout the Python tutorials series. We used functions and classes for this. So can we use these functions or classes in another proje...
10:45 am GMT - Tue, March 15, 2022
Dev To How to add diagrams,flowcharts & visualizations in github readme with code
Cool ass dynamic charts generated by code inside readme is trully awesome ain't it?In Gtihub,there is a built in way to make flow charts with code.Original project named mermaid as an open source proj...
10:39 am GMT - Tue, March 15, 2022
Dev To Typescript Basics: How Generic Types Work
Typescript generics are a way to take a function that that has an argument which we can define when we call that argument - the same way we can change an argument of a function when we call it.If you'...
10:29 am GMT - Tue, March 15, 2022
Dev To Steps Involved in Selecting a Model (Model Selection)
Model selection is a key ingredient in the long and essential series of steps involved in creating a machine learning (ML) model that would be deployed into production.This article aims to act as a gu...
10:10 am GMT - Tue, March 15, 2022
Dev To Variance: from zero to the root
Hello, my name is Dmitriy Karlovskiy and I want to tell you about a fundamental feature of type systems, which is often either not understood at all or is not understood correctly through the prism of...
10:06 am GMT - Tue, March 15, 2022
Dev To Launching an app for your small business? Try Flutter
Gone are the days when only businesses with substantial budget to spare would choose to go for mobile app development. In the current market conditions, it has become almost essential for businesses o...
09:50 am GMT - Tue, March 15, 2022
Dev To Crash course in interactive 3d animation with React-three-fiber and React-spring
IntroductionThere are a growing number of sites out there that utilises interactive 3d animations. The interaction experience of these sites gives you a feeling that you are interacting with rea...
09:37 am GMT - Tue, March 15, 2022
Dev To Soft Dashboard Laravel - Free Template
Hello Coders!This article presents an open-source Laravel Template crafted and released for free by Creative-Tim. Soft Dashboard Laravel can be downloaded from Github and used for commercial projects ...
08:06 am GMT - Tue, March 15, 2022
Dev To An Introduction to Smart Contracts
Hello and welcome back to The Crypto Journal.No fear of missing out. Improve your crypto knowledge in 5 minutes with #TheCryptoJournalThis report will be an easy one as I will focus on the introductio...
08:04 am GMT - Tue, March 15, 2022
Dev To Women in Crypto: The impact of equality on a growing industry
You can find the article here.The advances in blockchain technology and the increasing adoption of cryptocurrencies have enabled people to cooperate and interact decentralized and equally. Blockchain ...
07:43 am GMT - Tue, March 15, 2022
Dev To How Do I Write Better Content For My Website
What Is Content MarketingContent marketing is a type of marketing that consists of strategically creating, publishing, and promoting content (including blog posts, emails, videos and podcasts). ...
07:40 am GMT - Tue, March 15, 2022
Dev To How to use 'not equal' operator in Python?
In this tutorial, we learn how to use the not equal operator in Python. This is one of the many comparison operators in Python, like greater than, less than, equal to, etc. We can use them with condit...
07:27 am GMT - Tue, March 15, 2022
Dev To How I finally understood what Encapsulation is
Banner image from Mackenzie Child on Dribbble The IntroAs I'm struggling to sleep today, here goes my attempt to try help out anyone out there who's struggling to understand the concept of Enca...
07:14 am GMT - Tue, March 15, 2022
Dev To How to Kickstart a Career in Tech
A career in tech is a career without boundaries. From web development to product design to project management to app development, the range of job roles and opportunities in the tech ecosystem is huge...
06:44 am GMT - Tue, March 15, 2022
Dev To JDK vs JRE vs JVM: Asosiy Farqlari
JDK o'zi nima?JDK - bu appletalar va Java ilovalarini yaratish uchun foydalaniladigan dasturiy ta'minot, ishlab chiqish muhiti. JDK ning to'liq shakli Java Development Kit hisoblanadi. Java dasturchil...
06:34 am GMT - Tue, March 15, 2022
Dev To Working with REST APIs in React
API is the backroom of front end applications.An API (application programming interface) is an interface that allows one service to be connected to another. To fill in your front end applications, you...
06:07 am GMT - Tue, March 15, 2022
Dev To Jekyll Blog to Flutter News Application : Part 1 - Introduction.
IntroductionLike the title indicates, in this series of articles, we will reach into the steps for convert an existing Jekyll Blog Website to a fully functional Flutter Mobile app. I will do my ...
06:04 am GMT - Tue, March 15, 2022
Dev To Creating a startup script with Astro
Let me explain my situation and needs, I'm running this blog of Astro, a fantastic static site generator, so it converts my Markdown files into HTML output.While they are static, we can have some logi...
05:16 am GMT - Tue, March 15, 2022
Dev To An Introduction to Machine Learning Theory
Machine Learning (ML) is coming into its own, with a growing recognition that ML can play a key role in a wide range of critical applications, such as data mining, natural language processing, image r...
04:34 am GMT - Tue, March 15, 2022
Dev To Prometheus: As Simple As Possible
Distributed systems help an organisation absorb countless benefits but at the cost of complexity. With the rise of the adoption of container orchestrators like Kubernetes, a need for monitoring and al...
04:06 am GMT - Tue, March 15, 2022
Dev To Install yq | A light weight yaml parser cli
yq is a command line utility for parsing and querying yaml, like jq does for json. This is for meI love that all of these modern tools built in go and rust, just give you a zipped up executable r...
03:49 am GMT - Tue, March 15, 2022
Dev To useReducer in react: Everything you need to know
prerequisites: Grasp of reduce method in JavaScript anduseState in reactFor reduce method, I recommend you to read my blog here: https://rajatgupta.net/reduce-method-in-javascriptOk, Let's get started...
03:46 am GMT - Tue, March 15, 2022
Dev To Headless CMS: The Ultimate Guide
The headless Content management (CMS) space has gained traction in recent years, leading to the renewed excitement around a content management model that can help brands handle the relentless number o...
03:40 am GMT - Tue, March 15, 2022
Dev To Processing Azure IoT Hub Events Using Azure Function
When an IoT Hub receives an event, the event will be stored in an Azure Event Hub. In this article, I will go through the process of creating an Azure Function and use it to pass the events to another...
02:18 am GMT - Tue, March 15, 2022
Dev To Working alone is so exhausting so I created my own assistant
Working alone is great... but... I am so tired of dealing with all of these.. these shitty uninspiring, repetitive, tedious tasks...I didn't realize how many emails I had to reply how many invoices I ...
01:58 am GMT - Tue, March 15, 2022
Dev To Understanding Stacking Context and Z-index
What are they?You can think of stacking context as a container that determines how the direct* children are ordered along the z axis(positive direction pointing towards the user). Z-index is use...
01:54 am GMT - Tue, March 15, 2022
Dev To All about terraform Modules - Create & Publish your own modules
DAY 21 - All about terraform Modules - Create & Publish your own modules - Day Twenty One100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.to Using modulesPublic ModulesT...
12:33 am GMT - Tue, March 15, 2022
Dev To Total Share
En un capitulo ms de esta serie llamada: "Ingeniero aburrido un fin de semana"Han visto que Huawei tiene una funcionalidad llamada Huawei Share? (Algo muy al estilo de AirDrop).Bueno, pues mi laptop l...
12:08 am GMT - Tue, March 15, 2022
Dev To Merging Pull Requests in GitHub Has Never Been EASIER Thanks to Mergify
The ProblemMerging code into a branch could be a really time consuming task, especially on big projects with many developers, or anyway when you have a big number of Pull Requests that have to b...
11:27 pm GMT - Mon, March 14, 2022
Dev To Learning Rails 1 - MVC
This is the first post of a series called Learning Rails, where I explain everything I learn during my journey to mastering Rails. The role of these series, is to work as a refresher and a place where...
10:48 pm GMT - Mon, March 14, 2022
Dev To My first post at Dev.to
Well, title is self explanatory. So just wanted to make my first post as a personal introduction. Im here restarting my developer career, which I quit seven years ago when I burned out. I learned abou...
10:17 pm GMT - Mon, March 14, 2022
Dev To Getting Started with Vercel
What is Vercel?Vercel is a functions as a service architecture that allows developers to deploy websites instantly. It takes away all of the headaches associated with building and deploying a si...
10:14 pm GMT - Mon, March 14, 2022
Dev To npm install actual-malware
Need all of your system credentials uploaded to public webpage for easy access? No problem, just runnpm install actual-malwareand you're done! You don't have to import it or run it or anything, just i...
09:35 pm GMT - Mon, March 14, 2022
Dev To Getting started with Azure static web app
Like many, I have some hobbies, some passions, natural wines. It is something I enjoy during my free time, and I talk a lot about this. So much, that one friend suggested that I should put my thoughts...
09:28 pm GMT - Mon, March 14, 2022
Dev To 16 Data Analytics Buzzwords You Need To Know
Photo byRomain VignesonUnsplashAnalytics Engineer= A BI Engineer who uses dbtData Mesh= We tried an EDW and it was taking too long so we went back to the siloed data approach but now we opened it up t...
09:21 pm GMT - Mon, March 14, 2022
Dev To Introduo ao Fluxo Assncrono - Node.js
Callback O que ? uma funo que ser executada somente aps que determinada operao for concluda. O que faz?Como dito em sua definio, uma funo que ser chamada apenas depois de uma ao ser c...
09:12 pm GMT - Mon, March 14, 2022
Dev To Security for React Apps
Default XSS Protection with Data BindingUse default data binding with curly braces {} and React will automatically escape values to protect against XSS attacks. Note that this protection only oc...
08:24 pm GMT - Mon, March 14, 2022
Dev To Microsoft 365 Fundamentals (MS-900) certification
Microsoft 365 Fundamentals (MS-900) certificationBelow is just some notes that I collected from various resources around the web. Exam details40-60 questions85 Minutes70% passingValid for ...
08:18 pm GMT - Mon, March 14, 2022
Dev To ZIP PASSWORD CRACKING USING JOHN THE RIPPER IN KALI LINUX
Hello,today am going to show you how to crack password protected zip files in kali linux.Kali linux is pre installed with password cracking tools namely:1.John the ripper2.Fcrackzip utility3.Wordlists...
08:17 pm GMT - Mon, March 14, 2022
Dev To 30 - PWA: Learning Resources For Beginners
This is the final post, on the final day, of the #30DaysOfPWA journey! You made it! If you're new to this series, start with the kickoff post to understand the goals and people behind the project: ...
08:17 pm GMT - Mon, March 14, 2022
Dev To One color palette a day with example. - 007
www.colorsandfonts.com Color and typography for Web Developers and Digital Designers.From today, I will sharing 1 Color palette a day as I did before, when I started Colors & fonts.You will f...
07:52 pm GMT - Mon, March 14, 2022
Dev To 10 essential resources for JavaScript developers
InternetingIsHardGreat free lessons on HTML/CSS. I love the design of this! Brad Traversy Design RepoHas every possible thing needed to design your website in one really handy place. Essent...
07:50 pm GMT - Mon, March 14, 2022
Dev To Quasar and Vite - Frontend Application Development at Light Speed
This week notes the accomplishment of a major milestone in Quasar's roadmap. The integration of Vite as a driver of the Quasar CLI, and as a much better alternative to the slower and more complicated ...
07:46 pm GMT - Mon, March 14, 2022
Dev To How to get started creating a Frontend React-App
Create a folder that you want your project to be in. cd into that folder and create a new React Project and make sure to give the project a name. In this example i'll use "sampleapp" as the name of th...
07:11 pm GMT - Mon, March 14, 2022
Dev To ArrayList (Java Collections)
Java ArrayList class uses a dynamic array for storing the elements. It is like an array, but there is no size limit. We can add or remove elements anytime. So, it is much more flexible than the tradit...
07:06 pm GMT - Mon, March 14, 2022
Dev To Immutable Splice in Javascript
Splice by default mutates/changes/updates inputted array in Javascript. For example:const test = ['angel', 'clown', 'mandarin', 'sturgeon'];test.splice(2, 1, 'first');console.log(test);> ['angel', ...
07:01 pm GMT - Mon, March 14, 2022
Dev To Generating sloping 3D models from Chinese characters
In this weekend project that eventually took a few months I combined three passions: Chinese, programming and 3D printing.I was wondering whether itd be possible to generate a 3D model of a Chinese ch...
06:56 pm GMT - Mon, March 14, 2022
Dev To React Context vs. Containment
Context allows us to pass data through the component tree without relying on props every time (often referred to as broadcasting data). Implementing context is useful for when we need many components ...
06:55 pm GMT - Mon, March 14, 2022
Dev To Text Battle Royale
Text Battle Royale IntroductionIn this post I'll show you the code for a text Battle Royale game in Python, which is completely based on luck.You only need 1 file for this to work! Cod...
06:42 pm GMT - Mon, March 14, 2022
Dev To How we built a student project platform using GraphQL, React, Golang, Ory Kratos and Kubernetes, part 2
After explaining how we built our student project graphql API in a typesafe way, we will continue by having a look at the client side.In terms of technology we use React (typescript) with the Apollo G...
06:09 pm GMT - Mon, March 14, 2022
Dev To CSS functions-Learn about CSS function2022
Hey, I hope you are doing great. In this article, we'll talk about CSS functions. So without wasting time let's see what are these. CSS FunctionsCSS functions are used as a value for various CSS ...
05:59 pm GMT - Mon, March 14, 2022
Dev To The 5 Short Frontend tips for March
Give the chance to fix the incorrect passwordFolks, how often did you make mistakes when you log in on apps? I'm a man who does it every day. I noticed apps reset my password if validation is fa...
05:51 pm GMT - Mon, March 14, 2022
Dev To Makefiles Are Still The Best For Modern Development
Read on and discover why Makefiles are still the undisputed champ! ...
05:42 pm GMT - Mon, March 14, 2022
Dev To TERMINAL komandalari | Part 4
1. aliasBu komanda takroriy ishlatiladigan komandalar uchun #nickname# (taxallus) beradialias datedir='mkdir $(date "+%d-%m-%Y")' - ushbu komanda bugungi san bilan papka yaratadigan uzuun komand...
05:26 pm GMT - Mon, March 14, 2022
Dev To What I Learned About Unit Testing Working at Volvo Group
After having working several years with large-scaled web development using React at Volvo Group I got a lot of insights about unit testing. I realized a lot of the tests are useless and time consuming...
05:21 pm GMT - Mon, March 14, 2022
Dev To Setting up Web Development environment in WinNux (Windows Linux)
In a previous blog, I shared some amazing online playgrounds to quickly start your dev environment. But we all need a local setup at some point. Development with windows is not that great. When workin...
05:08 pm GMT - Mon, March 14, 2022
Dev To Advice: How To Master React Library Continuous Deployment
React is one of the most popular libraries in the frontend world.Being a backend developer for over 10 years, I agree I started with React 4 years ago and found it awesome . And there is no reason for...
05:08 pm GMT - Mon, March 14, 2022
Dev To How To Master React Library Continuous Deployment
React is one of the most popular libraries in the frontend world.Being a backend developer for over 10 years, I agree I started with React 4 years ago and found it awesome . And there is no reason for...
05:02 pm GMT - Mon, March 14, 2022
Dev To Making the Case for Observability (to your boss)
(image credit: WOCinTechChat.com)One of the things the other Developer Relations Advocates here at New Relic and I often hear from customers is, "Even though I understand why observability is importan...
04:49 pm GMT - Mon, March 14, 2022
Dev To Terminal kommandalari | Quiz Game
Qiziqarli Quiz !Boshladik Qiziqarli Quiz savollari bilan tanishing!1. Terminalda bugungi sana nomi bilan (dd-mm-yyyy) formatida papka ochish komandasini kiriting! 2. C++ dasturlash tilida quyida...
04:43 pm GMT - Mon, March 14, 2022
Dev To Explaining micro frontends as simply as possible
The world of tech is all about advancing, improving, and evolving. Sometimes quickly, and sometimes it takes a while for changes to catch on. When it comes to micro frontends, its been a longer proce...
04:37 pm GMT - Mon, March 14, 2022
Dev To The Most Effective Way to Reach Your Users - Building the Omnichannel
In this two-part series, were looking at the trends to be expected for customer communication in 2022. How will businesses most effectively reach their customers? In Part One of our series, we reviewe...
04:33 pm GMT - Mon, March 14, 2022
Dev To Google Map On Website
...
04:19 pm GMT - Mon, March 14, 2022
Dev To Get started creating beautiful designs with daisyUI
Hello Devs.If you're looking for an efficient and modern way to use Tailwind CSS, look no further than daisyUI. daisyUI is a Tailwind CSS component library that helps you to quickly create efficient a...
04:19 pm GMT - Mon, March 14, 2022
Dev To @JsExport guide for exposing Kotlin to JS
Note that this post focuses on JS output for Kotlin. There is also a Typescript output (.d.ts file) with some unique issues that this post doesn't cover in detail.In the previous post, we added Kotlin...
04:01 pm GMT - Mon, March 14, 2022
Dev To The 5 Guidelines to Write Cleaner Code inC
Your C# code should be as easy to read and understand as possible, but this can often be difficult because developers have different styles of coding. That is why from Dotnetsafer we have decided to b...
03:43 pm GMT - Mon, March 14, 2022
Dev To I made a new Telegram bot!
My friend currently has a poster designing business, for him I made a Client management bot that replies to clients' frequently asked questions and directly chatting through bot!This bot will answer a...
03:37 pm GMT - Mon, March 14, 2022
Dev To Links inside li that take up all the space
Let's say you have a set of navigation links inside an li. Those links all have a hover state that changes the background colour. As you hover across each of them, you want the right edge of one hover...
03:33 pm GMT - Mon, March 14, 2022
Dev To Submitting Custom form data to Google sheets via React Js
In this article we will be discussing how to receive custom form data through React JS, often times when we need to do this we always have to pass through No-code APIs and other Middleware APIs that w...
03:33 pm GMT - Mon, March 14, 2022
Dev To Building a REST API in Node.js with AWS Lambda, API Gateway, DynamoDB, and Serverless Framework
Originally posted at ServerlessServerless means different things depending on the context. It could mean using third party managed services like Firebase, or it could mean an event-driven architecture...
03:30 pm GMT - Mon, March 14, 2022
Dev To Implementing Android 12 Material You's Monet theme engine in Flutter
Introduction to Material YouThe biggest change we saw in Android 12 is Material You, which is the latest version of Google's Material design language. Google describes Material You as "seeks to ...
03:30 pm GMT - Mon, March 14, 2022
Dev To Introduction to Minze
Written by Emmanuel YusufWith the number of new frameworks introduced to the JavaScript ecosystem, an issue has emerged for teams that now need their codebase to support several different frameworks w...
03:28 pm GMT - Mon, March 14, 2022
Dev To The Ultimate Guide to the Fake Email
In todays world, it can be hard to keep track of your various accounts and passwords that you have to manage. Its so easy to forget them, and then find yourself scrambling to remember your account inf...
03:17 pm GMT - Mon, March 14, 2022
Dev To Programar no e fcil
Programar no fcil!Muita gente comea a estudar programao e se frustra, porqu?Antes de te responder eu quero que voc se responda, porque estudar programao?Reflita profundamente na resposta e em q...
03:08 pm GMT - Mon, March 14, 2022
Dev To React Error
Plugin "react" was conflicted between ".eslintrc" and "BaseConfig how can solve this error......
03:05 pm GMT - Mon, March 14, 2022
Dev To Caso De xito: Cambiar de Trabajo despus de los 40s
Muy feliz de compartir este #CasoDeExito, de uno de nuestros talentosos #SMARTMentees de 41 aos. Luego de dos meses(Inici 08-Enero-22) de mentoring en nuestras sesiones 1 a 1 pudo (4x) Cuadruplicar...
03:05 pm GMT - Mon, March 14, 2022
Dev To Steps you should follow To Deploy a file with Netlify..
Usually,when we complete our project and we want to share it with others but some people that are not arround us they can't see the output of our project,this is when Netlify comes in use.We can deplo...
01:57 pm GMT - Mon, March 14, 2022
Dev To Debugging Race Conditions in Production
Race conditions can occur when a multithreaded application accesses a shared resource using over one thread. Unless we have guards in place, the result might depend on which thread "got there first". ...
01:43 pm GMT - Mon, March 14, 2022
Dev To Python for Stock Market Analysis: Working with Moving Averages
IntroductionOriginally published in dataqoil.com.This blog is a part of our series Python for Stock Market Analysis.Disclaimer: This blog is for educational purpose only and we do not recommend ...
01:38 pm GMT - Mon, March 14, 2022
Dev To Certifications, who benefits and why?
As head of a Global Technology and Cybersecurity team, I am no longer as hands-on as I once was as an engineer. In fact, most of my time is spent on planning, strategy, forecasting, budgets, motivatin...
01:37 pm GMT - Mon, March 14, 2022
Dev To Pipenv: Python's Official Package Management tool
IntroductionPipenv is Python's officially recommended Package management tool, as the name suggests it combines the power of pip and virtualenv. It is really powerful and gives control of packag...
01:34 pm GMT - Mon, March 14, 2022
Dev To THE DEEP STATE IS WATCHING YOU?
Hear from "alternative media" superstar Kaiser Smith on what George Soros is REALLY up to!...
01:33 pm GMT - Mon, March 14, 2022
Dev To Learn to learn by learning something else, as a programmer
Or, by relearning something you already knew.Ive recently picked up photography... again. And its amazing how much you can learn about learning when learning about something else. (Dont worry, I will ...
01:26 pm GMT - Mon, March 14, 2022
Dev To What Is The Software Engineering Career Path?
Are you considering the idea of advancing your software engineering career, but don't know "what's next"?This article is for you. I'll lay down the software engineering career pathway.JUNIOR SOFTWARE ...
01:25 pm GMT - Mon, March 14, 2022
Dev To Basic Linux
Basic Linux commandsNote:- Everything in Linux is a file. Eg; text documents, pictures, directories, devices like printer, keyboard, USB, CD, etc. & even commands like pwd, ls, etc.pwd(print...
01:25 pm GMT - Mon, March 14, 2022
Dev To How to trim Whitespaces in Ruby Strings
I started learning Ruby 2 days ago and so far it has been a refreshing language. The basic data types are much the same, excepting symbol (see Ruby docs) which is new to me, but that is a story for an...
01:18 pm GMT - Mon, March 14, 2022
Dev To ZAP Add-Ons: The First Step
So How all begun?I was asked to write a add-ons of the open-source's company Cherrybomb to ZAP proxy.ZAP proxy is a web application security testing tool that helps identify vulnerabilities in w...
01:17 pm GMT - Mon, March 14, 2022
Dev To Achieving low latency remote development
Remote IDEs bring speed and productivity benefits to software teams. Server-class machines lead to faster performance and reduced cycle time between changing code and seeing the result. For developers...
01:12 pm GMT - Mon, March 14, 2022
Dev To JavaScript Image Slider for Beginners
If youre new to JavaScript, youve most likely used some sort of library for an image slider.In this article, youre going to learn how to create a simple image slider on your own, but its not going to ...
12:01 pm GMT - Mon, March 14, 2022
Dev To Terminal komandalar | Part 4
aliasBu komanda takroriy ishlatiladigan komandalar uchun yangi nickname(taxallus) beradi.alias datedir='mkdir $(date "+%d-%m-%Y")' - ushbu komanda bugungi sana nomi bilan papka yaratadigan uzuuu...
11:53 am GMT - Mon, March 14, 2022
Dev To How to Spot a Fake NFT Project
How to Spot a Fake NFT ProjectNon-Fungible Tokens (NFTs) are rising by the day, and more people are trooping in for its profit and royalties. But scammers lurk around to scavenge and sell fake N...
10:09 am GMT - Mon, March 14, 2022
Dev To REFERENCE: Full List of Non Printable Characters
Non printable characters on Linux, MacOS or Windows are characters which do not represent a symbol, character, or number which is part of the text of the document, but rather are used for things like ...
10:06 am GMT - Mon, March 14, 2022
Dev To Building a responsive website? Start with mobile first!
When designing a new responsive layout, which one do you do first, desktop or mobile? Here, I'll show you why it's best to develop the mobile version first and desktop second.Two main reasons: 1....
09:58 am GMT - Mon, March 14, 2022
Dev To Web Video && Network Speed Detection in JavaScript vs. UX
Wouldn't it be nice if we could write something like <has-network min="2g"><video> or <video><source network="(min-speed: 2g)"> to skip video loading if there's no sufficient b...
09:57 am GMT - Mon, March 14, 2022
Dev To World Wide Web
What is the Web?Have you ever wondered what images will appear in the heads of future generations when it comes to the era in which we live now? It is likely that the 21st century will spark associati...
09:39 am GMT - Mon, March 14, 2022
Dev To Create your own URL shortener with Next.js and MongoDB in 10 Minutes
MotivationA few weeks back, I was working on a Twitter bot to post my popular articles and I realized that links of some articles are not parsed well in the Tweet. However, shortening them using...
09:32 am GMT - Mon, March 14, 2022
Dev To GrownMD CBD Gummies - Does it Really work & is it 100% Safe To Use?
GrownMD CBD Gummies Second will be the salicylate. The anti-inflammatory, a chore relieving element. Lastly is menthol. It produces a numb sensation to ease the warning. According to research, gets ho...
09:26 am GMT - Mon, March 14, 2022
Dev To Soft UI React Native - Open-Source Template
Hello Coders!This article presents an open-source React Native Template crafted and released for free by Creative-Tim. Soft UI React Native can be downloaded from the official product page under the M...
09:19 am GMT - Mon, March 14, 2022
Dev To Cloud Native Application & Testing Automation
Hi Folks!!In this article, we are going to discuss how we can create an automated pipeline using Github-Actions for a cloud-native application & use Cypress for testing the same.If you are not muc...
09:14 am GMT - Mon, March 14, 2022
Dev To What is NodeJS?
I've been studying nodejs half a year but I was just implementing APIs without understanding the foundation of tools I use.I decided to write this post to check the foundation stuff of NodeJS! :)NodeJ...
09:11 am GMT - Mon, March 14, 2022
Dev To AWS open source news and updates, 104
March 14th, 2022 - Instalment #104Newsletter #104. Welcome to #104 of the AWS open source news and updates newsletter, bringing you the latest updates from around the AWS and Communities. This w...
08:42 am GMT - Mon, March 14, 2022
Dev To How to setup an AWS Client VPN
AWS Client VPN is a managed client-based VPN service that enables you to securely access your AWS resources and resources in your on-premises network. With Client VPN, you can access your resources fr...
08:29 am GMT - Mon, March 14, 2022
Dev To New Features in Laravel 9
IntroductionLaravel is a PHP web application framework with expressive, elegant syntax. It is a web application development framework for implementing simple to complex web applications using the PHP ...
08:20 am GMT - Mon, March 14, 2022
Dev To Big O notation explained: DSA-01
What is Big O notation?Big O notation is used to measure how the running time or space requirements for our program grows as input grows.Measuring running time growth is time complexity. (In thi...
08:05 am GMT - Mon, March 14, 2022
Dev To aiowmi - A Python WMI library
In need of a solution for WMI queries from a non-Microsoft operating system? Make use of aiowmi! A Python library for WMI, which we have made freely available as an open source project.Read the announ...
07:51 am GMT - Mon, March 14, 2022
Dev To Developer types
9 Types of DevelopersIn this post we are going to take a look at some typical personality traits of developers. And based on their characteristics I have made some broad classifications of devel...
07:50 am GMT - Mon, March 14, 2022
Dev To Best Free Resources to Learn Web3/Blockchain Development
IntroductionWeb3 is very popular right now. Web3 developers are earning more than web2 developers. Probably, its a good time to start learning Blockchain/web3. In this post, We will explore some...
07:49 am GMT - Mon, March 14, 2022
Dev To Using PHPStan with Symfony - static analysis for better PHP code quality
Software developers are not robots, even after seven years of PHP programming experience, I do sometimes make bugs in the code. In the age of smart IDEs, it's getting harder and harder to make silly m...
07:44 am GMT - Mon, March 14, 2022
Dev To Top 10 Google Ads Extensions to use in 2022
So, you are running PPC campaigns and your outcomes are wide-ranging at best. One day, your PPC campaigns might bring in a good chunk of prospects and leads, but another day it is not offering suffici...
07:41 am GMT - Mon, March 14, 2022
Dev To Loading the total Sendy subscribers
You might have spotted the little status figure on the new design. It shows the number of articles written and the current total subscribed people to the newsletter.For those not familiar with Sendy, ...
07:35 am GMT - Mon, March 14, 2022
Dev To Things You MUST DO After Installing Ubuntu 20.04
20 Things You MUST DO After Installing Ubuntu 20.04Ill be taking you through important things thatll make your computer Perform Better (Preload), your Internet Speed Faster (custom DNS) and so many mo...
07:26 am GMT - Mon, March 14, 2022
Dev To Nuxt Black Dashboard - Free Product
Hello coders!This article presents an open-source Nuxt Template crafted and released for free by Creative-Tim. Nuxt Black Dashboard can be downloaded from Github and used in unlimited hobby & comm...
07:07 am GMT - Mon, March 14, 2022
Dev To 8 New Things in Modern C
C# through the AgesMany, many eons ago , C# 'twas but an archaic, OOP focused language. Alas, 'tis no more! Many updates and feature requests later C# has evolved, shedding the object focused sh...
06:06 am GMT - Mon, March 14, 2022
Dev To Play Real Steel Boxing with your voice - Atom (The People's Champion)
Overview of My SubmissionHave you ever wondered how the voice recognition in the Noisy Boy from Real Steel movie works. For people who are new to Real Steel and haven't watched that movie yet. W...
05:56 am GMT - Mon, March 14, 2022
Dev To Implementing "groupBy" function on array of object
MoltivationThere is a an array method called groupBy, i checked the description of the method and saw it as a handy method for grouping array of object base on a key that exist on an object of t...
05:13 am GMT - Mon, March 14, 2022
Dev To 8 Serverless Terms Developers Must Know
Ive been a mobile developer for most of my professional career. The transition from Java to Android wasnt a big deal. However, most of the mobile apps today have shifted their backend to serverless. T...
04:01 am GMT - Mon, March 14, 2022
Dev To Why Is My AWS CloudWatch Service Cost So High?
When I recently looked at our cloud costs, one thing that stuck out was our CloudWatch cost being the second highest in the list of AWS services compared to previous months. That was unusual, consider...
03:36 am GMT - Mon, March 14, 2022
Dev To CI/CD: GitHub Actions with Docker and Amazon ECR
The Goal Over the past month, I developed a containerized Streamlit webapp in Python that I then deployed manually to AWS. With a proof-of-concept in place, it is time to start automating the te...
03:09 am GMT - Mon, March 14, 2022
Dev To IWD 2022 - Girl Child Career Counselling by Infor
The second event in the series for IWD 2022 was a great time with school kids. As part of Infors Girl Child Career Counselling Program initiative, I chose to extend the Counselling Program to 13- to ...
03:05 am GMT - Mon, March 14, 2022
Dev To iOS 15, Bottom Sheet
Getting acquainted with the Bottom Sheet.How to create, how to modify and what are the possibilities. We have a project, it has several ViewControllers, one you see right now, and the other open...
02:59 am GMT - Mon, March 14, 2022
Dev To Adding a Dark Theme to Next.js with Stitches
If you enjoy writing performant CSS with styled-components and need type-safety from Typescript when interfacing with design tokens then Stitches might be the solution right up your alley. Stitches is...
02:54 am GMT - Mon, March 14, 2022
Dev To Carbon Add Hours In Laravel Example
In this tutorial, we will see example of carbon add hours in laravel, here I will give you a simple example of laravel carbon add hours, carbon provides many function like addHour(), addHours() to add...
02:31 am GMT - Mon, March 14, 2022
Dev To Experiencing different types of Technical Interviews
200+ applications, 100+ rejections, 100+ ghosting, maybe about 10 interviews. I've felt a part of my journey has finally been reached as I have finally landed my first software engineer role! After 3 ...
02:20 am GMT - Mon, March 14, 2022
Dev To Latest Updates on React 18
This post is intended to summarize React 18 discussions on GitHub. At the time of writing React 18 has hit release candidate version. To try React 18 you need to update to the latest React 18 release ...
02:04 am GMT - Mon, March 14, 2022
Dev To 5 Ways To Center Content With CSS
The Absolutely Absolute way The old & easy way. The Griddy Way Offers a grid-based layout system. Making it easier to design web pages. The Flexy Way Easy & Simple. Flexible width/height of e...
01:59 am GMT - Mon, March 14, 2022
Dev To Connecting your HTML forms to a Google spreadsheet
If you would prefer a video check it out on youtube at.HTML forms are one part of the frontend development cycle that every web developer has had to deal with at one point or another in their career, ...
01:44 am GMT - Mon, March 14, 2022
Dev To 4 formas de medir el performance de tu cdigo en JavaScript
Aprender a medir el performance de ciertos piezas de cdigo resulta ser algo sumamente importante cuando hablamos de aplicaciones que empiezan a tener alto trfico de uso, o son muy grandes. Sin dejar d...
01:29 am GMT - Mon, March 14, 2022
Dev To HamsterScript - a micro-library for TamperMonkey
The following is just some thoughts and findings I've had on creating a micro-library for personal use for TamperMonkey/Userscripts. The library is not published yet as it is still a proof of concept/...
12:38 am GMT - Mon, March 14, 2022
Dev To Terraform Workspaces for Local AWS Development
Terraform workspaces allow for isolated state environments. When developing on AWS, it may be helpful to use local containers for cost savings and temporary environments. Local deployments can be acco...
12:38 am GMT - Mon, March 14, 2022
Dev To Authentication Cookies HTTP, HTTP Only, JWT, ReactJs Context API and Node on Backend Industry Structure
Useful for you, consider buying me a coffee. Thanks!ETH:0xdfaf8F1bCaaB513A14E5a0B8C2D0bF7EE6ECabbc OverviewThe purpose of this article is to present, discuss, and provide specific mitigati...
12:20 am GMT - Mon, March 14, 2022
Dev To Deploy ReactJS on Firebase Hosting
Useful for you, consider buying me a coffee. Thanks!Please if this is useful and helps in your purpose, consider offering me a coffee, thank you, so we can evolve together!ETH:0xdfaf8F1bCaaB513A...
12:18 am GMT - Mon, March 14, 2022
Dev To Vercel Site Deployment
VercelVercel is a tool used to deploy and test static sites. It allows developers to complete these actions in a quick manner. Users can link GitHub accounts to Vercel and import their project...
11:24 pm GMT - Sun, March 13, 2022
Dev To Compliance Checking in AWS
Storing protected data such as HIPAA in the cloud requires extra attention to ensure the data is not compromised. Using the NIST 800-171 framework provides guidance for controls that can help facilita...
11:14 pm GMT - Sun, March 13, 2022
Dev To 5 Foolproof Reasons Why You Must Use Digital Marketing To Promote Your Business.
Are you looking for an effective way to drive business, increase your client base and supercharge your earnings? Then you need to incorporate an effective digital marketing strategy immediately! ...
09:47 pm GMT - Sun, March 13, 2022
Dev To Building a Serverless Application with Next.js and CockroachDB!
Hey there! Hope you're having a wonderful day or night - today, we'll be building a simple Next.js serverless application deployed on Vercel, which uses CockroachDB for the backend serverless database...
09:39 pm GMT - Sun, March 13, 2022
Dev To 2022 Tutorial on Creating a Markdown Blog with NextJS
Why Do you want a markdown blogMarkdown makes it much easier to express formatting and focus on writingUpdating your blog means committing to github, yay for your heat mapMore practice with mark...
09:38 pm GMT - Sun, March 13, 2022
Dev To 5 GORGEOUS Color Palettes To Inspire Your Projects
When setting out to design a website, a top priority is perfecting your websites color palette. The best way to do this is to look at existing websites. In this article, we did just that for you!Here ...
08:49 pm GMT - Sun, March 13, 2022
Dev To Using regular expression in Azure Resource Graph queries
Using a KQL query in Azure Resource Graph allows operators to quickly retrieve data from deployed Azure resources. With a single KQL query, you can list all VM currently deployed in all subscriptions ...
08:45 pm GMT - Sun, March 13, 2022
Dev To Ferramentas para desenvolvimento em Elixir
Neste guia irei mostrar/ensinar como instalar as ferramentas necessrias para que voc consiga desenvolver tranquilamente em Elixir. Recomendo que utilize WSL2 (o que meu caso) ou ento Linux.Utilizo a ...
08:20 pm GMT - Sun, March 13, 2022
Dev To Webauthn - Server side libraries
Since manual validation/verification of "attestations", which contain the authenticity proof of the payload, let's check the ecosystem and look if good libraries are available. As a reminder, the atte...
08:13 pm GMT - Sun, March 13, 2022
Dev To How to implement useMediaQuery hook in React
What are Media Queries?Media Queries are a CSS feature that can be used to conditionally apply selected styles on an HTML element. Some examples of media queries include checking for the width o...
08:12 pm GMT - Sun, March 13, 2022
Dev To Enabling maintenance mode in Drupal 8
Go to: Configuration Development Maintenance mode./admin/config/development/maintenanceClick the "Put site in maintenance mode" checkbox;Edit the message text;Click the "Save Configuration" button....
08:03 pm GMT - Sun, March 13, 2022
Dev To Monetize your api using Stripe Mongoose Api
We live in a world so immersed in digital where a web api can create a million dollar business, in this article I will show you how to monetize your api with a library called Stripe Mongoose Api. ...
07:56 pm GMT - Sun, March 13, 2022
Dev To Quick and Easy Deployment with Vercel
Recently, I learned about a platform called Vercel, which allows for fast and accessible deployment of static sites and frontend frameworks. Given how much legwork can be involved in getting a site de...
07:52 pm GMT - Sun, March 13, 2022
Dev To Web Development for Toddlers: 1 - Some lines from me
I know the title's clickbait, but since I've been writing web applications for a couple of years I think it's about time I give back to the community.If you'd like to follow along with me through thes...
07:50 pm GMT - Sun, March 13, 2022
Dev To Introduction to Big O notation
This is a short continuation of my article on Data Structures and Algorithms in Python where I covered basic Data structures that a beginner in Python needs to know.Here I will cover the Big O notatio...
07:31 pm GMT - Sun, March 13, 2022
Dev To Building a Developer Portfolio: Setting up my NextJS repository with the help of Superplate
A developer portfolio is a good place to centralize all the things about you as a software developer, from you projects and open source contributions to networking through social platforms. It allows ...
06:27 pm GMT - Sun, March 13, 2022
Dev To CSS Variables - Learn CSS Variables in 2022
Hello guy. Hope you are doing great? In toady's article we'll talk about CSS Variables. So without wasting time, let's see what is it ?? What are variables ?Variables are used to store data in it...
06:21 pm GMT - Sun, March 13, 2022
Dev To Deep Dive into Data structures using Javascript - Circular Linked List
What is a Circular Linked List?A Circular Linked list is a variation of Linked List data structure. It contains almost all characteristics of a Linked List with a key difference - the tail and h...
05:45 pm GMT - Sun, March 13, 2022
Dev To AWS CDK 101 - API Gateway construct usage, throttle, quota, usage plans, api keys
Beginners new to AWS CDK, please do look at my previous articles one by one in this series.If incase missed the previous article do find it with the below links. Original previous post at Dev Post R...
05:37 pm GMT - Sun, March 13, 2022
Dev To 20 Productivity Tips From Developers to Developers
*header pic by Kelsey WrotenBeing a developer is not easy it is a mentally demanding job that requires many soft and hard skills and a certain set of personal traits to work productively and dont bur...
05:08 pm GMT - Sun, March 13, 2022
Dev To Create Drawer With Title Header in Flutter
Create ScaffoldAt home class, create a scaffold widget and inside that widget add drawer.Scaffold( drawer: const CustomDrawer(), body: ....) Create CustomDrawer...Widget build(BuildCo...
05:06 pm GMT - Sun, March 13, 2022
Dev To static website forms
In this very quick micro tutorial, I am going to show you a quick solution on how to save static website form data to the fabform.io forms backend. No code required.To get your static website forms wo...
05:03 pm GMT - Sun, March 13, 2022
Dev To Entendendo Promises
PROMISESAntes de entendermos as Promises, temos de conhecer as diferenas entre comportamentos sncronos e assncronos. Sncrono e AssncronoComo o prprio nome pode nos ajudar a deduzir, sncrono...
05:02 pm GMT - Sun, March 13, 2022
Dev To 8 Scroll Effects To SUPERCHARGE Your UX!
Scroll effects are an easy way to improve the user experience of your website, so I created a list of the best scrolling effects! Parallax EffectParallax is when closer objects move faster than f...
05:00 pm GMT - Sun, March 13, 2022
Dev To How to Design Sweet Dishes Text Effect With CSS | CSS animation | Effects
Full Video TutorialSource Code...
04:54 pm GMT - Sun, March 13, 2022
Dev To Focused Coding Playlist
I wanted to share a coding playlist I've just created and will continue to add to as time goes, but it's mostly of Post-Rock and Electronic Instrumental music that contains sounds which allow you to f...
04:53 pm GMT - Sun, March 13, 2022
Dev To Generating HMTL and MD files from .TXT in GO
In this post I'll be describing the code which I wrote to generate HTML (which can be hosted anywhere) and Markdown files from simple .txt file. Idea for projectIdea for this project came from a ...
04:52 pm GMT - Sun, March 13, 2022
Dev To Resumo estudos AZ-900
Estou estudando para a prova de certifao Cloud da Azure (AZ-900) e resolvi compartilhar minhas anotaes de estudo, espero que sejam teis para quem for fazer a prova tambmMdulo 01: Cloud ConceptsCapex E...
04:52 pm GMT - Sun, March 13, 2022
Dev To TS
TypeScript typescript npm i -g ts-nodeadded 17 packages, and audited 18 packages in 2sts-node tsnode app.ts console.log ts-node app.ts OK. js const dog;'const' declarations must ...
04:50 pm GMT - Sun, March 13, 2022
Dev To Know Framework
Hi fellow Devs, A few years ago I decided to take an online course on functional programming with Javascript. Somehow I came across an instructor named James Moore, who offered some courses through hi...
03:57 pm GMT - Sun, March 13, 2022
Dev To pnpm and Parcel based monorepo
The problemI have tried several ways of managing JavaScript/TypeScript Library Monorepos in the past: lerna, yarn workspaces, etc.Now don't get me wrong: These are great tools and I very much ap...
03:52 pm GMT - Sun, March 13, 2022
Dev To JavaScript var, let and const
What do the key words var, let and const do?These key words are used to declare variables in JavaScript.var firstName = 'Bob';let lastName = 'Bobson';const age = 20;Both let and var can have their val...
03:50 pm GMT - Sun, March 13, 2022
Dev To git-worktree: Working on multiple branches at the same time
Cover photo by Lucas van Oort on Unsplash My strugglesI can't count how many times this happened to me while working on a project: I am in the middle of developing a feature on a branch and I nee...
02:31 pm GMT - Sun, March 13, 2022
Dev To Improving Language Accessibility in Programming
The English language continues to dominate science and technology. Nearly all documentation and the majority of programming languages are written in English. Stack Overflow and many free educational s...
02:25 pm GMT - Sun, March 13, 2022
Dev To CSS Scroll Snap
The CSS Scroll Snap property allows you to adjust the scrolling behaviour of the browser to better align with your content.The desired effect can be seen here: scroll-snap-demo.vercel.appThe most stra...
02:13 pm GMT - Sun, March 13, 2022
Dev To How to get query params from a URL in JavaScript
Use the property searchParams from URL interface to get the query params from a URL. Examples:In the following example, we have a URL with name and lastname as query params.const url = new URL('h...
01:35 pm GMT - Sun, March 13, 2022
Dev To AgnosticUI Vest
I had the pleasure of playing with Vest (a form-validation framework inspired by unit testing libraries like Mocha or Jest) over the weekend and was able to hook it up with the Svelte package of my Ag...
01:20 pm GMT - Sun, March 13, 2022
Dev To Replace Switch statement with Record - Typescript
Table Of Contents * ANNOUNCEMENT * INTRO * IMPLEMENTATION * CODESANDBOX * CONCLUSION * THANK YOU ANNOUNCEMENT! Hello coding dudes and dudesses! Hope you...
01:17 pm GMT - Sun, March 13, 2022
Dev To Secure Wordpress Website
In this article we will see how to secure wordpress website.However Security is the major concept of every website. To protect our websites user data, website files, database, our websites earning mod...
12:48 pm GMT - Sun, March 13, 2022
Dev To DeepSubtitles - generates subtitles and renders them onto the video. [Build]
Overview of My SubmissionIt is a python script that takes a Video, and Renders subtitles onto it. Transcriptions are fetched from Deepgram Submission Category:Accessibility Advocates L...
12:31 pm GMT - Sun, March 13, 2022
Dev To Hardest hello world program of Python lol
So This is just for fun.Most People said to me because I Started Using Python Mostly in my projects.And They Tell Me That Python is not a Real programming language or Python is For Kids because it is ...
12:17 pm GMT - Sun, March 13, 2022
Dev To Network identifiers
Want to know your Hostname, IP address and much more about your system and that too from COMMAND LINE !!! Host name:Each device in the network is associated with a unique device name known as Hos...
11:29 am GMT - Sun, March 13, 2022
Dev To Build a Messenger Clone with MERN Stack (MongoDB, Express, React, Node JS) Socket.io (Day 8)
In this Facebook Messenger Clone Tutorial series, we will learn to build an Awesome Full Stack Facebook Messenger Project with realtime messaging functionality with socket.io . We have one on one ...
11:24 am GMT - Sun, March 13, 2022
Dev To How to Get Notified When Your Python Script Has Finished Executing
Often when it comes to tasks such as AI/ML, Web Scraping, Data Mining, Web Automation and more with Python, they can take a lot of time to execute, making you check if it has finished executing every ...
11:13 am GMT - Sun, March 13, 2022
Dev To What is Hackathon?
Know Your GoalsThere are so many good ways to use a hackathon. Are you looking to finally deliver on a project youve been dreaming about? Are you looking to learn a new tech stack? Do you just want to...
11:09 am GMT - Sun, March 13, 2022
Dev To How to Write a Fresher Resume: Tips and Samples
You can write a fresher resume by taking the following steps:Reread the job advertisement. Make a note of keywords and keyword phrases the company included in the job description and use these to high...
11:08 am GMT - Sun, March 13, 2022
Dev To Types of indexes in SQL Server
https://www.mssqltips.com/sqlservertip/6274/types-of-sql-server-indexes/...
10:43 am GMT - Sun, March 13, 2022
Dev To Blogging As Your Next Income
What is Blogging?Blogging is something like documenting your learnings in an article. For example:- Let's say you're watching a YouTube video based on a certain course.What you are learning from...
09:40 am GMT - Sun, March 13, 2022
Dev To Install Laravel with Docker within 5 minutes [2022]
This is a tutorial about how to Install Laravel With Docker and Laravel Sail on Mac. It's an easy step by step tutorial. Easy install within 5 minutes. Subscribe please! :)Youtube videoTwitter ...
09:22 am GMT - Sun, March 13, 2022
Dev To MOVIE SLIDER EFFECT (HTML & CSS)
In this tutorial I create a moving movie slider. I use HTML and CSS. No javascript required. Only CSS animation. Subscribe please! :)Youtube videoTwitter learntogether ...
08:24 am GMT - Sun, March 13, 2022
Dev To Ansible to install docker and create docker images
create an ansible file to install docker and create docker images---- hosts: docker become: true vars: container_count: 1 default_container_name: docker default_container_image: ubuntu d...
08:00 am GMT - Sun, March 13, 2022
Dev To My First react Movie Search Api
https://relaxed-bhaskara-7542c3.netlify.app/...
06:57 am GMT - Sun, March 13, 2022
Dev To Why tax on cryptocurrency is so high?
First lets understand what are the taxes on cryptocurrency & then come to why?Budget 2022 tax announcements for cryptocurrency in India are -Income (Any gains or losses made from a crypto asset he...
06:55 am GMT - Sun, March 13, 2022
Dev To Deploy a ERC20 compliant contract. Part 4.
So we are in part 4 and let's go straight to our task in the last part we hub or local network node up and running and our contract deployed in it. So let's interact with it through the hardhat consol...
06:14 am GMT - Sun, March 13, 2022
Dev To My fourth week experience, while in the taskforce at CodeofAfrica
Elaborate on how your fourth week experience at the taskforce was to you?This week was a remarkable week! It was a week that we celebrated happy women's day as a special event! My fellow team members ...
06:02 am GMT - Sun, March 13, 2022
Dev To Meet Daily Dev Tips v2
I'm taking a risk here, it's currently the 4th of March when I'm writing this, and I'll be scheduling this post to go out on the 13th.Let's hope you've already read this on the new website . Abou...
05:41 am GMT - Sun, March 13, 2022
Dev To Automatically Format your code on Git Commit using Husky, ESLint, Prettier in 9 minutes
When collaborating on a project with several other developers, maintaining a consistent code style drastically improves the code readability and maintainability.Luckily we can automate this crucial pr...
05:12 am GMT - Sun, March 13, 2022
Dev To Graph Algorithm - Depth First Search
Depth First SearchDepth First Search(DFS) is a graph traversal algorithm that starts with a node in the graph and goes deeper and deeper until we reach a node that does not have further children...
05:07 am GMT - Sun, March 13, 2022
Dev To Giving new meanings to the color functions in CSS
When talking about colors in HTML and CSS, most people only know the "classic three": RGB, Hex (which is a type of RGB), and HSL. But there are many ways to define colors in CSS.This article is a tong...
02:47 am GMT - Sun, March 13, 2022
Dev To CSS Position Property
What does this property do?It determines how an element is positioned in the document. Some Clarificationsoffset properties refers to top/right/bottom/left propertiesan element's natural po...
02:17 am GMT - Sun, March 13, 2022
Dev To Getting Started with Vercel Based Development
VercelMore recently, I learned about Vercel and what is has to offer. Companies such as Netflix, TikTok, Hulu, and Uber to name a few use Vercel's platform. Vercel is a platform that creates for...
02:00 am GMT - Sun, March 13, 2022
Dev To My intro to tech through Macbook & the Right-to-Repair culture
My trackpad stopped working. For a while, I thought the pad simply just broke from overuse or something got stuck underneath - my Macbook was quite old after all. Then one day, I noticed my Macbook is...
01:55 am GMT - Sun, March 13, 2022
Dev To Understanding CSS Selectors
Recently, While chatting and mentoring a colleague, a Frontend programmer who consults me frequently whenever he is working with user interfaces, where some CSS is required. As long as I've known him ...
01:45 am GMT - Sun, March 13, 2022
Dev To Converting a callback to a promise
Sometimes you want your synchronous function to run asynchronously. Perhaps you want to run multiple functions asynchronously using something like Promise.allSettled or Promise.all.I have a number of ...
01:38 am GMT - Sun, March 13, 2022
Dev To Linux Cheat Sheet: Save the command output to a file
Full size...
01:26 am GMT - Sun, March 13, 2022
Dev To The Host Network Driver | Networking in Docker5
Learn what the Host driver is, how it provides the best performance, how to use it, possible use cases and limitationsWhat is the host network driver in Docker and how does it provide the best network...
01:12 am GMT - Sun, March 13, 2022
Dev To Bored? Try my first app!
IntroductionHere we are at the end of phase 1 of the Flatiron School Full-Stack Development bootcamp. It was a rocky start with the holiday break followed by two weeks of daycare closures due to...
11:40 pm GMT - Sat, March 12, 2022
Dev To JavaScript Constants With Object.freeze()
This is a dead-simple observation that I wanted to write about because I almost never see this technique used in the wild. Nearly every programmer is familiar with the idea of a "constant". I'm not ...
10:50 pm GMT - Sat, March 12, 2022
Dev To Creating QR Code in React
QR Code stands for quick response code. It is capable of storing lots of data. It is basically a barcode on steroids. While the barcode holds information horizontally, the QR code does so both horizon...
09:37 pm GMT - Sat, March 12, 2022
Dev To Using Axios in Nuxt with Composition API
A common pattern when using Axios in Vue.js apps, is to create a custom axios instance with interceptors attached in order to handle things (like e.g authentication and error reporting) globally. We t...
09:32 pm GMT - Sat, March 12, 2022
Dev To How to Sign Into GitHub through SSH
IntroductionIn order to access GitHub through the terminal, you need to use SSH. SSH sign-in has been made GitHub's required method of sign-in through the terminal.If you try to push to a reposi...
09:24 pm GMT - Sat, March 12, 2022
Dev To Speed Up Wordpress Website
Website hosting is very important concern about wordpress website. Because wordpress websites has bulk of codes in their themes and plugins. Sometimes many wordpress website holders worries about thei...
08:48 pm GMT - Sat, March 12, 2022
Dev To Go from the beginning - reading user input
TLDR; you will learn how to read user input, both a simpler technique and a more advanced one using formattersIt's an important thing to be able to read user input from the console. It gives the user ...
08:33 pm GMT - Sat, March 12, 2022
Dev To How to make AWS account without debit/credit card
Cloud Computing is the future of web and internet. There are alot of cloud providers like azure, aws , gcp etc but AWS being the most feature rich as well as user friendly. But but but.... , to use A...
07:50 pm GMT - Sat, March 12, 2022
Dev To Dark Mode in TailwindCSS with JavaScript
For enable dark mode at TailwindCSS you need 3 step of work:1 in tailwind.config.js file2 in HTMl file3 in JavaScript fileFor & icon, use Font-Awesome CDN Step - 1at tailswind.config.js f...
07:47 pm GMT - Sat, March 12, 2022
Dev To Automatically Serve WebP Images with Silverstripe and NGINX
OverviewFast page load times are vital for any modern website with heavy traffic. To achieve quick response times, it often this means having to compress, minify, and cache static page assets th...
07:21 pm GMT - Sat, March 12, 2022
Dev To Basic HTML Document Structure
If youre new to coding, building a website from scratch can be daunting. But dont worry, its quite simple! In this post, well look at the basic structure of an HTML document. The basic HTML document s...
07:15 pm GMT - Sat, March 12, 2022
Dev To Learning natural languages, IT way
IT related jobs are one of the most interesting and best paid in the world. Unfortunately, these come at a huge cost. Which one? Well, staying up to date with IT news may consume all your time. It als...
07:13 pm GMT - Sat, March 12, 2022
Dev To Code Quality Assurance? In Simple English
Check out full article on medium...
07:07 pm GMT - Sat, March 12, 2022
Dev To How to add Custom Network to Metamask
Hello guys, this will be a post where I will show you how to add custom local network to Metamask.This article assumes that you already installed metamask and you have been created an account before. ...
06:55 pm GMT - Sat, March 12, 2022
Dev To Amazon Redshift : How to Create Redshift Cluster, Copy S3 Data to Redshift and Query on the Redshift Console Using Query Editor
Challenges faced to find the solution of how to create a redshift cluster, copy s3 data to redshift and query on the redshift console using a query editor. I have checked various documents on how to d...
06:54 pm GMT - Sat, March 12, 2022
Dev To 2. Anonymous Types
renilecekler : Anonymous Types Anonymous Types ne ie yarar ?Anonymous Type'lar nesnenin tipini belirtmeden tanmlama yapmanz(declaration) salar. ayrca baknzrnek :// Anonymous Types declaration(tan...
06:52 pm GMT - Sat, March 12, 2022
Dev To Compress 2.0.0 is here
2 years ago I released a library called compress which compresses all files including zip, tar etc. using PHP without using any third party online tools.At the initial testing, compress compressed a z...
06:43 pm GMT - Sat, March 12, 2022
Dev To Terminal komandalari 3
datemkdir $(date '+%d-%m-%Y') - bugungi sana nomi bilan nomlangan papka yaratadi.echo $(date '+%d-%m-%Y') - bugungi sana ( kun - oy - yil ) ni ekranga chop etadi. codecode main.cpp vs cod...
06:43 pm GMT - Sat, March 12, 2022
Dev To Some ultimate changes to my chatzoid application
Demo : https://nisabmohd.github.io/chatzoidCode : https://github.com/nisabmohd/chatzoidfeatures:Login using GoogleRealtime chat updateFile upload and sendCreate rooms and join with friendsLogout or sw...
06:37 pm GMT - Sat, March 12, 2022
Dev To The Mistery Of The Supposedly Red Emoji AKA The Story Of How I Became A Software Developer Detective To Debug The Internet
Believe it or not, I recently became the victim of a hate crime on the internet.In order to make sure you won't get into the same situation, I decided to share my story with you. The CrimeI reall...
06:21 pm GMT - Sat, March 12, 2022
Dev To Learning About Dynamo
Originally published on dakotalewallen.meFantastic video by Alex DeBrie. Starts with very elementary explanation of dynamo as a whole and then drills down to provide some examples about modelling for ...
05:51 pm GMT - Sat, March 12, 2022
Dev To How to make simple card hover effect in 2022. Very easy Card hover effect for beginners
Hello there . I hope you all are doing great. In today's article we'll see to create an amazing card hover effect. Its a beginners friendly tutorial, so if you don't know anything still you can follow...
04:30 pm GMT - Sat, March 12, 2022
Dev To Async Await Behavior
Demonstrate async/await function behavior in comparison with standard synchronous behavior.https://replit.com/@365Erik/Async-Await-Behavior A Promise to ShareWe often find promises implemented in...
04:14 pm GMT - Sat, March 12, 2022
Dev To Svelte Starter Kit - Helpful Learning Resources & Packages
Hi ! I'm David Peng.In this article, I'll share some helpful Svelte learning resources & packages that I consumed and used in the past few months to migrate a legacy web app in my work.You can che...
04:08 pm GMT - Sat, March 12, 2022
Dev To Cursus NestJS - les modules partie 1
Bienvenue dans ce second cours du cursus NestJs par Webeleon.Je m'appelle Julien et je serai ton guide dans cette formation NestJS qui fera de toi un vritable expert de NestJS.Alors abonne-toi pour pr...
04:08 pm GMT - Sat, March 12, 2022
Dev To Create a clone of WeTransfer with AWS S3
In this post we are looking at how we can create a clone of WeTransfer, so that we can upload and share our files with others.To keep things simple, we are not looking to create the actual user interf...
04:06 pm GMT - Sat, March 12, 2022
Dev To C dasturlash tili | 3
1.Sayt nomiSaytga o'tish uchun link ustiga bosing! 2.Ro'yhatdan o'tishRo'yhatdan o'tish uchun yuqori o'ng burchakda register bo'limidagi hamma shartlarni bajargandan so'ng siz problems bo'l...
04:05 pm GMT - Sat, March 12, 2022
Dev To Reading Env files in React
React is a very popular framework, which most of us use today. Sometimes we want to use environment variables in our application but we don't know how to go about it.Environment variables are used to ...
03:58 pm GMT - Sat, March 12, 2022
Dev To DOM & jQUery - Javascript Cheatsheet 2022
Join the slack and discord community at devNursery.comDOM/jQuery Video Playlist Window ObjectRepresents the entire browser windowactionsyntaxnoteswhat browser is user usingwindow.navigatorR...
03:56 pm GMT - Sat, March 12, 2022
Dev To How To Install Metasploit6 In Android With Out Root?
What is Metasploit?Metasploit contains a lot of tools that allow you to test vulnerabilities and execute attacks on another system. it is one of the most used penetration testing tools. You can ...
03:55 pm GMT - Sat, March 12, 2022
Dev To C dasturlash tili | 2
Salom!Siz C++ haqidagi barcha malumotlarni w3schools dan olishingiz mumkin link ni ustiga bosangiz u yerda hamma dasturlash tiliga oid darslar mavjud u yerda css; html; c/c++; python; java; php;...
03:49 pm GMT - Sat, March 12, 2022
Dev To 66 Days of Data
Learning Python D 28 of #66daysofdata Today I have learnt Python Data Types - Numbers, Sequence Type, Dictionary, Set, Type Conversion Checkout My #66 Days of Data timeline on GithubSay me Hi!...
03:44 pm GMT - Sat, March 12, 2022
Dev To Tips For Code Review
In general code, review helps you to :Identify and catch bugsSpread knowledge of the code base throughout the teamGet new people up to speed with the ways of workingEnsure code is readable and maintai...
03:36 pm GMT - Sat, March 12, 2022
Dev To What I learned this week. Week 3.
Here we are at another week. If you are new, this is a thing I do every week where I record each day at the end of the day and end up posting it during the weekend. This is my journey as I attempt to ...
03:26 pm GMT - Sat, March 12, 2022
Dev To 10 Things Beginners Must Know About Java Script
There's no denying that JavaScript is a must-have for any web developer. Gone are the days when all you needed was a little CSS and HTML to get by. Fortunately, it has so few rules that getting starte...
03:24 pm GMT - Sat, March 12, 2022
Dev To C dasturlash tili | 1
C++ tili haqidaBIz avvalo C++ dasturlash tili nima ekanligini bilib olishimiz kerak.C++ - bu mashhur dasturlash tili.C++ tili kompyuter dasturlarini yaratish uchun ishlatiladiC++ - bu ob'ektga y...
03:19 pm GMT - Sat, March 12, 2022
Dev To WIFI PASSWORD HACKING FOR BEGINNERS WITH KALI LINUX
There are many ways to attack WiFi networks depending on:The type of encryptionDefault settings Number of connected clientsIn this article well focus on wifite Wifite tool automates all these process...
03:08 pm GMT - Sat, March 12, 2022
Dev To Singly Linked Lists
As I have already discussed in the previous blog that a node in a linked list contains the data element and the address of the next node. When the node of the linked list contains only the data elemen...
03:08 pm GMT - Sat, March 12, 2022
Dev To QnA - Ask Me Anything
Ask me anything about programming. JS, PHP, HTML and CSS specifically. I'll try to answer, no promises....
03:07 pm GMT - Sat, March 12, 2022
Dev To Authentication with React From Wizard and Nodejs - Part 2
This tutorial is a continuation of 'Authentication with React From Wizard and Nodejs - Part 1. In the previous part the backend and Redux Store was coded. It's now time to build the form wizards with ...
03:06 pm GMT - Sat, March 12, 2022
Dev To Debugging .Net in VSCode
Hello and welcome! Today, I'm gonna show you how to use the vscode debugger and how to configure it for all your needs. I hope this article results useful to you and let's go!Creating the projectDebug...
03:03 pm GMT - Sat, March 12, 2022
Dev To Authentication with React From Wizard and Nodejs - Part 1
IntroductionIn Turn any Form into a stepper form wizard with UI, Hooks, Context, React-Hook-Form and Yup it was shown how you can improve user experience by breaking up extended forms into wizards wit...
03:01 pm GMT - Sat, March 12, 2022
Dev To Comment a line in HTML
However the syntax was developed by Microsoft to allow the inclusion of conditional code, HTML or CSS. This is what Microsoft calls "Conditional Comments".And it gets more complicated. They are only r...
03:01 pm GMT - Sat, March 12, 2022
Dev To Server API Endpoints
ModelsBefore you jump in and start coding the API endpoints, it's worth taking a few minutes to think about what data we need to store and the relationships between the different objects.Our Use...
03:01 pm GMT - Sat, March 12, 2022
Dev To Make 2 columns in HTML
HTML is the language in which the content of web pages is defined. Basically, it is a set of labels that are used to define the text and other elements that will make up a web page, such as images, li...
01:37 pm GMT - Sat, March 12, 2022
Dev To DevRel job roles: Content Creator vs Content
Developer Relations is a niche field in software engineering. It is an umbrella term for a lot of activities that are geared towards building relationships with developers.I've been in this field for ...
01:33 pm GMT - Sat, March 12, 2022
Dev To Como lembrar mais facilmente dos comandos Linux
Minha dica para quem est comeando no mundo Linux, e est tendo dificuldade em lembrar dos comandos de CLI (comand line interface):Pense no comando como se ele fosse a ao que ela representa. Por exemplo...
01:29 pm GMT - Sat, March 12, 2022
Dev To How to develop the plugin deal with i18n in Figma Plugin?
Hi, guys!Where are you live? L.A? Ottawa? Melbourne? Am I? I'm live in Tokyo.As many of you know, it's very difficult to handle internationalization. In particular, units of currency and inches, centi...
01:22 pm GMT - Sat, March 12, 2022
Dev To VS Code Keyboard Shortcuts | Or How To Become Even More Productive
Hi Everyone!This article presents my favorite and most used keybindings, and how you can customize your own!So open your vs-code and follow along :) First thing is to use the shortcut: K S (keep the c...
01:22 pm GMT - Sat, March 12, 2022
Dev To Simple Mixin Alternative To Standard CSS Grids
Using CSS grid to generate layouts in a design provides developers with value, and makes things a lot easier for developers, but there are still some problems or downsides of using the CSS grid system...
01:18 pm GMT - Sat, March 12, 2022
Dev To Hand-picked Public APIs For Your Next Project(s).
Bookmark This Post, I'll Be Adding New Stuff .I've been working with APIs for a decent amount of time, And I know what it feels like working with APIs that are free and provide you with a lot of accu...
01:14 pm GMT - Sat, March 12, 2022
Dev To Adding Custom Attributes to Trix's toolbar
We will be adding a color picker that allows to change the text color of a selection. A color picker that allows to change the background color. And Bold and Italic versions with custom UI elements in...
01:08 pm GMT - Sat, March 12, 2022
Dev To HTTP Hello World server for testing purposes (part 1)
HTTP Hello World server for testing purposesPost created at 2022-03-12 09:53I needed a http server, small, minimalistic, just for proxy testing.There are many options to do this, but I wanted to...
12:52 pm GMT - Sat, March 12, 2022
Dev To Git user config
As a person who jumps from work to a personal git-based project I sometimes need to take eye on git user configuration. Configuration scopesGit have configuration in following scopes:system - def...
12:43 pm GMT - Sat, March 12, 2022
Dev To Quiz Patente AM: Guida definitiva su prevalere li quiz del patentino pi raziocinio.
Non dimenticate risposta negativa di un p tra alle nozioni le quali avrete riscontrato di pi gruppo nellapprendimento proveniente da vista dei patente am quiz.Quiz patente AM: Come i quiz ?Dopo aver e...
12:39 pm GMT - Sat, March 12, 2022
Dev To html vs css vs javascript Tell Which is easy?
...
12:20 pm GMT - Sat, March 12, 2022
Dev To Join me to learn to code in Rust
I am Romaric, CEO and co-founder of Qovery. I am 12 years of experience in backend development. I am experienced in Rust, Python, Kotlin, Java, Groovy, Go, Scala. In my free time I am working on Repli...
11:48 am GMT - Sat, March 12, 2022
Dev To Candy - new way of styling react components
Hello! My name is Dan.I developed a new approach to styling react components. In this article, I want to tell you about it.The idea is very simple. We write the usual css, sass, less./* styles.css */....
11:45 am GMT - Sat, March 12, 2022
Dev To Building a gRPC Client in Go
IntroductionIn this article, we will take a look at how to create a simple gRPC client with Go. We will be using this client to interact with the gRPC server that we created in my previous post....
10:52 am GMT - Sat, March 12, 2022
Dev To HTML CSS Resume Templates With Free Source Code
HTML Creative Resume Templates With Free Source Code WATCH FULL COLLECTION OF HTML Resume here https://front-end.codes/css-resume/...
10:20 am GMT - Sat, March 12, 2022
Dev To Lineer ve Lineer Olmayan Veri Yaplar
Lineer [Dorusal] Veri YaplarVeri eleri birbiri ardna sral olarak dzenlenir. Tm eler tek katmanda bulunur.Tek seferde geilebilir. Yani, ilk elemandan balarsak, tm elemanlar srayla tek bir geite g...
10:17 am GMT - Sat, March 12, 2022
Dev To Python Multiple Inheritance
Python Multiple InheritanceIn our previous post, while we were talking about inheritance, a class was inheriting the properties and functions of another class. So what is multiple inheritance? M...
10:14 am GMT - Sat, March 12, 2022
Dev To React UI Kits - Open-Source and Free
Hello Coders!This article presents a curated list with open-source UI Kits and templates crafted on top of React. All products are actively supported and versioned and the permissive license allows th...
10:11 am GMT - Sat, March 12, 2022
Dev To Tune VS Code like a BOSS
14 Kick-Ass Extensions You Dont Wanna Miss!They say that with Visual Studio Code, Microsoft redeemed themselves amongst the developer community.Many old time programmers carried a grudge against...
10:10 am GMT - Sat, March 12, 2022
Dev To git cherry-pick: How to pick commit(s) from other branches?
We tag a commit in main and push it to the remote, this is what our team does when deploying.Recently, something went wrong with our service.Branchmaindev^A1C1~2A2C2~3A3 (tagged as v0.1 and deployed)C...
10:06 am GMT - Sat, March 12, 2022
Dev To Best DevOps Blogs
Below is the list of top DevOps blogs to get more insights into key DevOps trends.1. Dzone DevOpsThe Dzone DevOps group contains great content articles and weblog articles from various business speci...
09:57 am GMT - Sat, March 12, 2022
Dev To How to Create Charts in ReactJS
Chart is a graphical representation of data. Charts allows us to analyze, understand and predict the data based on values and outcomes on the chart. In this tutorial we will learn how to create charts...
09:53 am GMT - Sat, March 12, 2022
Dev To SGB Discount Calculator - Buy Gold at a 30% Discount!
Hello guys, we all know how important asset allocation is when it comes to investing! One of the most proven hedges against Equity has been Gold for the past 50 years. Gold has a very negative correla...
09:05 am GMT - Sat, March 12, 2022
Dev To Writing Cleaner CSS using BEM Methodology
Have you ever come across this syntax and assumed it was autogenerated and didn't give it much thought? There's a good chance you have.what__is--thisThat's what we'll look at in this article, where yo...
08:29 am GMT - Sat, March 12, 2022
Dev To Answer: Github "Updates were rejected because the remote contains work that you do not have locally."
answer re: Github "Updates were rejected because the remote contains work that you do not have locally." Au...
08:18 am GMT - Sat, March 12, 2022
Dev To Green Otter CBD Gummies - Pain Relief Reviews, Benefits, Side Effects And Price
CBD Gummies inside a way Green Otter CBD Gummies along with other. You will want to seek out a good training and flexibility program inside your hands. In case you exercise both hands regularly you'll...
08:17 am GMT - Sat, March 12, 2022
Dev To FREE HTML Template sites for Developers
HTML5UPHTML5 UP is a collection of amazing free templates, that are fully responsive, built on intelligent html5 and css3, and are fully customizable. GraygridsBiggest Source of Free HTML W...
08:16 am GMT - Sat, March 12, 2022
Dev To App thit k c truyn online p nht 2022
Nn tng c truyn & sng tc truyn ch hng u Vit Nam dnh cho cc tc gi am m vit truyn.App c truyn online enovel h tr y cc phin bn, di ng, my tnh bng, ipad, ios, android, my tnh bn,...c truyn mi lc mi ni...
08:15 am GMT - Sat, March 12, 2022
Dev To When programming books are wrong
- I read a programming book on your list, and I think the author is wrong.Reading programming books should challenge your thinking and understanding. Disagreeing with the author is not wrong. But try ...
08:14 am GMT - Sat, March 12, 2022
Dev To Sudoku Solver using SolidJS & Tailwind
Hello folks,I have developed "Sudoku Solver" using SolidJS and TailwindCSS. It tries to solve the given input board using backtracking to get a solution.Link: https://sadanandpai.github.io/sudoku-solv...
08:11 am GMT - Sat, March 12, 2022
Dev To [Fedora 35] Asus Tuf Laptop internal speakers/mic not working on fresh install
I have an ASUS Tuf FX-705DT laptop. I dual booted fedora 35 alongside Windows 10 recently, and I was having a audio issue.The issue was that neither the internal speakers nor the mic worked. There was...
07:50 am GMT - Sat, March 12, 2022
Dev To The Record Utility Type in TypeScript
I won't lie. There is a reason I skipped this one for a bit, it was a bit unclear on when to use this one, but it's starting to make sense.The record utility type constructs an object type having keys...
07:49 am GMT - Sat, March 12, 2022
Dev To Keto Maxx Reviews Does it Really Work?
I've known in regard to Keto Maxx for my entire life. What should you add? By doing this, don't be concerned, I'm getting to this. Avoid that like the plague. I'm waiting for the other shoe to drop. I...
07:36 am GMT - Sat, March 12, 2022
Dev To Core principles of API Design - Part 2
This is the sequel to:API Design 1I laid out the principles behind designing an API and wanted to show those principles in play in a non-trivial example.Turns out its difficult to find the goldilocks ...
07:35 am GMT - Sat, March 12, 2022
Dev To Green Otter CBD Gummies:Is It Legit or Scam Stress, Anxiety Depression
If Green Otter CBD Gummies is more significant to you than Pain Relief Formula look into that. As they say, "He who hesitates is lost." The increase is an all round solution. To fellow travelers just ...
05:59 am GMT - Sat, March 12, 2022
Dev To Building your first e-Learning Platform for free
DAY 20 - Building your first e-Learning Platform for free - Day Twenty100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.toEvery content creator is a teacher. Why e-learning?E...
05:47 am GMT - Sat, March 12, 2022
Dev To Web 3.0 Day: 2
Today let us learn about basic understanding of ehthereum, what is ethereum, why we use it What is ethereum ?Ethereum is a decentralized,open-source blockchain with smart contract functionality...
05:02 am GMT - Sat, March 12, 2022
Dev To React-js-Identifier-has-Already-been-Declared-(solution)
i have been working in a React js small project the project purpose is Build QrCode Geneator.So when i go to run this project i got an error which is Identifier-Text-has-Already-been-Declaredthe error...
04:41 am GMT - Sat, March 12, 2022
Dev To What Are Java Method References And Kinds Of Method References Available?
Method ReferencesMethod reference operator :: is used to refer to the methods of functional interface. It is a compact and easy form of the lambda expression.Lambda expressions are used to creat...
03:41 am GMT - Sat, March 12, 2022
Dev To An I dont know what Docker is and at this point Im too afraid to ask guide to Docker.
What is Docker?Docker is an open source platform for building, deploying, and managing containerized applications. Docker enables you to separate your applications from your infrastructure so yo...
02:50 am GMT - Sat, March 12, 2022
Dev To Node.JS Architecture
What is Node.js?Node.js is an open source server environment platform built on Googles Chrome JavaScript Engine which runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) using JavaScript ...
01:45 am GMT - Sat, March 12, 2022
Dev To Realtime data streaming using server-sent events(SSE) with react.js and node.js
We live in a world where real-time data streaming has become paramount. Real-time data streaming has become a necessity in modern applications because it keeps users notified immediately an event happ...
01:45 am GMT - Sat, March 12, 2022
Dev To No Rest for the Wicked
It's been a couple weeks since my last blog on account of last week being reading week. For me, it felt like any other weak because instead of going to class's I just did more work, and I still had to...
01:31 am GMT - Sat, March 12, 2022
Dev To How to Build a Bulk Screenshot App with Google Sheets
Have you ever been in a situation where you need to screenshot a long list of websites? Perhaps, the list is so long that doing it manually would take days?If that sounds familiar, this post is for yo...
12:27 am GMT - Sat, March 12, 2022
Dev To Documentation: a developer superpower
Software documentation is a hidden treasure, both when you are first learning to code, when you are an experienced engineer, and everywhere in-between.I don't know what this existing function does, so...
12:26 am GMT - Sat, March 12, 2022
Dev To Tips To be a Better Programmer
In my option to be a good programmer you should follow these tips:Check Your Code First Before Looking to Blame OthersContinuous LearningDon't Be Afraid to Break ThingsTake Advantage of Code Analysis ...
12:12 am GMT - Sat, March 12, 2022
Dev To JSX Element, React Node, React Element
I am currently migrating a React application to TypeScript. So far, this works pretty well, but I have a problem with the return types of myrender functions, specifically in my functional components.C...
12:01 am GMT - Sat, March 12, 2022
Dev To Apple Event Recap
Hello fellow tech nerds, I know this recap is very late, but for those of you who didn't hear, Apple held their first event of the year on the 8th of March. This event was a hardware focused event and...
11:59 pm GMT - Fri, March 11, 2022
Dev To Adding fallback images onto your React projects
If you are developing a web application, then there are a lot of things to consider. One important aspect is the images that are used, for aesthetic purposes or various other reasons (e.g. icons). Eit...
11:31 pm GMT - Fri, March 11, 2022
Dev To What is a Content Delivery Network (CDN)?
A Content Delivery Network (CDN) is a globally distributed network of servers with the purpose of delivering content across the web. The content can be images, video, HTML, JavaScript, CSS, and more. ...
10:25 pm GMT - Fri, March 11, 2022
Dev To Hold Me Tight - MR Tutorial for Nreal Light
Now let's try to grab the touched GameObject and move it. This tutorial is a continuation of the "U Can Touch This" tutorial. If you have not yet comple "U Can Touch This", please proceed with the fol...
09:50 pm GMT - Fri, March 11, 2022
Dev To How to Build a Live Streaming Web Application with Amazon IVS and Deepgram
In this series, I will build a live streaming web application with text captions. Companies such as Twitch, StreamYard, Facebook Live, and many others provide live streaming on the web as a product, s...
09:39 pm GMT - Fri, March 11, 2022
Dev To Implementing an Error Factory in Go
Table ofContentHandling errors in GolangAnnotating errors with context informationImplementing the error factoryErrors are a key element of Golang. By understanding errors and handling them prop...
09:13 pm GMT - Fri, March 11, 2022
Dev To Testando o Generics do Go
Finalmente est (quase) entre ns! Depois de anos ouvindo aquela piadinha "e o Generics?" esta aguardada funcionalidade vai estar disponvel na verso 1.18 da linguagem, prevista para lanamento em Maro de...
09:09 pm GMT - Fri, March 11, 2022
Dev To Introduo ao Node.js
Node O que ? um interpretador JavaScript baseado na engine V8 do Google Chrome. Diferente da engine do Chrome, o Node no vem com mtodos para manipulao do DOM e ao invs disso possui mtodos q...
09:04 pm GMT - Fri, March 11, 2022
Dev To Types of Storage For React
Storing data is always an essential part for all application. The storage can be a local or server storage. Here we will discuss about the types of storage for react. Async Storage in ReactIt is ...
07:34 pm GMT - Fri, March 11, 2022
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 bugReconnect...
06:52 pm GMT - Fri, March 11, 2022
Dev To The Anatomy Of My Ideal React Component
import { useEffect, useState } from 'react'import { Link } from 'react-router-dom'import styled from 'styled-components'import tw from 'twin.macro'import { USER_ROUTES, useUser } from 'modules/auth'im...
06:46 pm GMT - Fri, March 11, 2022
Dev To Enumerating JavaScript Objects
Demonstrate how to loop over JavaScript hashmaps (data objects) and inspect their contents.https://replit.com/@365Erik/Enumerating-JavaScript-Objects Sample dataHere is a data object we will iter...
06:36 pm GMT - Fri, March 11, 2022
Dev To Connecting devices together!
Sock IdeaOrganizationSock is a idea, not a code. "Sock" allows you to connect to channels and communicate with other instances. Everyone can make his own "Sock" and "Sock Client". Or you can use...
06:14 pm GMT - Fri, March 11, 2022
Dev To So you want to use useRef...
So you found this fancy React hook that you want to try out! It's name is useRef, and the only problem is... you have never used it before! What is useRef and what does it do? Why would you ever use t...
06:07 pm GMT - Fri, March 11, 2022
Dev To AWS CDK 101 - lambda & CDK watch
In this article let us build necessary components which we need to setup a basic lambda stack which will be used in later in subsequent articles to act us a web hook taking some data into our ecosyste...
05:48 pm GMT - Fri, March 11, 2022
Dev To MongoDB $weeklyUpdate (March 11, 2022): Realm Kotlin Beta, Expo & Realm, MongoDB Stable API, and More!
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...
05:43 pm GMT - Fri, March 11, 2022
Dev To Automatizando tarefas com Go
Na vida de uma pessoa desenvolvedora, nos deparamos diversas vezes com tarefas montonas, repetitivas e sempre nos vem a ideia na cabea de como podemos automatizar isso. Aqui na Trybe, temos dois cenri...
05:29 pm GMT - Fri, March 11, 2022
Dev To From the FAANG to the MAANA
"FAANG" is a popular acronym that refers to the stocks of five prominent American technology companies: Meta (formerly known as Facebook), Amazon, Apple, Netflix and Alphabet (formerly known as Google...
05:28 pm GMT - Fri, March 11, 2022
Dev To What is CSS Box Model ? Complete guide on Box model Margin, Padding, Border & Content
Hello there ! hope you are doing great. Today, in this article well discuss about CSS box model. Well talk about what it is ? and how we can take advantage of it. So lets start. What is CSS Box M...
05:19 pm GMT - Fri, March 11, 2022
Dev To How to use Repositories in Laravel Framework, so as not to repeat code
One of the big problems in software development is code repetition, which adds a lot of difficulties when it comes to project maintenance.There is a concept in software development called DRY (The Don...
05:17 pm GMT - Fri, March 11, 2022
Dev To Alternatives to __dirname in Node.js with ES modules
Written by Sam ThorogoodSo, you've listened to all the advice and sat down to migrate your code or learn a new standard, but you have questions. ES modules (also known as ESM) are here, but using them...
05:14 pm GMT - Fri, March 11, 2022
Dev To How to Prevent Overflow Scroll in CSS
In this short guide, we'll go over the CSS overflow property and I'll show you how to prevent a scroll bar from appearing anywhere around your container element even when content flows beyond it. ...
05:01 pm GMT - Fri, March 11, 2022
Dev To Share your PHP best practices with your team in PHPStorm
According to The State of Developer Ecosystem 2021 released by JetBrains, PhpStorm is the most popular IDE used by PHP developers, while VS Code stands second. If you rework code, share your con...
05:00 pm GMT - Fri, March 11, 2022
Dev To Medusa-extender CLI
Medusa is an open source headless commerce platform that allows you to create your own store in a matter of minutes. Part of what makes Medusa a good choice for your e-commerce store is its extensibil...
04:40 pm GMT - Fri, March 11, 2022
Dev To JS functions that I learned this week
Today is friday and its the end of the week. Here are the top 5 javascript functions that I learned this week.reduce() - Reduce function applied to arrays in Javascript. it takes the values in an arra...
04:30 pm GMT - Fri, March 11, 2022
Dev To How the chmod command works on linux
When we create a file or folder on a unix based system like Linux or MacOS, it has a set of permissions and access modes. These are most often manipulated using the chmod command, which allow us to ch...
04:23 pm GMT - Fri, March 11, 2022
Dev To S T A H P
Photo by Jose Aragones on Unsplash Just STAHP already!S omeT imesA cronyms (and Abbreviations)H urtP roductivity SometimesBefore I rant too much, all right, yes. Some acronyms are OK and eve...
03:34 pm GMT - Fri, March 11, 2022
Dev To CSS Basics: Creating Inset Borders with CSS
Sometimes when creating inset borders, we want to set them at different distances from the edge of the element. In CSS, there are a number of ways to do this, which can all be useful depending on the ...
03:33 pm GMT - Fri, March 11, 2022
Dev To 10 JavaScript and NodeJS Tips that Will Knock Away Multiple Concepts
Find me on mediumWhile I was looking over some objects in JavaScript the other day I realized that choosing what to learn is an effective way to take big leaps in the learning process. In todays world...
03:21 pm GMT - Fri, March 11, 2022
Dev To Difference between forwarding and routing
More extensive IT networks are divided into smaller ones that have connections. Multiple intermediate stations may be required between two nodes for a transmission. Routing is the process of deliverin...
03:20 pm GMT - Fri, March 11, 2022
Dev To Under-the-hood of GraphQL DataLoader
In recent years GraphQL has really taken off as a pattern/library/type system. It offers much which REST does not and its standardization and flexibility has really helped in its adoption. I have an a...
03:19 pm GMT - Fri, March 11, 2022
Dev To Hiding promoted tweets and ads - why I started BlockZilla
A couple of years ago I quit Facebook because of the increasing number of ads and sponsored content. The ads plague has now come to Twitter and Reddit, the two other social platforms I enjoy.At this p...
03:19 pm GMT - Fri, March 11, 2022
Dev To Does steam tell you if someone blocked you
Does Steam tell you if someone blocked you? No, Steam doesn't notify you directly if someone blocked you, but you can check it manually by going to their public profile. If you can see it, but can't a...
03:17 pm GMT - Fri, March 11, 2022
Dev To Smart Contract Development Guide for Business Owners
This article was originally published at: https://www.blog.duomly.com/smart-contract-development-guide/As a business owner, you may have heard of the term "smart contract" and wondered what it is and ...
03:15 pm GMT - Fri, March 11, 2022
Dev To Power of destructuring
Destructuring is a blessing to JavaScript and TypeScript developers.Destructuring works for both Object & Arrays. Object DestructuringConsider the below object:const myObject = { userFirstNa...
03:15 pm GMT - Fri, March 11, 2022
Dev To Paracetamol.js| 76: Explica este cdigo JavaScript
Explica este cdigo JavaScriptconst arr = [];console.log(Array.isArray(arr)); // ??A. trueB. falseC. []D. ReferenceErrorRespuesta en el primer comentario....
03:11 pm GMT - Fri, March 11, 2022
Dev To What Is Blockchain - Guide for Business Owners
This article was originally published at: https://www.blog.duomly.com/what-is-blockchain/If you're a business owner, you've probably heard the term "blockchain" floating around lately. But what is blo...
03:04 pm GMT - Fri, March 11, 2022
Dev To What Is Smart Contract - Guide for Business Owners
This article was originally published at: https://www.blog.duomly.com/what-is-smart-contract/When most people think about contracts, they think about the mundane paperwork task that needs to be comple...
03:04 pm GMT - Fri, March 11, 2022
Dev To MacOS launching the Music app after pressing play button
I'm losing my mind every time I hit the play button and something isn't already playing in the background, it just randomly launches the Apple Music app, which I've never intentionally opened, nor hav...
03:01 pm GMT - Fri, March 11, 2022
Dev To Build Your Own Livestreaming App with Twilio Live
With the increase in remote work and lectures in the past two years, there has been an increase in the need for live streaming applications for online meetings, classes, and webinars. While general-pu...
12:51 pm GMT - Fri, March 11, 2022
Dev To Software Development Outsourcing Guide for Business Owners
This article was originally published at: https://www.blog.duomly.com/software-development-outsourcing-guide/Business owners are always looking for ways to reduce costs and increase profits. One way t...
12:41 pm GMT - Fri, March 11, 2022
Dev To Testes Unitrios: Fundamentos e Qualidade de Software!
Photo by Ferenc Almasi on Unsplash SumrioIntroduoQualidade de SoftwarePor que eu devo testar meu cdigo?Tipos de testesTestes UnitriosDicas para escrever bons testes unitriosO que so Test DoublesD...
12:12 pm GMT - Fri, March 11, 2022
Dev To How to Implement AI Self Checkout in Retail if You Are Not Amazon
Online retail has one key advantage customer experience. No queues, no delays, and little movement to make a purchase. According to a research from Forrester, 72% of U.S. retail sales will still occu...
11:49 am GMT - Fri, March 11, 2022
Dev To How to set up a professional React project (including screencast)
When you start a new React app you might wonder how to set it up in a professional way. What tools should you use? What libraries do you need from the start?Based on the most popular React tech stack ...
11:47 am GMT - Fri, March 11, 2022
Dev To Using AWS Glue Studio for your ETL Jobs
If you are looking to deploy enterprise-level analytics workloads in the cloud on AWS, one of the most important choices you need to make is your ETL development tool, integration, and data pipeline p...
11:45 am GMT - Fri, March 11, 2022
Dev To How To Embed Multiple Instagram Feed On Website?
Wondering how you can embed Instagram Feed on your website well then you don't need to worry at all. In this blog, we will go through the steps to embed Instagram Feed on the website using different m...
11:40 am GMT - Fri, March 11, 2022
Dev To Terminal komandalar | Part 3
dateecho $(date '+%d-%m-%Y') - ushbu komanda hozirgi sanani (dd-mm-yyyy ko'rinishida) terminalga chop etadimkdir $(date '+%d-%m-%Y') - bu komanda orqali bugungi sana nomli papka yaratiladi ...
11:24 am GMT - Fri, March 11, 2022
Dev To Laravel 8 - Service Class (Writing clean code in 3 Steps)
Scenario of what Service Classes is used for: Suppose that we have a controller that looks something like this:<?phpnamespace App\Http\Controllers;use Illuminate\Http\Request;class CartItemCon...
11:17 am GMT - Fri, March 11, 2022
Dev To DevTips Daily Update 11/03/22
So this week's DevTips daily tutorials are continuing on with our full end to end project and we're starting to see things come together now!We've been doing some cool things with NX like creating a s...
10:58 am GMT - Fri, March 11, 2022
Dev To How to grow your business using Digital Asset.
Digital Assets, like Blockchain, are buzzwords actively used in this money era and a lot of times used wrongly, as it stands you might have invested or owned some form of digital assets without having...
10:56 am GMT - Fri, March 11, 2022
Dev To The 5 Best Solana NFT Marketplaces
The 5 Best Solana NFT MarketplacesAre you tired of Ethereums slow network and huge gas fees? Its time you dumped it for the Solana train before its too late! But first, you need a solid Solana m...
10:37 am GMT - Fri, March 11, 2022
Dev To React Js Vs Angular Which is Better ?
React js and Angular Tutorial For BeginnersReact js:React is a front-end javascript library for building users interfaces and it is managed by Facebook and has an open-source community of developers. ...
10:28 am GMT - Fri, March 11, 2022
Dev To Emojicode (Conditionals)
Wuhuuu.. here comes the last part of the Emojicode series.In this part, I'll introduce you to conditionals and how to make more complex programs with Emojicode . Conditionals You are feeling hung...
09:56 am GMT - Fri, March 11, 2022
Dev To What is the Cost of Building a Website in 2022?
The article was initially published on Codica blog.When we buy a product or service, what is important for us? Certainly, the cost is essential.Website development is a sophisticated process. So, many...
09:39 am GMT - Fri, March 11, 2022
Dev To 100% FREE Computer Sciences Courses
Hi! I want to tell you that you can apply for free courses on the internet. If you like to learn new things and/or earn free certificates, go to this link.Class Central Free Course + CertificateThis w...
09:23 am GMT - Fri, March 11, 2022
Dev To Responsive Design in HarmonyOS
IntroductionHello everyone. In this article, I will try to provide information about the appearance of applications on HarmonyOS devices. Most people have heard of Huaweis 1+8+N strategy. HarmonyOS pl...
09:05 am GMT - Fri, March 11, 2022
Dev To Which are the Best Front-end Frameworks (2022)? by Reddit Community Experts'
ReactJSAngularVueJSRead this awesome post, they covered the all benefits and features of the top 3 Frontend Frameworks. Community Experts' WeighThe front-end framework is the major block of any s...
08:48 am GMT - Fri, March 11, 2022
Dev To Learn Swift with me
Swift is a programming language for developing apps for IOS and Mac OS, and it is destined to become the foremost computer language in the mobile and desktop space.Made to replace Objective-C.Swift co...
08:13 am GMT - Fri, March 11, 2022
Dev To Rickroll your friends with Python
Yesterday, I came across a cute cat video on discord. Bored, I thought it would be really funny if I made this into a rickroll video and forward it to my friends But you see, I'm really lazy. So lazy ...
07:39 am GMT - Fri, March 11, 2022
Dev To tsParticles 1.42.1 Released
tsParticles 1.42.0 Changelog Options UpdatesNew numeric values are now randomizable, using the { min, max } object instead of the numeric value. The list of the new randomizable options are...
07:37 am GMT - Fri, March 11, 2022
Dev To Heroku Database VS AWS RDS
Database is the heart of almost any real world software system, and when it comes to choosing the right platform to host your database, two of the famous names are AWS RDS and Heroku PostgreSQL.In thi...
07:25 am GMT - Fri, March 11, 2022
Dev To How to use React Context API
Passing data down the Multiple layers of components in React is a tough. Reacts useContext() hooks makes passing data from Parent Component and consuming it in a child component easy. useContext() hoo...
07:19 am GMT - Fri, March 11, 2022
Dev To Features of Codeigniter web development
CodeIgniter is an amicable and clear Hypertext Preprocessor (PHP) system created and produced for site advancement. By utilizing this toolbox, a designer can deliver an undeniable site. Because of its...
07:07 am GMT - Fri, March 11, 2022
Dev To Solidity? What is it, and can this language change how we develop software forever?
The StartThis is a late response to the language called, Solidity. I have only came onto DEV.to early this year and the last time I have read part of the documentation was when it was in versio...
07:03 am GMT - Fri, March 11, 2022
Dev To Firebase is Dead: What is the Perfect Database in 2022?
FirestoreTo be fair I meant Firestore really, not Firebase the Platform. Ok, Firestore is not dead. It is quite popular. But it should be dead. It should be dead for the reasons I listed in my p...
07:01 am GMT - Fri, March 11, 2022
Dev To How to prepare for Google Summer of Code 2022?
Let's talk about the most important topic - how to prepare for Google Summer of Code? and what are the key points that one should keep in mind while applying?Update - The list of projects and organisa...
07:01 am GMT - Fri, March 11, 2022
Dev To Scan Duplicated CSS
To auto detect redundant and unused CSS classes, I made this library recently: css-checker.It helps to scan your codebase automatically by one command: 'css-checker'. I think it's always better to rel...
07:01 am GMT - Fri, March 11, 2022
Dev To Scan Duplicated & Similar CSS
To auto detect redundant and unused CSS classes, I made this library recently: css-checker.It helps to scan your codebase automatically by one command: 'css-checker'. I think it's always better to rel...
06:40 am GMT - Fri, March 11, 2022
Dev To Guess the Library or Framework!
Guess the Framework or Library: Note: You need colllaboration? Connect......
06:14 am GMT - Fri, March 11, 2022
Dev To Top 10 Agile and DevOps Thought Leaders to Follow
The market demand for custom application development has grown five times faster than the internal IT organizations capacity to deliver them. There is a continuous struggle to stay proactive against c...
06:09 am GMT - Fri, March 11, 2022
Dev To Top Android Mobile App Development Company
Android is a mobile performing various tasks operating system utilized in the control centre, TVs, and cell phones. In light of Linux, the OS was created by Android Inc., which was subsequently bought...
06:08 am GMT - Fri, March 11, 2022
Dev To Step Functions to check if you have public S3 buckets
Amazon S3 provisions buckets which can be public or private, having public buckets has certain concerns as anybody off the internet can access your S3 bucket and the objects it holds. According to sec...
06:03 am GMT - Fri, March 11, 2022
Dev To Java Training Institute in Chennai
Java training in Chennai at IntelliMindz Institute the learning path will be comprehensive that enables the essential concepts such as threads, operators, servlets, java array, XML handling, database ...
05:30 am GMT - Fri, March 11, 2022
Dev To 11 Websites to Solve Your Content Marketing Problem
A blog post should reach all the people it is aimed to help while writing. All of them. My principle. But lets see the other side of the coin first.You worked your ass off to create a blog post that ...
05:08 am GMT - Fri, March 11, 2022
Dev To Best 3 Front-end Development Frameworks 2022 Embraced by Big Market Leaders
"It takes 0.5 seconds to form an opinion about your website" Hence, it is very necessary to keep your front-end well managed and engaging. This is the time when front-end work and importance come into...
04:17 am GMT - Fri, March 11, 2022
Dev To March 11th, 2022: 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...
04:15 am GMT - Fri, March 11, 2022
Dev To Git Worktrees are not so Scary
So worktrees, I always thought they were a big scary things. Turns out they are much simpler than I thought. Myth #1no special setupI thought you had to be all in or worktrees or normal git, but...
03:11 am GMT - Fri, March 11, 2022
Dev To Create a Google chrome extension in 30 minutes
The browser extensions are a separate tiny application which we can run inside browser parallelly and do the stuff like skip ad content, pick color from the web page etc.., So, In this blog we will cr...
02:54 am GMT - Fri, March 11, 2022
Dev To My first UX course with @CodigoFacilito
Hi! Last year I did my first UX course at Codigo Facilito. In this article I would like to share my experience and the steps I followed. This is not a recipe, it's my experience. The audienceThe...
02:50 am GMT - Fri, March 11, 2022
Dev To Carbon Add Years To Date In Laravel
In this tutorial, we will see an example of carbon add years to date in laravel, here I will give you a simple example of carbon in laravel, carbon provides many functions like addyear(), addyears() t...
01:14 am GMT - Fri, March 11, 2022
Dev To The Ultimate Guide to Hugo Sections
By Bryce WrayBecause URLs ideally should never change, one of the critical steps in your early planning for a website project must be to decide on the sites structure. Additionally, if youre convertin...
01:10 am GMT - Fri, March 11, 2022
Dev To What is cross-site scripting (XSS) and how does it work?
This post is purely for explanatory purposesyou should not attempt to perform any type of security attack on a website unless you have approval. What is cross-site scripting?Cross-site scripting...
01:08 am GMT - Fri, March 11, 2022
Dev To How to be a great software engineer
Someone asked me this question today and I didnt have an answer. After thinking for a while, I came up with a list of what I try to do myself.Disclaimer: I don't think I am a great engineer, but I wou...
11:28 pm GMT - Thu, March 10, 2022
Dev To Another cheat sheet for Bash
BasicsStarting somewhere... Be careful, some command might require bash 4 (the vast majority of snippets are for bash 3, though). Bash is an acronymBash stands for "Bourne Again Shell", whi...
10:54 pm GMT - Thu, March 10, 2022
Dev To Top 10 habits of successful developers
Top 10 habits of successful developersA habit is something that runs on auto-pilot and brings benefits every day without much effort. They can be programmed, and then these actions will be performed b...
09:53 pm GMT - Thu, March 10, 2022
Dev To QR code reader for OS X
Hello, there! I want to share with you how you can extend the functionality of your Mac OS X. To do this, you will need the Homebrew package manager to install a couple of small utilities.With it you ...
09:51 pm GMT - Thu, March 10, 2022
Dev To Day 29 of Studying LeetCode Solution until I Can Solve One on My Own: Problem70. Climbing Stairs(Easy/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
08:57 pm GMT - Thu, March 10, 2022
Dev To Distributed Systems with Rails
Ruby on Rails supports creating monolithic "distributed systems." It accomplishes this via ActiveJob, the framework's abstraction for background job processing. And while it may be evident to some, th...
08:32 pm GMT - Thu, March 10, 2022
Dev To The most important factor you want to check while starting a new business
To start a new business and making it profitable is a dream of every entrepreneurs.it maybe a startup or it maybe a normal business but before you start to plan your business you want to cross verify ...
08:30 pm GMT - Thu, March 10, 2022
Dev To Creating a Tailwind CSS theme for FormKit
FormKit Tailwind CSSFormKit ships with first-class support for Tailwind CSS. For small projects using Tailwind CSS with FormKit can be as easy as using the inline class props available on the &...
08:04 pm GMT - Thu, March 10, 2022
Dev To Roadmap to becoming a Front-end Web Developer in 2022
Web Development is always evolving and every year in January I like to take a step back and re-evaluate and observe the ecosystem. The question is: where should beginner Web Developers start in 2022, ...
08:02 pm GMT - Thu, March 10, 2022
Dev To What I learned from my first developer job...so far!
Job searching feels like you are adrift at sea with no land in sight. Along with being a software engineer with no formal experience, it can feel like you're in even more treacherous waters. That's wh...
07:28 pm GMT - Thu, March 10, 2022
Dev To How does Pinterest use machine learning (ML)?
TLDRDeploying methods of deep learning, AI, and ML, Pinterest is able to customize every user experience, maintaining their high user engagement and retention. OutlineIntroDeep learning for...
07:16 pm GMT - Thu, March 10, 2022
Dev To Everything You Need to Know About the React 18 RC
Very exciting news for everyone in the React community: the React 18 RC (Release Candidate) was released March 8, 2022! That means that the features are all finalized, and we only have a few weeks unt...
06:57 pm GMT - Thu, March 10, 2022
Dev To 25 - Best Practices for PWA: Reliability
Welcome to Day 25 of #30DaysOfPWA! New to the series? Three things you can do to catch up:Read the kickoff post below for context.Watch the GitHub Repository for updates.Bookmark #30DaysOfPWA Blog for...
06:43 pm GMT - Thu, March 10, 2022
Dev To A Gentle Introduction to Testing with PyTest
A test is code that executes code. When you start developing a new feature for your Python project, you could formalize its requirements as code. When you do so, you not only document the way your imp...
06:39 pm GMT - Thu, March 10, 2022
Dev To Control your device with gesture through your webcam with eyeSight.
We all know that the touch screen is today at the forefront of device management and control. Although there are still some groups reluctant to use touch devices, the reality is that it is the trend t...
06:35 pm GMT - Thu, March 10, 2022
Dev To Sanitizing background image url in Angular
According to Angular documentation, you need to sanitize urls before you use them, one way mentioned is bypassSecurityTrustStyle, but they don't tell you how to use it. This is how:this.bgstyle = this...
06:31 pm GMT - Thu, March 10, 2022
Dev To How I Used Forem API to Fetch Dev.to in Laravel 9
As some of you know, I'm in the process of building my own blog which I will feature all my blog posts on it here on Dev community. I'm using Laravel 9 and I couldn't find any useful resources or desc...
06:22 pm GMT - Thu, March 10, 2022
Dev To OverTheWire Bandit Level 0-34 Hints and Notes (TBC)
Table of ContentsLevel 6 - FindLevel 7 - GrepLevel 8 - PipingLevel 9 - StringsLevel 10 - Base64Level 11 - ROT13Level 12 - HexdumpLevel 13 - SSH localhostLevel 14 - nc Level 6Search for a fi...
06:21 pm GMT - Thu, March 10, 2022
Dev To Floating Label Animation using HTML CSS (Free Code)
If you want to know how to create Floating Label Animation then this tutorial will help you. Here I have shared the information on how to add Floating Label in the input box. Earlier I shared another ...
06:09 pm GMT - Thu, March 10, 2022
Dev To Git 101 - How to Create Your First GitHub Repository
Table of ContentsIntroductionWhat are we trying to doStep 1 Create Repo in Github WebsiteStep 2 Copy the Repo Url from Address BarStep 3 Create a directory with similar to repo nameStep 4 Go ins...
05:39 pm GMT - Thu, March 10, 2022
Dev To Move Zeroes - Daily JS (Day 13)
Problem StatementGiven an integer array nums, move all 0's to the end of it while maintaining the relative order of the non-zero elements.Note that you must do this in-place without making a copy of t...
05:38 pm GMT - Thu, March 10, 2022
Dev To When is onChange not the same as onChange?
A colleague raised a fair question, why doesnt an input element's onchange event type behave the same as Reacts onChange?Wait, what do you mean?, was my initial thought not realizing the inherent diff...
05:37 pm GMT - Thu, March 10, 2022
Dev To Hidden gems - 5 JetBrains plugins to boost your productivity!
If youre anything like me, you surely like to keep up with the newest technologies on the market. I constantly try to look for ways to upgrade my IDE with cool plugins that can help me and my team in ...
05:34 pm GMT - Thu, March 10, 2022
Dev To How I generated a random response from a API
function firstFetch(){ fetch('url') .then((resp) => resp.json()) .then((data) => grabRandomId(data)); };function grabRandomId(arry){ let newId = Math.floor((Mat...
05:30 pm GMT - Thu, March 10, 2022
Dev To Escaping the traditional Rails form
Theres been a pattern I've seen creeping in Rails apps. The pattern is that there are cases where someone needs to "escape" a form and provide a different action.For example, lets save I have a form w...
05:27 pm GMT - Thu, March 10, 2022
Dev To Merkle Tree in BlockChain
Basic knowledge of BlockChainThe purpose of building this blog is to write down the detailed operation history and my memo for learning the dApps and BlockChain.If you are also interested and wa...
05:23 pm GMT - Thu, March 10, 2022
Dev To Join us for a new kind of hackathon on DEV brought to you by Deepgram!
Hello, dear DEV community! If you've been a member of our community for a while now, chances are, you've witnessed a handful of hackathons on DEV and maybe even participated in one yourself. Today, w...
04:39 pm GMT - Thu, March 10, 2022
Dev To Draw FusionCharts with Python
Draw beautiful charts with FusionCharts and AnvilFusionCharts is a library for building beautiful dashboards in the browser, and with Anvil you can build your FusionCharts dashboard entirely in ...
04:17 pm GMT - Thu, March 10, 2022
Dev To Purple is (now) my favorite color
Ah, the sweet sight of all my past due modules!This is what is greeting me anytime I log in to my bootcamp's website to work through the courses.When I started the bootcamp, I started falling behind v...
04:10 pm GMT - Thu, March 10, 2022
Dev To Introduction to APIs with repositories to get you started
This article is a collaboration with UPDIVISION, an outsourcing company building complex software for companies all over the world.Picture this: youre going to the post office to send a package to a f...
04:04 pm GMT - Thu, March 10, 2022
Dev To Tailwind CSS over Plain CSS
Ive been using Tailwind CSS for the last 7 months now and it is far better than plain CSS. Though some devs complain that it makes the code dirty but there are countless reasons to overlook that. Tail...
03:32 pm GMT - Thu, March 10, 2022
Dev To How to clear an HTML Canvas
When we've created a canvas, sometimes we'll want to clear it completely before redrawing something else. Let's look at how to do that. How to clear HTML Canvas for RedrawingLet's say we have a c...
03:27 pm GMT - Thu, March 10, 2022
Dev To OpenBSD 6.9 7.0
SummaryOpenBSD 51 2021 10 14 7.0 OpenBSD @openbsd The OpenBSD project celebrates its ...
03:15 pm GMT - Thu, March 10, 2022
Dev To Testsigma Launches Open Source Codeless Test Automation Framework
Todays test stacks have made test automation more about writing and maintaining scripts than about taking quality software to market as quickly as possible.What were trying to do at Testsigma is not j...
03:00 pm GMT - Thu, March 10, 2022
Dev To 14 Best Node js Open Source Projects
Hi all! We are finishing our series of articles on the best open source projects for web development. If you havent seen our past articles about Vue, React, Angular, Node.js theyre strongly recommend...
02:59 pm GMT - Thu, March 10, 2022
Dev To Create Fullstack Ecommerce website in 2022 - Part 3
Hello! guys, welcome back here. Well if you do follow me you know I was make a FullStack Ecom website series and already made 2 part of it right? So here is the 3 part of it today.In the 3rd part, you...
02:59 pm GMT - Thu, March 10, 2022
Dev To How to mkdir command works in Linux
On Linux and unix-like systems, like Mac, we use mkdir to make a new directory from the terminal. To do this, open up a new terminal, and make sure you're in the right directory using the cd command.T...
02:46 pm GMT - Thu, March 10, 2022
Dev To Low Code Development Tools
Want to develop an App but bounded by limited expertise in the field of web development? Well, then stop worrying. Here you will get to know about some of the best Low code web development tools.No-co...
02:36 pm GMT - Thu, March 10, 2022
Dev To Building an Apache ECharts Dashboard with Angular and Cube
This guest post was written by Zara Cooper. She is a web developer and technical writer. You can get in touch with her through her website.Apache ECharts is an open-source visualization library that i...
02:21 pm GMT - Thu, March 10, 2022
Dev To Would I replace Terraform with Bicep ?
For a long time I have been a huge fan of Terraform by Hashicorp for deploying my Azure cloud services. This is mainly due to finding ARM templates to be too verbose and cumbersome to work with - Micr...
02:21 pm GMT - Thu, March 10, 2022
Dev To Best 3 Frontend Development Frameworks [ Industry Experts' Weigh]
When choosing your technology stack from the top UI frameworks, keep specific requirements in mind. This should include the perspectives of both the users and the development teams. Those features cov...
01:12 pm GMT - Thu, March 10, 2022
Dev To Near duplicate image detection
This article is part of a tutorial series on txtai, an AI-powered semantic search platform.txtai executes machine-learning workflows to transform data and build AI-powered semantic search applications...
01:10 pm GMT - Thu, March 10, 2022
Dev To Which Web Development Stacks to Use in 2022 - Guide for Business Owners
This article was originally published at: https://www.blog.duomly.com/which-web-development-stack-to-use/Web development stacks are the combinations of software used for developing websites. They can ...
01:10 pm GMT - Thu, March 10, 2022
Dev To Page Factory in Selenium For Web Automation Testing
Automation testing has become an absolute necessity in an agile and fast-paced business environment with an immense focus on accelerated time to market. However, as far as automation is concerned, Sel...
01:02 pm GMT - Thu, March 10, 2022
Dev To 42 tips for Getting Good at DevOps & Life
Hi Folks,This is Ankit from SigNoz! Sharing some tips I collected over the past few weeks talking to lots of people in DevOps Why 42 tips, you ask?Because, it's the answer to the ultimate question of ...
12:58 pm GMT - Thu, March 10, 2022
Dev To How To Automate Login Page Using Selenium WebDriver?
Selenium has always been the most preferred test automation framework for testing web applications. This open-source framework supports popular programming languages (e.g. Java, JavaScript, Python, C#...
12:48 pm GMT - Thu, March 10, 2022
Dev To Embeddings SQL custom functions
This article is part of a tutorial series on txtai, an AI-powered semantic search platform.txtai executes machine-learning workflows to transform data and build AI-powered semantic search applications...
12:23 pm GMT - Thu, March 10, 2022
Dev To Codechef 4 | How to become better in competitive programming| DSA for placements (Part-3)
Hi,Hope you are doing well .I began coding in my 2nd year of my engineering.I was not at all consistent in the initial phase.Later on I realised that , if you aspire for a good product based company ...
12:09 pm GMT - Thu, March 10, 2022
Dev To Theming in React
Theming is a fascinating topic and a really important one these days as more and more people add light and dark mode to their sites and companies change the theme of their site or part of their site o...
11:49 am GMT - Thu, March 10, 2022
Dev To Blue-green deployments with Materialize
IntroductionMinimizing downtime during any deployment is a key part of any successful deployment strategy. There are many ways to achieve this, and blue-green deployments are one of them.Using b...
11:31 am GMT - Thu, March 10, 2022
Dev To Code&Jobs Whitepaper
Disclaimer:This whitepaper does not represent an offer document of any kind or financial recommendations or prospectus and is not intended to illustrate a solicitation for investment, and the informat...
10:50 am GMT - Thu, March 10, 2022
Dev To Python - Using a virtual environment.
Introduction - Why use a virtual environment?Using a virtual environment allows you to avoid installing Python modules globally which could break system tools or other projects. Installati...
10:07 am GMT - Thu, March 10, 2022
Dev To Mio ile Eski Srmde Kalan Uygulamalar Gncellemek
Bilindii zere olas gvenlik aklarnda programlarn eski versiyonda kalmas tehditlere ak olunmasna sebep olmaktadr. Bu senaryonun yaanmamas iin Mio ajan ile ortamda bulunan Windows ya da GNU/Linux cihazla...
09:57 am GMT - Thu, March 10, 2022
Dev To The Basics of Breakpoints you Might not Know
In episodes 4 and 5 of 140 Second Ducklings, I got deeper into the more advanced underpinnings of breakpoints. Theres still a lot more to learn to move forward, but even at this stage its surprising h...
09:56 am GMT - Thu, March 10, 2022
Dev To Mio Grevlerini e Aktarmak
Da aktarlan grevler Liman MYS Mio eklentisi arayznde yer alan Grev ie aktar butonu ile ieri aktarlabilir.Ana ekranda yer alan grev ie aktar butonuna baslr.Gelen ekranda yaml formatnda ilgili grev bilg...
09:53 am GMT - Thu, March 10, 2022
Dev To Best Practices For Inline Style In React.Js
React is the ultimate JavaScript library perfect for creating the unique User Interface. Normally, React would be a suitable option for making the effortless aspects of creating the interactive UI. Ch...
09:32 am GMT - Thu, March 10, 2022
Dev To Creating an animated wave line with Tailwind CSS
In this article, we'll look at how powerful Tailwind can be.Not only do we create a super cool animated effect, but we also use only Tailwind classes for this.We'll create this wavy underline effect, ...
09:03 am GMT - Thu, March 10, 2022
Dev To Hello!
Hello developers, Iam new to this blog.Currently iam running out of content for my youtube channel(check profile), could anybody suggest a good development content?...
08:42 am GMT - Thu, March 10, 2022
Dev To [Infographic] HTTP API Gateway from a serverless perspective
This article was originally posted to Dashbird blog. Since ourlatest update, Dashbird also gives you insights intoHTTP API Gateway. Let's look at the differences between REST vs. HTTP; HTTP API Gatewa...
08:39 am GMT - Thu, March 10, 2022
Dev To Things I wish I knew as junior dev.
As a junior developer its fairly easy to set yourself apart from other developers, and thats mainly because of how you do things or fail to do things efficient or even effectively sometimes, so I want...
07:58 am GMT - Thu, March 10, 2022
Dev To Remove console.log from Production Mode
console.log is one the debugging weapon or logger we use as javascript developer. The console. log method is a way for developers to construct code that informs them about what the code is doing in a ...
07:46 am GMT - Thu, March 10, 2022
Dev To How to get started with Open-Source
You know you can write some code, you've in fact, written a LOT. You can also recognize typos in files and documentation, and now you want to give something back to the community. So what do you do ? ...
07:39 am GMT - Thu, March 10, 2022
Dev To Recompiler vos projets C et C plus rapidement avec ccache
ccache est un compiler cache, sous licence GPLv3. Il permet d'acclrer la recompilation de projets C et C++, mais aussi CUDA ou encore Objective-C et Objective-C++ (quelqu'un utilise encore ces 2 langa...
07:11 am GMT - Thu, March 10, 2022
Dev To Scaling clusters without any hassle
Anyone who has worked with large clusters knows that data constantly keeps growing. Sooner or later, developers of distributed systems face the challenge of scaling. Nowadays, it is hardly a problem t...
06:32 am GMT - Thu, March 10, 2022
Dev To My Git Aliases Categorized by Usage
These are the aliases I use in my .gitconfig file. Most Used[alias]# status of commitst = status -sb# add, commit, stage your changesacm = !git add . && git commit -m# add, commit, stage,...
06:21 am GMT - Thu, March 10, 2022
Dev To Understanding Adapter Design Pattern with a Case Study
Have you ever thrown up your hands in frustration when after a hectic day of travel, you find your phones charger is incompatible with the one in your hotel room?If you have, we know the feeling as so...
06:07 am GMT - Thu, March 10, 2022
Dev To Learn react first or backend?
So I'm a bit new in webdev. I know JS and little bit of backend (Node and Express). I'm learning MongoDB now. But wherever I go, I see that they React is must. So this made me confused whether I shoul...
05:59 am GMT - Thu, March 10, 2022
Dev To Apache ShardingSphere & iQiyi: What's Database Mesh?
To further understand application scenarios, enterprises needs, and improve dev teams understanding of Apache ShardingSphere, our community launched the Enterprise Visits series. The second stop took ...
05:56 am GMT - Thu, March 10, 2022
Dev To Storing in cloud, must try
Which cloud?Any cloud storage as long as it's not the cloud that can cause rain. Goole Drive, OneDrive, DropBox, etc you name it. OriginOnce upon a time, when a friend of mine told me "Clou...
05:49 am GMT - Thu, March 10, 2022
Dev To Integrating CircleCI Pipeline With LambdaTest | CircleCI Tutorial | Part II
Learn how CircleCI pipeline works and how to integrate your CircleCI Pipeline with LambdaTestStart FREE TestingIntegrate GitLab with LambdaTest: https://www.lambdatest.com/gitlab-integrationIn this pa...
05:45 am GMT - Thu, March 10, 2022
Dev To What Is CircleCI? | Getting Started With CircleCI | CircleCI Orb | CircleCI Tutorial | Part I
CircleCI is a continuous integration and continuous delivery (CI/CD) platform installed inside the private cloud or data center.Start FREE TestingIntegrate GitLab with LambdaTest: https://www.lambdate...
05:32 am GMT - Thu, March 10, 2022
Dev To Binary Search with JavaScript
Binary Search is one of the most intuitive and optimal algorithms for finding an element in a sorted array.A quick look at binary searchTo implement binary search, the array must be sortedMuch Faster ...
05:07 am GMT - Thu, March 10, 2022
Dev To How to Automatically deploy from GitHub (Git) to cPanel
How to Automatically deploy from GitHub (Git) to cPanelThis tutorial provides a quick way of deploying files from GitHub to cPanel. We are only deploying from Git(Hub); thus making GitHub our s...
04:49 am GMT - Thu, March 10, 2022
Dev To HOW TO RANK ON YouTube Without any Hacks
YouTube Gets more than 100 Billion Videos posted every month. So, For Your Content To Stand You Should know the following: Create A YouTube Channel (You can Skip This)You should always make a cha...
03:23 am GMT - Thu, March 10, 2022
Dev To How Django meets htmx: A quick tour of modern server side rendering.
htmxThe philosophy of htmx is to write less Javascript code, this library gives you access to modern browser features such as AJAX, CSS Transitions, WebSockets and Server Sent Events directly in...
03:10 am GMT - Thu, March 10, 2022
Dev To Why is Python so Popular?
1) Easy to Learn and Use.2) Mature and Supportive Python Community.3) Support from Renowned Corporate Sponsors.4) Hundreds of Python Libraries and Frameworks.5) Versatility, Efficiency, Reliability, a...
02:20 am GMT - Thu, March 10, 2022
Dev To Data Streaming for Microservices using NATS Streaming - Part 2
Welcome to this tutorial, here we are going to finished what was started in Data Streaming for Microservices using Nats Streaming - Part 1. To recapitulate, we will complete the application designed i...
01:32 am GMT - Thu, March 10, 2022
Dev To SuiteCRM installation in Ubuntu Server 20.04.4 LTS VPS [2022 Guide]
SuiteCRM is an open-source Customer Relationship Management (CRM) software solution. An application which loads the sales, markets, and services administration of a company. It also helps to organize ...
01:24 am GMT - Thu, March 10, 2022
Dev To What is Web1, Web2, and Web3?
What is HTML All The ThingsHTML All The Things is a web development podcast and discord community which was started by Matt and Mike, developers based in Ontario, Canada. The podcast speaks to w...
01:11 am GMT - Thu, March 10, 2022
Dev To Listen to the S8E5 of DevDiscuss: "How to Manage Engineering Management"
In this week's episode of DevDiscuss, we talk about n extremely important job that is not for every engineer. S8:E5 - How to Manage Engineering Management DevDisc...
12:52 am GMT - Thu, March 10, 2022
Dev To Connecting to private Ec2 Instances using Systems Manager - A Hands-On Guide
Systems Manager is a wonderful service and has many untapped features!! One common feature that has become popular in the recent past is connecting to Ec2 instances instead of using ssh. The setup gui...
12:45 am GMT - Thu, March 10, 2022
Dev To Day 28 of Studying LeetCode Solution until I Can Solve One on My Own: Problem166. Fraction to Recurring Decimal(Med/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
12:33 am GMT - Thu, March 10, 2022
Dev To CSS Combinators : All about CSS ~ selector. Learn CSS 2022
A Complete guide on CSS combinators 2022. You can find everything you need to know about CSS Combinators in this blog.Hey , I am Kunaal. In the article, we'll talk about something called CSS Combinato...
11:18 pm GMT - Wed, March 9, 2022
Dev To How to create a three state toggle switch using html, css and javascript
Naturally, everything has two sides: we have day and night, sun and moon, light and darkness, on and off and so on.. and if there is anything I've learned about humans, is that we love going against n...
11:12 pm GMT - Wed, March 9, 2022
Dev To Cypress dotenv: Como utilizar arquivos .env em seus testes automatizados
Continuando a divulgar pra vocs minhas descobertas com cypress , hoje vim falar sobre como podemos utilizar o pacote dotenv para armazenar variveis de ambiente de maneira simples e usa-las em testes ...
09:58 pm GMT - Wed, March 9, 2022
Dev To Let's have a blast of fun! How to build a Minesweeper clone for the CLI with NodeJS
(Cover photo by Flickr user FolsomNatural)Hands up - who has played this absolute classic for hours on end? I remember playing it as a kid. There's a myriad of different implementations, even 3D vers...
09:49 pm GMT - Wed, March 9, 2022
Dev To Welcome Thread - v167
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...
09:44 pm GMT - Wed, March 9, 2022
Dev To Data Cleaning - Sort Values
TLDRLearn how to sort out our mess I mean row data in one or more columns by ascending and descending order. GlossaryBest time to sort?DatasetSort byAbra - kadabra! Best time to sort?...
09:41 pm GMT - Wed, March 9, 2022
Dev To 15 Resources to Help You Learn Haskell in 2022
Among major programming languages, there are probably none that feel scarier for beginners than Haskell. And some years ago, it was so for a reason.I first attempted to learn Haskell in 2017 and faile...
09:31 pm GMT - Wed, March 9, 2022
Dev To Project Skill Tree: Desktop and Mobile App View
ContentsLink to Figma workDisclaimerIntroductionConclusionDesign Decisions DisclaimerThe color schema will be editable by the user. That being said, the initial Figma design is intended for...
09:26 pm GMT - Wed, March 9, 2022
Dev To Download Instagram photos with just one click!
Hi folks ,We all use Instagram. Sometimes, we need to download photos from there for some reason. If you've ever tried it, you must know how it is difficult even if you know how to inspect element on ...
08:14 pm GMT - Wed, March 9, 2022
Dev To The javascript module pattern
Please do not confuse this with modules that you import or export!Key background knowledge : use of _ for private methods/propertiesIIFEfactory functions (see part1) What is the javascript module...
07:47 pm GMT - Wed, March 9, 2022
Dev To Microservices Communication Pattern
Microservice is a single application in a suite of small services. Each microservice communicates via a lightweight protocol e.g HTTP, Message Queues. In accordance with the database per service patte...
07:44 pm GMT - Wed, March 9, 2022
Dev To Mulheres e a tecnologia
Sabemos que apenas cerca de 5 a 10 % so mulheres no ambiente de tecnologia e programao, isso acaba afastando muitas mulheres por ser um ambiente "masculino", mas lugar de mulher onde ela quiser, afin...
07:35 pm GMT - Wed, March 9, 2022
Dev To Want to improve Developer Tools in Microsoft Edge? File an issue on Github
Today we released a new GitHub repository for the Developer Tools in Microsoft Edge where you can file issues about problems, bugs and feattures you would like to see. You can also view the list of ex...
07:19 pm GMT - Wed, March 9, 2022
Dev To Mastering CSS Margin Collapse With Practical Examples
Margin collapse is an interesting concept in CSS margins that you should know, understand and be conscious of. It is the process where you apply a margin of 10px on top, the bottom of an element, appl...
07:16 pm GMT - Wed, March 9, 2022
Dev To How to build a web app with multiple subdomains using Nginx
Written by Daggie Douglas Mwangi IntroductionAtlassian, GitHub, Slack, and Zoom are some popular services that many of us use everyday. If you are a curious soul, I bet that you are fascinated by...
06:03 pm GMT - Wed, March 9, 2022
Dev To useEffect in react: Everything you need to know
Only understand this: We use useEffect to do something after the view has been rendered. Now, let's get to code and make a simple counter to understand useEffect:import {useState, useEffect} from 'rea...
05:47 pm GMT - Wed, March 9, 2022
Dev To Nextless.js on Product Hunt Full-stack React SaaS Boilerplate
Today, Im existed to share an awesome news with you: Nextless.js is on Product Hunt. The perfect full-stack React SaaS Boilerplate to build faster your SaaS product and help you earn your 1st MRR.Some...
05:44 pm GMT - Wed, March 9, 2022
Dev To Github Profile Readme Custom
Want to add a Profile README to your GitHub account but don't know how? GitHub introduced a new Profile README feature that allows users to showcase their achievements on their profile.In this post, w...
05:31 pm GMT - Wed, March 9, 2022
Dev To Nevertheless, Slack's SVP Coded!
This is the story of Rukmini Reddy, SVP of Engineering at Slack. Her Morning RoutineA healthy routine might be the key to one's success.Some of the worlds most admired, creative, and successful ...
05:20 pm GMT - Wed, March 9, 2022
Dev To How to creat QR Code Scanner in Flutter?
In this post, we'll be using package barcode_scan2: ^4.2.0 to scan the QR Code. Add Package to the Pubspec.yamldependencies: flutter: sdk: flutter barcode_scan2: ^4.2.0 Allow Access to ...
05:20 pm GMT - Wed, March 9, 2022
Dev To How will Go Generics in Go 1.18 change your life?
With the arrival of a long awaited update for some, or an update like the others for others. Generics in Go are about to be your new code companion in your Go projects. A concrete example? YesFor...
05:14 pm GMT - Wed, March 9, 2022
Dev To Python Virtual Enviroments
Los entornos virtuales no es mas que tener control sobre las dependencias de tu proyecto. Si has trabajado con Node.js esto seria el equivalente a la carpeta node_modules (la carpeta donde se almacena...
04:45 pm GMT - Wed, March 9, 2022
Dev To What is DevOps?
Let's first understand SDLC (software development life cycle):-Traditionally, the WATERFALL method was used:-Understand it with an example Let's say a team has to develop Facebook from scratch:-They w...
04:38 pm GMT - Wed, March 9, 2022
Dev To Is there a Glassdoor for early stage startups?
I always hesitate to post reviews on Glassdoor for a startup with less than 30 employees because it feels impossible to be anonymous in such a setting. Has anybody built a review site that solves the ...
04:32 pm GMT - Wed, March 9, 2022
Dev To Node, NPM, Yarn & NVM
Now it's time to start configuring our development environment. A good node.js is crucial as a primarily JavaScript developer, and it is vital to make sure it's working well. NVMThere is no bette...
04:18 pm GMT - Wed, March 9, 2022
Dev To Top resources to learn React.js [in no particular order]
Hey everyone ,I recently wrote an article where I mentioned about React Projects Every Beginner Should Try : https://dev.to/thenerdydev/10-react-projects-every-beginner-should-try-fk9. In this articl...
03:41 pm GMT - Wed, March 9, 2022
Dev To The initial setup on a fresh OS
After finishing your MacOS initial setup, you will face that default screen with many default Apple apps on the docker, and nothing configured.Now let's configure the MacOS with the basic settings. ...
03:30 pm GMT - Wed, March 9, 2022
Dev To MacOS Environment Setup Guide - Developer Edition
I've been using MacOS for development since 2008. One thing that I miss the most between MacOS and Linux is the possibility of creating your script to copy your desktop environment setup between machi...
03:21 pm GMT - Wed, March 9, 2022
Dev To Modern Web Frameworks for the Modern Cloud
Different rendering optionsIt appears to me that making architectural decisions for Web development is more complicated than ever due to the emergence of frameworks that bake in client/server tr...
03:10 pm GMT - Wed, March 9, 2022
Dev To SOLID principle 1: Single responsibility (JavaScript)
The single responsibility principle says that a class or module should have only a single purpose. For example, if you have a wallet class, that class should only implement wallet functionality. Its f...
03:03 pm GMT - Wed, March 9, 2022
Dev To Code&Jobs Whitepaper
Disclaimer:This whitepaper does not represent an offer document of any kind or financial recommendations or prospectus and is not intended to illustrate a solicitation for investment, and the informat...
02:56 pm GMT - Wed, March 9, 2022
Dev To Creating Custom Types in Typescript
Javascript is a weakly typed language, which means we don't usually think about types. Typescript is strongly typed, which means everything has a type.Occasionally we want to make an object or the ret...
02:47 pm GMT - Wed, March 9, 2022
Dev To Nevertheless, JTK Coded in 2022
It's Women's History MonthI always feel mixed about this month. On the one hand, it is nice to take a little time to learn about the contributions women have made to society. I tend to learn new...
02:45 pm GMT - Wed, March 9, 2022
Dev To Configure Git to Always Push to the Current Branch
fatal has no upstream branchIf you have not yet configured git to always push to the current branch, you will get a has no upstream branch error if you don't explicitly set it.Let's show an exam...
02:31 pm GMT - Wed, March 9, 2022
Dev To March Newsletter Follow-up during IWD month
It's International Women's Day month, hasn't it been busy from events, news, media coverage and social media overload and how to keep on top of it all? Answer: You can't unless you step away from your...
02:18 pm GMT - Wed, March 9, 2022
Dev To What Is Node.js - Guide for Business Owners
This article was originally published at: https://www.blog.duomly.com/what-is-node-js/Node.js is a runtime environment and library for running JavaScript on the server. Node.js applications are writte...
02:16 pm GMT - Wed, March 9, 2022
Dev To Create a free and elegant code screenshot
kod.so is a free online snippet screenshot generator where you can create screenshots of your code snippets.Transform your code by choosing from a range of syntax colors, hide or show the background, ...
02:12 pm GMT - Wed, March 9, 2022
Dev To Top 10 array methods to learn to become a pro in JavaScript
Arrays are very important in JavaScript. You will always have to deal with arrays. So, working with arrays efficiently is important. Today I will teach you the top 10 array methods that you should lea...
02:11 pm GMT - Wed, March 9, 2022
Dev To How I built an NYT Spelling Bee solver with Elixir
While Wordle has caught Twitter feeds by storm, theres something I love about playing the New York Times Spelling Bee game each morning.It works by providing a set of letters, and you have to come up ...
02:11 pm GMT - Wed, March 9, 2022
Dev To Nevertheless, Tiffany Coded in 2022
It's been two years since I decided I wanted to learn how to code. My journey didn't go as a stairway, up and straight - instead, I allowed myself to try. I took some laps, went up and down, back and ...
02:05 pm GMT - Wed, March 9, 2022
Dev To How the ls command works on linux
On a linux or unix based system, ls is one of the most useful commands you can know. Fundamentally, it tells you information of files and folders on your system - and is extremely useful when you only...
01:43 pm GMT - Wed, March 9, 2022
Dev To Getting Started with HTML5 Canvas
HTML canvas is the easiest way to create graphics in Javascript and HTML. You may see it also written as HTML5 Canvas, as it is strongly associated with the shift to HTML5.HTML Canvas can be hard to g...
01:13 pm GMT - Wed, March 9, 2022
Dev To Azure Functions Deployment using GitHub Actions
Have you ever been in a situation where you have been asked to set up CI/CD for your new Azure Function App? Have the requirements been to use a single repository and workflow in GitHub to distribute ...
12:47 pm GMT - Wed, March 9, 2022
Dev To An open source platform to handle multi-vendor marketplaces
Medusa is an open source headless commerce platform that allows you to create your own store in a matter of minutes. Part of what makes Medusa a good choice for your ecommerce store is its extensibili...
12:32 pm GMT - Wed, March 9, 2022
Dev To React.JS has made its way to the popular-most front-end framework in 2022
It is very important to create compelling user interfaces for your web and mobile applications. But it is also important to choose a suitable technology to build that.The survey by Stackoverflow revea...
12:30 pm GMT - Wed, March 9, 2022
Dev To 3 Minutes to Orbiton JS | The Ultimate JavaScript UI library
The rise of web frameworks has made transformed web development as it was known to be. It has made it possible to ship web concepts to other platforms like mobile as desktop. With focus on front end d...
12:22 pm GMT - Wed, March 9, 2022
Dev To Battle of the JavaScript for loops (for, forin, forof, forEach, etc.)
Iterating over objects and arrays is something every developer has to do. Whether youre a beginner or a seasoned veteran, eventually youre going to have to find something in a larger data set. But whe...
12:11 pm GMT - Wed, March 9, 2022
Dev To Design Principles To Achieve a Better UI/UX Design
Table of ContentsIntroductionPlace Users In ControlMake your User comfortableReduce cognitive loadMake User Interface Consistent Introduction The main aim of any business is to increase its...
12:04 pm GMT - Wed, March 9, 2022
Dev To How can I create a custom responsive favicon for dark mode?
The rise of dark mode in recent years has made many website favicons feel awkward or even impossible to see in some cases. Provided you have the appropriate assets, it's relatively easy to create a re...
11:54 am GMT - Wed, March 9, 2022
Dev To How to Create a Truly Immersive Metaverse Experience-Implementing Spatial Audio with the Web Audio API
With the rise of the Metaverse and 3D games such as Battle Royale, the demand for immersive audio experiences in virtual environments is growing rapidly. Spatial audio, a technology that allows users ...
11:31 am GMT - Wed, March 9, 2022
Dev To What is NFT Whitelist?
What is NFT Whitelist?To say that NFTs are becoming a desired commodity is an understatement. The rush is real, with prices spiking by and by. But thanks to NFT whitelist, a tool NFT communities...
10:17 am GMT - Wed, March 9, 2022
Dev To Peaceful coexistence
Well, year three of the #shecoded reflections! Over the past 12 months I've changed job twice and each time I ended up in a team with mostly guys. In both cases, my initial apprehension quickly disapp...
09:54 am GMT - Wed, March 9, 2022
Dev To Hey Everyone CheckOut The Project I am Working ON
HoverAssist{ Github Repo Url } About HoverThe Github Link Below { Github Repo Url }HoverAssist Is a voice Assistant Which help to to do tasks and Many things Easily Just With Your VoiceHov...
09:52 am GMT - Wed, March 9, 2022
Dev To Emojicode (Variables)
Part 2 of the Series on Emojicode.Let's dive deep into coding with emojis.In this part, I'll try to introduce you to what variables are and how are they implemented in Emojicode . Variable A vari...
09:41 am GMT - Wed, March 9, 2022
Dev To Optimizing Lambda Performance for Your Serverless Applications
Lambda overviewLooking at the anatomy of a lambda function we can identify several different layers:Your functionLanguage runtimeExecution environmentLambda service (invisible to customers, mana...
09:38 am GMT - Wed, March 9, 2022
Dev To Build an automatically updating Twitter Header with NodeJS and Twitter API
This tutorial shows you how to build an application which automatically updates your Twitter Header with your latestfollowers.GitHub Files: https://github.com/dom-the-dev/twitter-bannerSubscribe to my...
09:38 am GMT - Wed, March 9, 2022
Dev To Nevertheless, Mariam Coded in 2022
My journey to coding.I studied BASIC (Beginners All-Purpose Symbolic Instruction Code) programming in school when I was 10 years old and I was pretty good at it, at least I thought I was. I reme...
09:29 am GMT - Wed, March 9, 2022
Dev To How to Use NextJS Loader for Page Transitions
ContextNextJs does Automating Code-Splitting on the basis of pages, so each time there is a route change, nextjs dynamically loads the necessary modules.If you're using Nextjs Link Component, it prefe...
09:05 am GMT - Wed, March 9, 2022
Dev To This Week In React 97: React vs Solid, Headless Components, Remotion, Gatsby, React-Native, Expo, Vitest, Socket...
Hi everyone!New:LinkedIn page+ Twitter community: feel free to join/follow to give me an initial boost . I intend to share more informal content there, not always suitable for this newsletter.React 18...
09:02 am GMT - Wed, March 9, 2022
Dev To How to add chat into a NodeJS app with TalkJS
This article is another entry in our series about integrating the TalkJS chat API with different backends. Today, it is all about shipping a full-fledged chat feature for any NodeJS app. Similar to th...
09:02 am GMT - Wed, March 9, 2022
Dev To GraphQL subscriptions at scale with NATS
GraphQL subscriptions at scale with NATSIn this article, we'll look at how to setup GraphQL subscriptions at scale with NATS.Note: If you're not familiar with NATS, please checkout my earlier ar...
08:30 am GMT - Wed, March 9, 2022
Dev To Nevertheless, Avacado Girl Coded in 2022
My biggest technical goals arecontinuing to develop my systems thinking I want to broaden my toolkit of problem-solving approaches and approach issues from a variety of informed perspectives bef...
08:14 am GMT - Wed, March 9, 2022
Dev To My 15 Reasons to use JHipster
Generating your project using JHipster quick start stepsInstall Java, Git and Node.jsInstall JHipster npm install -g generator-jhipsterCreate a new directory and go into it mkdir myApp &&...
08:04 am GMT - Wed, March 9, 2022
Dev To Scroll to the top with JS
You may have seen various types of website in that there is a button that takes you to the top of the page. Have you ever wondered how it actually works? Well, it's not rocket science or something it'...
07:55 am GMT - Wed, March 9, 2022
Dev To Data Fetching in Next.js v12.1 Simplified (with use cases)
Data fetching is one of the daunting topics for beginners in Next.js.Unlike React.js where there is just one way of fetching data, Next.js provides different ways data can be fetched from an external ...
07:37 am GMT - Wed, March 9, 2022
Dev To Offline College and Internships
The article discusses balancing your coding journey with offline college.The world has seen many unseen circumstances. The past few years haven't been easy for us all. It has been tough to adapt to th...
07:23 am GMT - Wed, March 9, 2022
Dev To What are your Favourite Tools in React, and why?
Mine are: React Router DOM (V6) - For Page routing and views switching.React Hooks - UseState, UseContext, UseRef, forwardRefReact Spring - For transitions and animations in ReactStyled Component - I ...
07:18 am GMT - Wed, March 9, 2022
Dev To Tailwind CSS Numeric font variants
Did you know there is a CSS property to adjust how numeric values are displayed?It's called the font-variant-number property, and it is used to distinguish how a particular font should render specific...
07:01 am GMT - Wed, March 9, 2022
Dev To Pair programming: listening is the main skill and responsibility of the Navigator
I am reading "Practical Remote Pair Programming: Best practices, tips, and techniques for collaborating productively with distributed development teams" (https://lnkd.in/e9-uCdt4)Apparently, I was mis...
06:56 am GMT - Wed, March 9, 2022
Dev To Day 27 of Studying LeetCode Solution until I Can Solve One on My Own: Problem862. Shortest Subarray with Sum at Least K(H/JS)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
06:02 am GMT - Wed, March 9, 2022
Dev To Media Queries and Breakpoints 2022
Responsiveness is an important part of modern web development. However in the early days we had less number of devices and had the liberty to write as many media queries as we wanted. With time, the s...
06:02 am GMT - Wed, March 9, 2022
Dev To How to create super simple Dialogs in HTML
Hello everyone and welcome to this short and simple tutorial. We all want to add modals in the easiest possible way. While exploring MDN I found the perfect element I hadn't noticed before !! Dia...
06:01 am GMT - Wed, March 9, 2022
Dev To Building a super cool quiz app in just 10 mins
Introworking with inputs is one of the most important topics, in web development to bring dynamicity If I enter something say a then say the font color may change or if I enter b say a popup wil...
05:47 am GMT - Wed, March 9, 2022
Dev To Introduction to Data structures and algorithms
I wanted to make this tutorial as beginner friendly as possible.If you didn't understand something, feel free to ask me in the comments, I will reply.I will use c and c++ for this tutorial as it gives...
05:44 am GMT - Wed, March 9, 2022
Dev To 10 Latest Tips about Laravel that you should know in 2022
Laravel has been the Best framework of PHP for many years. It has a massive ecosystem, active community, strong job market, successful startups, MVC architecture support, the creative template engine,...
05:17 am GMT - Wed, March 9, 2022
Dev To Introducing Cakecutter- Start projects quickly from Cakes (templates)
After I posted the create-python-app blog, a member of the dev community (@abhinav1217) suggested me to modularize it - so that people can write all sorts of templates and can do all sorts of stuff wi...
05:05 am GMT - Wed, March 9, 2022
Dev To Integrate SuperTokens Passwordless Authentication with Next.js
A Quick IntroductionAuthentication is the mechanism to validate a user's identity for an application. Authenticating a user with userId and password is the most common mechanism we use in many a...
04:56 am GMT - Wed, March 9, 2022
Dev To Nevertheless, Vibali Coded in 2022
A father and son have a car accident and are both badly hurt. They are both taken to separate hospitals. When the boy is taken in for an operation, the surgeon (doctor) says 'I can not do the surgery ...
04:36 am GMT - Wed, March 9, 2022
Dev To Smoke Testing vs Sanity Testing
Software development and testing are an ecosystem that works on the collective efforts of developers and testers. Every new addition or modification to the application has to be carefully tested befor...
04:29 am GMT - Wed, March 9, 2022
Dev To FilePyle
Hey all it is been a while writing a post to dev.to.I am going to write a post about a filepyle a file downloader made using python by Advait Jadhav.GithubWhile writing this post the version of file p...
04:06 am GMT - Wed, March 9, 2022
Dev To Understanding Inverse Data Flow
This blog requires some base knowledge of Props and State in React. You can read up on both here. What is Inverse Data Flow?Up until this point, we have learned that the way data flows is from a ...
04:05 am GMT - Wed, March 9, 2022
Dev To Cherry pick Git e Github
As vezes precisamos pegar um commit individual que se encontra em uma outra branch, com alguma feature ou correo que aconteceu em paralelo, o Cherry pick faz exatamente isso, ele junta dois commits em...
03:18 am GMT - Wed, March 9, 2022
Dev To Nevertheless, Teal Coded in 2022
My biggest technical goals arecontinuing to grow in systems thinking. I want to grow my toolbelt of approaches to tackling problems and come at issues from a variety of informed angles before i...
03:14 am GMT - Wed, March 9, 2022
Dev To Part 3: Building a simple application using the Entando ACP
In the previous blogs, we learned about the 4cs and we also installed Entando on our local machines. In this blog, we are going to implement the 4cs to create a very simple bundle and deploy it to our...
02:50 am GMT - Wed, March 9, 2022
Dev To SPO600 Lab 05 - Algorithm Selection
HelloIn this lab we are supposed to run different versions of the same program and analyze the performance difference.This program basically will scale a number of samples that will be decided l...
02:03 am GMT - Wed, March 9, 2022
Dev To Deploy JHipster Microservices to GCP with Kubernetes
When your business or application is successful, it needs to scale. Not just technology-wise, but human-wise. When you're growing rapidly, it can be difficult to hire developers fast enough. Using a m...
01:44 am GMT - Wed, March 9, 2022
Dev To Maintain Multiple VSCode Configurations
I split my time in VSCode between writing code and presenting programming lessons. Because of this, I need to maintain multiple configurations. One has all the settings and extensions I find useful fo...
01:06 am GMT - Wed, March 9, 2022
Dev To C record type
Quyida bir xil vazifani bajaruvchi record va oddiy C# classni ko'ring.public record OdamRecord(string Ism, string Familya);public class OdamClass{ public OdamClass(string ism, string familya) { ...
12:58 am GMT - Wed, March 9, 2022
Dev To Mulheres na tecnologia
impossvel falar sobre ser mulher na T.I sem citar o passado. E impossvel falar de passado sem falar em Ada Lovelace, a primeira pessoa a desenvolver um algoritmo. Ou sem falar na Grace Hopper, quem ...
12:46 am GMT - Wed, March 9, 2022
Dev To Created a blog template with Sveltekit
OverviewAs stated in the title, I created a blog template with Sveltekit. If you are looking for a bare minimum blog template, maybe give it a try?Link to the Example: https://sveltekit-blog-tem...
12:11 am GMT - Wed, March 9, 2022
Dev To Impart
Impart is a library that I have been working on for a while now. The primary purpose is bypassing HTML/CSS/JS in creating a functional webpage. Impart allows the developer to create a full website in ...
12:10 am GMT - Wed, March 9, 2022
Dev To Gradle all the way down: Testing your Gradle plugin with Gradle TestKit
Testing Gradle plugins can be challenging. It relies on a special-purpose framework, TestKit, that is only relevant for this singular use-caseso unless you've already heard of it, you wouldn't have he...
12:03 am GMT - Wed, March 9, 2022
Dev To How to Reclaim Your Dev Teams Focus w/ Ambassador Labs' Katie Wilde
Hate interruptions? Ever feel like youve lost your ability to focus on coding? Katie Wilde, VP of Engineering at Ambassador Labs, knows your pain and shes on a crusade to help devs everywhere reclaim ...
11:53 pm GMT - Tue, March 8, 2022
Dev To Shulker - An YouTube Companion App for Education
Overview of My SubmissionAs students all over the world were forced to attend online classes, YouTube became a popular go-to option for a lot of students (like me ) who were unable to understand...
11:41 pm GMT - Tue, March 8, 2022
Dev To Hear Me - Azure Trial Hackathon
Overview of My SubmissionThe application converts images to text and then to speech. The main target audience for this application would be visually impaired, who shall use the Braille technolog...
10:42 pm GMT - Tue, March 8, 2022
Dev To Why you never hate Regex again?
Created by Geon George and available on GitHub, "I hate Regex" is a tool that allows you to quickly get a cheat sheet of multiple frequently used regular expressions.Among them, here is a non-exhausti...
10:26 pm GMT - Tue, March 8, 2022
Dev To Difference Between Web 2.0 and Web 3.0
In this article, we would discuss the difference between web 2.0 and web 3.0. What is web 2.0? Web 2.0, the current version of the internet widely used, simply refers to the internet applications that...
10:21 pm GMT - Tue, March 8, 2022
Dev To Top 7 Featured DEV Posts from the Past Week: SheCoded Edition
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...
10:13 pm GMT - Tue, March 8, 2022
Dev To Interview Jitters
So, recently I was shortlisted for a data analyst position interview, and I felt it is important to share the experience to familiarize you with some of the questions they asked me to confirm my compe...
10:04 pm GMT - Tue, March 8, 2022
Dev To A simple but nice header generator for your Github profile
Overview of My Submission"Github Profile Header Generator" is a simple but nice header image generator for your Github profile Readme.Github Profile Header Generator Submission Category:Wac...
10:02 pm GMT - Tue, March 8, 2022
Dev To I'm Luke and I pledge to help close the gender gap in 2022!
Much like last year, I intend to give my space to those women who inspired me in the last year.Check out the work and content of these amazing humans, and leaders. Give them a follow on Twitter if you...
09:54 pm GMT - Tue, March 8, 2022
Dev To Major Difference between Web2 and Web3
Web3 has become the trending technology in recent time. Everybody is talking about it. Many companies has adopted the web3 technology. Today, I'm going to explain the major differences between web2 an...
09:18 pm GMT - Tue, March 8, 2022
Dev To Add new dictionaries with translations to NestJS application using poedit.net
Linkshttps://poedit.net/ - desktop editor for po dictionaries https://telegram.me/DevelopKaufmanBot - current bot in telegramhttps://github.com/EndyKaufman/kaufman-bot -source codeAdd required librari...
08:52 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Cher Coded in 2022
I wanted to make things more inclusive, welcoming, diverse, and equitable for underrepresented people, so I fought for it, while I was programming software.In 2022, that had work has begun to pay off ...
08:29 pm GMT - Tue, March 8, 2022
Dev To SSGs through the ages: The 'Islands' era
By Mike NeumegenIslands architecture or partial hydration is an approach that gives the fast-loading nature of a purely static website, paired with the dynamic iterations you get from an SPA. To under...
08:06 pm GMT - Tue, March 8, 2022
Dev To Django Tutorial 8: Views and Templates
You can download the source code for this tutorial here:Download the Source CodeIn the previous article, we mainly focused on the backend and admin section of our Django application. Now, it is time f...
07:58 pm GMT - Tue, March 8, 2022
Dev To How To Use Mocks in Your GraphQL Development Workflow
This post was originally published by Lucia Cerchie on www.stepzen.com There are lots of ways you might want to use StepZen for mocking! Particularly if youre working on a frontend that will query a G...
07:50 pm GMT - Tue, March 8, 2022
Dev To Birthdate Speciality | Azure SpringBoot
Hey,have you ever counted how many days are left for your birthday?Whats your birthstone? What's your Zodiac and Shngxio? No!Don't worry this web app will find it for you. Submission Category: Ja...
07:37 pm GMT - Tue, March 8, 2022
Dev To Recipe for using distroless container images with FastAPI
A few days ago I was trying to achieve that and took me a quite amount of time, is not so straight forward as you may think before trying it by yourself.In order to avoid you future headaches, here is...
07:29 pm GMT - Tue, March 8, 2022
Dev To Executing Shell Scripts with NodeJS
You might have seen .sh files in many popular GitHub repositories. Even some of you might have used shell file to install node's latest version in Ubuntu. What the hell are those? Let's get started ...
07:29 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Bekah Coded in 2022
Today I hosted my first Twitter Space as a Technical Community Builder as a member of the Deepgram Devs DevRel Team. Our topic was Every Voice Heard and Understood in Tech, which is a play on the Deep...
07:22 pm GMT - Tue, March 8, 2022
Dev To Fetch Requests Taught Me the Importance Of console.log()
IntroductionI am new to coding and I think one of the most important lessons I have learned so far, is that in order for me to truly learn and understand what I am coding, I need to physically see wha...
07:15 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Vicky Coded in 2022
This is my 2nd year participating and it's amazing that every post submitted, we are all contributing to a great cause.For those curious, here's my post from last year: Ne...
07:11 pm GMT - Tue, March 8, 2022
Dev To Terraform - Sensitive Output
OverviewThis tutorial uses examples from the following GitHub project: Azure Terraform Deployments.When creating terraform configurations, especially when using CI/CD tooling such as Azure DevOp...
07:06 pm GMT - Tue, March 8, 2022
Dev To Open Source Security: A Critical Aspect of SoftwareImplementation
It is easy to regard open source as the next best thing since the invention of the internet because it is free to use and modify. Regrettably, the freedom gained may come at a high cost.One major ques...
06:57 pm GMT - Tue, March 8, 2022
Dev To Azure Trial Hackathon Submission : WordleLike
Overview of My SubmissionOne of the great ways to learn any new tools is using them to build app. I've tried several cloud platforms for backend and server-less experiences. For this app, I deci...
06:50 pm GMT - Tue, March 8, 2022
Dev To Use Angular directives to extend components that you don't own
Follow me on Twitter at @tim_deschryver | Subscribe to the Newsletter | Originally published on timdeschryver.dev.Read the TLDR version on timdeschryver.devAngular directives are underused and I think...
06:46 pm GMT - Tue, March 8, 2022
Dev To Hello world in Solidity
solidity is the most popular language for writing smart contract for the Ethereum blockchain.today I'm going to be showing you how to print "hello word" in solidity. Firstly the solidity smart contra...
06:44 pm GMT - Tue, March 8, 2022
Dev To Hello world in Solidity
solidity is the most popular language for writing smart contract for the Ethereum blockchain.today I'm going to be showing you how to print "hello word" in solidity Firstly the solidity smart contrac...
06:30 pm GMT - Tue, March 8, 2022
Dev To Dashy App
Instructions: A basic dashboard which can be used in multi-purpose according to the requirement Overview of My Submission Submission Category:Note: # Wacky Wildcards Link to Code...
06:25 pm GMT - Tue, March 8, 2022
Dev To Golang best practices
This document is a compliment of 2 official sources, please refer to those as part of the Golang best practices journey: https://github.com/golang/go/wiki/CodeReviewComments https://golang.org/doc/e...
06:22 pm GMT - Tue, March 8, 2022
Dev To Telescope A meetings app that integrates everywhere
Overview of My SubmissionTelescope is a WebRTC online video-calling platform that integrates with other services (for now, only Discord and Emails) to place calls between two people. Gone are th...
05:55 pm GMT - Tue, March 8, 2022
Dev To [ASP.NET Core][Entity Framework Core] Try System.Text.Json
IntroAlthough "System.Text.Json" has become the default JSON library of ASP.NET Core now.But I have still used "Newtonsoft.Json".Because I felt inconvenient using "System.Text.Json" when I used ...
05:49 pm GMT - Tue, March 8, 2022
Dev To Top 9 ML, AI, and Data Science Internships in 2022
Internships are a great way to get hands-on, practical experience in the fields of Machine Learning, Artificial Intelligence, and Data Science. Those looking for internships in these, and related fiel...
05:42 pm GMT - Tue, March 8, 2022
Dev To Median of Two Sorted Arrays
This question is deemed "Hard", but it's not too bad at all.Let's assume we've got two parameters in our function, each are an array of nums.function medianTwoArrays(num1, nums2) {}The first thing we ...
05:41 pm GMT - Tue, March 8, 2022
Dev To CHEAP OR EVEN FREE CODING SERVICES
https://0bin.net/paste/rzW2TreY#Y-m0zFi6vEAqJwik6N9GW+dkihEy5k+IS5wet+m/yYk https://0bin.net/paste/i-HyE5RU#N2H0C9mDFa1MOK+Kv9AEy2ccQUM1NoAjYDYZjptaKbxhttps://rentry.co/h85yx https://dev.to/altify/dis...
05:41 pm GMT - Tue, March 8, 2022
Dev To @Forty-boy/SQL
Project on Github BackstoryThis week I decided to take a step forward in my development path and create my first NPM Package. I'm an Angular developer by trade. It's my preferred front-end framew...
05:40 pm GMT - Tue, March 8, 2022
Dev To Altify Development Account Generator
Altify Development Account Generator, Generates Nearly 900 different types of accounts.Educational use only. !!!USE AT OWN RISK!!!ADS:https://0bin.net/paste/rzW2TreY#Y-m0zFi6vEAqJwik6N9GW+dkihEy5k+IS5...
05:36 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Preeti Coded!
Dear ladies, I hope you are doing great. First of all, wish you a very happy women's day. Keep shining, not just today but every coming day in your life.Having said that, I really appreciate the effor...
05:36 pm GMT - Tue, March 8, 2022
Dev To Bucket list REST API
IntroI have developed this API to suggest bucket list places, adventures, foods and many more things(Upcoming) that you can add to your bucket list!The project is being hosted by Heroku and code...
05:34 pm GMT - Tue, March 8, 2022
Dev To Quiz Website Thingy
So I'm thinking of making a website where you can make those type of quizzes where it gives you a result at the end (eg. Harry Potter House Quiz).I'll make it in Flask and use MongoDB for the database...
05:33 pm GMT - Tue, March 8, 2022
Dev To 100 dias de codigo: 83, diseando mi nuevo blog en figma y nueva semana.
Hey hey hey!El da de ayer estuve algo ocupado pero aun asi logre tener algunos avances en el diseo de mi blog que creare con Next.Se que, en los ltimos das, hable sobre un proyecto que estaba creando ...
05:33 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Christa Continued to Slay
From 2019 to now... Nevertheless, christa Coded christa Mar 9 '19 1 min read #shecoded Since I wrote my first and only post in 2019 I've:re...
05:28 pm GMT - Tue, March 8, 2022
Dev To Tech world, where I going to learn until the last day of my life. By {Jeanecvh}
Hi! Is a pleasure for me that somebody in the tech world, read my short history.I know from inside the real programmer life from six months ago, approximately. Sounds cliche when somebody said "The te...
04:01 pm GMT - Tue, March 8, 2022
Dev To Behind the Scenes of Our "What is GraphQL" Video
Everyone has their own learning style. Some people prefer to read educational content. There are some developers who like to skip the reading and go straight to building and breaking things. Lots of p...
03:40 pm GMT - Tue, March 8, 2022
Dev To An Engineers Guide to TODOs: How to Get Things Done
Weve long been promised a world where automation and other tech would free up our time to focus on more creative, rewarding pursuits.But still, we find ourselves battling with small, but time-sucking ...
03:14 pm GMT - Tue, March 8, 2022
Dev To Kong Plugins as Microservices: Writing a Single-Plugin Server for Kong in Go
Many developers and DevOps engineers have been deploying Kong Gateway in front of their microservices-based applications. While the extensive library of built-in plugins can add a lot of flexibility a...
03:09 pm GMT - Tue, March 8, 2022
Dev To Top 5 Customer Communication Channels in 2022
As a business seeking maximum customer engagement, youre interested in what channels will keep your existing customers close as well as expand your reach to new customers. What are the communication c...
03:05 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Lars Coded and will code again
This tag inspired me to tell a bit about my story.It's been a while that I am working in tech, with all the ups and downs I'm still here!I was the only woman in the office or in my styding group class...
02:53 pm GMT - Tue, March 8, 2022
Dev To Dark Web3 Style CSS Text Gradients
Gradient text is becoming increasingly popular all over the web. We even use it on Fjolt in various places. In the past, gradient text required static images, but now it can easily be done with CSS ra...
02:48 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, WE code: 5 things to do in IWD and everyday
Hola Mundo! Last year I wrote down a "Nevertheless..." post as a way to sum up my experience as a newly dev. But today is march the 8th and sharing with you a day as today means that Girls Who ...
02:42 pm GMT - Tue, March 8, 2022
Dev To Crypto Capable
Web3 is everywhere nowadays and Indian VCs, startups are extremely bullish on it. Every developer, either web2 dev or beginner nowadays wants to be a part of it but only some of them get the chance. R...
02:40 pm GMT - Tue, March 8, 2022
Dev To Nevertheless, Don't quit coding- my advice to you
Hey you! Are you thinking of moving to technology but you don't know where to start? Or maybe you are already in tech but there are days that you just feel so tired and want to quit? Then this post i...
02:38 pm GMT - Tue, March 8, 2022
Dev To Enterprise-grade Skin Cancer Detection and treatment solution using Power Platform - Microsoft Azure cloud
Brief Story to start with Let's go back in time and think about how sophisticated we are now. In earlier 1990s, we didn't have enough computing power or as many powerful computers as we do now t...
02:38 pm GMT - Tue, March 8, 2022
Dev To 4 ways to center a component/div in CSS
Flexbox Grid Margin auto on a flex itemPosition/* Using Flexbox */.parent { display: flex; justify-content: center; align-items: center;}/* Grid */.parent { display: grid; justify-content: center...
02:12 pm GMT - Tue, March 8, 2022
Dev To Hello Developer! Don't React!!
Happy International Women's day Few articles I would like to share here:https://overreacted.io/goodbye-clean-code/https://overreacted.io/goodbye-clean-code/https://sandimetz.com/blog/2016/1/20/the-wro...
01:41 pm GMT - Tue, March 8, 2022
Dev To How to Detect Device Orientation with Javascript
Sometimes, you just want to know if a screen is in portrait or landscape mode. There are two primary places you would want to do this: in Javascript, and in CSS. Let's look at how to detect the screen...
01:32 pm GMT - Tue, March 8, 2022
Dev To Kafka Architecture : Synchronous to Asynchronous [1]
Kafka is a powerful stream processing tool, but it's an asynchronous tool. So we know when we send the request but we don't know when the answer will come. And in some cases, there are some synchronou...
01:26 pm GMT - Tue, March 8, 2022
Dev To What UI Frameworks Will be the Most Popular in 2022?
We are living in the era of Web 3.0, where we have complete ownership of data/information. We want to give easy access to users with complete security using uninterrupted services.Considering the soft...
01:20 pm GMT - Tue, March 8, 2022
Dev To Watermelon VS Code Extension
I discovered the Watermelon VS Code extension yesterday.What it does is give you the context of a piece of highlighted code by pulling in the comments from the associated pull request. Support for oth...
01:10 pm GMT - Tue, March 8, 2022
Dev To Spotify Listening to in Github README.md
Have you come across these Spotify NowPlaying Status? Do you want to have these in your README.md? Well by the end of this post you will have one. Steps:Visit this link @https://github.com/kittin...
01:00 pm GMT - Tue, March 8, 2022
Dev To 7 essential Kubernetes GitHub Projects you should know about
Kubernetes is complex to learn, deploy and manage. But it is also a powerful container orchestration engine for automating deployment, scaling and management of containerized application. So the way f...
12:49 pm GMT - Tue, March 8, 2022
Dev To ICON 2.0: Realtime Decentralized Quote Prices
ICON 2.0 is a smart contract platform with a unique interoperability proposition: Blockchain Transmission Protocol (BTP). BTP will enable decentralized and trustless interoperability between ICON 2.0 ...
12:49 pm GMT - Tue, March 8, 2022
Dev To Apesar de tudo, Paxixa codou em 2022
Meu maior objetivo tcnico me sentir mais comfortavel com JavaScript.Minhas maiores conquistas tcnicas so ter uma BattleSnake funcional.Comprometo-me a quebrar o preconceito na tecnologia com a Femini...
12:48 pm GMT - Tue, March 8, 2022
Dev To Distinctions between Web 2 and Web 3
Web 2.0 is the business revolution in the computer industry caused by the move to the internet as a platform, and any attempt to understand the rules for success on that new platform. Tim O Reilly.Its...
12:47 pm GMT - Tue, March 8, 2022
Dev To Happy Women's Day with ParticlesJS
Happy Women's Day to all the women in coding Link to code verica02 / particlesjs Happy Women's Day Happy Women's DayHappy Wo...
12:44 pm GMT - Tue, March 8, 2022
Dev To Delayed Job vs. Sidekiq: Which Is Better?
Most applications need background jobs for mailers, regular clean-ups, or any other time-consuming operation that doesn't require a user to be present.Several gems support job queues and background pr...
12:42 pm GMT - Tue, March 8, 2022
Dev To A curated list of shell commands and tools specific to macOS
https://git.herrbischoff.com/awesome-macos-command-line/about/...
11:39 am GMT - Tue, March 8, 2022
Dev To CAP Theorem in Distributed Systems for Blockchain Development
Blockchains are a type of distributed systems. For any distributed system, the Cap Theorem is a fundamental. The CAP Theorem was developed by Eric Brewer where CAP comes in as an abbreviation for Con...
11:26 am GMT - Tue, March 8, 2022
Dev To Business Applications of AI
Hello and welcome to this slightly different blog post where we talk about the applications of AI in the business world.In general, AI is used to increase efficiency in a workplace, which often means ...
11:12 am GMT - Tue, March 8, 2022
Dev To Building Blocks
Hello world, I'm Naeema Bargir, a React developer and just as you I have a some coding memories to share you...I don't know where to start. still let's start:) !!! Still I remember my college pro...
11:03 am GMT - Tue, March 8, 2022
Dev To Leverage AI into Quality Assurance delivers superior results
Artificial Intelligence(AI) in the QA is the latest technology that provides the best outcomes which help the business in several ways. It continues to make significantly dominant results and it is be...
11:02 am GMT - Tue, March 8, 2022
Dev To Evite configuration drift no seu estado de terraform ao usar aws_security_group
O terraform uma ferramenta fantstica para provisionar e manter o estado de uma infraestrutura, tanto on-premises quanto nos ambientes de cloud. Entretanto, algumas vezes passamos por algumas situaes ...
10:40 am GMT - Tue, March 8, 2022
Dev To Nevertheless, Anuradha Coded!
Happy International women's day I have been codingsince 8.5 years now, and I am going on strong. It has been a terrific journey so far - from being born in a remote area of India where no one ev...
10:22 am GMT - Tue, March 8, 2022
Dev To Trying out Next.js url imports with Framer handshake feature
At elba, our core mission is to empower employees with the knowledge they need to mitigate cybersecurity risks.For this we need to offer training content that is dynamic, various and engaging.When lea...
10:17 am GMT - Tue, March 8, 2022
Dev To Typescript Tuples, and how they work
In Javascript, we are expecting a new primitive data type called a Tuple to appear soon. In Typescript, however, the concept of Tuple already exists.A Tuple in Typescript is, much like in Javascript, ...
09:41 am GMT - Tue, March 8, 2022
Dev To Before investing in cryptocurrency, know about the tax on it in India
Budget 2022 tax announcements for cryptocurrency in India states -Income (Any gains or losses made from a crypto asset held less than 12 months / Financial year) from any transfer of crypto, even gift...
09:34 am GMT - Tue, March 8, 2022
Dev To Nevertheless, Anamika Coded in 2022
Hello all . My name is Anamika. I am a budding developer from India. I dream of spreading the word of knowledge to as many people as I can. I cant wait to see a world where each person is well-educate...
09:32 am GMT - Tue, March 8, 2022
Dev To Subtitles on Twitter are a pain. You should include them anyway. Here's how.
Video subtitles on Twitter are a PAIN IN THE ASS.NO, that's not an excuse to exclude them from your videos.Let's make it less of a pain in the ass in 2 minutes or less.Twitter video is great for engag...
09:21 am GMT - Tue, March 8, 2022
Dev To Top 7 Reasons For Legal Firms To Use Live Chat Services
When a firm focuses on increasing its business on the net or through any digitalized platforms, it merely means they're going to target purchasers increasing through legal chat services and generating...
09:17 am GMT - Tue, March 8, 2022
Dev To Secret Ways Of Adsense To Earn 100$ a day
Google Adsense, Is A Platform where Publishers can Earn Money From their websites, for absolutely free.Although Adsense has a lot Of Guidelines And Policies, That Isn't The Matter Today.If You Opened ...
08:20 am GMT - Tue, March 8, 2022
Dev To How to create shapes with CSS clip-path?
CSS clip-path property is one of the most underrated CSS properties. Actually, it is a magical tool if you know how to use it. There are different types of arguments that you can use as clip-path prop...
07:52 am GMT - Tue, March 8, 2022
Dev To Top Benefits Of Mobile App Development To Businesses
A mobile app offers multiple benefits for businesses. These include increased customer loyalty and brand awareness, enabling businesses to better serve their customers, and empowering customers to mak...
07:52 am GMT - Tue, March 8, 2022
Dev To 13 Websites To Get Free HTML/CSS Templates
If you want to create a new website and need a design you can use any of these sites:html5up.net - linkfree-css.com - linktooplate.com - linkfreehtml5.co - linkmobirise.com - linknicepage.com - linkgr...
07:47 am GMT - Tue, March 8, 2022
Dev To You dont always need a CMS
When it comes to websites, blogs, and whatnot, we often expect to find a CMS power these systems.I get a lot of questions about what CMS powers my blog.And I'll explain that while telling you why you ...
07:42 am GMT - Tue, March 8, 2022
Dev To Civo Kubernetes Cloud to the Test: Good or Bad?
Civo Kubernetes Cloud has become quite popular lately, everyone seems to use it... especially because it promises to be cheap and fast, and with a good developer-friendly experience.So, I decided to g...
07:35 am GMT - Tue, March 8, 2022
Dev To Nasreen is still coding in 2022
Happy IWD to all my lady coders!Programming and coding, the things that used to make me curl up and cry in the study room of my university back in 2016. Now, I can't believe I am coding in 2022....
06:56 am GMT - Tue, March 8, 2022
Dev To Method vs Function in Javascript
In Javascript every function is an object (A).An Object is collection of {key:value} pair.As per MDN:A method is a function which is a property of an object. There are two kind of methods: Instance Me...
06:46 am GMT - Tue, March 8, 2022
Dev To Why Did I Choose Back-end Dev?
Software engineering is one area of technology that is currently being needed by many companies/organizations. For now, where almost all businesses are entering digitalization, the need for software t...
06:45 am GMT - Tue, March 8, 2022
Dev To How to start a good self learning in programming
after in school education in computer scince iam not satisfiedbecuce i will not get a good programming skill.at that tyme i will confuced becuce i will tink in all good resource are available in onlin...
06:40 am GMT - Tue, March 8, 2022
Dev To Deep Copying in JavaScript just in few minutes
In the previous Article, I have written aboutShallow Copying in javascript using Spread OperatorYou can check it out!!Deep CopyUnlike the shallow copy, deep copy makes a copy of all the members of the...
06:37 am GMT - Tue, March 8, 2022
Dev To GitLabCheatsheet - 12 - Kubernetes integration
The new GitLab Cheatsheet speaks about Kubernetes integration. This integration at GitLab is a work in progress, I will try to update this cheatsheet as GitLab releases come out.I will create others c...
06:37 am GMT - Tue, March 8, 2022
Dev To The Future of Opensource looks brighter than ever in 2022
The rapid technological progress and endless bottlenecks to innovation make predicting the future in the computing sector more difficult and riskier. Only a small percentage of inventions are actually...
06:19 am GMT - Tue, March 8, 2022
Dev To 15 Docker Commands you should know
Docker is a containerization system which packages and runs the application with its dependencies inside a container. In this article, I mentioned about 18 Docker Commands you need to know while work...
06:18 am GMT - Tue, March 8, 2022
Dev To What is Usability Testing?
The concept of usability testing revolves around user experience because the method ensures accessibility of an application from the users perspective. In order to highlight the usability defects of a...
05:38 am GMT - Tue, March 8, 2022
Dev To How I hacked My Neighbor's Wi-Fi
Before getting started if you want to see the video about itCheck it out here https://youtu.be/ENhi1gd-W1c Getting StartedIs there anyone who doesn't like hacking ? If so, this article is not for...
05:18 am GMT - Tue, March 8, 2022
Dev To Working at SuperTokens as a Developer Advocate
I remember starting as a quarter-time Developer Advocate at SuperTokens like yesterday when you adore what you do; time flies!As a result, I'd like to discuss how I got the job and what it's like to b...
04:57 am GMT - Tue, March 8, 2022
Dev To Calling Alpine.js methods from third-party scripts
How we made Alpine-powered page understand Google Map eventsRecently, we faced a small challenge when implementing Google Map on an Alpine.js powered page. Key points:Map markers data is loaded in the...
04:44 am GMT - Tue, March 8, 2022
Dev To How Does Streams API Work? A Deep Dive on Stream Operation Flow
We know what are Streams from the previous article I posted - Introduction to Java Streams API. Let us deep-dive into Streams API, know how they function. How Stream API Works?A Java Stream is co...
04:01 am GMT - Tue, March 8, 2022
Dev To Build a Messenger Clone with MERN Stack (MongoDB, Express, React, Node JS) Socket.io (Day 7)
In this Facebook Messenger Clone Tutorial series, we will learn to build an Awesome Full Stack Facebook Messenger Project with realtime messaging functionality with socket.io . We have one on one ...
03:39 am GMT - Tue, March 8, 2022
Dev To Nevertheless, Dulya Coded in 2022!
Time pasts quicklyOMG.. three years for this year February that I've started to learn the coding. The time flies fastly. Anyway I am not regret about anything that I've done in last three years ...
03:17 am GMT - Tue, March 8, 2022
Dev To How to fix Warning: 10 Prisma Clients are already running
The first time I ran into this error, I thought I was doing something wrong. But as I dug into it a bit more, I realized this is a side-effect of javascript frameworks that rebuild the project anytime...
02:51 am GMT - Tue, March 8, 2022
Dev To Happy International Women's Day! Browse the 2022 SheCoded Collection and Contribute Your Own Story.
Happy International Women's Day, 2022!"For the first time in the history of #SheCoded, we've partnered up with GitHub to donate $20 to Girls Who Codefor every post we receive as part of this cel...
02:47 am GMT - Tue, March 8, 2022
Dev To 3 Ways to Geo-Restrict your App
DAY 19 - 3 Ways to geo-restrict your App - Day Nineteen100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.toIn this tutorial i will show demo of , restricting your application to s...
01:42 am GMT - Tue, March 8, 2022
Dev To Data Analytics Progression
Today I am going to break some myths like cognitive learning, prescriptive learning, etc.A picture paints a thousand word. I have taken this from the web.Its starts of with Data Collection/Foundation ...
01:20 am GMT - Tue, March 8, 2022
Dev To AI/ML/Deep Learning in nutshell
Nowadays, its a norm for every vendors to claim that their application services are AI/ML. In fact, you hardly find any one out of this arena. Upon drilling further, their so call "AI/ML" happen to be...
12:50 am GMT - Tue, March 8, 2022
Dev To LGTMify - An LGTM generator (Chrome Extension)
Available at: Chrome Web Store MotivationIt is already available on LGTMoon, LGTMeow and so on, but sometimes we must care about the contents of the images such as human faces."LGTMify" generates...
12:47 am GMT - Tue, March 8, 2022
Dev To Azure Trial Hackathon - EmotionalSound - perfect spotify song for your emotions
Project LinksDemoFrontendBackEndOverview of our projectThis project goal is to suggest real Spotify songs by understanding face emotions.This project help you to find perfect sound for your actual moo...
12:06 am GMT - Tue, March 8, 2022
Dev To Leave Management Application
Overview of My SubmissionThis is a leave management apllication created using powerapps with share point.In this application employee can submit their leave according to the reason. After submit...
11:34 pm GMT - Mon, March 7, 2022
Dev To Go for beginners - your first program
this is the first part of series on Go, the programming language, I hope it's helpfulThe language is called Go but is sometimes known as Golang as the first website for it was golang.org.Go was create...
11:13 pm GMT - Mon, March 7, 2022
Dev To Employee Management System
Employee Leave Management system Overview of My SubmissionThis is a leave management system for employees. Which is a process within an organization that determines how leave is requested by empl...
11:04 pm GMT - Mon, March 7, 2022
Dev To How My Approach to IWD Has Changed
A couple years ago I shifted my approach to celebrating International Women's Day (IWD) and talking about diversity and inclusion by doing exactly that - celebrating. This included stronger boundaries...
11:02 pm GMT - Mon, March 7, 2022
Dev To Groovi - Create Soothing Focus Mixes
harshhhdev / groovi Create soothing focus mixes Groovi Create soothing concentration mixes Branding/Design Board ...
10:59 pm GMT - Mon, March 7, 2022
Dev To Introducing new MS Learn module on how to detect anomalies in from IoT devices.
We are excited to announce a new AI module on MS Learn: Identify abnormal time-series data with Anomaly Detector. IntroductionTraining a Machine Learning model for Anomaly Detection is challengin...
10:59 pm GMT - Mon, March 7, 2022
Dev To Introducing new MS Learn module on how to detect anomalies in time-series data from IoT devices.
We are excited to announce a new AI module on MS Learn: Identify abnormal time-series data with Anomaly Detector. IntroductionTraining a Machine Learning model for Anomaly Detection is challengin...
10:53 pm GMT - Mon, March 7, 2022
Dev To Google Managed SSL Certificates on Kubernetes
Google Managed SSL Certificates on KubernetesPrerequisites: This overview provides a straightforward path for installing Google-managed SSL Certificates on your GKE-hosted application. This assu...
10:53 pm GMT - Mon, March 7, 2022
Dev To CSRF Protection in Next.js
Cross-Site Request Forgery (CSRF) is an attack that forces authenticated users to submit a request to a Web application against which they are currently authenticated.It ensures the authenticity of yo...
10:50 pm GMT - Mon, March 7, 2022
Dev To Jaf - Deploy Jupyter Notebook as an Azure Function
Overview of My Submissionjaf stands for Jupyter notebook as functions.jaf skaffolds an Azure Duration Function project to enable a jupyter notebook be deployed as a web endpoint.Jupyter notebook...
10:49 pm GMT - Mon, March 7, 2022
Dev To 5 motivos para participar da Imerso Dev da Alura (gratuita)
imersao.dev 1. pra todo mundoDe iniciante dev experiente, todos aproveitam 2. Criar projetosDurante a imerso voc vai ter a oportunidade de criar projetos que vo agregar experincias e histr...
10:42 pm GMT - Mon, March 7, 2022
Dev To Exploring Use-cases for .map() .filter ...spread in React
MethodsAs I'm progressing through my study of React, I learned that we often use arrays of objects. From importing list to creating our own, I realized that I needed to brush up on the .map() .f...
10:41 pm GMT - Mon, March 7, 2022
Dev To NGINX Ingress on Kubernetes
NGINX Ingress on Kuberneteshttps://www.nginx.com/products/nginx/kubernetes-ingress-controller/By default, pods of Kubernetes services are not accessible from the external network, but only by ot...
10:34 pm GMT - Mon, March 7, 2022
Dev To Web3. Explained in very simple terms. (and how to get into it)
ower these independent bodies have and should have. Last year, the then president of the United States was banned from twitter. This shows that at any point, the companies and institutions that safegu...
10:31 pm GMT - Mon, March 7, 2022
Dev To IFTTT recipe for storing client registry
...
09:33 pm GMT - Mon, March 7, 2022
Dev To Getting a job in tech part 3: GitHub and articles
Having a well-rounded profile will take you a long way. Today I wanted to cover the new option for a personalised Readme file.Bringing attention to your code is important as well if some potential emp...
09:25 pm GMT - Mon, March 7, 2022
Dev To Kubernetes Community Days Chennai Chapter - Logo Highlights
by Gayathri R, Co-Organizer, KCD Chennai 2022Kubernetes Community Days(KCD) Chennai chapter logo hosts multiple identities such as the tri-color of the Indian National flag, monuments in Chennai and g...
09:23 pm GMT - Mon, March 7, 2022
Dev To Learn the MERN stack - by building an Instagram clone (Part One)
MERN stack is made up of four technologiesM for MongoDB: MongoDB is a NoSQL database that stores data as JSON objects.E for Express: Express is a NodeJS framework that is used for building web and mob...
09:21 pm GMT - Mon, March 7, 2022
Dev To How Forem is Supporting the People of Ukraine
Dear DEV Community,I wanted to let you know that Forem (the open source software company behind DEV) has made a donation to Mercy Corps to support the Ukrainian people whose country is currently being...
09:21 pm GMT - Mon, March 7, 2022
Dev To Flutter widget to create a group of buttons fast
How often you see buttons in applications?I think in every application that you seen in life.And buttons are differentLike thatOr like thatOr like that if your designer is stuck in the pastBut a...
08:52 pm GMT - Mon, March 7, 2022
Dev To Introduo a Modelagem de Banco de Dados - SQL
Database Design O que ? a modelagem que iremos desenvolver para ento criarmos nosso DB baseado nesse modelo. ModelandoPara iniciarmos a modelagem de um banco de dados, seguimos quatro ...
08:30 pm GMT - Mon, March 7, 2022
Dev To Day 8 of 100 Days of Code
Went AWOL for a while. I developed a random password generator app. Learnt a little of flexbox with it. I have learnt something with this absence. It is better to do a little than none at all. At leas...
08:24 pm GMT - Mon, March 7, 2022
Dev To Realtime Analysis of Cryptocurrency Prices Using dbt, Materialize, Redpanda & Metabase
Materialize organized an Online Hack Day a while ago. And they provided a structured streaming setup using dbt (ETL framework), Redpanda (queue), Materialize (database) and Metabase (visualization).Th...
08:24 pm GMT - Mon, March 7, 2022
Dev To What is Vulnerability Assessment?
A vulnerability assessment is a systematic/periodic review of security weaknesses in an information system. It evaluates if the system is susceptible to any known vulnerabilities, assigns severity lev...
08:21 pm GMT - Mon, March 7, 2022
Dev To Stop Struggling with Merging Branches and Use these Git Commands instead
Stop Conflicting Merge Requests and Use These Commands instead -XtheirsUsing the -Xtheirs flag when running git rebase or git pull, will favor the incoming changes from the branch you are...
08:20 pm GMT - Mon, March 7, 2022
Dev To Learning the reduce function part 3
Let us continue our reduce journey and look at other useful ways to use the very powerful reduce function.Here I have an list of blogs with title,author,url and likes keys, feel free to look at the ar...
08:19 pm GMT - Mon, March 7, 2022
Dev To usefull sass mixins
1.adding a flex display to a parent.@mixin flex ($direction , $justify , $align){ display: flex; flex-direction: $direction; justify-content: $justify; align-items: $align;}2.width and hei...
07:30 pm GMT - Mon, March 7, 2022
Dev To SSH - Login securely with a Private Key
Possibly the best way to secure SSH is by creating an SSH Key Pair and configuring Public Key Authentication.When creating the key pair, you are given the option to encrypt the private key with a pass...
07:27 pm GMT - Mon, March 7, 2022
Dev To Top 7 React Security Vulnerabilities
React is one of the most widely used JavaScript libraries and front-end frameworks for creating user interfaces for web and mobile applications. It has a lot of benefits that set it apart from other J...
07:26 pm GMT - Mon, March 7, 2022
Dev To Using Parcel v2 and Transcrypt to create web applications with Python
When the React to Python book was published, Parcel version 2 was just about to go into Beta. Because of that, it was still a bit too volatile to include in the book. But now that it is officially r...
07:20 pm GMT - Mon, March 7, 2022
Dev To Differences Between Web 3.0 and WEB 2.0
What Are Web 2.0 and Web 3.0?Web 2.0 and Web 3.0 refer to successive iterations of the web, compared with the original Web 1.0 of the 1990s and early 2000s. Web 2.0 is the current version of the Inter...
07:13 pm GMT - Mon, March 7, 2022
Dev To todo app using mern stack
Overview of My Submissioni created todo app using mern stack Submission Category:App service Link to Code on GitHub code-fun-lab / todo-app-mern-...
07:08 pm GMT - Mon, March 7, 2022
Dev To Java for Beginners Full Course
What is JAVA?Java is a high-level, third generation programming language, like C,C++, Perl, and many others. You can use Java to write computer applications that play games, store data etc. Comp...
07:07 pm GMT - Mon, March 7, 2022
Dev To Nevertheless, Estee Coded
Hi, I'm Estee and you can call me ST. My pronouns are She/He, because I don't really feel strongly about my gender in either ways. If I'm playing games, my friends know that I could be very manly in m...
07:04 pm GMT - Mon, March 7, 2022
Dev To PyRamen - Data Analysis With Python
Overview of My SubmissionPyRamen is a data analysis project that solves a very real problem for an imaginary ramen shop. Imaginary problem statementWelcome to 2KRamen!Opening a ramen shop h...
06:54 pm GMT - Mon, March 7, 2022
Dev To REACT -- Convert a Class Component to Functional Component with Hooks Guide w/ES6
In React, the class components and lifecycle methods have changed quite a bit in the last few years. Often times a developer may be handling legacy code and the newer paradigm of functional components...
06:49 pm GMT - Mon, March 7, 2022
Dev To Nevertheless, Simone Coded 2022 (can't believe this is my part 4)
Another year, another Nevertheless or #shecoded and another year older, wiser and happier. I had a bit of a rough year, coding wise. Can't say why it really happend, but learning a lot of new things ...
06:47 pm GMT - Mon, March 7, 2022
Dev To Pesquisa sobre sistemas de informao para gerenciamento de empresas.
Ns podemos entender como sistema de informao todo sistema que obtm dados para controle e manejamento de empresas, possibilitando que o sistema gere dados de forma organizada, esquematizada e ordenada ...
06:46 pm GMT - Mon, March 7, 2022
Dev To We did it!
Just finished my first code challenge and the anxiety was through the roof. Had to display elements to the DOM by utilizing an API on a local server sounds a lot scarier than it turned out but definit...
05:57 pm GMT - Mon, March 7, 2022
Dev To Introducing the Forem Shop! New Merch, Giveaways, and More.
Today, we're excited to share that we've redesigned the beloved DEV Shop to be more representative of our community's structure and relationship with CodeNewbie Community and Forem. Introducing... the...
05:43 pm GMT - Mon, March 7, 2022
Dev To Changelog 0013 Browser preview, drag & drop, and more
Over the past few weeks, weve been heads-down working on our cloud backend for the HTTPie API platform that will soon enable many important features on our roadmap as well the integration of HTTPie fo...
05:25 pm GMT - Mon, March 7, 2022
Dev To Nevertheless, Florence Continued to Thrive in 2022
Here we go again, happy IWD ladies Its another #Shecoded International Womens day celebration, whewww! I remember I wrote my first article Nevertheless, Florence Coded Because Nothing Can Stop H...
05:20 pm GMT - Mon, March 7, 2022
Dev To Java for beginners: Polymorphism in Java
Polymorphism is the ability of an object to take on many forms. In OOP, polymorphism is the capability of an action or method to do different things based on the object that it is acting upon.This is ...
05:00 pm GMT - Mon, March 7, 2022
Dev To Python for everyone : Mastering Python The Right Way
Python is a high-level programming language that is easy for everyone to learn due to its simple syntax.Beginners will take a shorter period of time to be up and running!It is widely used in web and A...
04:52 pm GMT - Mon, March 7, 2022
Dev To 30 Array utility functions in JS
const array = [1,2,3,4,5]; Array Basic operations 1. Find the first item in the arrayconsole.log(array[0]);1 2. Find the last item in the arrayconsole.log(array[array.length - 1]);5 ...
04:26 pm GMT - Mon, March 7, 2022
Dev To Appendix: Reliability (Failure Management) - AWS Well-Architected Framework Study Guide
Return to Well-Architected Framework GuideAppendix: ReliabilityHow do you back up data?Identify and back up all data that needs to be backed up, or reproduce the data from sourcesSecure and encrypt ba...
04:26 pm GMT - Mon, March 7, 2022
Dev To Playing with webdriver
Webdriver has been a persistently alluring technology since I discovered it a couple of years ago. However, regular HTTP clients have always been sufficient for my needs.I have recently wanted to pul...
04:25 pm GMT - Mon, March 7, 2022
Dev To JS FUNDAMENTALS - If/Else vs Switch vs Ternary Operator
Oftentimes when programming, we are presented with situations where we have to write code that produces a certain output(value/result) based on what the input is and any conditions surrounding it. In ...
04:25 pm GMT - Mon, March 7, 2022
Dev To The fastest way to Host your static website
In this article, I will show you how you can create and deploy your static website very fast. When I want to create a static website and want to deploy it, I usually use these steps.In this article, W...
04:24 pm GMT - Mon, March 7, 2022
Dev To Fix: tzdata hangs during Docker image build
During the installation of a few packages, Ubuntu usually installs the tzdata package. Its usually included in some PHP or Python packages dependencies. The issue with it is that it hangs and waits fo...
04:24 pm GMT - Mon, March 7, 2022
Dev To Reactjs Explore
Component Lifecycle: React web apps are actually a collection of independent componentsthat run according to the interactions made with them. Every React Component has alifecycle of its own; lifecycle...
03:44 pm GMT - Mon, March 7, 2022
Dev To Everything you need to know about Appwrite Functions 0.13
Welcome to the Appwrite 0.13 Functions feature spotlight. Everyone at Appwrite is excited to see what you developers do with this new release!We have a whole heap of updates to storage and functions i...
03:32 pm GMT - Mon, March 7, 2022
Dev To Como deixar os testes Jest mais rpidos?
Este um post rpido s pq no encontrei nenhum contedo sobre isso em ptbr. Referncias em ingls no final do artigo. Dvidas (que eu espero que vc tenha, pq artigo curto e escrito em 10 minutos, n?) manda ...
03:25 pm GMT - Mon, March 7, 2022
Dev To Building a vertical calendar with HTML, CSS & JS
Today let's build together a small vertical calendar using CSS grid layout, the tag and a little bit of JavaScript...This article is an extract of a larger project dashboard I coded. For the impatien...
03:05 pm GMT - Mon, March 7, 2022
Dev To CSS Creative Resume Templates With Free Source Code
HTML Creative Resume Templates With Free Source Code WATCH FULL COLLECTION OF HTML Resume here https://front-end.codes/css-resume/...
02:50 pm GMT - Mon, March 7, 2022
Dev To My Journey to One Million ArticleViews: Advice on systems and goals for newwriters
After two years of writing, I hit one million article views. This was a big milestone Ive patiently looked forward to since the day I began writing.Was it worth the wait? Yes and no. Id like to take t...
02:38 pm GMT - Mon, March 7, 2022
Dev To Python Inheritance
Sign up to my newsletter!. What is Python Inheritance?When you work in large projects, you will see that the project consists of submodules, subparticles, and many features of these submodules ar...
02:34 pm GMT - Mon, March 7, 2022
Dev To From my point of Vue: State management
While working with medium/large sized apps you will find the need to have some data, functionality or logic available globally in a single source of truth because you need them in different components...
02:21 pm GMT - Mon, March 7, 2022
Dev To Arch Linux remap keys for 80% keyboard
The story behind itSkip this section if you just want to know the implementation, no one will judge you :)After the keycaps on my mechanical keyboard became more worn down year by year, I decide...
02:12 pm GMT - Mon, March 7, 2022
Dev To Tools I use daily to code!
1. VS Code - For code editing of Flutter, react, html, css, php and many more2. Clock - To manage time for coding and break set timer3. Terminal - command line for everything 4. Notion and google shee...
02:10 pm GMT - Mon, March 7, 2022
Dev To Complete guide to becoming a DevOps Engineer - 2022
DevOps for any organization is a cultural shift, and its not just about tools and technologies but a continuous practice needed for building and maintaining scalable web applications. DevOps practices...
02:02 pm GMT - Mon, March 7, 2022
Dev To JavaScript methods for finding elements
Hey guys,Welcome back to a new article !In this article, we will learn about different JavaScript methods that we can make use of for finding elements in an array. Arrays, as we know, is a data struct...
01:59 pm GMT - Mon, March 7, 2022
Dev To One secret tip for first-time OSS contributors. Shh! don't tell anyone else
I see a lot of folks wandering over the internet asking how to contribute to open-source,To my disappointment none of the articles, I have read mention what actionable steps should be taken to make yo...
01:47 pm GMT - Mon, March 7, 2022
Dev To FLiP: Py: Pi: Gas Sensor Thermal IoT Example
FLiP-Py-Pi-GasThermalApache Pulsar, Python, Raspberry Pi, Gas Sensor + Thermal Camera Sensors, Apache Flink, Trino/Presto SQL SensorsPimoroni BreakoutGarden: SGP30 Sensiron SGP30 TVOC and ...
01:40 pm GMT - Mon, March 7, 2022
Dev To 5- What is Continuous Integration and Continuous Delivery? Why should it be used?
In software, when something is painful, the way to reduce the pain is to do it more frequently, not less. David Farley, Continuous Delivery: Reliable Software Releases through Build, Test, and Deploym...
01:39 pm GMT - Mon, March 7, 2022
Dev To How to delete all merged git branches with one terminal command
Are you feeling overwhelmed with too many git branches? Do you know which branches have been merged and which can be safely deleted? Do you leave your git branches to pile up on your local machine unt...
01:22 pm GMT - Mon, March 7, 2022
Dev To Hot Richard - now on the AWS Free Tier!
Council Of The Wise Developers has a new episode!We play "AWS, Technobabble or Sex Act", then discuss gatekeeping in tech!...
01:20 pm GMT - Mon, March 7, 2022
Dev To devto gist testing
Steps to integrate RazorpaySetting up Razorpay account.Storing API keys in settings.pyInstalling Razorpay library.Creating order using Razorpay API.Creating order at backend and also creating Ra...
01:13 pm GMT - Mon, March 7, 2022
Dev To readme-generator: a global dotnet tool for your next project
How many hours or minutes do you spend to create a new Readme for a project?I think too much or too less.A good Readme file for a project it's a like a business card of you and for you have built.The ...
01:13 pm GMT - Mon, March 7, 2022
Dev To TERMINAL (LS-PWD-CD-ECHO-MKDIR-RM-CAT)
1 LSjoriy papkadagi barcha narsalarni chop etadi-a tanlovi orqali yashirin fayl va papkalar ham chop qiladi 2 pwd (ishchi katalogni chop etish)joriy papka manzilini chop etadi~manzili $HOME...
01:10 pm GMT - Mon, March 7, 2022
Dev To How I handle rgba() in styled-component - React App
I get the hex code value of the rgba and paste this code in it's place and this fixes the problem.Example:const styledHeader = styled.header` color: rgba(#000, .3);`This will not give the required re...
12:59 pm GMT - Mon, March 7, 2022
Dev To 5 sec about a11y: colours
One of the easiest ways to start adding accessibility to an interface is to start paying attention to the contrast between the background colors and the elements on it.So, white on white is considered...
12:57 pm GMT - Mon, March 7, 2022
Dev To Nevertheless, Bala Coded
A few milestones that I'm proud ofFrom graduating with an undergraduate degree in a non-CS majorto writing programming tutorials that are helping thousands of learners to code, I'm proud of my j...
12:52 pm GMT - Mon, March 7, 2022
Dev To How to make a contribution to the Ceph source code
I go through a recent PR I created on the Ceph project. This contribution was something that solved a problem that really annoyed me when I've used the dashboard regularly the last weeks during a larg...
11:52 am GMT - Mon, March 7, 2022
Dev To How to use Templates in Vue
In Vue, templating is the main way we create reusable components. We can use templates to take data, and turn it into real elements on a screen that users can see. In this article, we'll be covering h...
11:50 am GMT - Mon, March 7, 2022
Dev To Effectively Bridging the DevOps R&D Gap without Sacrificing Reliability
DevOps culture revolutionized our industry. Continuous Delivery and Continuous Integration made six sigma reliability commonplace. 20 years ago we would kick the production servers and listen to the h...
11:49 am GMT - Mon, March 7, 2022
Dev To Take your Serverless Functions to new speeds with Appwrite 0.13
What are Cloud Functions?Cloud functions are a way of extending a cloud providers services to execute your code and add functionality that did not previously exist. Quite a few services have thi...
11:40 am GMT - Mon, March 7, 2022
Dev To Orchestrating hybrid workflows using Amazon Managed Workflows for Apache Airflow (MWAA)
Using Apache Airflow to orchestrate hybrid workflowsIn some recent discussions with customers, the topic of how open source is increasingly being used as a common mechanisms to help build re-usa...
11:07 am GMT - Mon, March 7, 2022
Dev To React Sticky Children
I created a simple ReactJS plugin react-sticky-children to abstract away the complexities of the IntersectionObserver API and allow you to apply styles to a component as it approaches the top of the v...
11:02 am GMT - Mon, March 7, 2022
Dev To Literals, Variables and Constants in C
Variables, Literals and Constants in C++In this tutorial, let us learn about variables, literals, and constants in C++ with help of some examples. So let us learn first what a variable is in C++...
10:43 am GMT - Mon, March 7, 2022
Dev To Java Object Oriented Programming
Object-oriented programming takes advantage of our perception of world. An object is an encapsulated completely-specified data aggregate containing attributes and behavior.Data hiding protects the imp...
10:43 am GMT - Mon, March 7, 2022
Dev To 10 Women Who Changed the Tech World
From early computers to wartime inventions, the beginnings of the internet and beyond. Women have always been innovators in technology and science breaking down barriers in the process.In honour of In...
10:27 am GMT - Mon, March 7, 2022
Dev To Deep dive into Laravel Pagination - PHP IteratorAggregate
Regarding to Laravel pagination doc, when calling the paginate method, you will receive an instance of Illuminate\Pagination\LengthAwarePaginator. When calling the simplePaginate method, you will rece...
10:24 am GMT - Mon, March 7, 2022
Dev To Emojicode - Code with emojis (Introduction)
Let's make our code beautiful and attractive...Let's code with emojis!In this article I'll cover Introduction to Emojicode -> 1st article/blog of 3 part series. What is this - programming in e...
10:21 am GMT - Mon, March 7, 2022
Dev To Future Javascript: ShadowRealms
It sounds dark and mysterious - but it's just another future Javascript feature. The ShadowRealm is a new feature coming to Javascript, which will let us create a separate global context from which to...
10:14 am GMT - Mon, March 7, 2022
Dev To 13 Very Profitable Business Ideas for Web Developers
This article was originally published at: https://www.blog.duomly.com/very-profitable-business-ideas-for-developers/Are you a web developer looking for some business ideas? If so, then this article is...
09:56 am GMT - Mon, March 7, 2022
Dev To JPA Repository query example in Spring Boot | Derived Query
In previous posts, you've known how to use JPQL and native Query to retrieve data from the database using @Query annotation. Today, I will show you way to implement Spring Data JPA Repository query in...
09:34 am GMT - Mon, March 7, 2022
Dev To What's my local internet address?
Sometimes I want to find out my internet address. So I typeifconfig | grep inet -w... exactly like you would have done, right? No?What do we actually mean when we talk about "internet addresses" anywa...
09:17 am GMT - Mon, March 7, 2022
Dev To First 6 months: Dreams vs Reality
So six months have passed, 350 commits have been made and 147 daily meetings attended...here is a short recap of what I have expected versus what that looked like in reality."Well, dreams, they feel r...
09:08 am GMT - Mon, March 7, 2022
Dev To I'm 16. Made $1k online, 200k views. Launching a startup today. Here is mystory
"Knowing yourself is the beginning of all wisdom"-AristotleFollowing Aristotle, Socrates, or Lao Tzu, all the stories start from people, and from self-mastery. In my opinion, the best way to achieve s...
09:02 am GMT - Mon, March 7, 2022
Dev To AWS open source news and updates, 103
March 7th, 2022 - Instalment #103Newsletter #103. Welcome to edition #103 of the AWS open source news and updates. This weeks featured new open source projects include botocove (a decorator that...
08:31 am GMT - Mon, March 7, 2022
Dev To 5 String methods every JavaScript developer should know
Dealing with Strings is inevitable in all programming languages, so it's great to know that JavaScript provides some amazing String manipulation functions right out of the box.Today we are going to se...
08:16 am GMT - Mon, March 7, 2022
Dev To User-Defined Data Structures in Python[Linear]
IntroductionHello, welcome back to this exciting data structures series. This is a continuation of Built-in Data Structures in python.If you are new to python, I would highly recommend you to read my ...
07:40 am GMT - Mon, March 7, 2022
Dev To 10 amazing games to learn CSS
Learning CSS can be quite a challenge. There are no shortcuts, and you will have to get your hands dirty and dive into the magical world of CSS.But! There are some fun ways to learn this monster calle...
07:25 am GMT - Mon, March 7, 2022
Dev To Introduction To Java Streams API
Before reading this, I would recommend try and learn what are imperative and declarative styles of programming.Ref - Dev.to Imperative vs DeclarativeOne of the powerful features the Java team included...
07:04 am GMT - Mon, March 7, 2022
Dev To DevOps And Financial Services Here Is How Everyone Won
Companies in the finance industry were perhaps the slowest to adopt DevOps as a Service, but it is safe to say that they are currently leading the innovation in this sphere of technology. This slownes...
06:53 am GMT - Mon, March 7, 2022
Dev To The Real Sikh - Peter Virdee Help Needy And Homeless Peoples
Peter Virdee - The Real Sikh Help Needy And Homeless Peoples To Provide Blankets & Langar In UK...
06:52 am GMT - Mon, March 7, 2022
Dev To One color palette a day. 002
www.colorsandfonts.com Color and typography for Web Developers and Digital Designers.From today, I will sharing 1 Color palette a day as I did before, when I started Colors & fonts.You will f...
06:50 am GMT - Mon, March 7, 2022
Dev To .NET Core and How-to Configuring HTTPS in ASP.NET Core
With the immense popularity of .NET Core, more and more organizations are developing and migrating their business applications. Regardless of its scalable architecture and robustness, it offers a high...
06:50 am GMT - Mon, March 7, 2022
Dev To Kubernetes Tutorial | Liveness Probes
...
06:49 am GMT - Mon, March 7, 2022
Dev To Asian Market Sectors Discover High Values In Blockchain Networks
Asian blockchain networks are quickly becoming extremely valuable in global crypto technology. Blockchain networks are a shared ledger that record transaction history for companies and industries. Th...
06:48 am GMT - Mon, March 7, 2022
Dev To Bit Th Vinhomes Golden Avenue Bc Lun Mng Ci
Nhm mang n khng gian sng hon m dnh cho phn khc khch hng thng lu, ch u t Vingroup kin to ra 211 cn bit th Vinhomes Golden Avenue n lp & song lp. Vi din tch rng ri, tm view p mt cng layout thit k s...
06:45 am GMT - Mon, March 7, 2022
Dev To React State Management (2) : Redux
This is a series of memos referring to the ways of React state management: context API, Redux and Redux toolkit. The topic in this article is Redux.The chart below is the whole image of this practice ...
06:44 am GMT - Mon, March 7, 2022
Dev To Provision an AWS EKS Cluster with Terraform
The Amazon Elastic Kubernetes Service (EKS) is the AWS service for deploying, managing, and scaling containerised applications with Kubernetes.In this tutorial, you will deploy an EKS cluster using Te...
06:38 am GMT - Mon, March 7, 2022
Dev To Oros CBD Gummies - Pain Relief Reviews, Price And Benefits?
Oros CBD Gummies When over a road you may get instant toothache relief with it often of clove oil and peppermint vegetable oil. Both these oils are natural Pain Relief oil killers and ear piercings he...
06:37 am GMT - Mon, March 7, 2022
Dev To Install Kops with Gossip DNS over AWS
KOPS?? you read it right! Kops with Gossip DNSSo I want to apologies for posting this late. Anyways without any delay let's get started. What is KOPS ?let me borrow this line from the offic...
05:42 am GMT - Mon, March 7, 2022
Dev To Git Hooks for your Golang project
I have been developing in JavaScript for a while now and one of my favourite tool was husky but when I started developing on golang I really missed the husky tool to manage my git hooks so I created a...
05:08 am GMT - Mon, March 7, 2022
Dev To {} - Object Literals in Javascript
{} is object literal syntax.let say const circle = {}; Above circle is returning an object.Object in Javascript is essentially collection of key-value pair.const circle = { radius: 1, location: ...
03:26 am GMT - Mon, March 7, 2022
Dev To Curious case of AWS mapping template built-in variables
Amazon API Gateway is, along with AWS Lambda, arguably, the most frequently used service in AWS serverless architectures. The service's feature spectrum, starting from rate-limiting and ending on requ...
03:02 am GMT - Mon, March 7, 2022
Dev To Concurrency is not Parallelism-A deeper look at their key difference
Today, in this article, we'll analyze two common processing techniques used by the operating system (OS). Concurrency & Parallelism. When we have more than one process waiting to be executed, thes...
02:39 am GMT - Mon, March 7, 2022
Dev To 21 - Tools: Packaging your PWA
Welcome to Day 21 of #30DaysOfPWA! New to the series? Three things you can do to catch up:Read the kickoff post below for context.Watch the GitHub Repository for updates.Bookmark #30DaysOfPWA Blog for...
02:06 am GMT - Mon, March 7, 2022
Dev To A brief history of the terminal
Before start we must be clear about one term: The terminal or console. They are the interfaces that allow us to perform actions through commands.And although today they are still used, commonly the us...
01:45 am GMT - Mon, March 7, 2022
Dev To Books that Developers Should Read
There are many posts on medium that are recommending must-read books for developers, but I find that most of the lists are biased towards specific technologies or specific languages, like Fluent Pytho...
01:35 am GMT - Mon, March 7, 2022
Dev To Day 26 of Studying LeetCode Solution until I Can Solve One on My Own: Problem42. Trapping Rain Water(Hard/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
01:14 am GMT - Mon, March 7, 2022
Dev To Spread Operator in JavaScript (...)
What is the Spread Operator?This syntax is used to succinctly pass multiple values from either an Array or Object to an expression where elements are expected. Examples are the best way to show this.A...
10:14 pm GMT - Sun, March 6, 2022
Dev To Level-Up Your Flask Logging
Framing The ProblemI am working on a project and we wanted to be able to trace all the logs that came from a user calling one of our endpoints. This entailed an easy way to link together logs if...
10:06 pm GMT - Sun, March 6, 2022
Dev To Programming Languages And Their Purpose
In this blog you can find out the purpose of some of the major languages. This is just so beginners can get their head around the purpose.With that said the languages we will discuss are:C++JavaJavaSc...
09:50 pm GMT - Sun, March 6, 2022
Dev To Generating Simulated Streaming Data
https://dzone.com/articles/generating-simulated-streaming-data...
09:46 pm GMT - Sun, March 6, 2022
Dev To Introducing value objects in PHP
Introducing value objects in PHPDomain-Driven Design (DDD) is a software design philosophy with one crucial concept: the structure and language of software code (class names, class methods, clas...
09:46 pm GMT - Sun, March 6, 2022
Dev To OpenLiteSpeed VS Nginx honest comparison.
There is a lot of debate within the community about these web servers, both containing there own benefits and downsides which I will cover here. FeaturesLets explore the different features of the...
09:40 pm GMT - Sun, March 6, 2022
Dev To 3 Beginner Project Ideas to Get Started on your Front-End Portfolio NOW
You've heard it over and over again. Building projects is the BEST (and perhaps only) way to improve your skills, learn the learns and eventually land that highly coveted job in tech.There are many ar...
09:22 pm GMT - Sun, March 6, 2022
Dev To 3D Text Effect
...
09:13 pm GMT - Sun, March 6, 2022
Dev To How to Create NFT Pixel Art - Much Exclusive Doge Yacht Club Collection - Part I
There are many ways to create NFTs. Most of them follow the same steps which have been outlined below.1. Decide what you want to create.2. Create the artwork (in layers).3. Use coding, usually, a scri...
08:19 pm GMT - Sun, March 6, 2022
Dev To Day 25 of Studying LeetCode Solution until I Can Solve One on My Own: Problem121. Best Time to Buy and Sell Stock(Easy/JS)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
08:10 pm GMT - Sun, March 6, 2022
Dev To Nevertheless, Kavisha Continued Coding!
A very happy International Women's Day, 2022! Ive been a member of the DEV Community since 2020 and this is the second time, I've shared my story with SheCoded. My biggest technical g...
07:28 pm GMT - Sun, March 6, 2022
Dev To 66 Days of Data
Writing my 1st Dev post with starting learning Python D 21 | 22 of #66daysofdata Today done with Python basics - Features Applications, Python 2 vs Python 3, Libraries uses, Interpreter Prompt, Script...
06:57 pm GMT - Sun, March 6, 2022
Dev To ES2022 Features
Javascript keeps on evolving and the new syntaxes has been followed in ES2022. Some of them are 1) Private Class fieldsIn olders ways we can make a class variable as private. We use the # to determine...
06:52 pm GMT - Sun, March 6, 2022
Dev To Alternatives to DTO
More than a decade ago, I wrote about the DTO:A data transfer object is an object that carries data between processes. The motivation for its use is that communication between processes is usually don...
06:44 pm GMT - Sun, March 6, 2022
Dev To Backend/Auth: A concise summary of API Authentication types - Part 1
Hey folks! In this article (part 1) and the upcoming article (part 2), I will cover and summarise the types of mostly used authentication generally used for API/Backend development and as per RFC ## T...
06:33 pm GMT - Sun, March 6, 2022
Dev To Passo a passo para comear a escrever artigos
Voc j pensou em comear a escrever artigos, mas ficou com insegurana, ou medo?Caso sim, esse artigo busca te ajudar e incentivar a comear a escrever artigos em um curto passo a passo! 1. Defina se...
06:29 pm GMT - Sun, March 6, 2022
Dev To Weekly Digest 09/2022
Welcome to my Weekly Digest #9 of this year.This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts, and designs I consumed during this week. Interesting...
06:22 pm GMT - Sun, March 6, 2022
Dev To The Only Parts of Fetch API in JavaScript That Will Get You Far In Your Career
The fetch api in JavaScript provides developers an interface to work with HTTP requests and the HTTP pipeline. It is also used to process responses received from those requests. Sending requests with ...
06:12 pm GMT - Sun, March 6, 2022
Dev To How to send data query to the route in NEXT.Js
It's very simple to pass the data query to the route in NExt.js At first you need to initialize it:const router = useRouter();and import from next/routerimport { useRouter } from "next/router";Then yo...
06:07 pm GMT - Sun, March 6, 2022
Dev To Nevertheless, Eevis Still Codes
There is a war raging in Ukraine right now. The best way to help the people is to donate money through vetted organizations such as Red Cross, Unicef, or UNHCR - The UN Refugee Agency. So if you are i...
06:04 pm GMT - Sun, March 6, 2022
Dev To How to use PAGINATION on React
To use pagination on the react app, there is this npm package called react-js-pagination which is very easy to use and effective as well.Prerequisite-Create-react-app-BootstrapI won't be teaching how...
05:32 pm GMT - Sun, March 6, 2022
Dev To Text Editor using Go(lang)
Recently I was wondering how to develop gui applications using Go and I researched this. After a little research, I found Fyne. Then I came up with the idea of making a simple text editor using Fyne a...
05:23 pm GMT - Sun, March 6, 2022
Dev To Open Source Adventures: Episode 10: Real Numbers supports for Crystal Z3
It's a small change - in addition to Bool and Int sort to also support Reals.The difficulty is that Z3 Reals are mathematical objects, and don't map to any Crystal number type. Crystal rationals and C...
04:48 pm GMT - Sun, March 6, 2022
Dev To build.ai ( .addvar)
var addvar = "addvar"print(addvar) = "var" + docwrit[title]...
04:44 pm GMT - Sun, March 6, 2022
Dev To MUI CSS styled-component Slider
MUI 2 https://mui.com/guides/understand-mui-packages/ThemeProvider, styled API ThemeProvider styled https://mui.com/customization/theming/#nesting-the-themeTheming ThemeProvider styledThemeP...
04:38 pm GMT - Sun, March 6, 2022
Dev To DockerFile
Hey Dev! Checkout my new Blog on HOW TO CREATE DOCKER FILE .where I discuss about various Intruction of Dockerfile and also do it as Pratical way .DockerFile...
04:28 pm GMT - Sun, March 6, 2022
Dev To Daily Problem Solving JS (Day 9)
ProblemGiven a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.You must write an ...
04:23 pm GMT - Sun, March 6, 2022
Dev To How to create dynamic pages in Gatsby from MDX and YAML?
Gatsby allows you to tie data from many different sources together and present them in a unified way.In this article, we'll discuss how to set up Node JS and Gatsby to pull the data, transform it into...
03:45 pm GMT - Sun, March 6, 2022
Dev To Write a file server with only ONE line of code
And lets get straight to the code:require("http").createServer(require("express").serveStatic("shareFolder")).listen(80)...
03:38 pm GMT - Sun, March 6, 2022
Dev To Constructors vs Factory Functions!
Constructors vs Factory Functions(before you start look up objects if needed, and maybe function declarations/expressions)(all the code for this post is here!)These two elements of Javascript OO...
03:34 pm GMT - Sun, March 6, 2022
Dev To Project Urlink : Java on Azure
Overview of My Submission Project URLinkProduct OverviewSurfing the internet, we come across resources that we might need for later use or maybe store them for a current project we are work...
03:28 pm GMT - Sun, March 6, 2022
Dev To On Levelling Up
This is a story I want to share with those with untraditional paths and/or are underrepresented in tech. My hope is that that imposter syndrome or the lack of mentorship or community doesn't keep you ...
02:52 pm GMT - Sun, March 6, 2022
Dev To Redefining myself as a writer
Hello there sir/madam writer... As writers we're all different in our writing and it has different definitions and meanings for each of us. "...If I write what I feel, it is to reduce the fever of fe...
02:07 pm GMT - Sun, March 6, 2022
Dev To How to automate deploying flask app to AWS via a CI/CD pipeline using GitHub Actions
In this video I go through:Setting up the CI/CD pipeline script using GitHub ActionsRunning the CI/CD pipeline and viewing the deployed flask app on AWSAll the code for the video is on GitHub as well,...
01:54 pm GMT - Sun, March 6, 2022
Dev To How to remap the F4 key to Launchpad from Spotlight automatically on start
Receipt:Place code below to ~/Library/LaunchAgents/com.local.KeyRemapping.plist, if file not exist's you should create it.<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Appl...
01:29 pm GMT - Sun, March 6, 2022
Dev To Modifying rehype autolink headings
In the previous article, we introduced a table of contents in our markdown files.For this, we leverage the rehype autolink headings plugin.The cool part about this plugin is that we can modify the out...
12:34 pm GMT - Sun, March 6, 2022
Dev To Create a folder and push multiple files under a single commit through GitHub API
IntroI could not understand how to push multiple files under a single commit, using GitHub API. Some googling landed me on Git Database API Docs. Wasn't very clear how it worked so I tried getti...
12:29 pm GMT - Sun, March 6, 2022
Dev To GraphQL Microservices and the magic of Apollo Federation
I am just a UI Engineer.Hello from the Dev cave! Hope you are safe and healthy.I am a UI engineer or a Frontend developer. I am just trying to explore stuff and build cool things. I don't have e...
12:05 pm GMT - Sun, March 6, 2022
Dev To Deep Learning Library From Scratch 4: Automatic differentiation
Welcome to part 4 of this series, where we will talk about automatic differentiation. Github repo to code for this series: ashwins-code / Zen-Deep-Learning-Libra...
11:57 am GMT - Sun, March 6, 2022
Dev To My journey in Rust
I've decided to start learning Rust and I would like to share my journey with you. In this blog post, I'm going to share my thought process on the introduction to Rust. What is Rust?Rust is a mul...
11:33 am GMT - Sun, March 6, 2022
Dev To Microprofile Starter
Usually, when using Java for Microservices development, there is a trend to start with existing frameworks like Spring, Quarkus, etc. This is a very productive way, though without knowing the basics o...
11:25 am GMT - Sun, March 6, 2022
Dev To What is it like to be a Game Designer?
Hello, World! Many people are wondering how is it like to sit in front of your PC and spend 5 or more hours designing games, dealing with buggy bugs, and documenting everything. Therefore, I just tho...
10:35 am GMT - Sun, March 6, 2022
Dev To Python (property)
, , , , @property , , , Python , , , , , (property), @property , age , , time , time.time() >>> time.time()1646532639.2636657>>>, >>> class C:... def __init...
10:33 am GMT - Sun, March 6, 2022
Dev To Create README files for your project in 30 seconds
I'm the type of person who keeps creating different repositories and small open-source projects.One major problem I was having was, making the README files would be so boring :(After completing the mo...
10:19 am GMT - Sun, March 6, 2022
Dev To I made a Node.js colors library in 192 bytes minzipped ( code explanation!)
A few minutes ago, I published PlanckColors. It's probably the smallest node module for colors on the internet, at just 119 bytes minzipped! It's so small, here's the source code:let p=['black','red',...
09:58 am GMT - Sun, March 6, 2022
Dev To Completed, webinar booking website template with HTML CSS
Hi dear Folks, I am atul from atulcodex.comIn this dev post, I am going to talk about my 5th responsive website of our #10websitewithhtmlcss challenge. If you don't know about the challenge "10 websi...
09:56 am GMT - Sun, March 6, 2022
Dev To Enhance your terminal experience on Windows
Are you still using the Command Prompt on your Windows machine? It really feels like the relic of the past and is a tool ripe for improvement. Many modern features that we have come to expect from a c...
09:53 am GMT - Sun, March 6, 2022
Dev To Powerful Code Blocks with Code Hike and MDX
MDX is a format that combines markup in markdown along with JSX code to embed components into markdown documents. It is used in documentation, blog posts, and much more as one can add interactive exam...
09:09 am GMT - Sun, March 6, 2022
Dev To Azure Trial Hackathon - Mini Pinterest with Flask
Overview of My SubmissionHi guys, have you ever thought about creating a simple web application to enable saving, sharing and discovery images on a smaller scale in form of pinboard by leveragin...
08:52 am GMT - Sun, March 6, 2022
Dev To Startup guide of Jest for testing your javascript code. (Beginner)
The purpose of writing this article is to clarify that when a newbie learns javascript he goes through many concepts. But he doesn't know how to test code or doesn't have any idea about code testing. ...
08:50 am GMT - Sun, March 6, 2022
Dev To Getting started with Apache APISIX
The role of an API gateway in building large-scale, cloud-native Microservices APIs is sometimes important. It provides rich traffic management features such as monitoring, load balancing, dynamic ups...
08:22 am GMT - Sun, March 6, 2022
Dev To Deploy my web-youtube-downloader in my Azure VM!
InstructionsI use the Azure Virtual Machines to deploy my we-base YouTube downloader and it can help developers to download the specific YouTube video easily via my website :)! Overview of ...
07:15 am GMT - Sun, March 6, 2022
Dev To Instagram Automation using Python and Selenium
In this tutorial, I have used Python and Selenium. I am assuming that you know the basics of Python.In case, if you don't have Python installed, you can download it from https://www.python.org/ and fo...
06:54 am GMT - Sun, March 6, 2022
Dev To My First Open Source Contribution
Finally arrived!!! Joined #opensource by contributing to hacktoberfest2021. Thanks for the swag #github #digitalocean #appwrite #hacktoberfest2021. It was a great learning experience....
06:35 am GMT - Sun, March 6, 2022
Dev To Schedule notifications on WeChat with Azure AKS
Overview of My SubmissionAn application that allows you to schedule notifications on WeChat so that you can get notified while keep connected with your friends.This app is realized through sever...
06:25 am GMT - Sun, March 6, 2022
Dev To Useful Blog To Follow As A Web Developer
OnextraPixel CSS Tricks Scotch.lo Codrops Simple Programmer Tutorialzine Sitepoint...
06:18 am GMT - Sun, March 6, 2022
Dev To Frontend Rendering: SSG vs ISG vs SSR vs CSR - When to use which?
So many jargons ! Let's not overload and fry our brains and check them out one by one. 1. Static Site Generation (SSG)A static site generation is the process of generating a full static HTML webs...
05:41 am GMT - Sun, March 6, 2022
Dev To Let's make a sticky navbar in both Vanilla & Tailwind CSS
Many of us have noticed, a sticky navigation bar on many websites including this blog...Here in the GIF, as you can see Navbar is fixed to the top of the page.The only purpose of keeping a sticky navb...
05:39 am GMT - Sun, March 6, 2022
Dev To SSG and SSR in Next.JS
Is get Static Props only good for rendering static pages like About or Blogsget Static Props fetches data at build time when the code gets compiled into exe and serves to the client the rendered...
05:37 am GMT - Sun, March 6, 2022
Dev To Complete blocking bots code for website copier
Here is the complete blocking bots code for website copier##Block bad botsRewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected]...
05:30 am GMT - Sun, March 6, 2022
Dev To Manage private Python packages using Artifact Registry (Google Cloud)
Lately, I build a system over microservices on Google Cloud. I often use Python with App Engine, Cloud Functions and Cloud Run.There are some private libraries in common across each microservice.Refer...
05:21 am GMT - Sun, March 6, 2022
Dev To Universal Icon Picker
https://github.com/migliori/universal-icon-picker Javascript Icon Picker for any icon library Main FeaturesLoad any icon library from a single JSON fileLoad the icon fonts stylesheets from l...
05:15 am GMT - Sun, March 6, 2022
Dev To PCHelpSoft Driver Updater 2022 Crack With License Key Full [Latest]
PCHelpSoft Driver Updater Crack is the name of a powerful new Windows driver update tool. As you know, drivers are software interfaces that insert hardware into the operating system so that various co...
04:48 am GMT - Sun, March 6, 2022
Dev To Aplicando Sesses em Asp.Net Core
O que so sesses?Tendo em vista duas aplicaes Cliente e Servidor que se comunicam atravs do protocolo HTTP e sabendo que este no mantm estado, a utilizao de sesses so uma forma de armazenar os da...
04:35 am GMT - Sun, March 6, 2022
Dev To Desktop and Mobile AdBlocking
In this post I will go through the best ways to block ads in browsers, on mobile and desktop alike. First, as well as system wide ad blocking on Android. And no, we aren't using Brave or anything like...
04:00 am GMT - Sun, March 6, 2022
Dev To Escaping X InnerHTML
any comments HIGHLY appreciated; feedback/questions welcome! Escape and Data ChannelsWhat is escape code? Why do we use it?Escape code attempts to solve a complex yet foundational issue on ...
03:44 am GMT - Sun, March 6, 2022
Dev To Lost AirPods, arrays, and sorting algorithms
The search for the lost AirPodMy wife Dylan is a math and physics teacher. Yesterday while she was on a Zoom call with a student I got a text message from her: "the kids have my AirPods." She kn...
02:59 am GMT - Sun, March 6, 2022
Dev To Generate Random IPs using online tool
What is IP?IP is short for Internet Protocol. IP is a set of rules that govern how data travels from one machine to another in the internet.IP, short for "Internet protocol," is a set of rules t...
02:51 am GMT - Sun, March 6, 2022
Dev To How to test HTML in Real Time?
What is HTML?HTML is the core of all web work. Though developers have tried to make it into a more content-specific language, HTML is still a very difficult language to learn and use.That is why...
02:47 am GMT - Sun, March 6, 2022
Dev To 20 - Tools: Test Automation for PWA
Welcome to Day 20 of #30DaysOfPWA! New to the series? Three things you can do to catch up:Read the kickoff post below for context.Watch the GitHub Repository for updates.Bookmark #30DaysOfPWA Blog for...
02:34 am GMT - Sun, March 6, 2022
Dev To Making my Makefile find things for me
Welp, this is my first actual post on dev.to, and what better way to document my slow descent to madness then to dedicate my first post to some "fun" and "cool" stuff I learned while trying to set up ...
02:21 am GMT - Sun, March 6, 2022
Dev To Grouping Mermaid nodes in Subgraphs
Mermaid provides some really great ways to group or fence in parts of your graphs through the use of subgraphs.Here we can model some sort of data ingest with some raw iot device and our warehouse in ...
01:40 am GMT - Sun, March 6, 2022
Dev To Segundo projeto 2/52
Hoje minha irm me mostrou seu livro de Ingls da escola, e umas das atividades era um site de receita, como no tinha decidido qual projeto ia fazer essa semana, decidir usar isso como inspirao. Acessei...
01:34 am GMT - Sun, March 6, 2022
Dev To How many way to find max number in array on Javascript.
1. With for-loopconst array = [-29, 5, 0, 3, 111, 99, 2, 99];function maxNumberInArray(arr) { let maxNumber = arr[0];//same way can apply on other loop like(For In, For Of, While) for(let ...
01:24 am GMT - Sun, March 6, 2022
Dev To Padres de Commits (Commit Patterns)
A utilizao do git no dia a dia dos Devs essencial, seja para desenvolver projetos pessoais ou empresariais, todo cdigo que ser desenvolvido ou consumido por mais de uma pessoa, eventualmente ser util...
12:54 am GMT - Sun, March 6, 2022
Dev To Day 24 of Studying LeetCode Solution until I Can Solve One on My Own: Problem1395. Count Number of Teams(Medium/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
12:34 am GMT - Sun, March 6, 2022
Dev To How to export and import data in DBeaver
In this article, I'll to teach how to export and import data using the DBweaver, its very simple.In yours DBweaver select database and table that you want to export data.Right mouse button and select ...
11:53 pm GMT - Sat, March 5, 2022
Dev To SQL Commands with C
As a first post, I thought it would be fitting to discuss how to interact with vanilla SQL commands in C#. Firstly, I want to praise .NET (well technically ADO.NET) for the absolute ease of running SQ...
10:56 pm GMT - Sat, March 5, 2022
Dev To TypeScript Factory Design Pattern in practice (UML)
Hello, Devs!Design Patterns help us to build a better softwares and like this we can architect the solutions for the knew problems. So, there are a Gang of Four that wrote the book Design Patter...
10:54 pm GMT - Sat, March 5, 2022
Dev To What's new in ES2022?
Soon the new version of ECMA Script will become standard in few months. So let's take a glimpse at the features that will be part of ES2022. Features of ES2022 1. Method .at() of indexable v...
09:58 pm GMT - Sat, March 5, 2022
Dev To Building a gRPC Server in .NET
IntroductionIn this article, we will look at how to build a simple web service with gRPC in .NET. We will keep our changes to minimal and leverage the same Protocol Buffer IDL we used in my prev...
09:57 pm GMT - Sat, March 5, 2022
Dev To How I Respond to Application Rejections
You got a reply!!!!But as you start reading more, something seems off. "We appreciate your application but have decided to go with another candidate... Oh. You thought that was the one. Was all ...
09:54 pm GMT - Sat, March 5, 2022
Dev To Open Source Adventures: Episode 09: Data Extraction Support for Crystal Z3
There's a lot of minor missing functionality I want before I publish the shard. These aren't really related, but I wanted to do them all. Get versionZ3.version should return version number of the...
09:05 pm GMT - Sat, March 5, 2022
Dev To Build a To-Do app - Part 3 - Database per Tenant
In order to generate a separate database for each tenant, we need to make some adjustments.Part 1 - FrontendPart 2 - BackendPart 3 - Database per Tenant (Current)Every time a user registers, a new Ten...
09:05 pm GMT - Sat, March 5, 2022
Dev To Build a To-Do app - Part 2 - .NET API
We'll create the Model, DTOs, Repository and the Controller. Then run the database migration and test the CRUD app.Part 1 - FrontendPart 2 - Backend (Current)Part 3 - Database per TenantIn this part, ...
08:55 pm GMT - Sat, March 5, 2022
Dev To How to Build and Deploy a Backend App with Express, Postgres, Github, and Heroku
In this article , we will be find how to build and deploy an image management application backend.It will be able to store a record of an image in the database, get the image's record back from the da...
08:07 pm GMT - Sat, March 5, 2022
Dev To Lessons in AWS Python CDK: 1-Getting Started
TLDR Install dependencies:Definitely - brew install aws-cdkMaybe: - node version managerBootstrap account:cdk bootstrap aws://<Account_ID><AWS_Region>Make Project:cdk init app --languag...
06:42 pm GMT - Sat, March 5, 2022
Dev To Just Five News Daily News
Just Five News Daily NewsJust 5 Top headlines of the world you need to start your day with.A PWA Site having news headlines, Twitter trends, quotes, facts. using RSS feeds, APIs....
05:29 pm GMT - Sat, March 5, 2022
Dev To
10 . . . . . . . . ...
05:25 pm GMT - Sat, March 5, 2022
Dev To Controlling React API Calls With Hooks
I love React. But there are some aspects of the framework that have previously given me fits. One of those aspects is in the mindful controlling of API calls from within a React app. How many times...
05:19 pm GMT - Sat, March 5, 2022
Dev To XARGS only makes your life easier
One command-line tool that would make your life easier is the xargs command. So, what is xargs?xargs is part of the Findutil package of the GNU project which builds and executes commands using a...
05:13 pm GMT - Sat, March 5, 2022
Dev To Elasticsearch nedir?
1. TanmElasticsearch, byk bir ounluu Java programlama dili ile yazlm, zgr ve ak kaynak kodlu bir arama motorudur. Arama motoru denilince muhtemelen aklnza web sayfalarn aratan bir sistem gelse d...
04:26 pm GMT - Sat, March 5, 2022
Dev To Understanding Docker in a visual way (in video): part 11 Pass build args
Understanding Docker can be difficult or time-consuming. In order to spread knowledge about Cloud technologies I started to create sketchnotes about Docker, then I've auto-published a book and since n...
04:13 pm GMT - Sat, March 5, 2022
Dev To Ever wanted to create an API out of your WhatsApp account?
What is Whatsapp? WhatsApp is a mobile messaging application which allows you to send and receive messages without having to pay for SMS.WhatsApp is the most popular messaging app in the world w...
03:57 pm GMT - Sat, March 5, 2022
Dev To Java for beginners: Fundamentals of Java
Java Input/OutputJava uses streams to perform input and output. A stream can be defined as a sequence of data. All streams represent an input source and an output destination.Java uses the Input...
03:44 pm GMT - Sat, March 5, 2022
Dev To Logical Nullish Assignment ??= en JavaScript
ndiceIntroduccinSintaxisFuncionamientoEquivalenciaEjemplosSoporte en NavagadoresConclusionesReferencias 1. Introduccin Logical Nullish Assignment o Asignacin Lgica Nula en espaol (??=) es u...
03:41 pm GMT - Sat, March 5, 2022
Dev To Introducing Blogkit - A Unified Blog Engine
Blogkit is a unified blog engine. You can reach out on GitHub. MotivationMany people blogging on GitHub by using 11ty, Saber, Nextra, and etc. They are all great tools for blogging, with the powe...
03:35 pm GMT - Sat, March 5, 2022
Dev To How to implement protected routes in Next.js
One of the features that is neccessary in a single page application as it pertains to the authentication or its security is the ability to conditionally show some UI to the users based on their authen...
03:29 pm GMT - Sat, March 5, 2022
Dev To Code Smell 118 - Return False
Checking for a boolean condition to return a boolean value is awkwardTL;DR: Don't return explicit booleans. Most boolean usages are code smells. ProblemsDeclarativenessNinja CodeImplementative so...
03:23 pm GMT - Sat, March 5, 2022
Dev To Why 'use strict'; in Javascript?
Every concept in Javascript has too much information to keep in mind. Even "use strict;" as well. I can write lengthy article on it but I am a kind of guy usually ignore lengthy theoretical articles. ...
03:14 pm GMT - Sat, March 5, 2022
Dev To What's your favorite post on DEV? (by someone else!)
Cover image credits go to: Derick McKinney, GIF credits go to AlwaysBeColoring! I wanna hear from y'all about what your favorite all-time post on DEV is! Annnnd, please share a post written by someon...
03:02 pm GMT - Sat, March 5, 2022
Dev To How to Setup a PHP Development Environment on Ubuntu Using the Latest PHP, VS Code, Apache, PhpMyAdmin 5
Why PHP in 2022?I've recently picked up an interest in learning PHP because of how prevalent it still is in 2022. Although developers are moving away from it, 8 out 10 websites use PHP as their ...
02:32 pm GMT - Sat, March 5, 2022
Dev To Book a vacation with Amazon Lex Automated Chatbot Designer (Preview) - Conversational AI - Part 2
The rise of Conversational AIIndustries ranging from travel, startups, telecommmunications want to provide a unique customer experience, reach customers globally and provide customer support to...
12:44 pm GMT - Sat, March 5, 2022
Dev To Java for beginners: Installation of Java
How do you know that you have java installed? How do you install Java? How do you write, compile and run a java code?We will perform all these in this article which will be a continuation of our previ...
12:38 pm GMT - Sat, March 5, 2022
Dev To Building CLIs with React Ink
Yes, dear reader, you read that right! You can build beautiful CLIs with React using an awesome library called React Ink!The way this library works is best said summed up by the README of the repo:Ink...
12:28 pm GMT - Sat, March 5, 2022
Dev To Create Infinite scroll in React
ComponentsThere are mainly three components of infinite scroll. Fetching data from the paginated api, Maintaining the data state on the website and detecting user scroll. FetchingYou can d...
12:16 pm GMT - Sat, March 5, 2022
Dev To Ultimate ReactJS Resources For Web Developer
The best React.js courses, job boards, interview resources, templates, books, and libraries all in one place.React.js is the most popular front-end JavaScript library out right now. The problem is tha...
11:51 am GMT - Sat, March 5, 2022
Dev To Git Reflog
By the name git reflog - Manages reflog information. It keeps tracks of everything which you do locally. Lets understand the git reflog and git log git reflog keep tracks of everything you have d...
11:32 am GMT - Sat, March 5, 2022
Dev To Queue Implementation using java
Hello guys today I am going to show you the implementation of Queue in Java. I was reading the FreeCodeCamp tutorial of Queue and i find it very useful and Straight forward tutorial so , i am discussi...
11:18 am GMT - Sat, March 5, 2022
Dev To Docker in a Nutshell: A Powerful Platform for Containers
Docker has become a standard tool for software developers and system administrators. Its a neat way to quickly launch applications without impacting the rest of your system. You can spin up a new serv...
11:13 am GMT - Sat, March 5, 2022
Dev To Laravel 9 Interview Questions and Answers in 2022 (Part 1) - Codexashish
Laravel 9 Interview Questions and Answers in 2022 (Part #1)Laravel 9 Interview Questions and Answers in 2022 (Part #1) - CodexashishLaravel 9 Interview Questions and Answers in 2022 (Part #2) - ...
11:10 am GMT - Sat, March 5, 2022
Dev To How To Automate Your Smart Contracts Using Gelato
When it comes to smart contracts, most of people assume that they are already built with automation. Actually, smart contracts are not smart enough.The reason for this lack of automation lies in the E...
11:06 am GMT - Sat, March 5, 2022
Dev To Top 10 Programming Languages You Must Know In 2022 - Codexashish
TOP 10 PROGRAMMING LANGUAGES YOU MUST KNOW IN 2022Here is the list of the top 10 programming languages you must learn in 2022 for better growth.In this blog, we will discuss some of the most in-...
11:04 am GMT - Sat, March 5, 2022
Dev To MERN Auth - Signup & Login with Email (JWT) | React , Node, Express, MongoDB
What's Up Guys,Using React, Node.js, Express & MongoDB we gonna implement authentication. where user can signup and login to there account with email. we gonna implement authentication with json ...
11:02 am GMT - Sat, March 5, 2022
Dev To Java for Beginners: Introduction to Java
What is JAVA?Java is a high-level, third generation programming language, like C,C++, Perl, and many others. You can use Java to write computer applications that play games, store data etc. Comp...
10:59 am GMT - Sat, March 5, 2022
Dev To Uploading Images & Files To Firebase Storage In React JS | Node JS | MongoDB | Express
What's up Guys,In this video we gonna upload files(images, songs, etc) to the Firebase storage. We gonna retrieve the URL of file save it in MongoDB Database. We gonna use React to upload files on fro...
10:56 am GMT - Sat, March 5, 2022
Dev To How To Build A Todo App With React Next JS
What's up guys,Today we gonna build todo app with react js, next js and mongodb as our database. we gonna use next js web server for backend unlike express framework. we gonna cover what are crud oper...
10:55 am GMT - Sat, March 5, 2022
Dev To ES6 Concepts
Tell me about Es6 Or what ES6 features did you use?Ans: ES6 was released in June 2015, which was developed by Brendan Eich and that is the sixth edition of the language. Primarily, it was named ES6 w...
10:53 am GMT - Sat, March 5, 2022
Dev To Razorpay Payment Gateway Integration In Node JS & React JS | MERN Stack Tutorial
What's up Guys,Today we gonna learn how to integrate razorpay payment gateway in mern stack. Razorpay is widely used in indian companies to get payments. So in this video learn how to accept payments ...
09:32 am GMT - Sat, March 5, 2022
Dev To Basic JS Concepts
How does JavaScript work? or What is the JavaScript Event Loop?Ans: In JavaScript, the event loop is a process that waits for the Call Stack to be clear before pushing callbacks from the Task Queue ...
09:31 am GMT - Sat, March 5, 2022
Dev To Important Javascript functions you have to know to be a better developer
I everybody, today I am going to show examples of few important Javascript functions. DEEP COPYJavaScript allows you to deep copy an object by converting it into string and then back into object....
09:08 am GMT - Sat, March 5, 2022
Dev To 4 Best platform for android app development without coding
In the past, you must be an android app developer to make an application, which would almost certainly require weeks, months, or even years. As of now, in any case, there are different application bui...
08:56 am GMT - Sat, March 5, 2022
Dev To A Search Bar in Flutter without any External Package
The lack of a built-in search bar Widget, equivalent to a SearchView for Android, UISearchBar accessible when creating for iOS, or a SearchBar in React Native, was one challenge I recently faced while...
08:49 am GMT - Sat, March 5, 2022
Dev To How to connect Whatsapp with google sheets?
Table Of ContentsBackgroundProblemSolutionWhy?LimitationsConclusion BackgroundFew years ago I made a simple solution to my problem which was involving WhatsApp. you can read about it from t...
08:25 am GMT - Sat, March 5, 2022
Dev To Backtesting is A piece of Cake(signal backtester Guide)
some time is hard to back test your strategy with back test library i made easy . with 3 lines of code you can back test and see result of your strategy.https://github.com/xibalbas/signal_backtester/s...
08:17 am GMT - Sat, March 5, 2022
Dev To 2022 Powerful Work: An Ultra-Delicate Picture Preview Component
When I first came into the front-end industry, I had an idea, and that was to write a super cool image preview gallery.The component has been released an incomplete version a few years ago, and after ...
08:09 am GMT - Sat, March 5, 2022
Dev To The Intricate Art of Being Yourself
We don't observe how we grow up and a lot of events and interactions that form our future selves happen without us noticing them. I did not realise till I was in my late twenties that I'm not only con...
08:02 am GMT - Sat, March 5, 2022
Dev To How to increase productivity at work with a pretty Windows Terminal and smart Powerline tools
Windows Terminal is the latest software update for your boring and ugly looking command-line tools like cmd, powershell and WSL (Windows Subsystem for Linux) Top Features:Google Chrome like multi...
07:43 am GMT - Sat, March 5, 2022
Dev To Conversational AI Trends
AI Trends: The conversational AI industry continues to expand at an accelerated pace as a direct consequence of the current coronavirus epidemic.This led to an invention boom from self-learning AI to...
07:27 am GMT - Sat, March 5, 2022
Dev To Hola
Gracias a todos ...
07:08 am GMT - Sat, March 5, 2022
Dev To How to add Tailwind CSS 3 to a Hugo website in 2022?
I use Hugo for my personal website - https://www.unsungnovelty.org. At present I use Bulma CSS for it. But I am working on a redesign with Tailwind CSS. During my search, I found articles on how to ad...
07:03 am GMT - Sat, March 5, 2022
Dev To set up keyboard shortcut to open terminal in mac
I am currently using Monterey. These are actually simple steps to set up the shortcut. open AutomatorIt is under Applications > Other > Automator. Once open a new file, select Quick Action....
07:03 am GMT - Sat, March 5, 2022
Dev To Mac: set up keyboard shortcut to open terminal
I am currently using Monterey. These are actually simple steps to set up the shortcut. (NO coding required! yay! ) open AutomatorIt is under Applications > Other > Automator. Once open a ne...
07:01 am GMT - Sat, March 5, 2022
Dev To Keto Charge - Weight Loss Reviews, Ingredients, Price & Results?
Keto Charge Among typically the most popular ingredients to do this Fat Burner supplement in the is the green tea. Actually, this really should not be considered like a fat burner but is offering used...
06:56 am GMT - Sat, March 5, 2022
Dev To SwitchMap RxJS Operator
SwitchMap RxJS Operator...
06:39 am GMT - Sat, March 5, 2022
Dev To Adding a TOC in Astro
A big part of Markdown is that it's great to write articles and not worry about the markup quickly.But at the same time, that brings some limitations with it.Limitations like how we can add a table of...
06:37 am GMT - Sat, March 5, 2022
Dev To Dual Color Scrolling Text Effect with HTML CSS
YouTube TutorialSource Code Free Download...
06:35 am GMT - Sat, March 5, 2022
Dev To How to send messages to the Office 365 Company portal
This blog post shows you how to the Office 365 company portal. The steps for sending messages to Microsoft Intune are the same.Open the Office 365 admin center.In the nav bar click on "show all".Then ...
06:30 am GMT - Sat, March 5, 2022
Dev To Sonarlint - Mantenha seu cdigo limpo
Com o passar do tempo a complexidade do nosso cdigo tende a crescer e realizar refatoraes so sempre necessrias. Podemos estar to preocupados com resolver os problemas de negcios que deixamos passar pe...
06:29 am GMT - Sat, March 5, 2022
Dev To System Design Interview Question: Implementing a Scheduler
People say that every front-end developer must implement their own JS framework, and every EPAM developer must implement a scheduler.Let's assume we're developing a streaming platform (like Netflix) a...
06:07 am GMT - Sat, March 5, 2022
Dev To How to update(insert data fetched from API) multiple entry widgets of tkinter after X seconds ?
I am working on a currency dashboard project, in which I am showing the values of currencies (fetched from API) in entry widgets. And I want to update them after every 10 seconds, how can I do that ?`...
06:00 am GMT - Sat, March 5, 2022
Dev To CSS Common Concepts
What is Flex layout? Difference Flex and grid layout?Ans: Flex layout is a one-dimensional layout method for arranging items in rows or columns.Flexbox is designed for one-dimensional layout whereas g...
04:39 am GMT - Sat, March 5, 2022
Dev To 5 Must Know Websites for Web Developers
One of the crucial parts of being a programmer is finding the right resources and using them efficiently.Though using those resources is varies from person to person. But having knowledge is a must fo...
04:34 am GMT - Sat, March 5, 2022
Dev To How to design a logo with these awesome hovering effects?
Do you know?? How to design a logo like this? How to design a logo with these awesome hovering effects? This is how you can design your object using box-shadow. And on hovering, just you have to use ...
02:23 am GMT - Sat, March 5, 2022
Dev To A Simple Introduction To Java
In this session, we will discuss: Hello World Program In Java Comments Variables and Types and Primitive Operators Strings Datatype Get User Input Conclusion and Programming Projects Hello ...
01:55 am GMT - Sat, March 5, 2022
Dev To Day 23 of Studying LeetCode Solution until I Can Solve One on My Own: Problem155. Min Stack(Easy/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
01:33 am GMT - Sat, March 5, 2022
Dev To All about Interfaces using OOP in Typescript
Hi, Devs!When we are talking about OOP (Oriented Object Programming) one interesting and necessary topic is Interfaces. When to use? That's a design decision. How to manipulate? So, let's observ...
01:11 am GMT - Sat, March 5, 2022
Dev To Are there any good Swedish keymaps (with U.S. layout) for XFCE4?
I tried a default keymap that comes with localectl called sv-latin1, it changes the keyboard so much that the layout is impractical for me to use, since I'll just be fumbling around most of the time.W...
12:54 am GMT - Sat, March 5, 2022
Dev To Unlike your lousy ex, JS actually keeps its promises
Week 6 entry for my coding bootcamp diary: WEEK 6 DAY1Ooooof. Rough, rough morning. By our lunch break, I felt like I had gone 12 rounds with Iron Mike Tyson. I would like to give you a summa...
12:32 am GMT - Sat, March 5, 2022
Dev To Measuring program execution time in PowerShell
As I was nearing completion of implementing Ray Tracing in One Weekend in Go, I felt the need to measure the time it would take to render a scene.My day-to-day work is in CentOS, so I was tempted to t...
12:21 am GMT - Sat, March 5, 2022
Dev To O que eu diria para o meu EU de 10 (11) anosatrs
ndiceIntroduoFalhe rpido, falhe frequentementeFaa Freelance side projectsNo comeo no vise dinheiro, mas sim conhecimento.Experincia Mudanas Introduo Em Julho de 2010 comeei minha carreira c...
12:09 am GMT - Sat, March 5, 2022
Dev To A Tool to Visualize Definition of Tables in RDB
Link:https://github.com/maru44/schemanScheman is a tool to visualize definition of tables in RDB.Main purpose of this is accelerating working collaboration between engineers and non-engineers.You can ...
12:04 am GMT - Sat, March 5, 2022
Dev To TypeScript Design Tokens with Styled Components
Design tokens are an invaluable tool when building complex interfaces. They provide a foundation for component libraries and inform one-off and future component designs. One of the reasons I love Tail...
12:01 am GMT - Sat, March 5, 2022
Dev To How I REACTO to Algos: Tournament Winner
How I react to algosThis is the third article in a series aiming to familiarize you with REACTO as a method of solving any algorithm problem. Today we are working on an algo found on AlgoExpert ...
11:37 pm GMT - Fri, March 4, 2022
Dev To Kiqpo - Build web apps faster than ever
Kiqpo Build web apps faster than ever Quick start Kiqpo is Unsuitable for production as of now.Try and contribute | pre-alphaInstall kiqpoUsageContributionDocumentation About KiqpoBy maki...
11:32 pm GMT - Fri, March 4, 2022
Dev To Adding Klint to my Android apps
First of all, what is ktlint ?As it's documentation says: ktlint is an anti-bikeshedding Kotlin linter with built-in formatter. Basically, is a code analysis tool for Kotlin, maintain by Pinterest.I...
11:30 pm GMT - Fri, March 4, 2022
Dev To Java Quickies. Streams and Lambda expressions
IntroductionThis series is going to be dedicated to the basic understanding of Java. When ever I find myself asking, "How does this work ?". I will create a blog post and put it here. This serie...
11:28 pm GMT - Fri, March 4, 2022
Dev To How To Use GitHub For Project Collaboration Based on Agile Method
Hello Fellow CodeNewbies ,A few months ago, I had a great experience participating in a project collaboration program with The Collab Lab. I can't thank The Collab Lab enough for giving me the opportu...
11:17 pm GMT - Fri, March 4, 2022
Dev To Hi, Java developers: It's time to try Web3j for Ethereum
A highly modular and type-safe Java library for Ethereum BlockChain developmentHi Java Developers,Suppose you are comfortable with Java programming, and you are exactly right eager to know what ...
10:23 pm GMT - Fri, March 4, 2022
Dev To Add Kotlin/JS support to your KMM library
We have been working on a few projects that need to expose Kotlin code through Kotlin/JS as an external JS library. You can add JS as an output target of an existing KMM-focused module, but there are ...
10:05 pm GMT - Fri, March 4, 2022
Dev To Layering Up with CSS Cascade Layers
Where I live, the weather is finally starting to get warm enough for us to go out without needing to bundle up but, as it turns out, we cant be done with layers just yet! Recently, all three major br...
10:01 pm GMT - Fri, March 4, 2022
Dev To What are your go to Node.js resources?
Today, a friend asked in a Slack were a part of what Node.js resources did folks recommend? The Node.js docs and some egghead videos come to mind, but aside from that, I drew a blank. Im asking here f...
08:49 pm GMT - Fri, March 4, 2022
Dev To Modern Javascript for everyone: Mastering modern Javascript the right way.
Javascript is one of the popular programming languages in the world. It is used develop web apps, mobile apps, and server side programming. If you are aspiring to become a web developer you should pro...
08:43 pm GMT - Fri, March 4, 2022
Dev To Final Weekend of the Microsoft Azure Trial Hackathon!
The Microsoft Azure Trial Hackathon on DEV closes on Tuesday, March 8th, 2022 @ 11:59 PM UTC. Join in while you can!The Microsoft Azure Trial Hackathon on DEV ends in just a few days! By submitt...
08:16 pm GMT - Fri, March 4, 2022
Dev To Deploying Recommender Systems Algorithm to a Web App.
The web today revolves around content recommendation, from major platforms like Amazon where goods are recommended to you, to social media applications like Facebook where friends are recommended for ...
08:13 pm GMT - Fri, March 4, 2022
Dev To Creating a Culture of Engineering Productivity at Netflix
This article was written exclusively for Dev Interrupted by Kathryn KoehlerAt Netflix, we dont just think about productivity - we engineer it. Theres an entire team within Netflix dedicated to product...
07:48 pm GMT - Fri, March 4, 2022
Dev To Day 22 of Studying LeetCode Solution until I Can Solve One on My Own: Problem1041. Robot Bounded In Circle(Medium/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
07:10 pm GMT - Fri, March 4, 2022
Dev To MongoDB $weeklyUpdate (Mar 04, 2022): Offline-First Apps, Migrating Synced Realm Schemas, Using Map Data in SwiftUI App, & more!
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...
06:57 pm GMT - Fri, March 4, 2022
Dev To Terraform: Variable validation with samples
Terraform allows you to validate variable input in using validation blocks using custom condition and yielding a custom error_message. Below are some examples:Note: Please share your common validation...
05:57 pm GMT - Fri, March 4, 2022
Dev To [EN] SAM, Typescript and Sync Step functions
Serverless functions (or Lambdas in AWS-speak) are a great choice when your application load tends to be highly irregular, and you want to avoid provisioning virtual servers and setting up the full en...
05:21 pm GMT - Fri, March 4, 2022
Dev To Redux
Redux is an open-source JavaScript library used to managed State. Redux ArchitectureThe three main part is State, Action, and Reducers Redux declared State for defines and Store is a place where the ...
05:08 pm GMT - Fri, March 4, 2022
Dev To OpenBSD acme-client For Let's Encrypt Certificates
Summary OpenBSD's acme-clientacme-client is the default Automatic Certificate Management Environment (ACME) client on OpenBSD, installed at the same time when the OS is.To Configure acme-cl...
05:07 pm GMT - Fri, March 4, 2022
Dev To TypeScript
What is TypeScript?TypeScript is a strongly typed programming language that builds on JavaScript. It is a superset of JavaScript created by Microsoft. It is an updated version of JavaScript. TypeScrip...
05:05 pm GMT - Fri, March 4, 2022
Dev To What is RESTFUL API ?
RESTFUL api stand for representational state transfer is the name of the method used to communicate with the apis. as the name suggests, it is stateless. in other words, the services do not keep the s...
05:00 pm GMT - Fri, March 4, 2022
Dev To Python For Everyone: Mastering Python The Right Way
"The joy of coding Python should be in seeing short, concise, readable classes that express a lot of action in a small amount of clear code not in reams of trivial code that bores the reader to death...
04:51 pm GMT - Fri, March 4, 2022
Dev To Take a cue to supercharge your configurations
Do you have a love/hate relationship with YAML or JSON for configurations?Are your configurations getting messed up because of simple typos, or problems with white space, or confusion between strings ...
04:51 pm GMT - Fri, March 4, 2022
Dev To Hash and Hash table
HashA hash function takes data (like a string, or a files contents) and outputs a hash, a fixed-size string or number.For example, heres the MD5 hash (MD5 is a common hash function) for a file s...
04:49 pm GMT - Fri, March 4, 2022
Dev To VirtualBox 6 and OpenBSD 7.0: How to create a vm
SummaryThe post is about how to create a OpenBSD vm with Oracle VM VirtualBox briefly with some screenshots. Tutorial Create a new machineStart VirtualBox and click "New".Enter detail ...
04:41 pm GMT - Fri, March 4, 2022
Dev To Keyoxide proof
This is an OpenPGP proof that connects my OpenPGP key to this dev.to account. For details check out https://keyoxide.org/guides/openpgp-proofs[Verifying my OpenPGP key: openpgp4fpr:8FFF2DB22CEF80B01BE...
04:40 pm GMT - Fri, March 4, 2022
Dev To Improve CSS tips
Hello fellow readers, in this blog I will be sharing some tips to improve CSS.I have seen many developers struggling with CSS, and I know CSS can be a little intimidating. Learning about all the prope...
04:28 pm GMT - Fri, March 4, 2022
Dev To Compound Components and Layout Components in React
Hello!Writing resilient components with flexible composition is a bit tricky in React. In this post we will see the difference, how and when to use layout and compound components. Let's get started. ...
04:26 pm GMT - Fri, March 4, 2022
Dev To Day:37 Training at Ryaz : Mongoose-modeling relationship b/w connected data
Date:4/02/2022Day:FridayToday I started at about 10:30 am as I was finished with seventh module so, I started with eighth module as it was about mongoose: modeling relationships between connected data...
04:02 pm GMT - Fri, March 4, 2022
Dev To MDSveX: The bridge between Markdown and Svelte
A few days ago, I was looking around for tools to write my blog. I knew about MDX, but I wasn't really good at React and friends, which seemed to be the only frameworks supporting MDX painlessly (corr...
03:46 pm GMT - Fri, March 4, 2022
Dev To What are Web Vitals?
Web VitalsProposed by Google to measure the quality of user experince on web and improve web performance.Measured by the above three aspects of websiteLargest Contentful Paint (LCP): measures lo...
03:34 pm GMT - Fri, March 4, 2022
Dev To XRPL Grants Wave 3 Theme: Contributing to Open Source
Applications for Wave 3 are now open!The official theme for this wave is Contributing to Open Source. The Program aims to support the independent, open-source ecosystem development around the XR...
02:57 pm GMT - Fri, March 4, 2022
Dev To What is Routing and How to Implement Attribute Routing in ASP.NET MVC?
ASP.NET MVC routing is a model mapping system that is responsible for mapping incoming browser queries with specified MVC controller actions. When the ASP.NET MVC application is launched, the applicat...
02:56 pm GMT - Fri, March 4, 2022
Dev To 10 Trending projects on GitHub for web developers - 4th March 2022
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. react-typicalReact Animated typing in ~400 bytes of JavaScript. ...
02:54 pm GMT - Fri, March 4, 2022
Dev To 5 packages to level up your React code
Howdy Geeks! As a React developer, your work is to build high-quality JavaScript code. Programming is a difficult task. Indeed, you are expected to produce high-quality code while also ensuring ...
02:44 pm GMT - Fri, March 4, 2022
Dev To FLiP-Py-Pi-EnviroPlus
FLiP-Py-Pi-EnviroPlus. Apache Flink, Apache Pulsar, Apache Spark, Python, Raspberry Pi, Enviro+ sensors.Codeclient = pulsar.Client('pulsar://pulsar1:6650')producer = client.create_producer(topic...
02:33 pm GMT - Fri, March 4, 2022
Dev To Why you should ship your silly side projects
In December 2021, I took part in Netlify's Dusty Domains project, which encouraged developers to finally ship code to those unused domains they'd been saving for later. For each new site shipped, Netl...
02:10 pm GMT - Fri, March 4, 2022
Dev To Building a Kotlin Mobile App with the Salesforce SDK: Editing and Creating Data
Here in Part Two of our three-part series, we continue to build on the fundamentals of Android development with the Salesforce Mobile SDK. In Part One, we covered project setup and creating a layout t...
02:09 pm GMT - Fri, March 4, 2022
Dev To Level up your integration with SetupIntents
Stripe tries to make payments as easy as can be, but sometimes it can be a bit overwhelming with all the industry terms and APIs available to you. This Stripe Payment Fundamentals series is a blog whe...
01:54 pm GMT - Fri, March 4, 2022
Dev To What is GitLab Registry? | GitLab Pipeline | GitLab Tutorial For Beginners | Part VII
Learn what is GitLab registry, and the various registries in GitLab. Start FREE TestingIntegrate GitLab with LambdaTest: https://www.lambdatest.com/gitlab-integrationIn this part of GitLab Tutorial fo...
01:51 pm GMT - Fri, March 4, 2022
Dev To How To Migrate From Jenkins Pipeline To GitLab CI | GitLab Tutorial For Beginners | Part VI
Learn how to use GitLab CI features to convert Jenkins Pipeline into GitLab CI pipeline.Start FREE TestingIntegrate GitLab with LambdaTest: https://www.lambdatest.com/gitlab-integrationIn this part of...
01:49 pm GMT - Fri, March 4, 2022
Dev To What Is GitLab Pipeline? | How To Create GitLab Pipeline | GitLab Tutorial For Beginners | Part V
Learn how to perform CI/CD in GitLab and explore the important features for CI/CD that GitLab offers for expediting product testing and release phases. Start FREE TestingIntegrate GitLab with LambdaTe...
01:47 pm GMT - Fri, March 4, 2022
Dev To How To Use GitLab Flow In GitLab Project | GitLab Tutorial For Beginners | Part IV
Learn how to utilize the environmental branch variations to implement the GitLab Flow in the GitLab project.Start FREE TestingIntegrate GitLab with LambdaTest: https://www.lambdatest.com/gitlab-integr...
01:44 pm GMT - Fri, March 4, 2022
Dev To What Is GitLab Workflow | GitLab Flow | GitLab Tutorial For Beginners | Part III
In this video, well introduce you to two variants of GitLab Flow. One utilizes environmental branches, and the other utilizes release branches. Follow along to see how you can work faster with these v...
01:42 pm GMT - Fri, March 4, 2022
Dev To Introduction To GitLab Interface | GitLab Tutorial For Beginners | Part II
GitLab offers a feature-based system with a centralized, integrated platform for web developers. In addition, GitLab features help in project management, issue tracking, and free private repository ho...
01:39 pm GMT - Fri, March 4, 2022
Dev To Introduction to GitLab CI | What is GitLab CI | GitLab Tutorial For Beginners | Part I
GitLab is an open-source end-to-end DevOps platform that leverages the upstream concepts of Agile Methodologies, DevOps, and Continuous Delivery. Start FREE TestingIntegrate GitLab with LambdaTest: ht...
01:29 pm GMT - Fri, March 4, 2022
Dev To I can CSS a focused input, but what about its label?
Welcome to Stackazon, your one-stop shop for great solutions to tricky coding problems! Your search query, "How do I style a label when its input is focused?", has returned five results.Our ratings fo...
12:45 pm GMT - Fri, March 4, 2022
Dev To CSS Emmets: A guide for everyone
Emmet is known to be the most loved and indispensable feature of vscode, Today you'll know how you can use it to speed up your css workflow. Let's get started Unit ValuesYou can specify values fo...
12:41 pm GMT - Fri, March 4, 2022
Dev To Variables, Operators, Conditions | Beginner | Mysterious Topics of Js | 1
Hi folks I hope you all are doing great.I have started a series of blogs on some Mysterious JavaScript topics from beginner to expert level."Great things happen to those who don't stop believing, tryi...
12:40 pm GMT - Fri, March 4, 2022
Dev To How the cd command works in Linux
The cd command in linux stands for change directory, and is used to change directory when you have a terminal window open. It's used frequently, so it is useful to know.The syntax for the cd command l...
12:14 pm GMT - Fri, March 4, 2022
Dev To Find all files containing a string on Linux/Mac
Sometimes on linux/unix computers, you will want to do a search for any files containing a particular string within it. This can be particularly useful when searching for specific things for a CI/CD p...
11:45 am GMT - Fri, March 4, 2022
Dev To 10 JavaScript One-Liners That Will Help You Improve Your Productivity
There are over 10 million Javascript developers around the world and the numbers are increasing every day. Although JavaScript is more famous for its dynamic nature, it also has many other great featu...
11:18 am GMT - Fri, March 4, 2022
Dev To foundation programming course for beginer tutorial C
Hush kelibsiz! bo'lajak backend developer Siz bu post orqali C++ foundation kursida mavzulashtirilgan masala va algoritmlarga doir misollarga yechim topishingiz mumkin!O'zgaruvchilarShart o...
11:15 am GMT - Fri, March 4, 2022
Dev To How to Use Three.js And React to Render a 3D Model of Your Self
In this article, well cover how to render and configure 3D assets created in a 3D software program like Blender or Maya in a React project using react-three-fiber. By the end of this article, youll be...
11:10 am GMT - Fri, March 4, 2022
Dev To 30 free CRUD app templates to help speed up development
Hi Dev.to Since January, the team at Budibase has worked night and day to develop over 30 CRUD app templates. These templates are completely free and fully customizable.To checkout the templates, clic...
11:08 am GMT - Fri, March 4, 2022
Dev To 7 Simple (Optimization) Tips inC
What are the first things that come to mind when you think of C#? If you're like most people, the following phrases might pop into your head: object-oriented, portable code, and.NET Framework.But if y...
10:51 am GMT - Fri, March 4, 2022
Dev To Main Reasons Why Python is Recommended for Data Science
Python is easy to learn and its results are being achieved via few lines of codeIt is cross platform meaning that the same code can work in multiple environments without needing any change.It excecute...
10:34 am GMT - Fri, March 4, 2022
Dev To Fill 100 Game (Web) is now live
Some months ago I tried reproducing a small puzzle game I used to do when I was in school. How it worksThe game needs a 10x10 square, but you can choose any size. Every cell is filled with a numb...
10:16 am GMT - Fri, March 4, 2022
Dev To Serverless Framework AWS: automatically creating certificate and domain for your app
This is a guide showing how you can automatically create an SSL certificate on Amazon Certificate Manager (ACM) and configure a subdomain on Route 53 Hosted Zone using Serverless Framework with some w...
10:15 am GMT - Fri, March 4, 2022
Dev To What is Foreign Key in DBMS?
Before understanding the concept of foreign keys, lets understand what a key is. So, as we know, in a database, we store our data in the form of tables, in the form of rows and columns in a table. Wha...
10:08 am GMT - Fri, March 4, 2022
Dev To Power of Two, A Google Interview Question - TS Solution
In this lesson, we will try to check if the given number is a power of 2. We solve this by writing an efficient algorithm that takes an optimal amount of time. IntroductionLets do another challen...
10:06 am GMT - Fri, March 4, 2022
Dev To Notes on API Modelling
Notes where taken from the book Designing Great Web APIs By James HigginbothamThe goal of API modelling is to translate the product requirements into the beginnings of a high-level API design. API mo...
10:00 am GMT - Fri, March 4, 2022
Dev To Python Object-oriented Programming (OOP)
Sign up to my newsletter!. Why Object-oriented Programming (OOP)I'm sure you have in mind why object-oriented programming? Do I have to know object-oriented programming? There are such questions....
09:32 am GMT - Fri, March 4, 2022
Dev To Python for Everyone: Mastering Python the right way
Well, your path to become a python guru is on track. Here we shall discuss on how to master python the right way. THE BASICS!!The basics of any programming language are fundamental in mastering t...
09:14 am GMT - Fri, March 4, 2022
Dev To Laravel 8 - Accessors and Mutators (2 Steps)
Laravel Accessors and Mutators are custom, user defined methods. Accessors are used to format the attributes when you retrieve them from database. Whereas, Mutators are used to format the attributes b...
08:40 am GMT - Fri, March 4, 2022
Dev To Cope with Next.js
In the previous tutorial we learn about Next.js basics. Today we will learn about the core features of Next.js. The Evolution of Next.jsNext.js is a React framework for developing single-page Jav...
08:38 am GMT - Fri, March 4, 2022
Dev To Cloud Technology News of the Month: February 2022
February was a dynamic month in the cloud space, thats for sure.This series explores the most interesting cloud technology news, bringing you up to speed with the latest releases, acquisitions, resear...
08:12 am GMT - Fri, March 4, 2022
Dev To osmanip 3.0.0v: output stream tools like color and styles manipulators, progress bars and 2D terminal graphics
Hi everybody, I recently shared this tool with you some weeks ago. For people who don't know this is a library in which you can find and access a wide list of useful output stream tools, in particular...
06:35 am GMT - Fri, March 4, 2022
Dev To Laravel 8 - Scopes
Scoping is one of the superpowers that eloquent grants to developers when querying a model. Scopes allow developers to add constraints to queries for a given model.In simple terms laravel scope is jus...
06:35 am GMT - Fri, March 4, 2022
Dev To Laravel 8 - Scopes (3 Easy Steps)
Scoping is one of the superpowers that eloquent grants to developers when querying a model. Scopes allow developers to add constraints to queries for a given model.In simple terms laravel scope is jus...
06:20 am GMT - Fri, March 4, 2022
Dev To Debugging Teams App Locally with Teams Toolkit
In the previous post, I introduced some of the new features in Teams Toolkit v3 to empower enterprise Teams developers.In this article, I will show you the improved local debug experience in Toolkit a...
06:19 am GMT - Fri, March 4, 2022
Dev To How to use Camera Preview plugin in Ionic with Capacitor v3
In this article, we will be looking at how to make use of the Camera Preview Plugin in our ionic apps. This plugin doesn't cause your app to restart whenever the camera is launched unlike the Camera P...
06:11 am GMT - Fri, March 4, 2022
Dev To Pointer Go part 1
pointer Go part 1 func NewPointerString(s string) *string { p := new(string) *p = s return p} new pointer func NewPointerString(s string) *string { return &s} address s r...
05:46 am GMT - Fri, March 4, 2022
Dev To Best Time Tracking Tools
Tracking time the old-fashioned way, with a manager who sees what time you come and go from the office and how often you go for a break, is becoming increasingly problematic. World is rapidly moving t...
05:36 am GMT - Fri, March 4, 2022
Dev To CSS Box Decoration Break to the rescue
When I was working on redesigning this blog, I created this slick-looking header effect.I'll explain how to re-create this effect in a bit, and then we'll dive into a problem that almost had me remove...
05:19 am GMT - Fri, March 4, 2022
Dev To How to build an on demand platform similar to the Airtasker app?
To build a successful on demand service platform like the Airtasker app, there is a sequence that you must follow.Find the needs of peopleDevise an on demand business plan that would cater to the need...
05:12 am GMT - Fri, March 4, 2022
Dev To Day 21 of Studying LeetCode Solution until I Can Solve One on My Own: Problem387. First Unique Character in a String(Easy/JS)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
03:58 am GMT - Fri, March 4, 2022
Dev To Here we go!
Hey! Welcome to my blog! Not much to see here yet, but I intend for this to be my platform for journaling my formal journey into the Full-Stack development world with the Flatiron school.My name is Ni...
03:57 am GMT - Fri, March 4, 2022
Dev To Laravel 8 - Traits
Using traits is one of the best practices alongside OOP(Object-Oriented Programming) and [SOLID Principles] in PHP.(https://dev.to/dalelantowork/solid-principles-object-oriented-programming-in-php-3p3...
03:57 am GMT - Fri, March 4, 2022
Dev To Laravel 8 - Traits (3 Easy Steps)
Using traits is one of the best practices alongside OOP(Object-Oriented Programming) and [SOLID Principles] in PHP.(https://dev.to/dalelantowork/solid-principles-object-oriented-programming-in-php-3p3...
03:53 am GMT - Fri, March 4, 2022
Dev To Make Visual Studio Code Pretty
Save your eyes from cluttered editor. Make Visual Studio Code more pleasing to look at. This is similar to my "Make Sublime Text 3 Pretty" setup.The original looks okay. But, it looks cluttered. To ma...
03:48 am GMT - Fri, March 4, 2022
Dev To BEST CHROME EXTENSIONS FOR DEVELOPERS
1.GITHUNTGithunt is useful if you spend a lot of time on GitHub looking for new projects to work on. Rather than depending on GitHub's trending projects feed, this Chrome developer extension bri...
03:46 am GMT - Fri, March 4, 2022
Dev To GitHub NEW File Tree View in Pull Requests: a HUGE Productivity Boost
GitHub has finally introduced a feature everyone was asking for: the File Tree View in the Pull Request experience!It may seem like a small thing, but in fact this makes a huge difference to the produ...
01:45 am GMT - Fri, March 4, 2022
Dev To Azure Functions, Azure AD B2C and Python
Azure App Authentication (aka Eazy Auth) has been around for a while and it's a great turnkey solution for implementing authentication for your Azure Web Apps, APIs and Azure Functions.There are, as w...
01:32 am GMT - Fri, March 4, 2022
Dev To Build an Online Course with React
A great way to share your knowledge is with an online course. Rather than being stuck with the boring and inflexible lesson pages offered by the well-known course platforms, we can build our own so we...
01:12 am GMT - Fri, March 4, 2022
Dev To Modern eCommerce website with HTML CSS JS 2022
How to make modern ecommerce website using html css javascriptIn this video, I will show you how to create (mobile-first responsive) modern ecommcerce website.Live WebsiteGithub RepoHI I'm Sadee (webd...
12:48 am GMT - Fri, March 4, 2022
Dev To Voc sabe a diferena entre string[] e [string] no typescript?
Voc sabe a diferena entre os tipos string[] e [string] ?string[] um array de strings, podendo ser um array vazio, com uma string, duas ou quantas strings voc quiser.let a: string[] = [] // => okle...
12:42 am GMT - Fri, March 4, 2022
Dev To Setup a Custom URL Shortener in 2 Minutes With Serverless Cloud
Originally posted at ServerlessIts relatively easy to setup a url shortener these days, but most of what youll end up with is a generic short url that doesnt represent your brand (ie. bit.ly/abc), or ...
12:02 am GMT - Fri, March 4, 2022
Dev To Monitor Your Azure App Service with Application Map
DocumentationAzure Application MapAzure Application Insight - Net Core Image source: https://docs.microsoft.com/en-us/azure/azure-monitor/overview ExampleThe application map is generated fr...
11:21 pm GMT - Thu, March 3, 2022
Dev To Importance of DRY & KISS For Software Developer
In my previous blog post abstraction helpers in rails you might have seen the word DRY, you might have looked it up and might know what it means or not, but not worries Here I would do my best to give...
11:06 pm GMT - Thu, March 3, 2022
Dev To How to setup Next.js project with TypeScript, ESLint and Prettier
IntroductionHave you ever struggled what packages should be installed to set up a project? Should I install eslint-config-airbnb or eslint-config-airbnb-base? What is eslint-plugin-jsx-a11y? Is ...
10:38 pm GMT - Thu, March 3, 2022
Dev To 20 MORE Machine Learning Questions and Answer To Destroy Your Interview
IntroductionIn this article you will find essential machine learning interview questions that are geared towards beginners preparing for job or internship interviews. The questions in this article are...
10:32 pm GMT - Thu, March 3, 2022
Dev To How to create Dark Mode using only CSS
Dark Mode and dark interfaces are not a new thing as they have been a trend for many years. When Apple released a dark mode option with the iOS 13 update back in 2019, the trend took off.Using modern ...
09:53 pm GMT - Thu, March 3, 2022
Dev To Why is people so bad at css?
In many communities i have been, exists certain dislike towards writing css, people get frustrated, or tend to settle towards a certain technology or strategy because it is what certain author says, o...
09:08 pm GMT - Thu, March 3, 2022
Dev To 10 Youtube channels that help you to master CSS, HTML and JavaScript.
To be a web developer you need to have good skills in CSS, HTML and JavaScript. in this post, I will state 10 of the top YouTube channels that aid you to improve your web development skills.1- Easy T...
09:04 pm GMT - Thu, March 3, 2022
Dev To Does UX designers push forward minimalism
Are we confusing less is more with laziness in design research?Using templates and premade designs for web development and development in general agilizes the workflow and even if working with a desig...
08:32 pm GMT - Thu, March 3, 2022
Dev To How to overcome content chaos with Digital Asset Management
CloudCannon's collaborative CMS is proudly Git-powered (with Git LFS support), which is ideal for almost all the files that comprise a static site, but Git repositories arent always the best place for...
08:05 pm GMT - Thu, March 3, 2022
Dev To How To Make Side Navigation Menu Using HTML And CSS | Sidebar Menu Design
In this video, I have created a Side Navigation Bar in HTML CSS, and JavaScript. I hope you will like this Dashboard Sidebar Menu Design Source Code:HTML<!DOCTYPE html><html lang="en">...
07:27 pm GMT - Thu, March 3, 2022
Dev To Get data from URL in React | Get params from URL in react router dom v6
In this small video, I have explained how you can fetch data from URL parameters in your react project with the react package : react-router-dom v6...
07:14 pm GMT - Thu, March 3, 2022
Dev To I wrote a very small state manager (Vssm) in pure Javascript
Wanted to share my first serious package with you.I wrote a Very Small State Manager (Vssm) in pure Javascript. It has no dependencies, is plug-and-play and weighs <2Kb minified.NpmDocumentationSou...
07:11 pm GMT - Thu, March 3, 2022
Dev To Processo de certificao ISO/IEC 27001:2013 x V360
Voc j deve ter ouvido falar em empresas certificadas ou acreditadas nas melhores prticas de mercado, no mesmo? So as famosas empresas ISO Certified, certificadas em gesto da qualidade, ambiental, ent...
07:08 pm GMT - Thu, March 3, 2022
Dev To IoT - knowledge about MQTT
The lightweight messaging protocol for IoTPreviously We have already understand basic concept regarding the Internet of Things (IoT), including what IoT is, what technologies make IoT possible a...
07:05 pm GMT - Thu, March 3, 2022
Dev To SOME AWESOME FEATURES OF JAVASCRIPT ECMAScript 2016 (ES7)!
Javascript ES7 was a cake on top of the ES6 update. In my previous blog ES6 way of coding Javascript! , I discussed a few useful features that were added to JavaScript in order to make our lives easie...
06:39 pm GMT - Thu, March 3, 2022
Dev To Tune into the Season 7 Finale of DevNews!
Its not enough to have social impact with your technology you also have this huge responsibility to maintain your technology for the long-term.More on that in this week of the DevNews pod ...
06:34 pm GMT - Thu, March 3, 2022
Dev To A very simple GraphQL tutorial in Ruby
According to WikipediaGraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data.[2] GraphQL was developed internally by Facebook ...
06:16 pm GMT - Thu, March 3, 2022
Dev To Simple Plain Text Diagrams in HTML
Since GitHub started supporting mermaid in their markdown I wanted to take another look at how to implement it on my site, I think it has some very nice opportunities in teaching, documenting, and exp...
05:47 pm GMT - Thu, March 3, 2022
Dev To Meus primeiro passos no Elixir.
IntroduoAntes de comearmos importante trazer que esse artigo faz parte de uma srie de outros artigos, nos quais documentarei a minha experincia pessoal com Elixir e meus primeiros passos.Vim re...
05:44 pm GMT - Thu, March 3, 2022
Dev To IAM Credentials Rotation Automation with Step Functions
The best practices of using IAM credentials is to have them rotated frequently (eg. every 90 days, every 6 months). This is because if credentials are compromised, you can ensure that the existing cre...
05:36 pm GMT - Thu, March 3, 2022
Dev To 16 - Tools: Getting Started / Converting your web app to a PWA
Welcome to Day 16 of #30DaysOfPWA! New to the series? Three things you can do to catch up:Read the kickoff post below for context.Watch the GitHub Repository for updates.Bookmark #30DaysOfPWA Blog for...
05:12 pm GMT - Thu, March 3, 2022
Dev To We analyze the JHipster Community Survey on YouTube
Hi there,You probably did not miss our Community Survey and the results shared by Alina on this blog post.During my weekly "Compose with Anthony" Live stream session with the ModSquad on YouTube, I tr...
05:11 pm GMT - Thu, March 3, 2022
Dev To A Complete Guide to Javascript Types
All languages have different ways to store and present data, and they are usually split up into different types. Javascript also splits different data into different types, which, for example, lets us...
05:10 pm GMT - Thu, March 3, 2022
Dev To Python for everyone: Mastering python the right way
So today I'm going to be talking about how to master coding the right way using python. I bet it's going to interesting so sit back and relax. If you have read my previous post on getting started with...
04:52 pm GMT - Thu, March 3, 2022
Dev To Process & Thread Synchronisation
IntroductionLinux is a multitasking operating system, which means that many different processes can be running all while at the same time. This document will investigate how Linux manages proces...
04:50 pm GMT - Thu, March 3, 2022
Dev To Onboarding at Jobber is Fun?
Onboarding is a very common business experience. A room full of people sharing their values and trying to get you up to speed as soon as possible on the way they do work. It's nothing but slideshows, ...
04:42 pm GMT - Thu, March 3, 2022
Dev To Let's debug a node.js app using the built-in debugger!
It's about time we stop using console.log to debug things. While console.* are really powerful tools, it's a pain to maintain.Most of us can use our IDEs to debug code. But did you know that Node.js c...
04:21 pm GMT - Thu, March 3, 2022
Dev To A Custom date-picker in Svelte
I have this fairly small, but fully functional, custom date-picker UI control, which I've been porting between UI frameworks for quite a few years.I ported this example to Svelte about 3 years ago, an...
04:14 pm GMT - Thu, March 3, 2022
Dev To Typescript module, multiple exports, where do you begin?
I'm building a Typescript library. It's going contain several related packages - I want them under a single source-control, but I want them published as packages you can install individually, because ...
04:10 pm GMT - Thu, March 3, 2022
Dev To Getting Started with Docker
Weve all heard the dreaded words, But it works on my machine. Whether simple or complex, dependencies are an integral component of any development environment.A slightly different version or installat...
03:29 pm GMT - Thu, March 3, 2022
Dev To A Gentle Introduction to SAML Authentication
Implementing SSO with the power of XMLIn the previous post in this series we covered Single Sign-On, what it is, and what it means for web services. This time, were taking a deep technical dive ...
03:10 pm GMT - Thu, March 3, 2022
Dev To The Code Blue App
TheCodeBlueApp A Code Blue, When Every Second Counts thecodeblueapp.com What is The Code Blue App?The Code Blue App is a tool made for hospital staff to use during a code blue. Th...
02:53 pm GMT - Thu, March 3, 2022
Dev To 15 Tailwind CSS admin dashboard templates, both free and paid
This post was originally posted on Red Pixel Themes.Note: Some of these links are affiliate links, which means we get compensated in some way if you buy through them. Free templates Cleopatr...
02:40 pm GMT - Thu, March 3, 2022
Dev To 4 mistakes people do when they write alt text
If you've added any image to a website, I'm pretty sure you've been pestered by your UI framework, or your mentor, to add an alt text. And it makes sense. The alt text you do something that a computer...
02:21 pm GMT - Thu, March 3, 2022
Dev To How To Make Side Navigation Menu Using HTML And CSS | Sidebar Menu Design
In this video, I have created a Side Navigation Bar in HTML CSS, and JavaScript. I hope you will like this Dashboard Sidebar Menu Design...
02:14 pm GMT - Thu, March 3, 2022
Dev To Extremely useful Chrome extensions for developers 2022
Hi, in this new post i'll show you 5 extremely useful chrome extensions 2022.Remember to read my latest article about Extensions recommended by seniors (VScode) 2022Project NapthaHighlight, copy, edit...
01:58 pm GMT - Thu, March 3, 2022
Dev To TOP 7 FREE SHOPIFY THEMES FOR E-COMMERCE SITES
Shopify is a popular eCommerce platform . Currently, it powers more than 600,000 online stores all over the world. Although there are many Shopify templates on the market, its not that easy to find fr...
01:14 pm GMT - Thu, March 3, 2022
Dev To How I Found the Best Posting Times on dev.to With NodeJS( Usable Code)
One thing that bothers a lot of creators(including me) is, well, what if I post at the wrong time? What if I post and my post will get barely any traction and all my effort will go to waste? But not t...
01:12 pm GMT - Thu, March 3, 2022
Dev To React Portfolio Website Tutorial From Scratch - Build & Deploy React JS Portfolio Website
Hi there,I wanted to build a portfolio which is different and unique with design and little bit animations.For this project I have used these libraries, React JS Framer-motion for Cool transitions and...
12:54 pm GMT - Thu, March 3, 2022
Dev To Self-hosted newsletter tech stack for $0-7/mo
A few months ago, I decided to pull the trigger and start a newsletter; I found trends.vc to be a fantastic source of information for general business-related trends. I still keep on waiting for new n...
12:44 pm GMT - Thu, March 3, 2022
Dev To 4 Tips I Wish I Knew 10 Years Ago
Hey, fellow developers!What advice would you give to yourself if you could travel back in time? What if you could leverage your acquired experience? What are the top pieces of advice you would give to...
12:32 pm GMT - Thu, March 3, 2022
Dev To How to internationalize a Remix application (Part 2)
In the previous blog post we learned on a simple way how we can instrumented our Remix app to be ready for localization by using remix-i18next.In this blog post we will try to unleash the full power o...
12:17 pm GMT - Thu, March 3, 2022
Dev To Africa's Impressive Reception to Blockchain Technology
With the onset of blockchain technology and the rapid developments, Africa too has been a pioneer in many fronts from cryptocurrency, healthcare, housing, media and more! Blockchain is set to revolut...
11:37 am GMT - Thu, March 3, 2022
Dev To Dative.JS Tutorial
IntroductionDativeJs Is A Mordern Ui Javascript FrameWork How Do I Use Dative.Js FirstScaffold A Project$ npx degit dativeJs/template my-app# Install All The Dependencies$ npm iThat Co...
11:32 am GMT - Thu, March 3, 2022
Dev To Introduction To python (comments, variables, data types and numbers.)
Python is one of the most widely used programming languages. Guido van Rossum created it, and it was released in 1991. It's used for server-side web development, software development, mathematics, and...
11:01 am GMT - Thu, March 3, 2022
Dev To Detecting, Investigating and Verifying Fixes for Security Incidents and Zero Day Issues Using Lightrun
Important: You can use Lightrun for free on your servers.Im not a security expert. Id like to think of myself as a security conscious developer, but this is a vast subject with depth and breadth. What...
10:56 am GMT - Thu, March 3, 2022
Dev To CSS Layers Tutorial: Real CSS Encapsulation
CSS Layers have just landed in Google Chrome 99 - in this guide, let's take a look at how they work, and how you can use them.CSS Layers are a way for us to segregate and separate out our CSS into log...
10:38 am GMT - Thu, March 3, 2022
Dev To Check if the kth Bit is Set/Unset, A FAANG Interview Questions - C
In this article, we try to find a bit in the binary representation of a number at the kth position and check if it is set/un-set. IntroductionIn this question, input a number and check if the kth...
09:55 am GMT - Thu, March 3, 2022
Dev To How to handle both API and Basic authentication in Laravel
While building your app in Laravel PHP Framework, you have multiple ways of protecting your API routes with various auth guards or Basic auth. Would it be nice to support both API guard and Basic auth...
09:43 am GMT - Thu, March 3, 2022
Dev To How to perform debouncing in Reactjs?
Debouncing in Javascript is an effective method for enhancing browser performance. It is time-consuming computations so that they could invoke or degrade frequently. The programming practice Debouncin...
09:40 am GMT - Thu, March 3, 2022
Dev To Elegant WebApp Template using Flask Bootstrap PythonAnywhere
hrishikeshrt / flask-bootstrap-anywhere Quickly set up a web-based application using Flask styled with Bootstrap and deploy on PythonAnywhere...
09:37 am GMT - Thu, March 3, 2022
Dev To Trello And The Rise of Digital Kanban Boards For Collaborative Task Lists and Project Management
Founded in 2014 as part of Fog Creek Software, Trello gained traction thanks to its unique take on Kanban boards. After years of steady growth and the acquisition by Atlassian in 2017, it's still a po...
09:37 am GMT - Thu, March 3, 2022
Dev To Python for everyone: "Mastering Python The Right Way
Python is a language that anyone can learn regardless of which area of technology they wish to work in. whether a web developer, data scientist, game developer or machine learning engineer python serv...
09:36 am GMT - Thu, March 3, 2022
Dev To Cypress Data-picker handling problem
Hi,I have a problem with datapicker handling. I'm working on E2E script for e-commerce webapp (Angular) and i have problem with filing date inputs.This is how it looks, (as you can see only the light ...
09:30 am GMT - Thu, March 3, 2022
Dev To Too Many Meetings? Slay The Dragon And Rescue Your Productivity!
Before you ask: Yes, 2022 is another year of "too many meetings." That means a high caffeine intake, low team engagement, and not enough time for meaningful work. The good news is, you can cut back on...
09:30 am GMT - Thu, March 3, 2022
Dev To Airport Security System Market Size, Analysis, Research, and Overall Study Report
Market HighlightsAirport security consists of access control, cybersecurity, perimeter security, scanning systems, and others. These are the systems used to safeguard passengers from malevolent activi...
09:30 am GMT - Thu, March 3, 2022
Dev To Wordle CLI
hrishikeshrt / python-wordle Wordle in Python -- Game, Solver and Helper! Play Wordle on the terminal. Optionally, let WordleSolver play it o...
09:29 am GMT - Thu, March 3, 2022
Dev To Health Mate - Collect body parameters with speech
Overview of My SubmissionMy submission to this app is a client app that uses Azure Cognitive services to provide a natural language interface to collect various health parameters.I created this ...
09:28 am GMT - Thu, March 3, 2022
Dev To The History of Basecamp And 37signals Software: The Complex Story Behind The All-in-One App Built for Startups
The history of Basecamp, an internal tool turned into a fully-fledged project management app, is the stuff of legend. In today's article, we take an in-depth look at the origins of 37signals, Basecamp...
09:24 am GMT - Thu, March 3, 2022
Dev To Make a Soap call in React js by a webservice
I am doing an application on react where i need to receive some data coming from webservice. I already have the sample of soap request and response, and i already had done some request by the postman ...
09:22 am GMT - Thu, March 3, 2022
Dev To PyCDSL - Python Interface to Cologne Digital Sanskrit Lexicon (CDSL)
hrishikeshrt / PyCDSL Python Interface to Cologne Digital Sanskrit Lexicon (CDSL) PyCDSLPyCDSL is a python interface to Cologne Di...
07:54 am GMT - Thu, March 3, 2022
Dev To Day 20 of Studying LeetCode Solution until I Can Solve One on My Own: Problem724. Find Pivot Index(Easy/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech companies now. And one ...
07:33 am GMT - Thu, March 3, 2022
Dev To Creating a PWA with Remix
Welcome to this week's article post, peeps. This week, we would be creating a small PWA app with Remix and remix-pwa. In the last article in this series, we talked about PWA in Remix a little bit and ...
07:07 am GMT - Thu, March 3, 2022
Dev To AWS CDK 101
AWS CDK is a new SDK from AWS with the sole purpose of making it fun and easy to define cloud infrastructure in your favourite programming language and deploy it using AWS CloudFormation.In this artic...
06:56 am GMT - Thu, March 3, 2022
Dev To Book Notes - Soft Skills
CareerThe biggest mistake you can make is to believe you are working for somebody else.When you start to think of yourself as a buisiness you start to make good buisiness decisions.Buisinesses a...
06:32 am GMT - Thu, March 3, 2022
Dev To JavaScript Libraries For Creating Awesome Carousels
Creating your own carousels from scratch may take longer time, and to make things easier I like to share some of the libraries that you can use to create your own cool Carousels. 1. Swiper.jsSwip...
05:45 am GMT - Thu, March 3, 2022
Dev To NextJS and TypeScript
You may already know this, but Next.JS comes with TypeScript support out of the box for those who don't!Which is amazing!We can leverage all the TypeScript wonders in our Next.js application.This arti...
05:38 am GMT - Thu, March 3, 2022
Dev To MDN New Design with new contents
So, this year MDN Web Doc revamps there website designs and contents.Here you can see MDN Web DocsAlso find the Reference link at the bottom of this article.Lets quickly go through what's new there:Br...
05:26 am GMT - Thu, March 3, 2022
Dev To The Ultimate Guide to Preparing for a Job Interview
Going through tough times and looking for a job? I understand your pain! Getting a job is not always easy. There are many things to consider before you make the final decision. Heres what you need to ...
05:16 am GMT - Thu, March 3, 2022
Dev To Exercise: Slices A Tour of Go
A Tour of Go Slice Exercise Run > https://go.dev/tour/moretypes/18 package mainimport "golang.org/x/tour/pic"func Pic(dx, dy int) [][]uint8 {}func main() { pic.Show(Pic)} pic.Show(Pic...
03:06 am GMT - Thu, March 3, 2022
Dev To Tabs vs Spaces: I have been disillusioned
I have been steering away from any tabs/spaces article or conversation, for I considered this subject to be too trivial to debate on. I have been a stickler for 2 spaces since a while, and I don't car...
02:55 am GMT - Thu, March 3, 2022
Dev To How to Deal With Errors and bugs as a Developer
IntroductionErrors and bugs can be agreed upon as one of the essential parts of software development. Every software developer encounters countless difficulties in their life. According to Overo...
02:26 am GMT - Thu, March 3, 2022
Dev To This Script is Only Useful to Me (Probably)
I have a podcast with a friend and we were interested in uploading our episodes in full to YouTube. Unfortunately, he doesn't know how to video edit and I'm busy with my job, streaming, the podcast, a...
02:20 am GMT - Thu, March 3, 2022
Dev To When did you really start learning to become a "software engineer"?
As beginners, we started with a certain programming language. We learned that language' features, and maybe moved on to basic concepts like data structure, algorithms afterward. At that point, we beca...
01:30 am GMT - Thu, March 3, 2022
Dev To GFS-Moo : Moodle, GlusterFS, LAMP on Cloud
DAY 17 - GFS-Moo - Script For Moodle, GlusterFS, LAMP on Cloud- Day Seventeen100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.to Do you want to create a scalable E-learing ...
01:13 am GMT - Thu, March 3, 2022
Dev To web3.js vs ethers.js: a Comparison of Web3 Libraries
Both web3.js and ethers.js are JavaScript libraries that enable frontend apps to interact with the Ethereum blockchain, including smart contracts. If you're building an app that reads or writes to the...
01:01 am GMT - Thu, March 3, 2022
Dev To 100 das de cdigo: 79, termine mi prueba de next.js
Hey hey hey!He terminado con el tutorial de Next.js. Justo como comente en el blog pasado se siente como una herramienta muy poderosa sobre todo para crear software profesional.Esta es la pagina que c...
12:01 am GMT - Thu, March 3, 2022
Dev To The Scrum Ceremonies Used by Agile Teams
Learn how the scrum ceremonies help agile teams plan, work, and communicate efficiently. In the last few years, a large number of organizations have implemented agile successfully, irrespective of the...
11:54 pm GMT - Wed, March 2, 2022
Dev To Feature Engineering - Min/Max Aggregate
TLDRIn this lesson, well learn about the aggregate functions min() and max(), and see how theyre helpful in analyzing and understanding the data. GlossaryData AggregationWhy is it necessary...
11:43 pm GMT - Wed, March 2, 2022
Dev To Listen to the S8E4 of DevDiscuss: "How You Can Be Successful Breaking Into Tech Mid-Career"
In this week's episode of DevDiscuss, we talk about why there is no age limit when it comes to being a developer. S8:E4 - How You Can Be Successful Breaking Into Tech Mid-Career ...
10:59 pm GMT - Wed, March 2, 2022
Dev To What If You Don't Want To Be a Developer Anymore? w/ CTO Connection's Peter Bell
Dev Interrupted has a new podcast page on Dev.to! Have a listen over here!It used to be that in order to make your parents proud you had to go into management. Then along came the self-contained IC ca...
10:57 pm GMT - Wed, March 2, 2022
Dev To Welcome Thread - v166
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...
10:37 pm GMT - Wed, March 2, 2022
Dev To What is Tailwind? And how to set it up properly.
I've been using Tailwind for CSS in my projects lately. At first glance, Tailwind looks pretty ugly and hard to decipher. Just look at this. It sure is ugly-looking but it works well! Drawing inspirat...
09:39 pm GMT - Wed, March 2, 2022
Dev To Should you document your code?
Time and again, the old "well-written code does not need documentation" rears its ugly head in software circles. Like all the other silver bullets and magical thinking solutions, it ignores context an...
08:59 pm GMT - Wed, March 2, 2022
Dev To All about my Outreachy journey -- Wrap Up
I still find it hard to believe that my Internship is almost over. It is really true that time flies when you are doing what you really love. The three past months have been a life changing experience...
08:59 pm GMT - Wed, March 2, 2022
Dev To Creating a Fully-Functional Next.js SaaS Application in five minutes
Creating a Fully-Functional Next.js SaaS Application in five minutesCreating a fully-functional SaaS web application is challenge and the cost of maintaining and upholding one can range from a f...
08:53 pm GMT - Wed, March 2, 2022
Dev To Why should you learn Rust?
First of all if you think I'm talking about "crypto" here then this is not the place. I'm not a "crypto guy" and Rust is not made for blockchain stuff. FastDo you program in Python? Maybe JavaScr...
08:47 pm GMT - Wed, March 2, 2022
Dev To Cost Optimization Best Practices - AWS Well-Architected Framework Study Guide
Return to Well-Architected Framework GuidePractice Cloud Financial ManagementImplement organizational wide knowledge building, programs, resources, and processesAlign your organization to an agreed se...
08:47 pm GMT - Wed, March 2, 2022
Dev To How to create a Google Action for Google Assistant (Home)
Hey, people!A few weeks ago, I've created an Alexa Skill that provides information about an VR MMORPG called Zenith. Markkop / essence-helper-alexa-skill ...
08:41 pm GMT - Wed, March 2, 2022
Dev To Backend and Real-Time Database For React JS
Backendless offers a simple way to connect frontend components to backend services through our SDKs. With the SDK for JavaScript, developers can get all of the benefits of a Codeless backend and datab...
08:31 pm GMT - Wed, March 2, 2022
Dev To Top Ten Free Hugo Themes for 2022
Building websites with Hugo has a broad appeal to many developers and digital agencies, not least among them the raw speed of the static site generator when it comes to build times and deployment. But...
07:58 pm GMT - Wed, March 2, 2022
Dev To Python for everyone: Mastering Python The Right Way
Python is one of the most popular programming languages and has been widely adopted even by beginners in programming. However, mastering this language the right way is not an easy feat. I will share s...
07:58 pm GMT - Wed, March 2, 2022
Dev To Video Tutorial CapRover
Get $100 credits free to test Digital Ocean ServicesSee also the full post talking about caprover: The best free alternative to Heroku Alexandre Freire Feb 13 3 min...
07:55 pm GMT - Wed, March 2, 2022
Dev To Var, Let and Const Explained
Do you know the differences between var let and const? If not, this article is made foryou. VarVariables declared with var will be available in the parent scope unless it is declared inside a fun...
07:51 pm GMT - Wed, March 2, 2022
Dev To Migrating a legacy application from MongoDB to HarperDB
A few weeks ago I gave a talk at the HarperDB channel about how we can migrate a legacy application from MongoDB to HarperDB. If you didn't see it, you can watch it here:This post will be a written tu...
07:44 pm GMT - Wed, March 2, 2022
Dev To How is Artificial Intelligence (AI) being used to predict fashion trends?
TLDRAI has the capability to identify city-specific fashion trends. This tech could be deployed with a ranking model to give fashion brands insight on how to best serve their customers. Out...
07:30 pm GMT - Wed, March 2, 2022
Dev To 15 Useful Lodash Methods for Everyday Coding
Lodash is one of the most popular open-source JavaScript libraries. It implements a lot of functional programming helpers that make everyday coding easier. It's something I use often in my own develop...
07:17 pm GMT - Wed, March 2, 2022
Dev To Is your Favorite Programming Language making Climate Change worse?
In this video I take a closer look at the research paper: Rui Pereira et. al. "Energy efficiency Across Programming Languages: How do Energy, Time, and Memory Relate?" and try to answer the question w...
07:16 pm GMT - Wed, March 2, 2022
Dev To WewoChro.news
I want to add the shapeshifter to my webpage and develop it as I build my newspaper. I have my Header, clock and Dateline down. Next I start collumns, but I want to put the shapeshifter at the top of ...
07:15 pm GMT - Wed, March 2, 2022
Dev To Democratize Single Sign-On for B2B SaaS Vendors
If youre a SaaS vendor, you want to make it easy for your enterprise customers to log into the system and access services. However, the rise of Single Sign-On (SSO) has introduced a new challenge to t...
07:13 pm GMT - Wed, March 2, 2022
Dev To Build a Quote Generator with JavaScript: Your first API project
If youve never worked with an API (Application Programming Interface) before, WELCOME! I assure you that this is going to be an excellent first time! The purpose of this tutorial is simple: to allow y...
07:12 pm GMT - Wed, March 2, 2022
Dev To The Treacherous Road to Employment!
The twists and turns we all experience while looking for that new gig. Let alone a new career, it can be overwhelming.Currently, I'm attempting my third shot at finding an open door into the programmi...
07:07 pm GMT - Wed, March 2, 2022
Dev To MERN Stack
Just i start MERN Stack.So i want to do some very small projects.Can you suggests me .What should i built mern app for beginning Thanks...
07:07 pm GMT - Wed, March 2, 2022
Dev To Short Note On Object Oriented Programming
What is OBJECT-ORIENTED PROGRAMMING?Object-oriented programming is a programming paradigm built on the concept of objects.In Other Words, it is an approach to problem-solving where all computati...
07:06 pm GMT - Wed, March 2, 2022
Dev To A Beginners Guide To Postman File Uploads
Postman is a REST client tool for testing and deploying API services in a controlled workspace. Postman simplifies collaboration at each step of the API lifecycle, to help you manage an API repository...
07:03 pm GMT - Wed, March 2, 2022
Dev To Pm2 Node Process Manager
Good day, developers!Today, we'll look at the node process manager, its visually appealing interface, and its basic syntax. pm2 is a production process manager for Node.js applications with a built-in...
07:02 pm GMT - Wed, March 2, 2022
Dev To Wireframes.
The wireframe is a blueprint that helps you design the structure of the application or website that you are trying to build. They are also known as wires, mockups or mocks. Wireframes play a crucial r...
06:49 pm GMT - Wed, March 2, 2022
Dev To Golang: version your module
Quote the "Learning Golang" book:Go supports two ways for creating the different import paths:Create a subdirectory within your module named vN, where N is the major ver sion of your module. For examp...
05:55 pm GMT - Wed, March 2, 2022
Dev To Nucleoid: Low-code Framework for Node.js
What is Nucleoid?Nucleoid is open source (Apache 2.0), a low-code framework for Node.js. As writing just like any other codes in Node.js, it rerenders the very same JavaScript codes and makes th...
05:33 pm GMT - Wed, March 2, 2022
Dev To Open Source : Not Just for Developers
What is the first thing that comes to your mind when you hear about open source? Let me guess, code?If I guessed correctly, are you someone who wants to get started but is intimidated by a large code-...
05:32 pm GMT - Wed, March 2, 2022
Dev To VSCode on Android (you don't need to install anything)
Since my baby girl was born I don't have the time to use my computer because I'm taking care of her and I only have a short period of free time during the day. So I needed to use my Android smartphone...
05:07 pm GMT - Wed, March 2, 2022
Dev To An Open Source DevOps Toolchain Manager
Hey Dev.to Family! Forgive my shameless promotion, but I'm proud of my teammates and want to share, and hoping you'll help! *Quick demo video at the bottom of the post!*DevStream, is an open source De...
05:02 pm GMT - Wed, March 2, 2022
Dev To Building Custom Cloud Functions using NodeJS with Appwrite!
As mentioned in the 0.13 release announcement, functions in Appwrite have gotten much better and faster! Asynchronous and synchronous functions, faster runtimes, and automated dependency management ar...
04:22 pm GMT - Wed, March 2, 2022
Dev To Anatomy of a txtai index
This article is part of a tutorial series on txtai, an AI-powered semantic search platform.txtai executes machine-learning workflows to transform data and build AI-powered semantic search applications...
04:20 pm GMT - Wed, March 2, 2022
Dev To Bash mktemp
There is GNU coreutils command called mktemp that is super handy in shell scripts to make temporary landing spots for files so that they never clash with another instance, and will automatically get c...
04:06 pm GMT - Wed, March 2, 2022
Dev To How to use v-for in Vue
Often times when we are creating application, the data we use determines what we show to the user. For example, in a to-do application, we may have multiple to-do list items. In Vue, it is easy to dis...
04:05 pm GMT - Wed, March 2, 2022
Dev To Message Encryption-Decryption using Python
Message Encryption-DecryptionEncryption is the process that transforms the text or information to the unrecognizable form and decryption is the process to convert the encrypted message into orig...
04:03 pm GMT - Wed, March 2, 2022
Dev To Web3, TypeScript, New Frameworks, and More!
What is HTML All The ThingsHTML All The Things is a web development podcast and discord community which was started by Matt and Mike, developers based in Ontario, Canada. The podcast speaks to w...
03:47 pm GMT - Wed, March 2, 2022
Dev To Why You Should Use Low Code Tools to Build Your SaaS
I wanted to dig into some common criticisms against using low code for SaaS. Why low-code and not no-code?No-code tools are great for many things, and I use Webflow for the frontend of my website...
03:46 pm GMT - Wed, March 2, 2022
Dev To TypeScript and the ReadOnly option
When it comes to TypeScript, there is yet another modifier we haven't touched. This is readonly, which can be used to make fields read-only.Meaning we are not allowed to change them after they initial...
03:02 pm GMT - Wed, March 2, 2022
Dev To Building a responsive dashboard with Base Web and React
Written by Emmanuel YusufCreating dashboards can be difficult for developers, especially when they must be responsive on all devices. To make dashboards easier to implement, many devs use predefined c...
02:56 pm GMT - Wed, March 2, 2022
Dev To Differences Between Web 2.0 and Web 3.0
Brief IntroductionPrior to the advent of web 3.0, I have never heard of the terminology web 2.0 even though I have been a user of it until I began to follow the world of blockchain. I made my re...
02:36 pm GMT - Wed, March 2, 2022
Dev To Understand Functional Programming basics by (re)writing FizzBuzz
Functional programming is a way of thinking about programs by composing pure functions. It tries to avoid shared state, mutability, and side effects. This makes the code easier to reason about and eas...
02:27 pm GMT - Wed, March 2, 2022
Dev To An Overview of Visual Techniques for Exploratory Data Analysis in Python
Before we can carry out our Data Science project, we must first try to understand the data and ask ourselves some questions. Exploratory Data Analysis (EDA) is the preliminary phase of a Data Science ...
02:27 pm GMT - Wed, March 2, 2022
Dev To How to use minitest/mock to mock any instance
stub_any_instance is a very helpful utility in common mocking frameworks. minitest/mock does not provide this but its very simple to provide a similar effect.Mocking/Stubbing arbitrary instances of cl...
02:27 pm GMT - Wed, March 2, 2022
Dev To How to run rails tests in Visual Studio Code
Visual Studio is great. It's very slim and quite fast, at least when updated to the M1 version.The testing support for rails seems to be quite outdated. There is a plugin Ruby Test Explorer but it loo...
02:25 pm GMT - Wed, March 2, 2022
Dev To Build and host your company blog on Replit with Nix and Hugo
In this tutorial, we will detail how you can use Replit to write and publish a blog or website. This can be a solo endeavour or a group or company blog. We'll build on the versatile Nix repl, using a ...
01:23 pm GMT - Wed, March 2, 2022
Dev To Dependency Injection in JavaScript: Write Testable Code Easily
I struggled with two aspects of software development as a junior engineer: structuring large codebases and writing testable code. Test-driven development is such a common technique that is often taken...
12:37 pm GMT - Wed, March 2, 2022
Dev To MDN has changed its design. What do you think?
What your feeling about the new design of MDN ?https://developer.mozilla.org__Other links on this change: A new year, a new MDN...
12:23 pm GMT - Wed, March 2, 2022
Dev To Making an accessible Breadcrumb Navigation using TailwindCSS and NextJS
Breadcrumb Navigations are starting to appear in many applications nowadays, mostly in dashboards. Today we are going to look at building a Breadcrumb navigation that is accessible and styled with Tai...
12:04 pm GMT - Wed, March 2, 2022
Dev To Why "It doesn't work" should be a banned sentence.
The problemEvery day, I heard someone on some Discord, Slack, StackOverflow or even on some Jira tickets saying:"I'm trying to do X and it doesn't work".And if you recognize yourself in this sen...
12:03 pm GMT - Wed, March 2, 2022
Dev To Material Design Color Palette Generator
Creating beautiful, consistent color palettes is hard. You have to find the right colors and make sure they all look good together. It can be tough to create a cohesive color palette that looks great ...
11:38 am GMT - Wed, March 2, 2022
Dev To Automated image optimization
Manual tools like photoshop or online websites provide some level of compression. But to fully optimize images for web performance, you need to run them a dedicated tool to this purpose.There are many...
11:24 am GMT - Wed, March 2, 2022
Dev To WEB 2.0 & WEB 3.0 - Overview
Overview of Web 2.0 and Web 3.0The internet has seen a great deal of evolution since it was created in 1990 by Tim Berners-Lee. It has gone from Web 1.0 to Web 2.0 and now, it is transitioning ...
11:03 am GMT - Wed, March 2, 2022
Dev To AMA with Uttam Singh, Developer Advocate at Polygon
Web3 is a revolutionary space which aims to help on building sustainable and incentivized communities. This might be quite fascinating by seeing the enthusiasm around but it is very essential to know ...
10:57 am GMT - Wed, March 2, 2022
Dev To User Roles Editor for WooCommerce
Make your user management easy by assigning and switching user roles automatically with the WooCommerce change user role after purchase. The owner is enabled to assign multiple roles based on the prod...
10:52 am GMT - Wed, March 2, 2022
Dev To THE 5 MOST IMPORTANT FACTORS TO CONSIDER WHEN DEVELOPING A HEALTHCARE SAAS SOLUTION
Healthcare SaaS Solution: In any industry, the availability of infrastructure to enable new technological innovations is critical. Electronic Medical Records (EMR), for example, would not have been po...
10:49 am GMT - Wed, March 2, 2022
Dev To Short-Circuit Evaluation
It is always awesome to use a quick way to write simple like ternary operator.// example 1:let x = 3;let answer = x > 5 ? true : false; // false since 3 is less than 5// example 2:let y = [1,2,3];l...
10:48 am GMT - Wed, March 2, 2022
Dev To Rush and changelog generation - Part 3
The source code is on GitHub so I will only make a quick walk-through here. The scriptGet the last commit message (including hash). Following conventional commits specification, decide whether ve...
10:48 am GMT - Wed, March 2, 2022
Dev To Rush and changelog generation - Part 2
I guess I'm not alone wishing that rush uses commit messages for change log generation. It's actually not so difficult (once it's done ). RequirementsI want to use my commit messages to generate ...
10:47 am GMT - Wed, March 2, 2022
Dev To The Best Way to Create Photography Business Cards
n this two section series about making your own photography business cards, we will walk you through the plan and printing processes. Over the recent years that we have cooperated as a spouse and wife...
10:46 am GMT - Wed, March 2, 2022
Dev To EfficientNet for Beginners
A very brief introduction of EfficientNet for beginners without much technical details.Considering the problems faced by the older networks, Google released a paper in 2019 that dealt with a new famil...
10:46 am GMT - Wed, March 2, 2022
Dev To Web2 Vs Web3- what's different?
The web has been around for a while, since it's invention by Tim Berners-Lee in 1989.Since the inception of the web we've had three(3) different versions and these versions have been classified based ...
09:56 am GMT - Wed, March 2, 2022
Dev To Top 7 Node.js React Templates and Themes for Your Admin Panel
Introduction of NodeThe appearance of Node.js became the new era for JavaScript because of the opportunity to synchronize frontend and backend. All JavaScript programs with help of Node.js can b...
09:32 am GMT - Wed, March 2, 2022
Dev To The Axentix v2 will make you start using it.
You might have heard about Axentix since the v1 release, but a lot of changes have been made since. So be aware that reading this article has a risk to make you try it and stick with it .First, this b...
08:59 am GMT - Wed, March 2, 2022
Dev To How to install Tailwind CSS with Svelte and Flowbite
Svelte is a modern and growing front-end compiler. Developers build boilerplate-free components using languages HTML, CSS and JavaScript. Svelte compiles your code to tiny, framework-less vanilla JS. ...
08:41 am GMT - Wed, March 2, 2022
Dev To Javascript Array Methods Ep.3
Hey There Welcome to Episode 3 of my Array Methods Explain Show.as always, if you are here then i suppose you must have pre knowledge of javascript and arrays.we will be discussing only one method on ...
08:40 am GMT - Wed, March 2, 2022
Dev To Yaraa.ai - Digital Project manager for remote teams
Yaraa Manager is the easiest way to manage Remote teams, Projects, and Tasks. Yaraa is an AI-powered Business suite that Creates projects & Task Scheduling Without human Interaction. Team members ...
08:39 am GMT - Wed, March 2, 2022
Dev To Helping others
In the case of an air pressure type emergency on the , before helping others you should put the mask on first. The same goes for helping others in any other way; help yourself first. How can you help ...
08:34 am GMT - Wed, March 2, 2022
Dev To Bulk Product Upload on Shopify using GraphQL Admin API with PHP
In this post we will learn how to upload a list of products to our Shopify store by using their GraphQL API. It is a great tool for creating or updating multiple products on the same time if you have ...
08:34 am GMT - Wed, March 2, 2022
Dev To Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running? Jun 21 '17 ...
08:34 am GMT - Wed, March 2, 2022
Dev To Day 8/100, 100 Days of Code
So I took a couple days off. I'm trying to stay consistent even if I don't do a lot in a day. So less days off, more code!Today I continued working on the mini linter project. Still working with array...
08:29 am GMT - Wed, March 2, 2022
Dev To How to Create a YAML Manifest Template in Monokle
Monokle is a great tool to inspect your Kubernetes manifests with an easy and intuitive interface showing you how your manifests are connected to each other and how they translate to your existing clu...
08:25 am GMT - Wed, March 2, 2022
Dev To Web3 na scam?
Unless you've been living under a rock, you've probably heard the phrase 'web3', it has been hyped, used and discussed on various social media platforms, within developer communities, and now its gain...
08:19 am GMT - Wed, March 2, 2022
Dev To Materialize your online business idea with a remarkable app clone
App clone is an online solution that includes the basic functionalities of any popular app. With a customizable app clone, you can arrive at your desired online platform fulfilling your online busines...
08:18 am GMT - Wed, March 2, 2022
Dev To Java Hot Reload Plan
Java Hot Reload Plan DCEVM JRebel http://dcevm.github.io/ Dynamic Code Evolution Virtual Machine DCEVM JDK IDE Java OptJAVA_OPTS = -XXaltjvm=dcevm -javaagent:c:/hotsw...
07:31 am GMT - Wed, March 2, 2022
Dev To My First App on Play Store
Mathematics has always been a vital part of my learning. Since childhood, not only me but everyone is somewhat connected with mathematics. History? In this memory, one night I decided to create ...
07:20 am GMT - Wed, March 2, 2022
Dev To Online Learning Platform
Indias first robust online learning platform to give instant solutions to professional problems is especially given by Industry experts of the Globe. Mavenow app is within the reach of the common man ...
07:17 am GMT - Wed, March 2, 2022
Dev To Proficient Knacks to Earn Profits through Crypto Exchange
In the past few years the cryptocurrency market skyrocketed. Eventually, the already leading cryptocurrency reached new heights when it surpassed its all time high of $ 63k+ in April 2021. As a result...
07:17 am GMT - Wed, March 2, 2022
Dev To How Data Analytics Can Help Retailers Grow Post Pandemic?
The retail industry is not new to disruptions. It has withstood recessions, shifts in consumer preferences, and even greyish trade practices such as predatory or heavily discounted pricing by eCommerc...
07:13 am GMT - Wed, March 2, 2022
Dev To UX Trends 2021: 7 Industry-agnostic Ways to Win More Customers
A competitive price tag, high-quality product range, and good customer service alone should be enough to set the cash registers ringing forever, right?Only that Walmart, a pastmaster at those aspects,...
07:11 am GMT - Wed, March 2, 2022
Dev To WooCommerce discounts plugin
Show product variations in form of radio buttons to increase your conversations with WooCommerce swatches. This plugin allows designing radio buttons using different text labels, colors, and images. I...
07:08 am GMT - Wed, March 2, 2022
Dev To Data based Authorization
I am struggling with sending a list of users data from middleware into controller .To give a brief description of my approach we have built data based authorization , on the basis of data checks , I h...
07:05 am GMT - Wed, March 2, 2022
Dev To How to create a table of content for your Dev.to post
Table of Contents1. Basic about markdowns 1.1. Headers 1.2. Links2. Basic Table of content (manually)4. Create your Table of content automatically.In this article I'm going to show you how you c...
07:05 am GMT - Wed, March 2, 2022
Dev To The World Wide Web
The web, which is the common name for the "World Wide Web" has come a long way since it's inception. The first version of the web was "read only", in other words, you can only search for information a...
06:58 am GMT - Wed, March 2, 2022
Dev To Xanax bar for sale cheap price in USA | Green Xanax bar for | real s 90 3 pill
We are the best and most reliable suppliers of all forms of pain pills online with 98% purity at cheap and affordable prices with discreet packaging and overnight shipping worldwide. online xanax pres...
06:52 am GMT - Wed, March 2, 2022
Dev To Day 36 && 37 /100 Java
Productive Morning,Day 36 && 37 /100Language:JAVATime Period Spent:3 hrsCourse Taken:Udemy: Java Programming Masterclass - Tim BuchalkaToday's Learning:General StudyRecapping TopicsResearching...
06:44 am GMT - Wed, March 2, 2022
Dev To Cyberlux Corporation anuncia el nombramiento de Chris Damvakaris como Chief Revenue Officer
Hoy, Cyberlux Corporation, (OTC PINK:CYBL), una compaa de plataforma de tecnologa avanzada que lidera la evolucin de la transformacin digital en todas las industrias con sistemas avanzados de aeronave...
05:53 am GMT - Wed, March 2, 2022
Dev To FREE WEBSITE HOSTING FOR DEVELOPERS
1.GitHub Pages(pages.github.com)Keeping your projects together and hosting them ? A win-win. 2.Heroku(heroku.com)The free version is pretty slow but it's worth hosting backend related stuff...
05:47 am GMT - Wed, March 2, 2022
Dev To The Popular VS Code Homescreen is Now Open Source
We are excited to release a major update to the popular Marquee VS Code Extension. Most notably, weve fully open-sourced the repository (under the MIT License) to encourage community participation in ...
05:45 am GMT - Wed, March 2, 2022
Dev To JOBPkdo- A Platform to find Intern, Jobs that comes through Twitter daily
OverviewJOBPkdo is a platform where a person can find interns, freelance projects, remote jobs, and much more that comes through Twitter daily. You can share jobs with your friends and save them...
04:58 am GMT - Wed, March 2, 2022
Dev To Day 19 of Studying LeetCode Solution until I Can Solve One on My Own: Problem83. Remove Duplicates from Sorted List(E/JS)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp in January 2022. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech compani...
03:44 am GMT - Wed, March 2, 2022
Dev To How to improve your vim/nvim coding experience with vim-easycomplete?
WhyThere are many excellent vim auto-completion plugins such as nvim-cmp, vim-lsp, YouCompleteMe and coc.nvim etc. I used coc.nvim for a long time. Its experience is good. But there are a few th...
03:42 am GMT - Wed, March 2, 2022
Dev To Diifference Between Web2 and Web3
There is been a lot of content about is web2 and web3, the differences, the similarities, and their future implications.Let dive straight into it. What is Web2? The internet as we know it today can be...
03:42 am GMT - Wed, March 2, 2022
Dev To Web 2 vs Web 3: Highlighting their Differences
Hopefully as at the time you will be reading this article, this won't be the first time you will be hearing the word "Web 2" or "Web 3". Probably you have stumbled on this article out of curiosity for...
03:40 am GMT - Wed, March 2, 2022
Dev To AWS Deployment and Provisioning
Deploy an EC2 Instance...
03:32 am GMT - Wed, March 2, 2022
Dev To How To Integrate Stripe Payment Gateway In Laravel 8
In this tutorial, we will see how to integrate stripe payment gateway in laravel 8. Stripe is online payment processing for internet businesses. Stripe is a suite of payment APIs that powers commerce ...
03:19 am GMT - Wed, March 2, 2022
Dev To Two Sum Problem
You want to find 2 numbers that add up to the target and return their indices.This is considered an easy interview problem, if you get it, god is watching over you.Now, there are few ways to approach ...
03:08 am GMT - Wed, March 2, 2022
Dev To Ruby on Rails Abstraction Helpers
While Building Ruby on Rails Application there might a situation where you need to evaluate or use a block of code or methods in multiples places of the application, for examples we need to find the :...
02:57 am GMT - Wed, March 2, 2022
Dev To Paracetamol.js| 67: Explica este cdigo JavaScript
Explica este cdigo JavaScriptconst persona = { id: 1, nombre:"Fernando",};persona.nombre = "Pedro";console.log(persona.nombre);A. PedroB. FernandoC. nullD. TypeErrorRespuesta en el primer come...
02:21 am GMT - Wed, March 2, 2022
Dev To Why we might stop with Product Hunt
Since it's important to also share things that didn't work as expected...On 1 March 2022, we launched our update on Producthunt: https://www.producthunt.com/posts/payrequest-4-0-1 the numbe...
02:18 am GMT - Wed, March 2, 2022
Dev To Adding MySQL 8 to Laragon
Using MySQL 5.7 for development still comfy for you, right? But why don't try the higher version since it will you higher read/write performance (ref) Downloading the MySQL 8 BinaryGo to the offi...
02:12 am GMT - Wed, March 2, 2022
Dev To Full-Stack JS is Insane Is Rails better?
Is Rails better for full-stack development? is a question I see a lot.The person asking is typically a full-stack JS developer that is overwhelmed by the sea of frameworks to choose from.In this post ...
02:08 am GMT - Wed, March 2, 2022
Dev To Wsgi Through Flask: A DreamHost Adventure
I regularly rely on my steady & trustworthy VPS, run by some old friends over at DreamHost.https://www.dreamhost.com/But, my development habits have changed a lot over the years. Even just within ...
01:35 am GMT - Wed, March 2, 2022
Dev To Day 18 of Studying LeetCode Solution until I Can Solve One on My Own: Problem740. Delete and Earn(Medium/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp in January 2022. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech compani...
12:58 am GMT - Wed, March 2, 2022
Dev To The Web's Emergence
Since its inception, the internet has gone through several stages of development. We had Web1 at the beginning, which consisted of static web pages that served content from the server's file system. W...
11:53 pm GMT - Tue, March 1, 2022
Dev To Stop validating serial numbers manually in C
It is common to use numerical validations every time we are dealing with serial numbers and even numbers that we don't want to be negative and in that context most of the programmers make a lot of mis...
10:26 pm GMT - Tue, March 1, 2022
Dev To How to log your life easier in Symfony?
Hi coderz, how you doing? I know you are fed-up with blogposts and have tons of work, yet, check this! The goal:Turning any class in your project "logging-able", yet with the least possible chang...
09:52 pm GMT - Tue, March 1, 2022
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:48 pm GMT - Tue, March 1, 2022
Dev To Streaming NFT Analytics with Apache NiFi and Apache Pulsar (FLiPN Stack)
REPOST: https://medium.com/@tspann/streaming-nft-analytics-with-apache-nifi-and-apache-pulsar-flipn-stack-6c1d944d1087On March 10, 2022, at 6pm EST, we will do a live meetup on this topic.Apache Puls...
08:53 pm GMT - Tue, March 1, 2022
Dev To Interviewing as a software engineer sucks.
Last fall, I started seeking work after it became clear to me that I was being pushed out of Apple. While I was still there, I was happy to focus on a single organization, and honestly, the two-hour t...
08:25 pm GMT - Tue, March 1, 2022
Dev To SSGs through the ages: The 'Rebirth' era
By Mike NeumegenWhats old is new again. With modern tooling and the knowledge of better ways of implementing SSGs, the rebirth era sees reincarnations of several older SSGs with modern ideas. Bri...
08:23 pm GMT - Tue, March 1, 2022
Dev To A new article on DEV with Python
DEV APIIf you want to create a new article on DEV, you can do it using the DEV API, running the following command from the terminal:curl -X POST -H "Content-Type: application/json" \ -H "api-ke...
08:16 pm GMT - Tue, March 1, 2022
Dev To Pi day is coming to the Microsoft Reactor
3/14, or the 14th of March is Pi day (apologies to everyone outside the US who uses DD/MM date formats...)!The best thing to celebrate Pi day with is, well, Pie.The second best thing to celebrate Pi d...
08:02 pm GMT - Tue, March 1, 2022
Dev To Criando e executando contineres Docker ARM em arquitetura AMD64
Cada vez mais comum encontrar ambientes com a arquitetura ARM, seja um Raspberry Pi ou servidores na nuvem buscando reduzir custos, ou at mesmo no Apple M1. Ela difere da arquitetura mais comumente e...
07:48 pm GMT - Tue, March 1, 2022
Dev To Easily consume back-end API's in Angular 4x faster!
Angular is the web framework of choice for many professional developers. The future development roadmap for angular seems promising and will prevail increasingly high demand in coming years. This is t...
07:47 pm GMT - Tue, March 1, 2022
Dev To Best 6 coding languages to use for your next application development
The world we know today is influenced greatly by people who create, design, build, and or program and we call these fellows Creators and Engineers. However, one such field of these engineers is specia...
07:46 pm GMT - Tue, March 1, 2022
Dev To Getting into software testing with Jest
Starting from open-source projects to enterprise software, most softwares have a huge codebase. Don't believe me? Here is a fact! Some of the Google codebases have over 2 billion lines! Understanding ...
07:44 pm GMT - Tue, March 1, 2022
Dev To Top 5 AI and ML emerging trends in 2022 you should know
Well, the top five trends do sound like a meager number when compared to the vast number of innovations that are taking the world by storm, how you say? Well given the fact that AI is present in every...
07:41 pm GMT - Tue, March 1, 2022
Dev To WEB3 vs WEB2
WEB2funny enough , the web as we all know it has taken a lot of changes since it was first launched to the public in 1991 . The term Web 2.0 became a thing in the year 1999 . upgrades on the web...
07:38 pm GMT - Tue, March 1, 2022
Dev To Introduction To ic-cron Library
This tutorial is dedicated to Rust smart-contract (canister) development on Internet Computer (Dfinity) platform. Completing it, youll know how to use ic-cron library APIs in order to implement any ba...
07:25 pm GMT - Tue, March 1, 2022
Dev To Problem Solving , Reality vs CS
One of the most important benefits of writing is making you think of every word and being precise. What is the relationship with problem solving ? Nothing , Keep reading !Since the users of this site ...
07:15 pm GMT - Tue, March 1, 2022
Dev To Class and Object in OOP
Class :A class is an entity that determines how an object will behave and what the object will contain. In other words, it is a blueprint or a set of instruction to build a specific type of obje...
07:02 pm GMT - Tue, March 1, 2022
Dev To The Major Difference Between Web 2.0 and Web 3.0
What is Web 2.0?If you want to learn about the web 2.0 vs web 3.0 comparison in detail, then you should start with Web 2.0. It refers to the second generation of internet services, which focused on en...
06:57 pm GMT - Tue, March 1, 2022
Dev To This Week In React 96: Next.js, Gatsby, Remix, Remotion, React-Native, Glassmorphism, Deno, TypeScript, Qwik...
Hi everyone!It has been a tough week. Not easy to focus on React content when terrible war videos are everywhere on Twitter. To provide direct financial support to Ukraine: go to anofficial websitesuc...
06:09 pm GMT - Tue, March 1, 2022
Dev To Open Source Adventures: Episode 02: Hiding Low Level Concerns for Crystal Z3
In the previous episode we got Crystal working with Z3, but it was following low level C API directly.In this episode we'll layer the problem:first we'll have very low level API that corresponds direc...
05:59 pm GMT - Tue, March 1, 2022
Dev To How to build Next.js Authentication (Email and Google Auth) with Amplify Auth, Tailwind CSS 3.0 and TypeScript
Amazon Amplify is a set of tools that provides user authentication, storage, hosting, and other backend services for your web and mobile apps. In combination with AWS Cognito, it enables you to build ...
05:34 pm GMT - Tue, March 1, 2022
Dev To CodeLand 2022 is coming in June! Submit Your Talk Today
Cross-Posted From CodeNewbie CommunityThe CodeNewbie team is thrilled to share that the tech industrys friendliest conference for early-career programmers and their mentors is coming back for 2022 as ...
05:20 pm GMT - Tue, March 1, 2022
Dev To Some of web dev resources for beginners
50 days of jsCss tricksReact resourcescodewarscs50Enjoyy...
05:20 pm GMT - Tue, March 1, 2022
Dev To Local Storage and Session Storage (JavaScript)
No, I won't tell you any definition. Just get on the train and by the end of this blog, you'll have a clear understanding of local storage and session storage.Inspect whatever page you are on.Click on...
05:16 pm GMT - Tue, March 1, 2022
Dev To How do we measure performance of a website
What's web performance:Web performance is a term describing how fast a website is. Why does performance matters:Google ranks the websites based on their performance but the most important r...
05:15 pm GMT - Tue, March 1, 2022
Dev To LeetCode WalkThru: 'Reverse Integer'
Hi programmers! Today we will be walking through how to solve LeetCode's Reverse Integer challenge. Click here to pull up the challenge on your end. After going over the instructions and the examples...
05:10 pm GMT - Tue, March 1, 2022
Dev To Constantes de WordPress
Una constante [PHP] es un identificador (nombre) para un valor simple. Por convencin, los identificadores de constantes siempre se declaran en maysculas.define( 'IDENTIFICADOR', 'valor' );Segn PHP.net...
05:02 pm GMT - Tue, March 1, 2022
Dev To CSSBattle | 8 Forking Crazy
Welcome to CSSBattle Challenges!In this short article, I go through my solution for CSSBattle - #8 Forking Crazy challenge. Please refer to the code snippet below to get a better insight into my thoug...
04:58 pm GMT - Tue, March 1, 2022
Dev To What's Better Than DRY? DOEY! (Don't Over-Exert Yourself)
It never ceases to amaze me how much work programmers create for themselves. Time and again I hop onto DuckDuckGo to search for a particular answer to a problem, or a tool to help me accomplish a task...
04:58 pm GMT - Tue, March 1, 2022
Dev To The one change you need to make to escape the rat race
The 9 to 5 was created for cows. Cows work slow, steady, and have safe jobs.Most cows work in cages. Their job is not great (eating animal feed ain't the best), but they are content. It's all they kno...
04:57 pm GMT - Tue, March 1, 2022
Dev To Day-34 Training At Ryaz
Date:1/03/2022Day:TuesdayToday, I started at about 10:50 am . As I was done with unto 4th module and I was to start with module 5 so today I started with module 5 and in this module the instructor hav...
04:55 pm GMT - Tue, March 1, 2022
Dev To Kebiasaan Baru Perawatan Mobil Yang Wajib Dilakukan
Bagi Sebagian masyarakat mungkin merawat mobil sama saja dengan merawat anak sendiri dimana tentu saja hal ini mengharuskan kita untun mengeluarkan beberapa budget sehingga menjadi momok bagi beberapa...
04:00 pm GMT - Tue, March 1, 2022
Dev To Animate newly added HTML elements with CSS
We all have been in a situation where we need to animate newly added HTML elements. We tinker with timeouts, initial state or any other scripting logic to add/remove classes etc.If you want a simple s...
03:54 pm GMT - Tue, March 1, 2022
Dev To Deploy a Next.js SSR application
In this tutorial, we will see how you can deploy a simple server side rendered Next.js application on ScaleDynamics. IntroductionNext.js is a powerful React framework for building production read...
03:16 pm GMT - Tue, March 1, 2022
Dev To Top 10 Reasons Why JavaScript is So Popular in 2022 | Why JavaScript is So Popular 2022
Top 10 Reasons Why JavaScript is So Popular in 2022 What is specifically JavaScript?JavaScript could be a lightweight OOPs language that's employed by many websites for scripting the webpag...
03:13 pm GMT - Tue, March 1, 2022
Dev To Nevertheless, Aneeqa Coded in 2022
My biggest technical goals areLearn Typescript and NodeJS Create my portfolioWrite tech blogs every weekComplete personal coding projectsContribute to open sourceIncrease my personal network ...
03:11 pm GMT - Tue, March 1, 2022
Dev To Laravel 9 Roadmap 2022 | Laravel 9 Developer Roadmap 2022 | Laravel 9 Learning Roadmap
This article will be discussing what we can expect from Laravel 9 in 2022 and how it will change the developer landscape in the coming years. This is a complete guide to Laravel, a framework for PHP d...
02:59 pm GMT - Tue, March 1, 2022
Dev To 200 days of studying devops {day 0}
Hi, my name is Danila. I am a novice systems engineer (devops).In my diary, I want to share and record my progress for 200 days in studying devops (that's how much is left until my 18th birthday).My g...
02:50 pm GMT - Tue, March 1, 2022
Dev To How to write a README?
A README.md file, the beginning of every project.It's always a challenge to create a good README, when you are working on an open source project, or with a team. We always have a lot of questions in m...
02:29 pm GMT - Tue, March 1, 2022
Dev To Building a C Blazor App with NoSQL and SQL Using HarperDB
This tutorial describes how to use HarperDB Database and Blazor. For this tutorial, we are going to build a simple Blazor .Net Core app using HarperDB. The final source code for this tutorial can be f...
02:23 pm GMT - Tue, March 1, 2022
Dev To Introducing Vigex - PRO Regex Builder
Hello World Hello friends, I am Atul Kumar. I hope you all are safe and doing well. I am a 15-year-old full-stack web developer who is constantly pushing my limits.Finally, I'm here to introduce...
01:54 pm GMT - Tue, March 1, 2022
Dev To Finally Authenticating Rails Users with MetaMask
It's not a secret that passwords are a relic from a different century. However, modern cryptography provides us with far better means to authenticate with applications, such as Ethereum's Secp256k1 pu...
01:41 pm GMT - Tue, March 1, 2022
Dev To We are back! Hackathon - New prizes, Dates & Donations for Ukraine
Peace is always beautiful. - Walt Whitman.Love, peace, and smiles are the best ways to create a world where everybody can live in peace and harmony.We are living in the calmest era in human history. S...
01:16 pm GMT - Tue, March 1, 2022
Dev To Watch the Women of Jamstack prototype get built and deployed in under 7 minutes
Women of Jamstack is officially launching on International Women's Day 2022, and celebrates the women that are working with the Jamstack and adjacent technologies. The code on GitHub is open source, a...
01:09 pm GMT - Tue, March 1, 2022
Dev To Most used DateUtils in Javascript
Javascript has coolest Date object which has many methods to work with date. All those methods are used to extract specific parts of date, modifies given date, supports different time conversions etc....
01:08 pm GMT - Tue, March 1, 2022
Dev To Online photoshop Image Editing service
Photoshop near me, To solve your picture.We are all worshipers of beauty. We are on the whole like See wonderful things And remember the beautiful moments.We cant find people in the world who dont lov...
01:05 pm GMT - Tue, March 1, 2022
Dev To Even-Odd Program Using Java
Documentationpackage com.company;import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("Enter t...
01:00 pm GMT - Tue, March 1, 2022
Dev To An open source ecommerce platform for Nuxt.js
IntroductionMedusais an open source headless commerce engine in Node.js that allows you to build online stores through its API with just a few commands - link to repo. On the other hand,Nuxt.jsi...
12:52 pm GMT - Tue, March 1, 2022
Dev To React: Download HTML Element as an image file
Recently, I got a job to download html as an image. Even though it was easy to find related libraries, it was kind of tricky to take a full capture of an element that has a scroll.I will use my landin...
12:29 pm GMT - Tue, March 1, 2022
Dev To Authentication with Laravel OTP
Nowadays most web application prefer to use OTP(One-Time Password) instead of using username/password that was a classic authentication system to validate users. Because, this way is secure more and i...
12:13 pm GMT - Tue, March 1, 2022
Dev To Crypto Review APP
Application that displays cryptocurrencies and their market caps. Retrofit, RXJava Library is used. Nomics API was used to pull market values.Note: Some parts are not complete, I will upload again whe...
12:00 pm GMT - Tue, March 1, 2022
Dev To Frontend Optimization at LitmusChaos
Hi Folks!!Hmm, So you have already developed an application & you are looking at how to optimize it?In this article, We will be taking you through the journey that we followed while working on fro...
11:56 am GMT - Tue, March 1, 2022
Dev To How to schedule (start/stop) EC2 instances managed by Auto Scaling Groups
Many times, we have a lot of cloud waste because we never shut down our servers. One of the trickiest cases is the Auto Scaling Groups.Now, this tutorial that is based on Vicent's one is going to help...
11:56 am GMT - Tue, March 1, 2022
Dev To How to schedule EC2 instances managed by Auto Scaling Groups (start/stop)
Many times, we have a lot of cloud waste because we never shut down our servers. One of the trickiest cases is the Auto Scaling Groups.Now, this tutorial that is based on Vicent's one is going to help...
11:55 am GMT - Tue, March 1, 2022
Dev To [Python] Extracting characters inside quotes and manipulating strings outside of quotes
Hello everybody.This is an English translation and modification of the article (link) posted in Japanese in advance.When I was programming in Python recently, I had a hard time finding a library for s...
11:41 am GMT - Tue, March 1, 2022
Dev To Amazon Inspector - Automated and Continual vulnerability management at scale
DAY 16 - Amazon Inspector - Automated and Continual vulnerability management at scale - Day SixteenTweet This Blog - 100 days of Cloud on GitHub - Read On iCTPro.co.nz - Read on Dev.toQuickly...
11:30 am GMT - Tue, March 1, 2022
Dev To DJANGO CHANNELS UNITTEST
I am working with sockets and writing tests. I am getting an error. my code is: `class Bill(TestCase): def setUp(self): self.client = APIClient() self.base_account = BaseAccount.objec...
11:23 am GMT - Tue, March 1, 2022
Dev To VS Code keyboard-fu: custom keyboard shortcuts that will boost your productivity
Keyboard Shortcuts (keybindings) can help you achieve tasks faster, and with less effort. Visual Studio Code (VS Code) comes with default keybindings for many of its built-in commands. You just need t...
11:16 am GMT - Tue, March 1, 2022
Dev To [SOLVED] Logstash missing class name (`org.apache.http.Impl.client.StandardHttpRequestRetryHandler') Error - CentOS 8
If you are using CentOS 8, the path for solution is:/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/manticore-0.8.0-java/lib/manticore/client.rbAnd you should change this:"OrgApacheHttpImplClient" ...
10:29 am GMT - Tue, March 1, 2022
Dev To 3 ways to centre a DIV with CSS
Hello Folks What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have the intention to become a successful developer.Today, I am here with ...
10:28 am GMT - Tue, March 1, 2022
Dev To Serverless functions Netlify
A serverless api to publish my media assets to cloudinary media storage is built part of the this projectHere I am using Netlify functions to demonstrate this capability Why Netlify for this pr...
10:24 am GMT - Tue, March 1, 2022
Dev To 5 Secret features of JSON you didn't know about
I'm pretty sure you have used the global JSON object for a variety of things, like in fetch requests and to avoid the dreaded [object Object]. I also bet you didn't know about the rest of the largely ...
10:18 am GMT - Tue, March 1, 2022
Dev To 10 Amazing Website Every Developer Should Know
There are so many websites to make the work of developers easier. Everyone doesnt know all. In this article, we will see 10 Must-Visit Killer Websites For Developers. 1.DevDocsDevDocs brings toge...
09:34 am GMT - Tue, March 1, 2022
Dev To Putting Javascript in Your CSS
Putting CSS in Javascript is pretty much the norm these days - but what if we could do the opposite? Recently, I've been reading quite a bit about Houdini, which gives developers the ability to direct...
09:28 am GMT - Tue, March 1, 2022
Dev To Understanding closures in JavaScript
As a developer, one of the great things about working in this field is that you are learning new things everyday. Some days it may just be something small and others it could be something bigger provi...
09:26 am GMT - Tue, March 1, 2022
Dev To That one time I didn't get an internship because of my sport
So, let's start saying that I was looking for my first job (internship) as a front-end developer after a boot camp that promised people to become "full stack web developer in six months".After I don't...
08:40 am GMT - Tue, March 1, 2022
Dev To Top 3 GitHub README.md Generators
If you are a developer, you must familiar with GitHub. To get job and represent your skills and projects you must need a portfolio. GitHub made it super easy with their special repository system.First...
08:21 am GMT - Tue, March 1, 2022
Dev To 5 best practices for better HTML forms
Forms are an essential part of any UIIt can be intimidating to work with HTML forms. They don't only use a few specialised HTML elements; they also blur the barrier between static material and user in...
08:17 am GMT - Tue, March 1, 2022
Dev To Python for everyone: Mastering Python The Right Way!
Learning any programming language is quite challenging and can sometimes be a difficult task. It takes time, commitment and passion. If a person does not have a good reason to do it, one may end up qu...
08:01 am GMT - Tue, March 1, 2022
Dev To Python for everyone: Mastering Python The Right Way
Mastering any programming languages requires one to learn a ton of skills. It is not only about coding in the language but also learning various concepts which may come handy in different problem solv...
07:57 am GMT - Tue, March 1, 2022
Dev To The Best Integration Testing Library for Serverless Projects Now Supports Typescript!
Local development is an anti-pattern in the serverless world. If you're not convinced yet, have a look at Gareth McCumskey's talk given at Serverless Days Paris. Having a local replica of the AWS reso...
07:47 am GMT - Tue, March 1, 2022
Dev To Introducing Only Formats | The quickest way to format code!
Hey everybody!I saw the Netlify x Hashnode Hackathon and I was very very excited to participate this time. It was quite hard to think about an idea but I finally got one! StoryThis time building ...
07:23 am GMT - Tue, March 1, 2022
Dev To How to use one Dashboard to see your cluster heath
Distributed database systems like Nebula Graph perform well in storing data but they make DevOps difficult and complicated. Building and managing clusters is pain and time-consuming. Not to mention it...
07:12 am GMT - Tue, March 1, 2022
Dev To Python - Regular Expressions
IntroductionA regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a specialized syntax held in a pattern. Regular expressions ar...
07:00 am GMT - Tue, March 1, 2022
Dev To Enable Remote Access to Kibana and Elasticsearch in Same Network
Hello there,Welcome to guide to enabling remote access to Kibana and Elasticsearch from a machine to another machine in the same network. Let's get started.First of all you have to edit "elasticsearch...
06:37 am GMT - Tue, March 1, 2022
Dev To How the months fly by
If you are anything like me, it looks like time has been standing still since this covid thing started.Looking at the date, it says March 1st, 2022.However, it doesn't even feel like that.Two whole mo...
06:27 am GMT - Tue, March 1, 2022
Dev To Mongodb GraphQL Django
Mongodb + GraphQL + Django Mongodb installationMongodb Imagedocker pull mongodocker run --name mongodb mongodocker ps================================CONTAINER ID IMAGE ...
06:22 am GMT - Tue, March 1, 2022
Dev To Well splice seems interesting
So me and my peer discovered in our boot camp lab today that If you use the .splice() method on an array and want to use it to make a copy with an additional element at the end of the array ( exp. Arr...
06:20 am GMT - Tue, March 1, 2022
Dev To Modern Java Recipes
Modern Java RecipesJava C++Java 1.0-1.4 java.lang.Thread5.0 java.util.concurrent6.0 Phasers 7.0 Fork/Join 8.0 LambdaStream9.0 Jigsaw Java 1.0-1.4 java.lang.Thread5.0 java.util.c...
06:19 am GMT - Tue, March 1, 2022
Dev To What is connect()() function in redux or reactjs ?
In redux, we usually comes across connect()() syntax.Everyone knows that, connect()() function in redux is used for connecting the component with store.But under the hood, what it exactly means? What ...
06:17 am GMT - Tue, March 1, 2022
Dev To Basic on JWT,MONGOOSE,NODE,EXPRESS
JWTJSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The tokens are...
06:16 am GMT - Tue, March 1, 2022
Dev To Top 11 API Testing Tools For 2022
My team is created a RESTful API that is Newsdata.io news API to fetch and download news data and we have used a few of these API testing tools to test our APIs that is why I am sharing a list of the ...
06:13 am GMT - Tue, March 1, 2022
Dev To 100DaysOfPython....
Day1:This is a super easy way of writing program compared to java.The first line of code is to print classic "Hello World"....Code:print("Hello World!") --> Output : Hello World!-*-Super Easy right...
06:13 am GMT - Tue, March 1, 2022
Dev To Java Spring VS Go gRPC
Spring boot Client Side Entity PR EntityController Entity Model@Entity @Table(name = "CAR") public class Car extends EntityContoller { @Id @Column(name = "ID") @Serialized...
05:13 am GMT - Tue, March 1, 2022
Dev To CI/CD Pipeline to Deploy Lambda with Latest ECR Image Tag Using SSM Parameter Store
CI/CD Pipeline for Lambda with ECR and SSM for updating tagThis note shows using SSM parameter in CI/CD for passing ECR image tag from CodeBuild to deployment stacks. So the latest ECR image is ...
04:46 am GMT - Tue, March 1, 2022
Dev To Is Node.js is good choice for encryption and decryption ?
Hello world,Nodejs is the go to option for me while developing several projects.But, is node.js will be good option for the projects which are built around CPU intensive tasks like1. Public Key Encryp...
04:36 am GMT - Tue, March 1, 2022
Dev To Functional Programming And Programming Paradigms in Java
Before learning functional programming and why it got introduced in Java 8, let us learn the styles of programming in computer science. IntroductionParadigm is a way/method to do some task.A prog...
04:19 am GMT - Tue, March 1, 2022
Dev To Hamming Distance - Java Solution
In this lesson, we find the number of positions where the bits are different for the given input. IntroductionIn this question, we will find the number of positions at which the corresponding bit...
03:13 am GMT - Tue, March 1, 2022
Dev To Building a Live Streaming app in Clojure
I want to echo John Carmacks tweet that all giant companies use open-source FFmpeg in the backends. FFmpeg is a core piece of technology that powers our live-streaming and recording system at Inspire ...
02:57 am GMT - Tue, March 1, 2022
Dev To Getting Started with Docker
Why is Docker so Powerful?Docker is essential for developers in building, deploying, running, updating, and stopping containers. A container is an executable package of software. Docker makes it...
02:12 am GMT - Tue, March 1, 2022
Dev To Top K Elements-JS
This Blog aims to list all possible solution patterns for this type of leetcode interview question: Top K elements. The top K elements pattern is a technique that aims to return a given number of the ...
02:02 am GMT - Tue, March 1, 2022
Dev To GitHub stars is ruining my mental health. Need help/advice.
Hi, my name is Vandolf and I have some internal problems. With disasters happening all around the world for the past several years, I really have nothing to complain about. I know that this internal ...
01:55 am GMT - Tue, March 1, 2022
Dev To Why does Chrome use so much RAM ?
IntroductionBrowsers are the best way chosen to reach the World Wide Web nowadays. Following this, below is an illustration of people's browser choices.Google, is one of the most appreciated and...
01:49 am GMT - Tue, March 1, 2022
Dev To Recording HikariCP Metrics in Clojure
HikariCP is a popular JDBC connection pool, battle-tested and exhibiting good performance. A Clojure wrapper does the things discussed in this post here. However, our project uses HikariCP directly....
01:17 am GMT - Tue, March 1, 2022
Dev To Using Bref's LambdaRuntime to Asynchronously Run Swoole Coroutines as Functions on AWS
Swoole will be shipping something really-really cool that is it's own CLI. You can checkout the development at https://github.com/swoole/swoole-cli and you can start playing with it using the pre-comp...
12:28 am GMT - Tue, March 1, 2022
Dev To What are "Thunk" and `createAsyncThunk` in Redux Toolkit?
What Is Thunk In Redux?:Thunk is used for fetching data from a API and storing response in Redux states which shortens and increases code clean-up. What did you use to fetch data?First, by ...
12:22 am GMT - Tue, March 1, 2022
Dev To Array Data Structures in JavaScript: Part 2
IntroductionIn Part 1, we learned about the basics of arrays in JavaScript. We learned about how we can make arrays, indexing in arrays, and some elementary data structures: stacks and queues, i...
12:00 am GMT - Tue, March 1, 2022
Dev To How to Create a Portfolio Website that Converts (for Software Developers)
A portfolio website is a way to market your skills as a developer. It's like a resume, but 10x better. Creating an entire website from scratch vs a resume in a PDF is a lot more effort though, so why ...
12:00 am GMT - Tue, March 1, 2022
Dev To What to Include in Your Portfolio Website as a Developer
A portfolio website is a way to market your skills as a developer. It's like a resume, but 10x better. Creating an entire website from scratch vs a resume in a PDF is a lot more effort though, so why ...
11:17 pm GMT - Mon, February 28, 2022
Dev To Tutorial: Ethereum BlockChain Development (5)
Part 5: Using ERC20 standard to create a tokenThe purpose of building this blog is to write down the detailed operation history and my memo for learning the dApps.If you are also interested and ...
10:57 pm GMT - Mon, February 28, 2022
Dev To How I deployed a global website speed checking service to 25 locations while costing less than $5/yr using GCP Cloud Run
I created https://websu.io an open source webpage speed monitoring tool and a key feature was the ability to test your webpage speed from locations across the world. This post will describe the archit...
10:24 pm GMT - Mon, February 28, 2022
Dev To Happy 10th Birthday, Raspberry Pi!
Today is the 10th birthday of the Raspberry Pi! (sort of it is not a Leap Year, so today is as close as it gets). Header image: a photo I took at the Horizons event by Imperica in May 2012, itself cel...
09:48 pm GMT - Mon, February 28, 2022
Dev To Python for Everyone: Mastering python the right way.
Mastering anything takes time and adequate practice. Like any other programming language, for you to fully understand python as a programming language, you need to practice a lot.Learning how to progr...
08:57 pm GMT - Mon, February 28, 2022
Dev To Salut
`_****_`...
08:40 pm GMT - Mon, February 28, 2022
Dev To How to Deploy a Static Website for Free Using Github Pages
Learn how to host a multi-page static website for free using GitHub Pages in seven steps only.GitHub is an excellent platform for saving your code projects and working with your colleagues. But did yo...
08:15 pm GMT - Mon, February 28, 2022
Dev To Nevertheless, Lucia Coded in 2022
I'm really happy Dev.to is making itself a platform for women in tech to share their experiences -- and I'm double-happy that it's also become a fundraiser for Girls Who Code this year. I'm a develope...
08:03 pm GMT - Mon, February 28, 2022
Dev To 5 Mistakes Ive Made as a Junior Flutter Developer
So you want to learn Flutter. Maybe youve seen a cool job opening for Flutter developers or wanted to try how it compares to native development of Android or iOS apps. Youve started learning Flutter a...
08:01 pm GMT - Mon, February 28, 2022
Dev To Discord- School Chromebook.
Just send drop ur discord in the comments, I'll hit you back with a method. ...
08:00 pm GMT - Mon, February 28, 2022
Dev To Como alojar tu sitio web en IPFS con tu dominio Handshake HNS - dweb
ltimamente se puesto muy de moda el termino web3, que trae un abanico de nuevas soluciones a la web tradicional dentro del que esta IPFS (sistema de archivos interplanetario), con el que empezamos a p...
07:51 pm GMT - Mon, February 28, 2022
Dev To Optimizing Memory Usage of Python Applications
When it comes to performance optimization, people usually focus only on speed and CPU usage. Rarely is anyone concerned with memory consumption, well, until they run out of RAM. There are many reasons...
07:48 pm GMT - Mon, February 28, 2022
Dev To Community updates about Portainer
When this year started, we knew that @portainerio has in store for us so many events, blogs, and new updates coming to the community. Portainer has been really active in the last two months. Here are ...
07:48 pm GMT - Mon, February 28, 2022
Dev To Remote Debugging with SSH and VS Code
I was pretty excited when I discovered Telnet back in the 90s. I could access a command line on servers all over the college campus from my tiny dorm room! I no longer had to trudge through feet of sn...
07:46 pm GMT - Mon, February 28, 2022
Dev To Appendix: Management, Monitoring, and Governance Services - AWS Certified Cloud Practitioner Study Guide
AWS Auto ScalingMonitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible costBuild scaling plans for resources including Amazon ...
07:45 pm GMT - Mon, February 28, 2022
Dev To The black art of Regular Expressions - A little computer science for the inquisitive developer
The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society. One of the POSIX standards has been adopted (with some minor variations) by many progra...
07:40 pm GMT - Mon, February 28, 2022
Dev To Flutter vs React Native Comparison - Which Use for Your Project in 2022
This article was originally published at: https://www.blog.duomly.com/flutter-vs-react-native-comparison/This article will compare and contrast Flutter and React Native to determine a better framework...
07:37 pm GMT - Mon, February 28, 2022
Dev To Tech lead playbook
HRYou are bad at haring good engineersCosts of loosing an employeeIs the 10x developer a mythExpert generalist Team cultureEffectiveness team manifestoWhat is DX and why you should invest o...
07:29 pm GMT - Mon, February 28, 2022
Dev To Understanding neural search framework: Jina AI
Search is a big business and is getting bigger each day. Just a few years down the line, searching meant typing text in a search bar. With advancement it now allows us to search for audio, video, imag...
07:02 pm GMT - Mon, February 28, 2022
Dev To Dividing Kotlin Multiplatform work in teams
Kotlin Multiplatform is a great way to share code between multiple platforms, but this new approach can be confusing to navigate. There's a variety of sourceSets for platform specific code, plus inte...
06:59 pm GMT - Mon, February 28, 2022
Dev To Guide for using Xamarin.Google.UserMessagingPlatform (GDPR)
Loading the GDPR for Google AdMob is a tricky business in Android because Google's Documentation is quite unclear and the steps are quite messy.Now, the steps are the following ones: AdMob Sectio...
06:23 pm GMT - Mon, February 28, 2022
Dev To Svelte stays with Ukraine!!!
I hope this is not against DEV rules. If so believe me this is not about politics, this is about basic humanity. Svelte home page and Svelte community very clearly declare that Svelte stays with Ukrai...
06:18 pm GMT - Mon, February 28, 2022
Dev To Picking Discord role colors
Reactiflux recently added a role menu to allow members to self-identify their experience and attitude at work, which we make visible in the server by a combination of role colors and role icons. While...
06:13 pm GMT - Mon, February 28, 2022
Dev To Deploying MindsDB on a Digital Ocean Droplet
IntroductionMindsDB has the vision to enforce advanced predictive capabilities directly in our Database. With this, anyone who knows SQL can utilize the built-in machine learning techniques with...
05:33 pm GMT - Mon, February 28, 2022
Dev To Share Your 2022 SheCoded Story to Donate $20 to Closing the Tech Gender Gap
Please join us in celebrating International Womens Day (Tuesday, March 8, 2022) with SheCoded: DEVs annual collection of stories about the gender gap in tech.This year, were thrilled to share th...
05:31 pm GMT - Mon, February 28, 2022
Dev To Javascript: [] ==![] is true ???
Array is equal not array:[] == ![]; // -> trueExplanation: The abstract equality operator converts both sides to numbers to compare them, and both sides become the number 0 for different reasons. A...
05:27 pm GMT - Mon, February 28, 2022
Dev To What's new? - v1.2
Features and fixes included in the release of v.1.2 of Medusa and Medusa Admin. The larger issues/tickets built in this release will be highlighted with a small detailed description.For the full chang...
05:25 pm GMT - Mon, February 28, 2022
Dev To Programming isnt about being right but fixing what is wrong.
TLDR: Automated hiring doesnt test what youre actually looking for. What do we, programmers, spend the most time with?All meetings aside, is it with programming new things from zero or giving mai...
05:24 pm GMT - Mon, February 28, 2022
Dev To Online playgrounds for every technology
One of the biggest mistakes beginners do while learning a new technology is local setup. Many people procrastinate a lot at this step. And the reason for this is you don't know how things work. You ne...
05:12 pm GMT - Mon, February 28, 2022
Dev To Tweet to Super Followers with Postman, OAuth 2.0 and Manage Tweets
We recently launched Manage Tweets with a feature to Tweet directly to Super Follows. This tutorial will walk you through how to get started using the Twitter API to Tweet to your subscribers using OA...
05:01 pm GMT - Mon, February 28, 2022
Dev To Love and Hate of PHP...
Sometimes I wonder what the reasons for inventors of programming languages to categorize their inventions into a specific universal name were. They took long hours to prepare code lines rules that we ...
04:42 pm GMT - Mon, February 28, 2022
Dev To 9 Websites To Get Free Illustrations Every Web Developer ShouldKnow
DrawkitProvides Beautiful, free illustrations that are updated weekly. Most of them are Hand-drawn vector illustration and icon resources.Go to website Icons8Get FREE Icons, illustrations, ...
04:42 pm GMT - Mon, February 28, 2022
Dev To Daily Problem Solving JS (Day 3)
Palindrome Check Understanding the problemWrite a function that is going to determine whether or not a given string is a palindrome, in other words, whether the given string reads the same ...
04:40 pm GMT - Mon, February 28, 2022
Dev To How attacks on Ukraine showed us how fragile the "deontology" of the Tech World is
In a previous post, I go on a bit of a tangent about mixing politics and science and how it's always a bad idea.The conflict involving Russia invading Ukraine has showed us how fragile the deontology ...
04:35 pm GMT - Mon, February 28, 2022
Dev To The PureScript 2022 Survey is LIVE - Go fill it out!
Im excited to announce the first annual PureScript Survey!As the PureScript ecosystem grows, its important for our community to understand how the language is being used, in what contexts it is being ...
04:19 pm GMT - Mon, February 28, 2022
Dev To Nothing
Nothing......
04:18 pm GMT - Mon, February 28, 2022
Dev To Api Gateway HTTP API
Generalmente cuando vamos a crear un nuevo api solemos utilizar API REST (con funciones lambda en AWS).Sin embargo otro tipo de API que nos permite crear AWS es HTTP API que tiene algunas diferencias ...
04:18 pm GMT - Mon, February 28, 2022
Dev To View list of GitHub commits within the specified date range
Hello Folks What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer.Have you ever needed to...
02:52 pm GMT - Mon, February 28, 2022
Dev To How to Integrate QR Code for Authentication Across Web & Mobile Applications in Nodejs
Advancements in technology have made it easier to connect through instant messaging apps & social media platforms and automating processes.The QR Code authentication system is a security feature t...
02:50 pm GMT - Mon, February 28, 2022
Dev To Validating Your SaaS Idea
35% of startups fail because there was no market need for their product. This is alarming since there are a few simple things you can do to protect yourself from this before you even start building yo...
02:42 pm GMT - Mon, February 28, 2022
Dev To MongoDB Cheat Sheet
This cheat sheet is filled with some handy commands to get started with CRUD operations with MongoDB.I have created a Github Gist to keep all these commands.1. Insert a single documentdb.products.inse...
02:41 pm GMT - Mon, February 28, 2022
Dev To Design Systems for Developers
If you work with designers, chances are high that youve heard the words design system bandied about at least a few times. UI design systems are a hot topic in the design world right now, and for a goo...
02:38 pm GMT - Mon, February 28, 2022
Dev To What is your favourite JavaScript Framework?
Popular JavaScript Frameworks/Library ReactA JavaScript library for building user interfaces. VueAn approachable, performant and versatile framework for building web user interfaces. ...
02:29 pm GMT - Mon, February 28, 2022
Dev To Cypress Iframes
Hello,If you've ever used Cypress, you probably know that testing Iframes isn't always easy. Especially when you want to test a child iframe contained in a parent iframe.That's why I created an exampl...
02:20 pm GMT - Mon, February 28, 2022
Dev To 7 Types Of JavaScript Datatypes
Hey Everyone, Welcome To My Post 7 Types Of JavaScript Datatypes :Numbers - Include Numerals.Strings - Include Letters, Words, Numbers, Punctuations etc. put in a single quote or double quote.Boolean ...
02:08 pm GMT - Mon, February 28, 2022
Dev To Understanding Webhooks
When using a web application, have you tried to change the information being displayed on the web page you're on? Even if you don't realize it you've probably done so, many times, through your compute...
02:01 pm GMT - Mon, February 28, 2022
Dev To Build a JavaScript Video Chat App with VideoSDK
We have seen a major increase in the usage of virtual meetings in the past year and the existing platforms cannot cater to everyone's custom needs. Also, building a custom feature-rich solution for yo...
01:37 pm GMT - Mon, February 28, 2022
Dev To Microsoft Azure Trial Hackathon on DEV: OpenCV with Azure Functions and Python
Overview of My SubmissionHave you ever though about deploying your custom Python + OpenCV projects in a cheap and easy-to-use platform? Read this post and find a way to do it using Azure Functio...
01:27 pm GMT - Mon, February 28, 2022
Dev To Pulsar FLiP-Py Apps
...
01:10 pm GMT - Mon, February 28, 2022
Dev To How to make a count down timer in React
Hello everyone, in many kinds of apps you need to build a count down. So, today we will see how to build a countdown timer in React! Setup Create a new react appnpx create-react-app react-co...
01:10 pm GMT - Mon, February 28, 2022
Dev To ConvNext : A ConvNet for the 2020s (Part I)
The goal of the paper is to modernize the ResNet and bring back the glory to CNNs ;)In other words, they tried to apply the concepts of Transformers to ResNet like archtitecture and make them better. ...
12:58 pm GMT - Mon, February 28, 2022
Dev To How to Add Horizontal Lines Before and After a Text in HTML
This article will guide you on how to add a horizontal line to the right and left side of a text as shown below:if(busy){ Jump to complete code!} else { 1. Create an HTML text tag.In your HTML fi...
12:29 pm GMT - Mon, February 28, 2022
Dev To Introducing KoolKits-OSS Debugging Toolkits for Kubernetes
KoolKits (Kubernetes t*oolkits*) are highly-opinionated, language-specific, batteries-included debug container images for Kubernetes. In practice, theyre what you wouldve installed on your production ...
12:22 pm GMT - Mon, February 28, 2022
Dev To QUICK TIPS: Globally Registering Vue Components
When we use vue, it's common to register a component within another component. In this tutorial, we're going to look at how you can globally register a component in Vue, so you never have to reference...
12:17 pm GMT - Mon, February 28, 2022
Dev To How to Create a Portfolio Website that Converts (for Software Developers)
A portfolio website is a way to market your skills as a developer. It's like a resume, but 10x better. Creating an entire website from scratch vs a resume in a PDF is a lot more effort though, so why ...
12:10 pm GMT - Mon, February 28, 2022
Dev To 4- What is DevOps? What are the benefits? What tools does it use?
A compound of development (Dev) and operations (Ops), DevOps is the union of people, processes and technology to continually provide value to customers. MicrosoftDevOps is the combination of cultural ...
11:34 am GMT - Mon, February 28, 2022
Dev To Software Developer's Guide to Game Development
Hello, World! Software developers spend the whole with complicated problems and they need to learn almost everything about algorithms, structures, frameworks, and bla-bla-blah. While games and coffee...
11:27 am GMT - Mon, February 28, 2022
Dev To C 11 is Coming! 5 Features that will Blow your Mind
Microsoft recently released C# 10 and.NET 6 to the world, but they aren't done yet! The.NET team has already started working on features that will be included in C# 11 and.NET 7. In this article, we'l...
11:24 am GMT - Mon, February 28, 2022
Dev To HTML Tips & Tricks That You Will Love To Know
In my very last article I shared some JavaScript tips and tricks In this article I will be covering HTML tips and tricks . The start attributeStart attribute allows you to specify starting number...
11:24 am GMT - Mon, February 28, 2022
Dev To HTML: Tips and Tricks
In my very last article I shared some JavaScript tips and tricks In this article I will be covering HTML tips and tricks . The start attributeStart attribute allows you to specify starting number...
11:19 am GMT - Mon, February 28, 2022
Dev To 8 GitHub resources for becoming a developer in 2022
Learning how to become a developer can be an extremely daunting process for beginners. I have put together a list of resources which is useful for both beginners and people who are already familiar wi...
10:40 am GMT - Mon, February 28, 2022
Dev To Object Oriented Programming with Python
A look into the Object Oriented concepts using Python after understanding Data Structures and Algorithms with Python Introduction to Programming ParadigmsWhile writing a program, there are variou...
10:39 am GMT - Mon, February 28, 2022
Dev To How can I start learning Kubernetes
This is a video for those who wants to learn Kubernetes and don't know where to start. You need internet and a simple laptop or desktop to start. No need to install the Kubernetes cluster. You can als...
10:36 am GMT - Mon, February 28, 2022
Dev To Data Structures: Stacks And Queues I
This post is divided into 2 parts to make it easier for us to understand stacks and queues and how to use them. In this first part of the series, we'll be focused on functionality and use cases, while...
10:34 am GMT - Mon, February 28, 2022
Dev To Kafka Partitions and Consumer Groups
In my previous article, we had discussed how Kafka works and went through some basic Kafka terminology. In this article we would go over how Partitions and Consumer Groups work in Kafka.If you havent ...
10:32 am GMT - Mon, February 28, 2022
Dev To AWS open source news and updates, 102
Feb 28th, 2022 - Instalment #102Newsletter #102. Welcome to edition #102 of the AWS open source news and updates newsletter, and this week we have a super collection of new open source projects ...
10:20 am GMT - Mon, February 28, 2022
Dev To Sign Your Container Images with Cosign, GitHub Actions and GitHub Container Registry
In the last years the popularity of containers has exploded. Unfortunately, so have their security risks.Most containers available today are vulnerable to supply chain attacks, because they can be pub...
09:43 am GMT - Mon, February 28, 2022
Dev To What is ModSecurity? Installation Guide for Apache on Ubuntu
ModSecurity (also known as ModSec) is an open-source web application firewall (WAF). It is implemented to protect sites and applications against many common attacks, including XSS, code injection, etc...
09:40 am GMT - Mon, February 28, 2022
Dev To Spread it!
I'm usually not a big fan of "1-line refactoring", as it often means less readable code and clever syntaxes that only make maintenance more time-consuming.Of course, it's not always the case, and, for...
09:23 am GMT - Mon, February 28, 2022
Dev To Building Unlighthouse: Open-Source Package For Site-wide Google Lighthouse scans
IntroductionUnlighthouse is an open-source package to scan your entire site using Google Lighthouse. Featuring a modern UI, minimal config and smart sampling. Why build itAs a freelancer I ...
09:20 am GMT - Mon, February 28, 2022
Dev To Laravel Vuejs Livewire Tutorials
Visit the Laraveller.com website to watch full tutorials about laravel vuejs and livewire....
09:19 am GMT - Mon, February 28, 2022
Dev To The Ultimate Guide to Passing the NCIE NS0-527 Exam In 2022
The NCIE NS0-527 exam will cover topics such as: 1) Networking Concepts 2) Data Center Architecture 3) Storage Solutions 4) Unified Fabric 5) High Availability and Scalability 6) Virtualization Techno...
08:58 am GMT - Mon, February 28, 2022
Dev To 9 tricks to make your React Native development easier
We all agree that React Native is a great way to develop mobile apps. But in the process of making a mobile app, besides the endless hours spent reading the documentation and debugging some badly impl...
08:56 am GMT - Mon, February 28, 2022
Dev To Rails administrate : big tutorial, bits of philosophy
Article originally published here : https://www.bootrails.com/blog/rails-administrate-tutorial-and-philosophy/administrate is a gem that allows you to build an admin dashboard. It's often qualified as...
08:50 am GMT - Mon, February 28, 2022
Dev To ReactJS dev thought process
Hello ReactJS Gurus,I am new to Reactjs. Does any one know of a training or a trainer where they could teach how to think before beginning to write reactjs code. The thing is I see people write these ...
08:43 am GMT - Mon, February 28, 2022
Dev To Color blending with CSS blend-modes
Unlike the latest "future CSS features" presented in this series, CSS blend modes have been supported for a long time (CSS-tricks wrote about blend modes in 2014 already.Blend modes, also known as ble...
08:40 am GMT - Mon, February 28, 2022
Dev To Debouncing vs Throttling
Throttling technique Real-life example:Imagine yourself as a 7-year-old toddler who loves to eat chocolate cake! Today your mom has made one, but it's not for you, it's for the guests! You,...
08:40 am GMT - Mon, February 28, 2022
Dev To How to Prepare a Design Review Like an Expert?
This article will take backend development as an example, but the same concepts can be applied to various fields.Before explaining how to prepare a good design review, let's first introduce what a des...
08:39 am GMT - Mon, February 28, 2022
Dev To Giving power back to the Client!
While working on web application (especially those whose content is dynamic), we will often want to add or change some content on the website, so in our best interest is to ensure that those changes w...
08:36 am GMT - Mon, February 28, 2022
Dev To Developing a Banking App. What Factors to Consider?
Achievement-oriented banks of the 2020s provide their clients with an option to process financial transactions with a tap of a finger. To stay relevant and satisfy the evolving needs of mobile-first g...
07:44 am GMT - Mon, February 28, 2022
Dev To Exploring DevOps
...
07:19 am GMT - Mon, February 28, 2022
Dev To Jest Testing like a Pro - Tips and tricks
We recently switch to Jest framework when writing Unit and Integration tests in our React and Node applications. We used Mocha many years ago and AVA for a few years. Changing framework is no big de...
07:02 am GMT - Mon, February 28, 2022
Dev To Amit Zacker portfolio
...
07:00 am GMT - Mon, February 28, 2022
Dev To A Complete Guide To Using CSS Custom Variables
Sometimes in CSS, values tend to show up multiple times or repeat themselves throughout your code. Imagine if you have a much bigger style sheet file, you will have to keep reusing these values again ...
06:57 am GMT - Mon, February 28, 2022
Dev To Giving out free $25 discount code to the DEV shop
Hey guys,I am giving out the $25 discount code I received from participating in the recent MongoDB hackathon on Dev.to (the shipping cost to where I live (Singapore) doesn't really make sense to me so...
06:48 am GMT - Mon, February 28, 2022
Dev To List Of Best Horror Movies To Stream On Netflix In 2022
Netflix offers thousands of classic horror movies to spike your adrenaline level and has that unforgettable experience. There is nothing more fun and spooky than watching a horror thriller for your fr...
06:48 am GMT - Mon, February 28, 2022
Dev To Filter Bubbles
Filter bubbles have a task to keep you engaged consuming instead of increasing your education or quality of life.Originally published on my blog.This is why I write these 'daily thoughts' posts....
06:45 am GMT - Mon, February 28, 2022
Dev To Avoid async/await hell
Escape from the async/await hell or avoid the chained async tasksFirst of all let's talk about async/await hell , and then we'll see how to avoid itTL;DRThis is the async/await hell we're talking abou...
06:41 am GMT - Mon, February 28, 2022
Dev To Top 10 Bonus Tips to Plan a Website Redesign for 2022
The tech-oriented world today has brought tough competition to the market. Businesses are trying hard to gain a competitive edge. Do you know what they are doing? They are redesigning their websites.Y...
06:41 am GMT - Mon, February 28, 2022
Dev To Hashing, Encryption and Random in ASP.NET Core
In this blog, we will be going to discuss hashing, encryption, and random string generation in ASP.NET Core. We will examine a number of different approaches and explain why some common techniques sho...
06:38 am GMT - Mon, February 28, 2022
Dev To RGB Depth Camera in Robotics: Starting with the Realsense R435 SDK
A self-navigating robot needs a model of its surroundings. For this, several visual sensors can be used. Following an earlier article about an overview of visual sensors, I decided to use the Intel R...
06:38 am GMT - Mon, February 28, 2022
Dev To Play with TypeScript in one blog
Hi JS Developer!In this blog We will learn pros & cons of typescript.Hopefully, You get answer of these question Why,where & how to use typescript? (Disclaimer: Planning & Writing continue...
05:52 am GMT - Mon, February 28, 2022
Dev To Python for Everyone: Mastering Python the right way
what is the best way to learn python? There are various learning and teaching techniques used.Some of the techniques might include reading documentations and books related to the subject of study, wat...
04:59 am GMT - Mon, February 28, 2022
Dev To OAuth 2.0 and OpenID Connect
OAuth 2.0 and OpenID ConnectHussain CodeFeb 22, 202211 min readSubscribe to my newsletter and never missmy upcoming articlesSubscribe Table of contentsWhat is OAuth 2.0 ?Different identity ...
04:19 am GMT - Mon, February 28, 2022
Dev To Day 17 of Studying LeetCode Solution until I Can Solve One on My Own: Problem829. Consecutive Numbers Sum(Hard/JavaScript)
Intro: I am a former accountant turned software engineer graduated from coding bootcamp in January 2022. Algorithms and Data Structure is an unavoidable part of interviews for most of the tech compani...
03:54 am GMT - Mon, February 28, 2022
Dev To Intro to Apache Arrow
What is Apache Arrow?Apache Arrow is a series of libraries that enable large data systems to process and transfer data quickly and efficiently. It is used by AWS Data Wrangler, the python library Pand...
02:26 am GMT - Mon, February 28, 2022
Dev To My Egg-citing Weather App
When my instructor at DigitalCrafts told my classmates and I that we had to build a weather app using an API, I knew that I had to hatch a plan to make the app functional and entertaining! There was n...
12:04 am GMT - Mon, February 28, 2022
Dev To Is Learning Sass Worthwhile?
Greetings people of the Dev Community! It has been a while since I last posted on this blog, and to be honest not much has changed. I was working on a small project with my friend, that required a lot...