Some Do’s and Don’ts to keep in mind while coding in ruby on rails 1. Fat Model, Skinny Controller It is a commonly used phrase when talking about rails best practices.It basically means placing most of the business logic, data manipulation, and validations within the models (fat models) while keeping the controllers focused on handling … Continue reading Ruby on Rails Best Practices
blog
From Pixels to Poetry: How Generative Adversarial Networks are Revolutionizing Creative Industries
Generative adversarial networks, or GANs, are a powerful class of machine learning algorithms that have been gaining a lot of attention in recent years. They are particularly well-suited to tasks involving the generation of new data, such as images, music, and even text. GANs are composed of two main components: a generator and a discriminator. … Continue reading From Pixels to Poetry: How Generative Adversarial Networks are Revolutionizing Creative Industries
React Native — Coding Best Practices
CODING STANDARD When it comes to coding standards for React Native, it is important to follow best practices to ensure code readability, maintainability and consistency within your project. While there are no official coding standards for React Native. But, you can adopt widely accepted conventions and guidelines. Here are some recommendations: BASIC RULES Always use … Continue reading React Native — Coding Best Practices
