id
int64
5
1.93M
title
stringlengths
0
128
description
stringlengths
0
25.5k
collection_id
int64
0
28.1k
published_timestamp
timestamp[s]
canonical_url
stringlengths
14
581
tag_list
stringlengths
0
120
body_markdown
stringlengths
0
716k
user_username
stringlengths
2
30
1,393,792
Building a minimal web dev server with Deno
Writing pure client-side apps is good in theory but you still need a local server as file-based urls...
25,350
2023-03-14T05:32:16
https://dev.to/ndesmic/building-a-minimal-web-dev-server-with-deno-4gab
deno, vanillajs, webdev
Writing pure client-side apps is good in theory but you still need a local server as file-based urls are heavily restricted. The easiest way to deal with this is to use a file server. There are a number of perfectly fine options. I like the `http-server` module in node but Deno also has a perfectly acceptable option...
ndesmic
1,393,802
Recursion to simplify test assertions
At Woovi we use MongoDB as our primary database. For our integration tests, we use an in memory...
0
2023-03-10T11:04:54
https://dev.to/woovi/recursion-to-simplify-test-assertions-3800
recursion, testing
At Woovi we use MongoDB as our primary database. For our integration tests, we use an in memory database to ensure our queries and aggregates are working correctly. It is madness to mock a database, it generates a lot of false positives, and it won't give confidence to upgrade. ## How to assert `ObjectId`? ObjectIds ...
sibelius
1,394,054
Props in React JS: A Comprehensive Guide to Passing Data Between Components
Props in React JS Props (short for "properties") are a mechanism for passing data from a...
0
2023-03-09T06:53:39
https://dev.to/sidramaqbool/props-in-react-js-a-comprehensive-guide-to-passing-data-between-components-34do
react, javascript, webdev, beginners
## Props in React JS Props (short for "properties") are a mechanism for passing data from a parent component to a child component in React JS. Props are an essential part of building reusable and modular components, and they allow you to create complex UIs with ease. In this post, we'll discuss what props are, how to...
sidramaqbool
1,394,056
React Query - The what, how & when
React Query is a data-fetching library that helps with fetching, caching, synchronising, and updating...
0
2023-03-09T07:23:04
https://dev.to/wednesdaysol/react-query-the-what-how-when-35i7
[React Query](https://react-query-v3.tanstack.com/) is a data-fetching library that helps with **fetching, caching, synchronising**, and updating the server state in your react application. Before we start going into the details of React Query, it’s essential to understand the server state. Note: This article requires...
wednesdaysol
1,394,062
Column Store
openGauss supports hybrid row-column store. Row store stores tables to disk partitions by row, and...
0
2023-03-09T07:13:22
https://dev.to/llxq2023/column-store-165d
opengauss
openGauss supports hybrid row-column store. Row store stores tables to disk partitions by row, and column store stores tables to disk partitions by column. Each storage model applies to specific scenarios. Select an appropriate model when creating a table. Generally, openGauss is used for databases in online transacti...
llxq2023
1,394,080
LLVM
Based on the query execution plan tree, with the library functions provided by the Low Level Virtual...
0
2023-03-09T07:57:25
https://dev.to/llxq2023/llvm-4g2i
opengauss
Based on the query execution plan tree, with the library functions provided by the Low Level Virtual Machine (LLVM), openGauss moves the process of determining the actual execution path from the executor phase to the execution initialization phase. In this way, problems such as function calling, logic condition branch ...
llxq2023
1,394,088
Ustore
The Ustore storage engine, also called the in-place update storage engine, is a new storage mode...
0
2023-03-09T08:19:50
https://dev.to/llxq2023/ustore-1lpc
opengauss
The Ustore storage engine, also called the in-place update storage engine, is a new storage mode added to the openGauss kernel. The row storage engine used by the earlier openGauss versions is in append update mode. Append update has good performance in service addition, deletion, and heap only tuple (HOT) update (that...
llxq2023
1,394,161
MOT(1)
openGauss introduces the memory-optimized table (MOT) storage engine, which is a transactional row...
0
2023-03-09T08:52:17
https://dev.to/llxq2023/mot1-38n1
opengauss
openGauss introduces the memory-optimized table (MOT) storage engine, which is a transactional row store and is optimized for multi-core and large-memory servers. MOT is the most advanced production-level feature (Beta version) of openGauss databases. It provides higher performance for transactional workloads. MOT full...
llxq2023
1,394,266
500 open-source components for TailwindCSS
I'd like to share my latest discovery with you. Tailwind Elements is...
0
2023-03-09T10:47:31
https://dev.to/aymanebenhima/500-open-source-components-for-tailwindcss-1717
tailwindcss
[![Tailwind components](https://tailwind-elements.com/img/components-big.jpg)](https://tailwind-elements.com/) I'd like to share my latest discovery with you. [Tailwind Elements](https://tailwind-elements.com/) is currently, the most popular 3rd party UI kit for TailwindCSS with o...
aymanebenhima
1,394,321
5 Cyber security Best Practices for Small and Medium-sized Businesses
In today's digital landscape, cybersecurity is more important than ever, especially for small and...
0
2023-03-09T11:22:30
https://dev.to/inibambam/5-cyber-security-best-practices-for-small-and-medium-sized-businesses-3a9e
In today's digital landscape, cybersecurity is more important than ever, especially for small and medium-sized businesses (SMBs). While large corporations have dedicated teams and resources to handle cybersecurity threats, SMBs often lack the resources and expertise to adequately protect themselves. However, with the...
inibambam
1,394,369
API security is now more important than web application security
We have been reviewing the OWASP Top Ten in some detail, which is the premier index of the most...
0
2023-03-23T16:31:31
https://bycontxt.com/blog/blog/api-security-is-now-more-important-than-web-application-security?utm_source=DevTo
We have been reviewing the OWASP Top Ten in some detail, which is the premier index of the most critical vulnerabilities in web applications. But, in 2019, the OWASP Foundation found that their traditional web application security vulnerability was simply not advanced enough to bring visibility to the fastest growing ...
beckland
1,394,688
MSSN CTRL: Call for papers is now open
The inaugural MSSN CTRL security engineering and automation conference will take place on October...
0
2023-03-30T20:16:56
https://www.limacharlie.io/blog/mssn-ctrl-call-for-papers-is-now-open-2023
security
--- title: MSSN CTRL: Call for papers is now open published: true date: 2023-03-09 00:00:00 UTC tags: security canonical_url: https://www.limacharlie.io/blog/mssn-ctrl-call-for-papers-is-now-open-2023 --- The inaugural [MSSN CTRL](https://www.mssnctrl.org/) security engineering and automation conference will take plac...
charltonlc
1,394,718
How To: Controlled Forms with React
Unlike JavaScript, React makes use of state in order to keep track of component changes over time....
0
2023-03-09T19:48:08
https://dev.to/codybarker/how-to-controlled-forms-with-react-55h7
webdev, react, javascript, beginners
Unlike JavaScript, React makes use of state in order to keep track of component changes over time. While using state does incur some added complexity, it has its benefits, particularly when it comes to creating controlled forms. We use state to keep track of the dynamic input values in our forms. So what is state exac...
codybarker
1,395,707
Secure Your PHP Code With Taint Analysis by Qodana
It only takes one user to exploit a vulnerability in your project and breach your system. To defend...
0
2023-03-10T14:16:23
https://blog.jetbrains.com/qodana/2023/03/secure-your-php-code-with-taint-analysis-by-qodana/
codereview, php, security, codequality
It only takes one user to exploit a vulnerability in your project and breach your system. To defend programs against malicious inputs from external users (known as “taints”), development teams add taint checking to their static analysis routines. In this year’s first release, the [Qodana](https://www.jetbrains.com/qo...
valeriekukuss
1,396,858
Is HTML a programming language ?
HTML (Hypertext Markup Language) is not a programming language, but rather a markup language used for...
0
2023-03-11T13:34:58
https://dev.to/nite_dev/is-html-a-programming-language--534i
webdev, codenewbie, html, computerscience
HTML (Hypertext Markup Language) is not a programming language, but rather a markup language used for creating and structuring content on the web. Unlike programming languages, HTML does not have the ability to perform complex operations, make decisions or carry out calculations. Instead, HTML is used to create the st...
nite_dev
1,405,361
Contacto
Según linkedin soy un: Conferencista internacional apasionado por hacer del mundo un lugar mejor,...
0
2023-03-18T04:11:17
https://dev.to/wildchamo/contacto-8ph
Según linkedin soy un: Conferencista internacional apasionado por hacer del mundo un lugar mejor, fundador y lider de comunidades tecnológicas éxitosas 🦏✨. Desarrollador web experimentado con un historial demostrado de trabajo en la industria de Internet. Experto en diseño web, desarrollo front-end, ingeniería, gesti...
wildchamo
1,405,517
Just bought an Asus Zephyrus G14. What you need to know is
So, I am a new Software Developer and my journey began with an Asus Zenbook Duo. I had it for almost...
0
2023-03-18T07:21:20
https://dev.to/codelikeagirl29/just-bought-an-asus-zephyrus-g14-what-you-need-to-know-is-1o8l
reviews, laptop, gaming
So, I am a new Software Developer and my journey began with an Asus Zenbook Duo. I had it for almost a year and it just couldn't handle my workload. :( It only had an __Intel® Core™ i5-1155G7 Processor__ 2.5 GHz (8M Cache, up to 4.5 GHz, 4 cores) So next up, I got the Lenovo Legion 5 (17) - which was great but a littl...
codelikeagirl29
1,405,658
Localization in Laravel
Why Localization is an important feature in Laravel? A popular PHP web framework, which allows...
0
2023-03-18T11:45:15
https://dev.to/codeofaccuracy/localization-in-laravel-3g0l
laravel, beginners, learning, localization
**Why Localization is an important feature in Laravel?** A popular PHP web framework, which allows developers to create multilingual applications easily. Laravel provides built-in support for localization using the Illuminate/Translation package, which provides tools for managing language files, translating strings, a...
codeofaccuracy
1,405,880
Next.js Authentication using Higher-Order Components
Introduction Managing authentication in Next.js is quite tricky, with problems such as...
0
2023-03-18T15:55:38
https://theodorusclarence.com/blog/nextjs-auth-hoc
nextjs, react, typescript, javascript
## Introduction Managing authentication in Next.js is quite tricky, with problems such as content flashing. In this blog, I won't address the problems and explain how to solve it in detail, because I've written a blog about that in [Next.js Redirect Without Flashing Content](https://theodorusclarence.com/blog/nextjs-r...
theodorusclarence
1,405,997
Iteration or Recursion?
One of the most common misconception or jeopardy arises when encountering Data Structure &...
0
2023-04-16T09:57:10
https://dev.to/noorejannatnafia/iteration-or-recursion-13mk
One of the most common misconception or jeopardy arises when encountering Data Structure & Algorithms. **Iteration:** Iteration is the repetition of a process. **Recursion:** Recursion is the process of calling a certain function by itself. The definitions might make them appear similar. However, there are several d...
noorejannatnafia
1,406,008
Big O Notation
A brief overview of Big O notation 📌Big O notation is a mathematical notation used to...
0
2023-03-18T19:16:09
https://dev.to/alisamirali/big-o-notation-j34
algorithms, programming, computerscience
## A brief overview of Big O notation --- 📌Big O notation is a mathematical notation used to describe the complexity or running time of an algorithm. It is used to compare the efficiency of algorithms by analyzing how the time and space requirements grow as the input size increases. In other words, it tells us how q...
alisamirali
1,406,138
How to dynamically stream video
Build it yourself or use Cloudinary Dynamic video streaming is a video delivery technique...
22,300
2023-03-18T21:56:45
https://timbenniks.dev/writing/how-to-dynamically-stream-video
video, cloudinary, streaming
## Build it yourself or use Cloudinary Dynamic video streaming is a video delivery technique that adjusts the quality of a video stream in real time. It does this according to detected bandwidth and CPU capacity of a user. In this article we will explore the two techniques which allow you to dynamically stream video. ...
timbenniks
1,406,395
web seo gestión andorra
web seo gestión andorra : En los últimos tiempos, la presencia en línea de una empresa es muy...
0
2023-03-19T05:42:32
https://dev.to/ad700manag47099/web-seo-gestion-andorra-710
**[web seo gestión andorra](https://ad700management.com/como-conseguir-el-consultor-seo-adecuado-en-andorra/)** : En los últimos tiempos, la presencia en línea de una empresa es muy esencial para aumentar su alcance para captar clientes potenciales y maximizar sus ventas. Entonces, los empresarios estratégicos están po...
ad700manag47099
1,406,560
Appium automation code structure
Desired Capabilities: Desired capabilities are a set of key-value pairs that specify the...
0
2023-03-19T10:34:43
https://dev.to/khairunnaharnowrin/appium-automation-code-structure-fk9
**Desired Capabilities**: Desired capabilities are a set of key-value pairs that specify the characteristics of the device or emulator to be used for testing. This includes details such as device name, platform version, app package name, and app activity name. These capabilities are used to initialize the driver object...
khairunnaharnowrin
1,406,561
5 Reasons That Will Justify the Surge of Online Learning
Introduction Online learning is a medium through which students can participate in courses...
0
2023-04-28T07:58:04
https://www.showwcase.com/show/34274/5-reasons-that-will-justify-the-surge-of-online-learning
programming, beginners, career, learning
## Introduction Online learning is a medium through which students can participate in courses available on the internet. People can choose to learn anything they want from the convenience of their own homes without having to travel to lecture halls or classrooms. On the other hand, subject-matter experts get the oppo...
sriparno08
1,406,601
How to use mixins - Part 1
If you've ever checked the source code of a CSS framework, you might have noticed the use of @mixin...
0
2023-03-19T12:42:05
https://dev.to/sanjusudheerm/how-to-use-mixins-part-1-43h9
If you've ever checked the source code of a CSS framework, you might have noticed the use of @mixin statements. Have you ever wondered how mixins work, or how you can incorporate them into your code? To elaborate, mixins are a Sass utility that allows you to encapsulate styles into a single rule. You define a mixin us...
sanjusudheerm
1,406,652
Thoughts on the current state of AI
Here we are! AI is the big thing everyone was expecting for years now. It's not a new idea. More than...
22,485
2023-03-19T13:22:14
https://ochsenbein.red/blog/musings-on-ai/
ai, openai, datascience, chatgpt
Here we are! AI is the big thing everyone was expecting for years now. It's not a new idea. More than half a century ago science fiction writers were already talking about it. But now it is here. What will we do with it? Where will it lead to? What happens to our society? To be honest: Nobody knows what the future wil...
syeo66
1,406,664
The Ultimate Checklist to Streamline Your Workflow and Boost Your Income
Hey there, coding aficionados! Are you ready to take your full stack web development game to the next...
0
2023-03-20T13:07:31
https://dev.to/jimmymcbride/the-ultimate-checklist-to-streamline-your-workflow-and-boost-your-income-1b91
webdev, career, discuss, productivity
Hey there, coding aficionados! Are you ready to take your full stack web development game to the next level? Today, I'm bringing you the ultimate checklist of five full stack web development hacks that'll not only streamline your workflow but also help you rake in that sweet, sweet cash. Buckle up for a wild ride fille...
jimmymcbride
1,406,839
Overcoming Resistance in Software Engineering
As software engineers, we face numerous obstacles in our work. From challenging coding problems to...
0
2023-03-19T17:37:18
https://dev.to/_jmsrsd/overcoming-resistance-in-software-engineering-3no8
As software engineers, we face numerous obstacles in our work. From challenging coding problems to demanding deadlines, it can be easy to become overwhelmed and discouraged. But one of the biggest obstacles we face is something that is often internal: Resistance. Resistance can take many forms, from negative self-talk...
_jmsrsd
1,406,851
Setting a Theme in Svelte using Hooks
This is a follow-up post to Secure Authentication in Svelte using Hooks to expand on our Hooks file....
22,310
2023-03-19T17:56:22
https://dev.to/brewhousedigital/setting-a-theme-in-svelte-using-hooks-162i
svelte, theme, javascript, tutorial
This is a follow-up post to [Secure Authentication in Svelte using Hooks](https://dev.to/brewhousedigital/secure-authentication-in-svelte-using-hooks-k5j) to expand on our Hooks file. If you're looking for a way to implement authentication in your SvelteKit app, definitely check out that article. If you've ever built ...
brewhousedigital
1,426,315
This is my first doc
Hello world
0
2023-04-04T21:45:03
https://dev.to/matheolm/this-is-my-first-doc-59go
Hello world
matheolm
1,406,947
Apache-age: A Powerful and Open Source Graph Database Solution. [Part # 2]
Querying the Data Welcome back to our series on building a social network app with...
0
2023-03-19T19:38:10
https://dev.to/kamleshmmb45/apache-age-a-powerful-and-open-source-graph-database-solution-part-2-c82
apacheage, postgresqextension, database, opensource
## Querying the Data Welcome back to our series on building a social network app with apche-age! In our previous blog post, we covered the basics of data modeling, setting up Neo4j, creating the graph, and adding sample data. Now that we have our graph populated with users, posts, comments, and relationships, it's ...
kamleshmmb45
1,423,734
Second check-in for project 2
A link to the github repo can be found here. A lot of progress has been made since the last post. ...
0
2023-04-02T23:54:57
https://dev.to/pjstrauss12/second-check-in-for-project-2-5g6d
A link to the github repo can be found [here](https://github.com/pjstrauss12/badge-list). A lot of progress has been made since the last post. The badge API is wired up and the CSS code is near completion to get it looking like our comp. We unfortunately have not been able to get the search functions up and running ...
pjstrauss12
1,423,741
Git branches
In this blog post we will be making an in-depth review of the git branches models. Git branches are a...
22,466
2023-04-03T00:35:20
https://dev.to/alcb1310/git-branches-1og6
webdev, git, github, tutorial
In this blog post we will be making an in-depth review of the git branches models. Git branches are a part of your everyday development process. Each branch is effectively a snapshot of your changes. Every time you want to update your code, either a new feature, fix a bug, o any other modification to your code indepen...
alcb1310
1,423,744
VSCode - Hidden Browser Inside
There are a lot of options like npm packages or VSCode extension to create a live server. For me, one...
15,252
2023-04-03T02:27:32
https://dev.to/equiman/vscode-browser-inside-2b06
vscode, productivity, webdev, programming
There are a lot of options like **npm packages** or **VSCode extension** to create a live server. For me, one of the better is using Vite as a live server ```bash npx vite dev --port 3000 ``` It's my favorite option because it can be used on projects that don't use vite under the hood, given us Hot Reload with a simp...
equiman
1,423,771
How to monitor an app in production using Discord channels
Observability is an extremely important practice for you having an idea of what is happening in your...
0
2023-04-03T14:34:05
https://dev.to/vinibgoulart/how-to-monitor-an-app-in-production-using-discord-chanels-foh
tutorial, typescript, programming
Observability is an extremely important practice for you having an idea of what is happening in your app and receive updates from new interactions. We will see how to send new messages to a discord channel, this allows us to monitor interactions in production of our application, such as a new api call, a new login, or...
vinibgoulart
1,423,784
Project 2 Week 12 Homework
Progression you've made CSS is starting to more closely resemble the model. Search function is not...
0
2023-04-03T03:06:24
https://dev.to/lloyd64/project-2-week-12-homework-27dh
**Progression you've made** CSS is starting to more closely resemble the model. Search function is not completely working but we have looked at other examples on how to get it working and have started to implement that. **How did you get the relationship between Searching and rendering results working** Watched a you...
lloyd64
1,423,802
The Future of Code: When Humans and AI Collaborate
In recent years, there has been a lot of talk about the rise of artificial intelligence (AI) and the...
0
2023-04-03T03:52:18
https://dev.to/bhavin9920/the-future-of-code-when-humans-and-ai-collaborate-24jb
ai, programming, discuss, news
In recent years, there has been a lot of talk about the rise of **artificial intelligence (AI)** and the potential impact it could have on various industries. But what about the future of code? Will AI replace human developers, or will they work together to create even more innovative solutions? The answer lies in a c...
bhavin9920
1,423,865
Compatibility Testing Tutorial: A Comprehensive Guide With Examples And Best Practices
Compatibility testing is a technique to check the functionality of software applications across...
0
2023-04-03T05:15:44
https://dev.to/nazneenahmd/compatibility-testing-tutorial-a-comprehensive-guide-with-examples-and-best-practices-2jlc
Compatibility testing is a technique to check the functionality of software applications across different web browsers and versions, mobile devices, databases, operating systems, hardware, and networks. This process typically ensures the software applications work correctly across all platforms and environments as inte...
nazneenahmd
1,423,976
The Most Detailed Selenium PHP Guide (With Examples)
The Selenium automation framework supports many programming languages such as Python, PHP, Perl,...
0
2023-04-03T08:43:51
https://www.lambdatest.com/blog/selenium-php-tutorial/
php, webdev, tutorial, programming
The Selenium automation framework supports many programming languages such as Python, PHP, Perl, Java, C#, and Ruby. But if you are looking for a server-side programming language for automation testing, [Selenium WebDriver](https://www.lambdatest.com/blog/selenium-webdriver-tutorial-with-examples/?utm_source=devto&utm_...
himanshusheth004
1,423,990
Bind Route Info to Component Inputs (New Router feature)
Pass router info to routed component inputs Topics covered in this...
0
2023-04-05T15:41:34
https://eneajahollari.medium.com/bind-route-info-to-component-inputs-new-router-feature-1d747e559dc4
angular, router, input, v16
### Pass router info to routed component inputs #### Topics covered in this article: - How it works today - How it will work in Angular v16 - How to use it - How to migrate to the new API - How to test it - Caveats When building applications with Angular, most of the time we use the Router to render different pages f...
eneajaho
1,423,995
V8 JavaScript engine — Understanding JavaScript API Requests and Responses in the Data Fetching lifecycle
We know that data fetching is a crucial aspect of modern web development with the increasing complexity of web applications needing to work.
0
2023-04-03T09:08:39
https://dev.to/rodcast/v8-javascript-engine-understanding-javascript-api-requests-and-responses-in-the-data-fetching-lifecycle-1m6j
javascript, node, webdev, programming
--- title: V8 JavaScript engine — Understanding JavaScript API Requests and Responses in the Data Fetching lifecycle published: true description: We know that data fetching is a crucial aspect of modern web development with the increasing complexity of web applications needing to work. tags: javascript, node, webdev,pr...
rodcast
1,424,161
OpenAPI 3.1 - The Gnarly Bits
An in-depth look at the differences between OpenAPI 3.0 and 3.1
0
2023-04-03T13:08:00
https://dev.to/mikeralphson/openapi-31-the-gnarly-bits-58d0
openapi, oas, api
--- title: OpenAPI 3.1 - The Gnarly Bits published: true description: An in-depth look at the differences between OpenAPI 3.0 and 3.1 tags: openapi, oas, api, apis cover_image: https://user-images.githubusercontent.com/21603/229518009-ea09c9ba-764c-439f-8f21-5f31f84470e1.jpeg # Use a ratio of 100:42 for best results. p...
mikeralphson
1,424,212
Virtual Coffee Lightning Talks
Virtual Coffee streamed lightning talks last week. Today our AV team has clipped them from the 3 hour...
0
2023-04-03T14:12:16
https://dev.to/jarvisscript/virtual-coffee-lightning-talks-48km
discuss, javascript, career, speaking
Virtual Coffee streamed lightning talks last week. Today our AV team has clipped them from the 3 hour stream to individual talks. So you can watch or re-watch these short videos. The talks covered Public speaking, regular expression, story telling, Job hunt, survivor bias and more. {% embed https://www.youtube.com/w...
jarvisscript
1,424,311
#interpreted_language
Q: What is interpreted language means? An interpreted language is a programming language...
0
2023-04-03T14:26:16
https://dev.to/mahfuzurrahman01/interpretedlanguage-318l
webdev, javascript, beginners, programming
## Q: What is interpreted language means? An interpreted language is a programming language where the code is executed directly, without being compiled into machine code first. In an interpreted language, the source code is read by the interpreter, which then executes the instructions directly. Interpreted languages ...
mahfuzurrahman01
1,424,763
Create Your Technical Interview Toolkit: Plan and Prepare for Your Next Software Engineering Interview
It's time to create your technical interview toolkit! Fill it with resources that will help you plan,...
0
2023-04-03T15:45:05
https://dev.to/bytesofbree/create-your-technical-interview-toolkit-plan-and-prepare-for-your-next-software-engineering-interview-322d
career, technicalinterviews
It's time to create your technical interview toolkit! Fill it with resources that will help you plan, prepare, and pass your next software engineering interview. Coding interviews can feel difficult, but with the right preparation, you'll walk into your next interview with confidence. These are some of my favorite res...
bytesofbree
1,424,776
WebRtc Websocket
I have developed a application for video chat app to connect random developers for coding problem...
0
2023-04-03T16:11:25
https://dev.to/veercodeprog/webrtc-websocket-142i
node, javascript, programming, tutorial
I have developed a application for video chat app to connect random developers for coding problem solving hangout. I want to integrate screen sharing option in it,any references...
veercodeprog
1,424,801
Create a custom Symfony Normalizer for mapping values
The requirements and history The task was to integrate a CRM (Emarsys) into the...
22,911
2023-04-03T16:33:06
https://dev.to/alaugks/create-a-custom-symfony-normalizer-for-mapping-values-4nc2
symfony, php, api
--- title: "Create a custom Symfony Normalizer for mapping values" published: true description: tags: symfony, php, api series: Mapping FieldValueIDs for the payload of the Emarsys API --- ## <a name="the_requirements_and_history"></a> The requirements and history The task was to integrate a CRM ([Emarsys](https://em...
alaugks
1,424,810
The future of Code Testing and Debugging is here
Artificial intelligence (AI) is revolutionizing the way we test and debug code. The use of AI in code...
0
2023-04-03T16:59:30
https://dev.to/ananddas/the-future-of-code-testing-and-debugging-is-here-3l2b
debug, codequality, future
Artificial intelligence (AI) is revolutionizing the way we test and debug code. The use of AI in code testing and debugging can help developers to write more efficient and secure code, while also reducing the time and resources required to test and debug code. In this post, we will explore the ways in which AI is being...
ananddas
1,424,843
Let's expect change and reload!
It's often that we create a service that is supposed to change an attribute on an ActiveRecord...
0
2023-04-03T17:44:09
https://dev.to/szymonlipka/lets-expect-change-and-reload-1dhp
ruby, rails, testing, webdev
It's often that we create a service that is supposed to change an attribute on an ActiveRecord object. Testing such a service is tricky at times. ## Expect change Let's say we have an incorrect service that is supposed to update a name of a user in a database, which is looking like this: ```ruby class UpdateUserNam...
szymonlipka
1,425,068
What is SAML and how SAML authentication works
What is SAML Security Assertion Markup Language (SAML) is an XML-based standard protocol...
22,478
2023-04-03T20:43:22
https://ssojet.com/blog/what-is-saml-and-how-saml-authentication-works/
saml, sso, tutorial, webdev
## What is SAML Security Assertion Markup Language (SAML) is an XML-based standard protocol for exchanging authentication data between two parties. SAML is designed to enable Single Sign- On (SSO) across different applications and systems that belong to the same organization or consortium. SAML allows a user to log in...
devsso
1,425,120
The AWS Academy Cloud Architecting - Capstone Project
The AWS Academy Cloud Architecting Capstone Project was all about designing and implementing a...
0
2023-04-04T12:22:50
https://dev.to/efat25/the-aws-academy-cloud-architecting-capstone-project-492f
aws, cloud
The AWS Academy Cloud Architecting Capstone Project was all about designing and implementing a cloud-based solution using Amazon Web Services to solve a particular business problem. This included developing an architectural plan, deploying and configuring the required AWS services, and implementing the solution using i...
efat25
1,425,138
Considerations before creating a hybrid infrastructure with AWS
What is a Hybrid Architecture? A hybrid architecture combines computing resources, including local...
0
2023-04-03T22:58:49
https://dev.to/aws-builders/considerations-before-creating-a-hybrid-infrastructure-with-aws-4j2f
**What is a Hybrid Architecture?** A **hybrid architecture** **combines computing resources**, **_including local infrastructure_** **and _cloud-based services_**. This is typically done by companies that **want to leverage the benefits of cloud computing while still maintaining control** over specific digital **dat...
luzma_1
1,425,423
Coding a Port Scanner with Python
Port scanning is a way for determining which ports on a network device are open, whether it's a...
0
2023-04-04T05:34:51
https://dev.to/jsquared/coding-a-port-scanner-with-python-5he7
ethicalhacking, security, cybersecurity, penetrationtesting
Port scanning is a way for determining which ports on a network device are open, whether it's a server, a router, or a regular machine. To simply put it, a port scanner is just a script or a program that is designed to probe a host for open ports. In this blog, I will show you step-by-step how to code a simple port sc...
jsquared
1,425,558
Project 2 Update - 4/4
Update Overall in terms of the project we have made progress with setting everything up,...
0
2023-04-04T10:01:48
https://dev.to/adeo123/project-2-update-44-54m
# Update - Overall in terms of the project we have made progress with setting everything up, we have also got the card working so that the the variables on the card can be changed through the constructor instead of hard coded values, we are working on implementing the search feature, but are facing some difficulties i...
adeo123
1,425,652
Django
Secret key In Django, the secret key is a string of random characters used for...
0
2023-04-04T10:34:03
https://dev.to/__saravanan__/django-2l5f
## Secret key In Django, the secret key is a string of random characters used for cryptographic signing and protection against attacks such as session hijacking, cross-site request forgery, and other malicious activities. In a new Django project, a secret key is automatically generated and stored in the settings.py f...
__saravanan__
1,425,699
Türkisches iptv kaufen
Sie möchten türkisches IPTV kaufen ? gehen Sie auf dort können Sie sich eine 24 stunden iptv...
0
2023-04-04T11:38:36
https://dev.to/smartiptv/turkisches-iptv-kaufen-3h7a
turkey, iptv
Sie möchten türkisches IPTV kaufen ? gehen Sie auf [](https://iptv25.net) dort können Sie sich eine 24 stunden iptv testline für Türkei holen. Wir haben viele Türkische Sender über IPTV. Testen Sie heute noch unser IPTV es ist sehr stabil für Türkei, sehr viele auswanderer schauen unser Türkisches IPTV
smartiptv
1,425,764
Method Overriding and Overloading in Java
Hello everyone 🤘🏼 In this article, we'll be taking a look at the concepts of method overloading and...
0
2023-04-05T00:00:00
https://dev.to/baytendev/method-overriding-and-overloading-in-java-47cm
java, beginners, programming, algorithms
Hello everyone 🤘🏼 In this article, we'll be taking a look at the concepts of method **overloading** and **overriding** in Java, which I believe are often forgotten and confused by beginners (at least I was 😁). Before delving into these two concepts in detail, I'd like to briefly mention them. Method overriding is ...
baytendev
1,425,834
Ternary Operators in under 200 words!
Have you ever wanted to write an if-else statement in one line? Welcome to Ternary Operators! The...
0
2023-04-10T04:11:19
https://dev.to/connor-ve/ternary-operators-in-under-200-words-2e6l
java, python, programming, tutorial
Have you ever wanted to write an if-else statement in one line? Welcome to Ternary Operators! The basic format of a Ternary Operator follows the pseudo code below : ``` (conditional) ? true-value : false-value ``` This simple concept allows a user to pass a conditional and replace that line of code with either the tr...
connor-ve
1,425,866
Notes from competing in my first CTF
Last weekend, I competed in the National Cyber League (NCL), my first cybersecurity CTF. I wrote down notes about the tools I used in the challenges and wanted to share in case anyone is curious to know how CTFs work.
0
2023-04-04T15:54:51
https://charliegerard.dev/blog/competing-cybersecurity-ctf-ncl
cybersecurity, ctf, security
--- title: Notes from competing in my first CTF published: true description: Last weekend, I competed in the National Cyber League (NCL), my first cybersecurity CTF. I wrote down notes about the tools I used in the challenges and wanted to share in case anyone is curious to know how CTFs work. tags: cybersecurity, ctf,...
devdevcharlie
1,425,972
12 Factors: Revisiting the 7th Factor - Port Binding
Welcome to my blog! Hello everyone! In this article, we will continue our series on the 12 factors...
0
2023-04-04T15:50:19
https://dev.to/luizsfer/12-factors-revisiting-the-7th-factor-port-binding-l8f
beginners, programming, devops, cloud
Welcome to my blog! Hello everyone! In this article, we will continue our series on the [12 factors](https://12factor.net/) for the development of modern applications, inspired by the books of the legendary Martin Fowler. If you missed our previous articles, feel free to check out the [other factors](https://luizferre...
luizsfer
1,426,047
Rice University Boot Camp
April (week 1) Started the pre-course studies this week. So far, no problems. A lot of what I have...
0
2023-04-04T17:12:39
https://dev.to/douglasmarsalis/rice-university-boot-camp-20hn
April (week 1) Started the pre-course studies this week. So far, no problems. A lot of what I have studied from CodeCademy, FreeCodeCamp and other sites has so far been helpful. I also started studying from the Head First JavaScript Programming book for practice on JS. I want to have a basic understanding of that b...
douglasmarsalis
1,426,307
Using Variables in CSS makes it easy, try to learn the basics through my post...
Think about this if a client came to you or you had a project working on it in a company, and you...
0
2023-04-04T21:22:22
https://dev.to/marwanahmed77/using-variables-in-css-makes-it-easy-try-to-learn-the-basics-through-my-post-2i6
css, frontend, webdev, variables
Think about this if a client came to you or you had a project working on it in a company, and you were required to create a website and use CSS in it, and you wrote, for example, 6000 lines of CSS code, and after you handed over the project, the client came to you and said, “This color is not the best thing for me, and...
marwanahmed77
1,426,700
How to cultivate goods connections
Birds of a feather flock together. In nature, animals are mostly found in...
0
2023-04-05T02:37:43
https://dev.to/daniellimae/how-to-cultivate-goods-connections-58ji
# Birds of a feather flock together. In nature, animals are mostly found in herds/groups. Wolves in Packs, fish in shoals, cows at cattle ... And Developers at Communities . Actually, create groups to show your importance for then or to help you to get better positions are the natural way of human. The benefits of b...
daniellimae
1,426,716
Kubernetes 101, part VI, daemonsets
For most use cases, deploying core business apps in Kubernetes using Deployments for stateless...
21,979
2023-04-05T03:46:25
https://dev.to/leandronsp/kubernetes-101-part-vi-daemonsets-1ph0
kubernetes, docker
For most use cases, deploying **core business apps** in Kubernetes using [Deployments](https://dev.to/leandronsp/kubernetes-101-part-iv-deployments-20m3) for stateless applications and [StatefulSets](https://dev.to/leandronsp/kubernetes-101-part-v-statefulsets-5dob) for stateful applications is good enough. Not rare,...
leandronsp
1,426,718
AI (de)generated design =)
Oh, sure I will buy 1 billion credits after such perfect test result! stockimg.ai, 1 credit is not...
0
2023-04-05T03:37:14
https://dev.to/mnsrff/ai-degenerated-design--26f9
Oh, sure I will buy 1 billion credits after such perfect test result! ![Image description](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u0fh80hcasfgi9hlv6y5.png) stockimg.ai, 1 credit is not enough to test!
mnsrff
1,426,790
How To Import Local Files In Golang In 4 Easy Steps
If you're a Golang developer, you may have found yourself in need of importing local files into your...
0
2023-04-05T06:12:02
https://dev.to/coder9/how-to-import-local-files-in-golang-in-4-easy-steps-32gi
go, abotwrotethis
If you're a Golang developer, you may have found yourself in need of importing local files into your project. It's a common situation that can be handled easily with just a few simple steps. In this article, we will show you how to import local files in Golang in 4 easy steps. ## Step 1: Create a new package The first...
coder9
1,426,944
Different models in computer programming
There are several models in computer programming, which provide a structure and methodology for...
0
2023-04-05T09:45:22
https://dev.to/akshays81992169/different-models-in-computer-programming-7l9
computerscience, programming
There are several models in computer programming, which provide a structure and methodology for designing and implementing software applications. Some of the commonly used models are: **Waterfall model:** This is a sequential model that follows a linear and sequential approach to software development. It consists of...
akshays81992169
1,427,003
The Pros and Cons of In-House vs. Outsourcing Software Development
Introduction Software development has become critical to any business in today's fast-paced digital...
0
2023-04-05T10:27:39
https://dev.to/datarecove95829/the-pros-and-cons-of-in-house-vs-outsourcing-software-development-3fkn
webdev, programming, react
**Introduction** Software development has become critical to any business in today's fast-paced digital world. Whether it's building a website or developing a complex software application, the decision to handle software development in-house or outsource it to a third-party provider is a crucial one that can significa...
datarecove95829
1,427,018
Azure services for .NET developers.
Hi, I am Arun Kumar Palani, Senior software engineer in Luxoft &amp; Microsoft certified solution...
0
2023-04-05T11:12:38
https://dev.to/arunkumar2331996/azure-services-for-developers-3o97
webdev, programming, azure, dotnet
Hi, I am Arun Kumar Palani, Senior software engineer in Luxoft & Microsoft certified solution Architect - Associate level. Let's discuss 6 Azure services, developers might use day to day life if the project is completely developed in Microsoft platform. Before going to discuss in detail let’s see some short in...
arunkumar2331996
1,427,150
Understanding Events in JavaScript
Events are actions or occurrences that happen in the browser, such as a user clicking a button or a...
22,401
2023-04-05T13:40:30
https://makstyle119.medium.com/understanding-events-in-javascript-c9c0ac3e2371
javascript, beginners, programming, makstyle119
**Events** are actions or occurrences that happen in the browser, such as a user clicking a button or a page finishing loading. JavaScript provides a way to handle these events using event listeners. In this blog post, we will discuss events in **JavaScript** and how to handle them using event listeners. What are Even...
makstyle119
1,427,182
Resolvendo problemas no HackerRank: Contando Strings repetidas
Olá, seja bem vindo a mais um Resolvendo problemas no HackerRank: No caso de hoje,vamos resolver um...
0
2023-04-05T14:34:50
https://dev.to/altencirsilvajr/resolvendo-problemas-no-hackerrank-contando-strings-repetidas-19d3
javascript, beginners, programming
Olá, seja bem vindo a mais um Resolvendo problemas no HackerRank: No caso de hoje,vamos resolver um problema de campeonato de programação. Vejamos mais informações com a explicação detalhada e sua resolução. **ACM ICPC Team -** Várias pessoas estarão presentes nas Finais Mundiais do ACM-ICPC . Cada um deles pode ser ...
altencirsilvajr
1,427,192
Creating an Effective Data Breach Response Plan: Essential Elements and Best Practices
A data breach can be a nightmare for any organization, causing damage to reputation, customer trust,...
0
2023-04-05T15:01:47
https://dev.to/essertinc/creating-an-effective-data-breach-response-plan-essential-elements-and-best-practices-4anp
A data breach can be a nightmare for any organization, causing damage to reputation, customer trust, and financial losses. A data breach can occur in several ways, including through cyberattacks, employee errors, or physical theft. Therefore, it is essential to have a well-prepared data breach response plan to minimize...
essertinc
1,427,460
Thoughts on BloombergGPT and Domain Specific LLMs
Bloomberg announced BloombergGPT which looks incredible (direct link to the paper). I think this is a...
0
2023-04-05T19:39:04
https://dev.to/reaminated/thoughts-on-bloomberggpt-and-domain-specific-llms-1mon
ai, discuss, productivity, chatgpt
[Bloomberg](https://www.bloomberg.com/company/press/bloomberggpt-50-billion-parameter-llm-tuned-finance/) announced BloombergGPT which looks incredible ([direct link to the paper](https://arxiv.org/abs/2303.17564)). I think this is a glimpse into the future of LLM models - the idea of domain-specific models, as suggest...
reaminated
1,427,648
Employment opportunities in Chile for software developers and engineers
Hello everyone! I am researching how to get a job as a software developer in Chile, but so far I...
0
2023-04-05T22:27:13
https://dev.to/krlz/employment-opportunities-in-chile-for-software-developers-and-engineers-3hkn
discuss, career, chile, programming
Hello everyone! I am researching how to get a job as a software developer in Chile, but so far I haven't had any success. I would like to ask for the community's help in obtaining more information and recommendations on how to contact Chilean companies. I have noticed that to be successful in job searching, it is impo...
krlz
1,428,029
How To Automate Calendar Using Selenium WebDriver For Testing?
Quite often while buying a movie ticket online or filling up a form, you’d come across calendars to...
0
2023-04-06T07:56:49
https://www.lambdatest.com/blog/how-to-automate-calendar-using-selenium-webdriver-for-testing/
webdev, selenium, tutorial, testing
Quite often while buying a movie ticket online or filling up a form, you’d come across calendars to pick dates and even time. These calendars make the whole process of picking dates much easier and interactive and play a crucial role in enhancing user experience. It would be surprising to find websites, especially in t...
himanshusheth004
1,428,058
Fun and Creative React Projects to Enhance Your Learning Experience
Are you ready to dive into the world of React but tired of dull tutorials and boring projects? Fear...
0
2023-04-06T08:29:43
https://dev.to/j3rry320/fun-and-creative-react-projects-to-enhance-your-learning-experience-15ja
react, webdev, beginners, javascript
**_Are you ready to dive into the world of React but tired of dull tutorials and boring projects?_** Fear not! We have some witty and fun projects that will help you learn React while keeping you entertained. So grab a cup of coffee, get comfortable, and let's React! ![Fun React Projects](https://dev-to-uploads.s3.am...
j3rry320
1,428,636
HTML Cheat Sheet: How to implement tables, links, and more
HTML stands for Hyper Text Markup Language. It is the standard markup language for creating web...
0
2023-04-06T18:50:11
https://www.educative.io/blog/html-cheat-sheet
html, cheatsheet, webdev, tutorial
HTML stands for Hyper Text Markup Language. It is the standard **markup language** for creating web pages. It is used alongside technologies like Cascading Style Sheets (CSS) and JavaScript in modern web development. Web developers use HTML all the time, so it's important to be familiar with the common operations and...
huntereducative
1,428,115
31 berufliches Vorwärtskommen: Der eigentliche Weg – erfolgreiche Leute.
Moin Moin, Leute in deren Leben du, das Eintreten einer beabsichtigten, angestrebten Wirkung...
22,304
2023-04-06T10:21:45
https://dev.to/amustafa16421/31-berufliches-vorwartskommen-der-eigentliche-weg-erfolgreiche-leute-4m48
deutsch, career, austausch, 1min
Moin Moin, Leute in deren Leben du, das Eintreten einer beabsichtigten, angestrebten Wirkung beobachten zu können meinst, lohnen sich genauer von dir unter die Lupe genommen zu werden. In den letzten Beiträgen habe ich anhand von Donald E. Knuth, einige Aspekte der [Karriere-Gestaltung→](https://dev.to/amustafa16421/...
amustafa16421
1,428,255
Promises in JavaScript: A Beginner’s Guide
JavaScript is a language that allows you to write asynchronous code, which means that you can perform...
0
2023-04-06T11:33:05
https://dev.to/ftwoli/promises-in-javascript-a-beginners-guide-3hk3
webdev, javascript, beginners, programming
JavaScript is a language that allows you to write asynchronous code, which means that you can perform multiple tasks at the same time without waiting for one to finish before starting another. For example, you can send a request to a server and continue with other operations while waiting for the response. However, as...
ftwoli
1,428,363
Web Scraping with Python: A Complete Step-by-Step Guide + Code
Python is one of the most known languages for web scraping due to its simplicity, versatility, and...
22,545
2023-04-06T14:03:24
https://gologin.com/blog/web-scraping-with-python
python, webdev, webscraping, tutorial
Python is one of the most known languages for web scraping due to its simplicity, versatility, and abundance of libraries specifically designed for this purpose. With Python, you can easily create web scrapers that can navigate through websites, extract data, and store it in various formats. It’s especially useful for...
gologinapp
1,428,399
Tracking medication dosages made easy with Appwrite’s database
Tracking medication dosages made easy with Appwrite’s database Tracking medication dosages...
0
2023-04-06T14:55:53
https://dev.to/hackmamba/tracking-medication-dosages-made-easy-with-appwrites-database-pde
appwrite, flutter, softwaredevelopment, hackmamba
# Tracking medication dosages made easy with Appwrite’s database Tracking medication dosages is essential for checking the compliance and consistency level in the prescription given by medical personnel (doctors, pharmacists, etc.). Likewise, it’s crucial for patients’ recovery from the illness or medical condition it ...
muyiwexy
1,428,718
what are you working on?
A post by Felexonyango
0
2023-04-06T21:20:50
https://dev.to/felexonyango/what-are-you-working-on-580j
felexonyango
1,428,922
Losing Control
As a new developer, every single day is information overload. I am convinced that the pounding I...
0
2023-04-07T22:39:29
https://dev.to/hillswor/losing-control-5d8o
github, javascript, beginners, webdev
As a new developer, every single day is information overload. I am convinced that the pounding I feel in my head after encountering another challenging concept is actually my brain morphing, evolving and rearranging itself to brace for... you guessed it! More information. Objects, arrays, pure functions, context, TH...
hillswor
1,428,966
New to Bootstrap? Don't Panic! Get Started Now !
Bootstrap is a widely used open-source front-end development framework that allows developers to...
0
2023-04-07T04:47:54
https://dev.to/gaius_001/new-to-bootstrap-lets-learn-together--i41
webdev, bootstrap, css, html
Bootstrap is a widely used open-source front-end development framework that allows developers to create responsive and mobile-first websites quickly. Bootstrap simplifies the process of designing a website by providing pre-built UI components, responsive grids, and JavaScript plugins. In this technical write-up, we wi...
gaius_001
1,428,991
Content.Mozfire.in: The AI-Powered Platform for Effortless Content Creation
Introduction: In today's fast-paced digital world, content creation has become more important than...
0
2023-04-07T05:53:28
https://dev.to/darshiethixxx/contentmozfirein-the-ai-powered-platform-for-effortless-content-creation-1ofl
Introduction: In today's fast-paced digital world, content creation has become more important than ever. With the increase in online businesses, blogs, and social media platforms, the demand for high-quality content has skyrocketed. However, creating compelling and engaging content can be time-consuming and challenging...
darshiethixxx
1,429,074
Six Month AI Pause
Brief video written by GPT4 about the Open Letter promoting a pause on AI training of models larger than GPT4.
0
2023-04-07T07:34:31
https://dev.to/cheetah100/six-month-ai-pause-509h
gpt4, ai
--- title: Six Month AI Pause published: true description: Brief video written by GPT4 about the Open Letter promoting a pause on AI training of models larger than GPT4. tags: gpt4, ai cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vecdlwnyyqcg93nai65t.png # Use a ratio of 100:42 for best results...
cheetah100
1,429,084
Turkish Airlines New York Office
This air administrator's workplaces constantly work to offer ideal support to their clients. The...
0
2023-04-07T08:11:39
https://dev.to/corporateairlinesoffices/turkish-airlines-new-york-office-422p
This air administrator's workplaces constantly work to offer ideal support to their clients. The [Turkish Airlines New York Office](https://corporateairlinesoffices.com/turkish-airlines/turkish-airlines-new-york-airport-office-in-usa/) has selected a productive staff power to investigate its administrations and connect...
corporateairlinesoffices
1,429,175
Ranger: JS Range Syntax for Anything
Following on from my little experiment with a basic number range syntax in JS, I decided (as with...
0
2023-04-08T06:12:17
https://dev.to/jonrandy/ranger-js-range-syntax-for-anything-4djc
javascript, syntax, showdev, programming
Following on from my little [experiment](https://dev.to/jonrandy/js-magic-making-a-range-syntax-55im) with a basic number range syntax in JS, I decided (as with [Metho](https://dev.to/jonrandy/introducing-metho-safely-adding-superpowers-to-js-1lj) and [Turboprop](https://dev.to/jonrandy/turboprop-js-arrays-as-property-...
jonrandy
1,429,193
Why choose letsremotify?
As a software engineer who has worked remotely for many years, I have used various platforms to find...
0
2023-04-07T10:20:17
https://dev.to/muznabatool/why-choose-letsremotify-40lc
As a software engineer who has worked remotely for many years, I have used various platforms to find remote job opportunities. One of the most popular platforms is [letsremotify](https://letsremotify.com/) and I can confidently say that [letsremotify](https://letsremotify.com/) is the better choice for software enginee...
muznabatool
1,429,198
Should I master Python or JavaScript?
Deciding whether to master Python or JavaScript depends on your goals and the type of programming you...
0
2023-04-07T10:25:29
https://dev.to/fredric33761248/should-i-master-python-or-javascript-p2a
Deciding whether to master Python or JavaScript depends on your goals and the type of programming you want to do. Python is a versatile language that is widely used in data analysis, scientific computing, and machine learning. It is also used in web development, server-side programming to [Pinterest free](https://pintd...
fredric33761248
1,429,229
Learning Software Architecture? Start With Why!
61,698,933! That's the number of views (at the time of writing) Simon Sinek's TED talk on 'How great...
0
2023-04-07T11:29:22
https://jameseastham.co.uk/post/software-design/learning-software-architecture/
architecture, design, designpatterns, aws
61,698,933! That's the number of views (at the time of writing) [Simon Sinek's TED talk on 'How great leaders inspire action'](https://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action/no-comments) has. A fundamental idea from the talk is the idea of a golden circle, and how we default to approaching thin...
jeastham1993
1,429,291
What is JSON
JavaScript Object Notation (JSON) is a lightweight text-based format for storing structured data that...
0
2023-04-07T12:21:09
https://dev.to/alexanie_/what-is-json-30e7
json, javascript, jsonstringify, jsonparse
JavaScript Object Notation (JSON) is a lightweight text-based format for storing structured data that can be assembled, parsed and generated by JavaScript and other C-family ( C, C++, C#, Java, JavaScript, Perl, Python) programming languages. # Uses of JSON JavaScript Object Notation (JSON) is used for parsing data i...
alexanie_
1,429,451
Exporting CSV Data from Real Estate Website with BS4
In this article, we will explore how to scrape data from a real estate website using Beautiful Soup...
0
2023-04-07T15:26:12
https://dev.to/damilare_abogunrin/exporting-csv-data-from-real-estate-website-with-bs4-3k3n
bs4, python, csv
In this article, we will explore how to scrape data from a real estate website using Beautiful Soup version 4. Specifically, we will be scraping data on rental apartments in Amsterdam from www.pararius.com, one of the leading real estate websites in the Netherlands. Using BS4, we will parse the HTML content of the we...
damilare_abogunrin
1,429,657
Quem deve implementar a integração da API, Desenvolvedor Backend ou Frontend?
As APIs do backend são projetadas para serem consumidas por outros aplicativos ou serviços. Quando...
0
2023-04-07T18:58:38
https://dev.to/robsonamendonca/quem-deve-implementar-a-integracao-da-api-desenvolvedor-backend-ou-frontend-96f
api, backend, frontend, webdev
As APIs do backend são projetadas para serem consumidas por outros aplicativos ou serviços. Quando falamos de desenvolvimento web, a interação com a API do backend é feita pelo frontend, que é a parte da aplicação acessada pelo usuário final. Quando uma API do backend está pronta para ser usada, é importante entender ...
robsonamendonca
1,429,724
Awesome Supports from other Global Web 3 Leaders in Blockchain Space
Code 247 Foundation is a non-profit organization that focuses on promoting coding skills and...
0
2023-04-07T21:52:13
https://dev.to/femostic4j/awesome-supports-from-other-web-3-leaders-in-blockchain-space-28fk
Code 247 Foundation is a non-profit organization that focuses on promoting coding skills and blockchain technology among African youth, with a particular emphasis on Nigeria. The foundation aims to equip young people with the necessary knowledge and skills needed to thrive in the fast-evolving technological landscape,...
femostic4j
1,429,870
133. Leetcode Solution in cpp
/* // Definition for a Node. class Node { public: int val; vector&lt;Node*&gt; neighbors; ...
0
2023-04-08T03:04:03
https://dev.to/chiki1601/133-leetcode-solution-in-cpp-2p2h
cpp
```cpp /* // Definition for a Node. class Node { public: int val; vector<Node*> neighbors; Node() { val = 0; neighbors = vector<Node*>(); } Node(int _val) { val = _val; neighbors = vector<Node*>(); } Node(int _val, vector<Node*> _neighbors) { val = _va...
chiki1601
1,429,969
Solidity test internal function
To test an internal solidity function, create a child contract that inherits from the contract being...
0
2023-04-08T05:30:18
https://www.rareskills.io/post/solidity-test-internal-function
To test an internal solidity function, create a child contract that inherits from the contract being tested, wrap the parent contract's internal function with an external one, then test the external function in the child. Foundry calls this inheriting contract a "harness" though others call it a "fixture." Don't change...
rareskills
1,430,070
Starter Code - Object Detector Codelab
This demo shows how we can use a pre made machine learning solution to recognize objects (yes, more...
0
2023-04-08T08:54:28
https://dev.to/mohamedsdz/starter-code-object-detector-codelab-4j8b
codepen, coding, practice, javascript
<p>This demo shows how we can use a pre made machine learning solution to recognize objects (yes, more than one at a time!) on any image you wish to present to it. Even better, not only do we know that the image contains an object, but we can also get the co-ordinates of the bounding box for each object it finds, which...
mohamedsdz
1,430,123
AI Color Palette Generator
I just launched a simple color palette generator using AI. Simply input what kind of color scheme...
0
2023-04-08T10:35:10
https://dev.to/rarestoma/ai-color-palette-generator-1fn5
webdev, css, html, color
I just launched a simple color palette generator using AI. Simply input what kind of color scheme you're looking for, and AI will do the work for you. Here are some fun inputs to try: A color palette: - for a rainbow explosion - for 1980 party - for a cotton candy shop Try it: https://www.loopple.com/color-palette-ge...
rarestoma