• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

Результаты поиска

  1. Lomanu4

    Rediscovering ACID – The Foundation of Reliable Databases

    As engineers, we use transactions all the time — BEGIN, COMMIT, and maybe a rollback if things go south. But recently, I realized I hadn’t truly internalized what makes those transactions reliable. That curiosity led me to revisit the ACID properties — a foundational concept we all learn early...
  2. Lomanu4

    [Boost]

    From Beginner to Pro: Docker + Terraform for Scalable AI Agents Karan Verma for Docker ・ May 3 #docker #terraform #aideployment #mlops Читать далее...
  3. Lomanu4

    Why Linking your Test Scripts with the Test Management Tool is a Game-Changer!

    Let’s talk about something that often gets overlooked in the hustle of automation, syncing your automated test scripts with your test management system! You might think, “Eh, my tests run fine. I’ve got my green ticks on the pipeline. Why bother?” Well, hold onto that thought, because today...
  4. Lomanu4

    Junior vs Mid vs Senior Developer: What’s the Real Difference?

    If you've ever worked on a dev team, you’ve probably noticed it: not all developers with the same title operate at the same level. Some juniors write better code than mids. Some seniors… well, are just loud middles. So what actually separates a junior developer from a mid-level or senior...
  5. Lomanu4

    Intro to accessibility testing

    You’ve probably already heard we should make all our front-end work accessible. It helps make sure everyone can have the best experience when using the digital services, products, or platforms we've created. But how do we know whether our work is accessible? The most efficient way is to make...
  6. Lomanu4

    Grecho: A Lightweight HTTP Echo Server in Rust

    https://github.com/sgchris/grecho Echo servers are invaluable tools for testing and debugging. In my case I used it for testing my web client that I created for a specific project. There are many echo servers out there, but Grecho gives you full control over the response that you get, with the...
  7. Lomanu4

    OpenAI Codex vs GPT

    OpenAI Codex is a specialized AI model fine-tuned from GPT-3, designed specifically for understanding and generating code. While GPT-3 is a general-purpose language model, Codex is optimized for programming tasks and supports over a dozen languages, including Python, JavaScript, and Go. Key...
  8. Lomanu4

    Building V8 from source is a huge task for my Mac

    Take me half an hour now... mac@nico v8 % ./tools/dev/gm.py x64.optdebug # mkdir -p out/x64.optdebug # echo > out/x64.optdebug/args.gn << EOF is_component_build = true is_debug = true symbol_level = 1 target_cpu = "x64" v8_enable_sandbox = true v8_enable_backtrace = true...
  9. Lomanu4

    Automate the visualization of your GitHub projects in your portfolio. ?

    ✅ github-automated-repos is the library,ReactJS, that gives you the power to control your GitHub data, your projects on the portfolio / website, in your own GitHub in one place! ❌ project.js files ( edit code ) ❌ GitHub API ( no data control ) Getting Start 1. Installation npm install...
  10. Lomanu4

    Python for Oracle on ARM Linux | Part 2 - "shell like" SQL scripts

    { Abhilash Kumar Bhattaram : Follow on LinkedIn } series : Python for Oracle on ARM Linux | Part 2 - "shell like" SQL scripts NOTE : The blog examples is on ARM Linux but almost the same works for x86 if as long as you have the required miniconda environment. Common Use case for DBA's In...
  11. Lomanu4

    Why React Rocks: A Friendly Guide

    If you’ve ever worked with plain JavaScript, you know the drill: whenever you want to update the page, you reach out, grab elements from the DOM, and fiddle with them directly. With React, it’s a whole different—and way more delightful—approach. Here’s why React is so special: Don’t Touch the...
  12. Lomanu4

    How to install OpenTelemetry PHP Extension in VirtualMin

    Login to ssh to your virtualmin server using root user. Run following commands cd /usr/local/src sudo git clone https://github.com/open-telemetry/opentelemetry-php-instrumentation.git cd opentelemetry-php-instrumentation/ext Build using PHP 8.2's tools phpize8.2 ./configure...
  13. Lomanu4

    Looker vs Tableau: A Comparative Overview

    When it comes to data visualization tools, the Looker vs Tableau debate remains at the forefront of business intelligence discussions. These industry-leading platforms offer distinct approaches to transforming raw data into actionable insights through dashboards and visual analytics. Tableau...
  14. Lomanu4

    3 Tier App Deployment on AWS EC2

    Mengikuti program AWS re/Start 11 adalah sebuah progress yang sangat signifikan. Berbekal dari materi yang diajarkan dan searching di Internet, saya mencoba untuk membuat proyek deployment pada akun AWS. disclaimer: saya menggunakan AWS Management Console untuk melakukan proses deployment ini...
  15. Lomanu4

    Avoid Memory Leaks in Angular When Using takeUntil with Higher-Order RxJS Operators

    When working with Angular and RxJS, takeUntil is a common operator for unsubscribing from observables, especially in component lifecycle management. However, if you're using takeUntil incorrectly with higher-order mapping operators like mergeMap, switchMap, concatMap, exhaustMap, you may still...
  16. Lomanu4

    Pourquoi votre code python ne marche plus sur votre serveur

    Vous avez préparé pendant des heures votre code python, vous l'avez testé et retesté sur votre poste. Et là, vous le déployez sur votre serveur et... il ne marche plus. Vous avez même suivi et appliqué les conseils de la vidéo précédente sur les dépendances python, mais en réalité ça vous...
  17. Lomanu4

    Why I’m Building a Dopamine Tracker

    In early 2025, I realized something uncomfortable: I was spending hours every day switching between tabs, endlessly scrolling, and jumping between distractions — and I didn’t even realize how often it was happening. Like many developers and students, I use a computer all day. But I noticed a...
  18. Lomanu4

    ? Week 3 of My DevOps Journey: Linux Mastery & Cloud Exploration

    This week was all about diving deeper into the DevOps ecosystem — mastering Linux basics inside VMs and Git Bash, and stepping into the world of cloud computing with AWS EC2. ? What I Learned This Week: ? Linux Command Line Essentials Practiced core Linux commands, user management, file...
  19. Lomanu4

    How to Stand Strong Against Cyberbullying

    How to Cope with Cyberbullying In the digital age, cyberbullying has become a prevalent issue affecting individuals of all ages. Cyberbullying involves the use of digital platforms to harass, threaten, or embarrass someone, and it can have serious emotional and psychological consequences...
  20. Lomanu4

    Top 10 Free Resources to Learn C# in 2025

    ? Top 10 Free Resources to Learn C# in 2025 Whether you're starting from scratch or aiming to polish your object-oriented skills, C# is one of the most powerful and versatile languages to master. Here's a curated list of the best free resources to learn C# — practical, beginner-friendly, and...
Вверх Снизу