The Mystery Of JSON Conversion Of Int64 To Float64
https://dev.to/aehelaly/the-mystery-of-json-conversion-of-int64-to-float64-5eof
Working with JSON can sound simple & clear, you have some struct, you can change it to JSON — A...
#go #json
▶️join: @readmemdd
The Mystery Of JSON Conversion Of Int64 To Float64
https://dev.to/aehelaly/the-mystery-of-json-conversion-of-int64-to-float64-5eof
Working with JSON can sound simple & clear, you have some struct, you can change it to JSON — A...
#go #json
▶️join: @readmemdd
DEV Community
The Mystery Of JSON Conversion Of Int64 To Float64
Working with JSON can sound simple & clear, you have some struct, you can change it to JSON — A...
Why I Like Golang and Why It's the Best Language for Me.
https://dev.to/aliahadmd/why-i-like-golang-and-why-its-the-best-language-for-me-25d8
When I first started exploring programming languages, I was overwhelmed by the sheer number of...
#go #webdev #javascript
▶️join: @readmemdd
Why I Like Golang and Why It's the Best Language for Me.
https://dev.to/aliahadmd/why-i-like-golang-and-why-its-the-best-language-for-me-25d8
When I first started exploring programming languages, I was overwhelmed by the sheer number of...
#go #webdev #javascript
▶️join: @readmemdd
DEV Community
Why I Like Golang and Why It's the Best Language for Me.
When I first started exploring programming languages, I was overwhelmed by the sheer number of...
Reference Counting vs Tracing Garbage Collection
https://dev.to/devxbr/reference-counting-vs-tracing-garbage-collection-51ac
Olá, Mentes Tech! Você sabe o que é contagem de referência e rastreamento de referências no contexto...
#go #python #braziliandevs
▶️join: @readmemdd
Reference Counting vs Tracing Garbage Collection
https://dev.to/devxbr/reference-counting-vs-tracing-garbage-collection-51ac
Olá, Mentes Tech! Você sabe o que é contagem de referência e rastreamento de referências no contexto...
#go #python #braziliandevs
▶️join: @readmemdd
DEV Community
Reference Counting vs Tracing Garbage Collection
Olá, Mentes Tech! Você sabe o que é contagem de referência e rastreamento de referências no contexto...
FileBrowser is an excellent Web-Based File Manager
https://dev.to/rajibdpi/filebrowser-is-an-excellent-web-based-file-manager-19j4
FileBrowser is a web-based file manager that allows users to manage files and directories on a server...
#filebrowser #cloudstorage #go #vue
▶️join: @readmemdd
FileBrowser is an excellent Web-Based File Manager
https://dev.to/rajibdpi/filebrowser-is-an-excellent-web-based-file-manager-19j4
FileBrowser is a web-based file manager that allows users to manage files and directories on a server...
#filebrowser #cloudstorage #go #vue
▶️join: @readmemdd
DEV Community
FileBrowser is an excellent Web-Based File Manager
FileBrowser is a web-based file manager that allows users to manage files and directories on a server...
بیشتره کاربرا عادت دارن از یک پسورد برای همه حسابهاشون استفاده کنن. حالا اگه یک سایت هک بشه، باقیه اکانت هاشونم به خطر میفته.
در لاراول یک قانونی هست به نام "uncompromised" که کمک میکنه از ایجاد پسورد هایی که قبلاً در سایتهای دیگه لو رفتن جلوگیری بشه که باعث میشه رمز ایمنتری ایجاد بشه.
حالا چجوری این کارو میکنه؟
یه سرویس هست با نام HIBP که پسورد های لورفته در دیتابیسش هست.
این uncompromised نقش رابط بین laravel و سرویسHIBP رو داره و تهش متوجه میشه پسورد ایمنه یا نه و حالا اگه ایمن نباشه هم ولیدیشن به خطا میخوره.
#Laravel
@readmemdd
(به منبع و مثالش توجه کنین👇🏾)
https://x.com/OussamaMater/status/1829613512168976836?s=19
در لاراول یک قانونی هست به نام "uncompromised" که کمک میکنه از ایجاد پسورد هایی که قبلاً در سایتهای دیگه لو رفتن جلوگیری بشه که باعث میشه رمز ایمنتری ایجاد بشه.
حالا چجوری این کارو میکنه؟
یه سرویس هست با نام HIBP که پسورد های لورفته در دیتابیسش هست.
این uncompromised نقش رابط بین laravel و سرویسHIBP رو داره و تهش متوجه میشه پسورد ایمنه یا نه و حالا اگه ایمن نباشه هم ولیدیشن به خطا میخوره.
#Laravel
@readmemdd
(به منبع و مثالش توجه کنین👇🏾)
https://x.com/OussamaMater/status/1829613512168976836?s=19
X (formerly Twitter)
OussamaMater (@OussamaMater) on X
Laravel Tip 💡: Safer Passwords for Users
Users tend to use the same password for all websites, which puts them in danger if their password has been leaked. You can make sure that the user inputs an uncompromised password using the "uncompromised" rule 🚀…
Users tend to use the same password for all websites, which puts them in danger if their password has been leaked. You can make sure that the user inputs an uncompromised password using the "uncompromised" rule 🚀…
Mastering Golang: A Collection of Essential Programming Tutorials
https://dev.to/labex/mastering-golang-a-collection-of-essential-programming-tutorials-3g8g
The article is about a comprehensive collection of 9 essential programming tutorials for mastering the Go (Golang) programming language. It covers a wide range of topics, including HTTP request handling, testing and benchmarking, Golang interfaces, caching components, time and duration management, working with temporary files and directories, channel communication with workers, flexible slice data structures, and implementing timeouts. The tutorials are designed to equip both beginner and experienced Golang developers with the necessary skills and knowledge to become proficient in this powerful and versatile language. The article provides a concise overview of each tutorial, along with direct links to the corresponding lab exercises, making it a valuable resource for anyone looking to deepen their Golang expertise.
#labex #go #programming #tutorials
▶️join: @readmemdd
Mastering Golang: A Collection of Essential Programming Tutorials
https://dev.to/labex/mastering-golang-a-collection-of-essential-programming-tutorials-3g8g
The article is about a comprehensive collection of 9 essential programming tutorials for mastering the Go (Golang) programming language. It covers a wide range of topics, including HTTP request handling, testing and benchmarking, Golang interfaces, caching components, time and duration management, working with temporary files and directories, channel communication with workers, flexible slice data structures, and implementing timeouts. The tutorials are designed to equip both beginner and experienced Golang developers with the necessary skills and knowledge to become proficient in this powerful and versatile language. The article provides a concise overview of each tutorial, along with direct links to the corresponding lab exercises, making it a valuable resource for anyone looking to deepen their Golang expertise.
#labex #go #programming #tutorials
▶️join: @readmemdd
DEV Community
Mastering Golang: A Collection of Essential Programming Tutorials
The article is about a comprehensive collection of 9 essential programming tutorials for mastering the Go (Golang) programming language. It covers a wide range of topics, including HTTP request handling, testing and benchmarking, Golang interfaces, caching…
Development Principles
https://dev.to/lutefd/development-principles-3l2p
Programming is a journey of continuous improvement. As we gain experience, we encounter practices and...
#development #designpatterns #go
▶️join: @readmemdd
Development Principles
https://dev.to/lutefd/development-principles-3l2p
Programming is a journey of continuous improvement. As we gain experience, we encounter practices and...
#development #designpatterns #go
▶️join: @readmemdd
DEV Community
Development Principles
Programming is a journey of continuous improvement. As we gain experience, we encounter practices and...
Cloud Native gaming with kruiseGame
https://dev.to/ashish_kumar_4dc2a7ee7693/cloud-native-gaming-with-kruisegame-49kh
What is kruise-game ? kruise-game is an opensource project under openkruise that aims to...
#kubernetes #cloud #go
▶️join: @readmemdd
Cloud Native gaming with kruiseGame
https://dev.to/ashish_kumar_4dc2a7ee7693/cloud-native-gaming-with-kruisegame-49kh
What is kruise-game ? kruise-game is an opensource project under openkruise that aims to...
#kubernetes #cloud #go
▶️join: @readmemdd
DEV Community
Cloud Native gaming with kruiseGame
What is kruise-game ? kruise-game is an opensource project under openkruise that aims to...
Go Sync Mutex: Normal and Starvation Mode
https://dev.to/func25/go-sync-mutex-normal-and-starvation-mode-464
This is an excerpt of the post; the full post is available here: Golang Sync Mutex: Normal and...
#go #programming #coding #softwaredevelopment
▶️join: @readmemdd
Go Sync Mutex: Normal and Starvation Mode
https://dev.to/func25/go-sync-mutex-normal-and-starvation-mode-464
This is an excerpt of the post; the full post is available here: Golang Sync Mutex: Normal and...
#go #programming #coding #softwaredevelopment
▶️join: @readmemdd
DEV Community
Go Sync Mutex: Normal and Starvation Mode
This is an excerpt of the post; the full post is available here: Golang Sync Mutex: Normal and...
Handling Errors in Go: A Simple Example
https://dev.to/skillcr/handling-errors-in-go-a-simple-example-24k7
Effective error handling is crucial for building robust Go applications. Here’s a straightforward...
#go #errors #logging #beginners
▶️join: @readmemdd
Handling Errors in Go: A Simple Example
https://dev.to/skillcr/handling-errors-in-go-a-simple-example-24k7
Effective error handling is crucial for building robust Go applications. Here’s a straightforward...
#go #errors #logging #beginners
▶️join: @readmemdd
DEV Community
Handling Errors in Go: A Simple Example
Effective error handling is crucial for building robust Go applications. Here’s a straightforward...
WatchYourLAN 2.0 - lightweight network IP scanner
https://dev.to/aceberg/watchyourlan-20-lightweight-network-ip-scanner-p8c
Main features of WatchYourLAN Send notification when new host is found Monitor hosts...
#showdev #go #network
▶️join: @readmemdd
WatchYourLAN 2.0 - lightweight network IP scanner
https://dev.to/aceberg/watchyourlan-20-lightweight-network-ip-scanner-p8c
Main features of WatchYourLAN Send notification when new host is found Monitor hosts...
#showdev #go #network
▶️join: @readmemdd
DEV Community
WatchYourLAN 2.0 - lightweight network IP scanner
Main features of WatchYourLAN Send notification when new host is found Monitor hosts...
Introducing Duwa a Chichewa Programming Language
https://dev.to/sevenreup/introducing-duwa-a-chichewa-programming-language-126k
What is Duwa? Duwa 🌺 is my labor of love—a simple esoteric language (esolang) that...
#go #duwa
▶️join: @readmemdd
Introducing Duwa a Chichewa Programming Language
https://dev.to/sevenreup/introducing-duwa-a-chichewa-programming-language-126k
What is Duwa? Duwa 🌺 is my labor of love—a simple esoteric language (esolang) that...
#go #duwa
▶️join: @readmemdd
DEV Community
Introducing Duwa a Chichewa Programming Language
What is Duwa? Duwa 🌺 is my labor of love—a simple esoteric language (esolang) that...
DevOpsifying a Go Web Application: An End-to-End Guide
https://dev.to/iamamash/devopsifying-a-go-web-application-an-end-to-end-guide-17bm
Introduction In this post, I will guide you through the process of DevOpsifying a Go-based...
#go #devops #aws #kubernetes
▶️join: @readmemdd
DevOpsifying a Go Web Application: An End-to-End Guide
https://dev.to/iamamash/devopsifying-a-go-web-application-an-end-to-end-guide-17bm
Introduction In this post, I will guide you through the process of DevOpsifying a Go-based...
#go #devops #aws #kubernetes
▶️join: @readmemdd
DEV Community
DevOpsifying a Go Web Application: An End-to-End Guide
Introduction In this post, I will guide you through the process of DevOpsifying a Go-based...
Improving MongoDB Operations in a Go Microservice: Best Practices for Optimal Performance
https://dev.to/m3talux/improving-mongodb-operations-in-a-go-microservice-best-practices-for-optimal-performance-59f
Introduction In any Go microservice utilizing MongoDB, optimizing database operations is...
#mongodb #go #performance #database
▶️join: @readmemdd
Improving MongoDB Operations in a Go Microservice: Best Practices for Optimal Performance
https://dev.to/m3talux/improving-mongodb-operations-in-a-go-microservice-best-practices-for-optimal-performance-59f
Introduction In any Go microservice utilizing MongoDB, optimizing database operations is...
#mongodb #go #performance #database
▶️join: @readmemdd
DEV Community
Improving MongoDB Operations in a Go Microservice: Best Practices for Optimal Performance
Introduction In any Go microservice utilizing MongoDB, optimizing database operations is...
سازنده لاراول اعلام کرد که ۵۷ میلیون دلار از شرکت Accel برای توسعهی لاراول فاند گرفته.
▶️join: @readmemdd
https://x.com/taylorotwell/status/1831668872732180697
▶️join: @readmemdd
https://x.com/taylorotwell/status/1831668872732180697
Calculating Ogg Audio Duration in Go: A Step-by-Step Guide
https://dev.to/mmvergara/calculating-ogg-audio-duration-in-go-a-step-by-step-guide-1igh
I was trying to clone discord and i found out they use ogg formats for audio (i think), im trying to...
#go #audio #ogg #programming
▶️join: @readmemdd
Calculating Ogg Audio Duration in Go: A Step-by-Step Guide
https://dev.to/mmvergara/calculating-ogg-audio-duration-in-go-a-step-by-step-guide-1igh
I was trying to clone discord and i found out they use ogg formats for audio (i think), im trying to...
#go #audio #ogg #programming
▶️join: @readmemdd
DEV Community
Calculating Ogg Audio Duration in Go: A Step-by-Step Guide
I was trying to clone discord and i found out they use ogg formats for audio (i think), im trying to...
Lets GO!
https://dev.to/manujdixit/lets-go-4i13
Why You Need to Try GO Go is a fast, lightweight, and statically typed compiled language...
#go #programming #beginners #softwaredevelopment
▶️join: @readmemdd
Lets GO!
https://dev.to/manujdixit/lets-go-4i13
Why You Need to Try GO Go is a fast, lightweight, and statically typed compiled language...
#go #programming #beginners #softwaredevelopment
▶️join: @readmemdd
DEV Community
Lets GO!
Why You Need to Try GO Go is a fast, lightweight, and statically typed compiled language...
Benchmark with Golang
https://dev.to/pedrobertao/benchmark-with-golang-md4
Hello Gophers 👋 In this blog post, I will show you how to use an awesome tool built into the #golang...
#go #testing #benchmark #backend
▶️join: @readmemdd
Benchmark with Golang
https://dev.to/pedrobertao/benchmark-with-golang-md4
Hello Gophers 👋 In this blog post, I will show you how to use an awesome tool built into the #golang...
#go #testing #benchmark #backend
▶️join: @readmemdd
DEV Community
Benchmark with Golang
Hello Gophers 👋 In this blog post, I will show you how to use an awesome tool built into the #golang...
👍1
Laravel's $57M Funding: A Step Forward, Not a Sellout
https://dev.to/codewithcaen/laravels-57m-funding-a-step-forward-not-a-sellout-4pf2
A New Era for Laravel is underway. Holy smokes, folks! Laravel just exciting a whopping...
#news #discuss #laravel #php
▶️join: @readmemdd
Laravel's $57M Funding: A Step Forward, Not a Sellout
https://dev.to/codewithcaen/laravels-57m-funding-a-step-forward-not-a-sellout-4pf2
A New Era for Laravel is underway. Holy smokes, folks! Laravel just exciting a whopping...
#news #discuss #laravel #php
▶️join: @readmemdd
DEV Community
Laravel's $57M Funding is a Step Forward, Not a Sellout
A New Era for Laravel is underway. Holy smokes, folks! Laravel just exciting a whopping...
👍1