#best-practices

[ follow ]
fromHackernoon
2 months ago

Tips for Writing Clean Code in TensorFlow 2 | HackerNoon

Best practices for idiomatic TensorFlow 2 include refactoring code, adjusting learning rates, and using tf.function optimally.
#aws
fromMedium
2 weeks ago
Privacy technologies

Ensuring Security in AWS Migration: Best Practices for a Risk-Free Transition

fromInfoQ
3 months ago
Artificial intelligence

AWS Promotes Responsible AI in the Well-Architected Generative AI Lens

fromMedium
2 weeks ago
Privacy technologies

Ensuring Security in AWS Migration: Best Practices for a Risk-Free Transition

fromInfoQ
3 months ago
Artificial intelligence

AWS Promotes Responsible AI in the Well-Architected Generative AI Lens

fromInfoWorld
2 weeks ago

Database design tips for developers

Effective database design minimizes code rot through careful attention to small design tips.
#code-refactoring
#ux-design
#cicd
fromMedium
2 months ago
DevOps

5 CI/CD Practices That Can Cut Your Deployment Time from 5 Hours to 5 Minutes. Yes, 5 Minutes!

fromMedium
2 months ago
DevOps

5 CI/CD Practices That Can Cut Your Deployment Time from 5 Hours to 5 Minutes. Yes, 5 Minutes!

fromfaun.pub
2 months ago
DevOps

5 CI/CD Practices That Can Cut Your Deployment Time from 5 Hours to 5 Minutes. Yes, 5 Minutes!

fromMedium
2 months ago
DevOps

5 CI/CD Practices That Can Cut Your Deployment Time from 5 Hours to 5 Minutes. Yes, 5 Minutes!

fromMedium
2 months ago
DevOps

5 CI/CD Practices That Can Cut Your Deployment Time from 5 Hours to 5 Minutes. Yes, 5 Minutes!

fromfaun.pub
2 months ago
DevOps

5 CI/CD Practices That Can Cut Your Deployment Time from 5 Hours to 5 Minutes. Yes, 5 Minutes!

#accessibility
Writing
fromLitmus
4 months ago

How to Write with Accessible Language

Accessible language ensures easy understanding for all audiences.
Accessible email marketing improves inclusivity and reach.
Misconceptions exist about the difficulty of email accessibility.
Relationships
fromHackernoon
2 months ago

Misusing HTTP Status Codes Wrecks Your API Monitoring and Client Logic | HackerNoon

Returning a success status code regardless of application-level errors confuses API consumers.
#programming
fromRealpython
1 month ago

Execute Your Python Scripts With a Shebang - Real Python

The shebang line allows direct execution of scripts by specifying the interpreter.
#python
Python
fromPythonmorsels
4 months ago

Alternatives to Python's "break" statement

Utilizing Python's in operator and built-in functions simplifies code that traditionally relied on break statements in loops.
Women in technology
fromStreetsblog
2 months ago

Talking Headways Podcast: Bike Guides to Build Your City - Streetsblog USA

MUTCD's legal mandate creates challenges for agencies that want to implement best practices in bike facility design.
Software development
fromClickUp
2 months ago

How to Master the 5 Phases of Project Management Like a Pro

Organized project phases enhance management efficiency, helping to address issues like scope creep and project chaos.
fromLogRocket Blog
2 months ago

Tips for design system documentation you'll actually use - LogRocket Blog

Effective design system documentation is essential for collaboration and adaptability.
Documentation must evolve with the design system to prevent information silos and ensure usability.
fromClickUp
2 months ago

How to Maintain Documentation (Best Practices & Tools) | ClickUp

While writing gets things started, maintenance ensures your team actually trusts and uses the content. Without a clear maintenance strategy, even the best-written docs become outdated and ignored.
DevOps
fromeLearning Industry
2 months ago

Make Compliance Count: 8 Compliance Training Best Practices

"Employees don't need to become legal experts-they need to understand what compliance means in the context of their day-to-day roles."
Online learning
fromThe Hacker News
2 months ago

Top 10 Best Practices for Effective Data Protection

