Logan Bryant
20 posts
What the Heck Is a Viewport?
A lot of web developers (and designers too) don’t really get what the viewport is. Like, why does…
My Development Favorite Commands Cheatsheet
CentOS 8 List any process listening to the given port: lsof -i:5000 To kill a process by ID:…
🚀 Master JavaScript Loops: for, while, do-while & More! 🔄
Loops are a fundamental part of JavaScript, allowing us to automate repetitive tasks, iterate over arrays, and improve…
🌟 Corporate Ladder to Software Developer 🌟
2 kids 5 dogs and Work-Life Balance Anna Johnson spent a lot of her time traveling for her…
Qwen2 Technical Report
This is a Plain English Papers summary of a research paper called Qwen2 Technical Report. If you like…
Product survey findings: Only 15% of users are embracing AI features
Who is leading the race to develop AI products? In May, we surveyed product people around the globe…
Dev: Automation
An Automation Developer is a professional responsible for designing, developing, and implementing automated solutions to streamline processes, increase…
Functional Options Pattern in Go
Introduction In Go, the Functional Options pattern is a powerful technique that allows developers to provide flexible and…
Generate Unlimited AI Images for Free Online
Website :- https://civitai.com/ More :- https://tensor.art/ Here is a draft article on generating unlimited AI images for free…
How to read XLS Spreadsheets with React js.
Intro React, is one of the most popular frontend framework. Thanks to the great community we can easily…