Data protection is essential for organizational productivity and evolving cyber threats.
Defining clear data protection goals is the first step in safeguarding sensitive information.
Automation in data classification is vital for managing data effectively.
#nextjs
fromblog.logrocket.com
2 months ago

Async standups: Pros, cons, do they make sense for you? - LogRocket Blog

Creating a 90-day plan and maintaining transparency are essential for successfully leading product management in a new company.
fromSearch Engine Roundtable
2 months ago

Google Says Stop Using Different URLs For Same Image

If an image is referenced on multiple pages within a larger website, consider the site's overall crawl budget. In particular, consistently reference the image with the same URL.
Mobile UX
fromHackernoon
2 years ago

Good Programmers Always Be Refactoring | HackerNoon

Clean code is essential for maintainability and reduces technical debt.
Engineers should prioritize refactoring alongside feature development.
Refactoring can be integrated into regular code updates subtly.
#testing
fromAWeber
2 months ago

Best Time to Send a Marketing Email: Optimizing Your Email Campaigns for Maximum Engagement

Timing is crucial for effective email marketing, with optimal sending times being Tuesday to Thursday mornings.
fromBusiness Matters
2 months ago

5 Tips to Improve Virtual Meetings for Maximum Productivity

Sharing a pre-meeting agenda helps attendees prepare and keeps meetings focused, ensuring all key topics are discussed without wasting time.
Remote teams
fromInfoQ
2 months ago

Best Practices to Build Energy-Efficient AI/ML Systems

For organizations using AI/ML technologies, it is crucial to systematically track the carbon footprint of ML lifecycle and implement best practices in model development and deployment stages.
Artificial intelligence
fromBusiness Insider
2 months ago

I'm a wedding planner. Here are 8 ways to be the best guest at any ceremony and reception.

It's important to double-check the information provided by couples before reaching out, especially close to the wedding date, as answers are often already available.
Relationships
#password-security
fromDevOps.com
3 months ago

Unit Testing in Development: Ensuring Code Quality and Reliability - DevOps.com

Unit testing is essential for preventing bugs in code and enhancing software quality before reaching production.
#cybersecurity
fromZDNET
3 months ago
Privacy professionals

5 things to do on World Password Day to keep your accounts safe

World Password Day serves as an essential reminder to update and strengthen digital passwords.
Strong passwords should prioritize length over complexity, suggesting at least 15 characters.
Information security
fromHackernoon
1 year ago

How You're Compromising Your Company's Cybersecurity Without Realizing It | HackerNoon

Understanding everyday habits that compromise cybersecurity is essential for protecting both personal and company information.
fromZDNET
3 months ago
Privacy professionals

5 things to do on World Password Day to keep your accounts safe

Information security
fromHackernoon
1 year ago

How You're Compromising Your Company's Cybersecurity Without Realizing It | HackerNoon

Understanding everyday habits that compromise cybersecurity is essential for protecting both personal and company information.
#software-development
fromMedium
3 months ago

The Do's in Creating UX Surveys

UX surveys are versatile tools for gathering insights, but crafting them requires a structured approach to ensure high-quality data collection.
UX design
fromeLearning Industry
3 months ago

Supporting Remote Teams With Your LMS: Best Practices

Remote training is essential and must cater to diverse learning styles for effectiveness.
fromHackernoon
2 years ago

Refactoring 027 - How to Remove Getters | HackerNoon

"The main point of the article is to replace simplistic getters with behavior-rich methods that encapsulate the operations pertinent to the internal state."
Java
fromFrontendmasters
3 months ago

Lessons Learned from Recreating a Styled Dialog

It's important to limit the height of the dialog to the viewport so that essential actions at the bottom are always visible.
UX design
DevOps
fromInfoWorld
1 year ago

10 big devops mistakes and how to avoid them

DevOps adoption is increasing, driving efficiencies and collaboration but requires addressing communication and cultural challenges.
Mobile UX
fromLogRocket Blog
3 months ago

Skeleton loading screen design - How to improve perceived performance - LogRocket Blog

Skeleton loading screens enhance perceived performance by showing a layout preview, engaging users even when content is still loading.
fromRubyflow
3 months ago
Ruby on Rails

New post on why the .gemspec file deserves more attention.

A .gemspec is essential for defining the identity and functionality of a Ruby gem.
#elearning
Node JS
from2ality
3 months ago

Deploying TypeScript: recent advances and possible future directions

Current best practice for deploying TypeScript includes producing JS, source maps, and type definitions for optimal development experience.
Recent advancements like type stripping and isolated declarations improve TypeScript compiling efficiency.
fromClickUp
3 months ago

How to Create an Effective Cancellation Policy (Examples)

Cancellations and no-shows can significantly affect businesses, making a cancellation policy essential for managing client expectations and protecting revenue.
Mental health
#javascript
#scala
fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 8-Implicit Parameters and Conversions: Making Scala Code More Elegant

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 8-Implicit Parameters and Conversions: Making Scala Code More Elegant

Software development
fromDevOps.com
4 months ago

Why API-First Engineering is the Way Forward for Software Development - DevOps.com

API-first development prioritizes API design over code writing, treating APIs as first-class products to improve integration and usability.
Mobile UX
fromMedium
4 months ago

Five Things Vibe Coders Should Know (From A Software Engineer)

Education on secure coding practices is crucial for developers, including those unfamiliar with traditional coding.
Development tools must enhance security measures to preemptively flag vulnerabilities to users.
fromHackernoon
4 months ago

Refactoring 024 - Replace Global Variables with Dependency Injection | HackerNoon

Replacing global variables with dependency injection improves testability and reduces coupling.
Remote teams
fromHackernoon
5 months ago

Effective One-on-One Meetings: 5 Practices to Implement | HackerNoon

One-on-one meetings are essential for team performance but often mismanaged by managers.
Information security
fromInfoQ
4 months ago

OpenSSF Publishes Security Baseline for Open-Source Projects

The OpenSSF has developed the Open Source Project Security Baseline to help open-source projects enhance security practices and meet varying project needs.
React
fromHackernoon
6 months ago

Writing Scalable and Maintainable React Code with SOLID Principles | HackerNoon

Applying SOLID principles enhances React component design by promoting modular and maintainable code.
fromLogRocket Blog
5 months ago

UX user interviews: Tips, best practices, and resources - LogRocket Blog

User interviews are essential for gathering user insights that inform effective product design.
Design
fromMedium
5 months ago

Design tokens: A double-edged sword in design systems

Over-engineering design tokens increases complexity and decreases usability.
Clear naming conventions are crucial for managing design tokens effectively.
Reducing token choices minimizes cognitive load and enhances developer efficiency.
Streamlining design tokens prevents redundancy and system bloat.
Artificial intelligence
fromFast Company
5 months ago

Playing by the rules of AI

Organizations must proactively establish AI best practices to ensure compliance and leverage growth opportunities.
The evolving regulatory environment surrounding AI necessitates careful navigation by creators, adapters, and consumers.
fromLogRocket Blog
5 months ago

A complete guide to TypeScript enums in React Native - LogRocket Blog

Using TypeScript enums helps manage constants in React Native applications, promoting readability, structure, and easier maintenance compared to hardcoded values.
React
fromHackernoon
1 year ago

How Software Quality Assurance (SQA) Turns Chaos Into Clean, Reliable Software | HackerNoon

SQA is a holistic, continuous process aimed at ensuring your software meets defined quality standards at every stage of the development lifecycle.
Software development
fromeLearning Industry
5 months ago

L&D Next 2025

L&D Next 2025 is a week-long virtual conference that focuses on strategies and technologies crucial for performance-driven learning and development.
Online learning
fromClickUp
5 months ago

How to Share and Send a Screen Recording | ClickUp

Employees repeating the same tasks costs the U.S. economy $1.8 trillion annually; screen recordings save time and enhance clarity in communication.
Digital life
Web design
fromMedium
6 months ago

Level up your UX micro-animations with Phase

Designing text and shapes directly in Phase enhances control for animation.
Naming layers is crucial for efficient workflow.
Version history in Phase aids recovery of design mistakes.
Phase Export plugin improves integration with Figma.
[ Load more ]