Robuta

Sponsor of the Day: Jerkmate
https://culttt.com/2015/05/06/what-are-ruby-procs What are Ruby Procs? | Culttt This article explains what Procs and Blocks are in Ruby, how they are different, and how to convert between them. rubyprocsculttt https://culttt.com/2014/08/04/understanding-doctrine-2-lifecycle-events Understanding Doctrine 2 Lifecycle Events | Culttt Doctrine 2 is a popular database library with an event system that allows for certain actions to be triggered in response to something else happening within... lifecycle eventsunderstandingdoctrine2culttt https://culttt.com/2015/08/10/dealing-with-exceptions-in-a-laravel-api-application Dealing with Exceptions in a Laravel API application | Culttt This article provides a tutorial on how to structure a Laravel API application to use Exceptions to return detailed and descriptive error responses. laravel apidealingexceptionsapplicationculttt https://culttt.com/2022/08/02/what-is-the-shortest-processing-time-productivity-method What is the "shortest processing time" productivity method? | Culttt You basically just sort your tasks by how long they are going to take, with the quickest at the top of the list. processing timeproductivity methodshortestculttt https://culttt.com/2014/12/17/aggregates-domain-driven-design What are Aggregates in Domain Driven Design? | Culttt Domain Driven Design is a way of dealing with the complexity of applications when a large number of entities and associations are interrelated. domain driven designaggregatesculttt https://culttt.com/2022/07/21/the-importance-of-importance-when-choosing-what-to-work-on-next The importance of importance when choosing what to work on next | Culttt The importance of each of your tasks should be evaluated carefully, as this is likely going to have an outsize impact on how productive you are. importancechoosingworknextculttt https://culttt.com/2013/12/18/finding-competitors-importance-supply-demand Finding your competitors and the importance of supply and demand | Culttt When entering a product/market fit opportunity, it is important to understand who your competitors are and the size of the market you are entering. supply demandfindingcompetitorsimportanceculttt https://culttt.com/2015/02/25/creating-a-php-shopping-basket-part-6-meta-data-and-processing Creating a PHP Shopping Basket Part 6 - Meta data and Processing | Culttt This article covers creating a generic method for calculating meta data about an order, such as total value, total delivery, total discounts and total tax. shopping basketpart 6meta datacreatingphp https://culttt.com/2012/01/11/the-lean-startup-review The Lean Startup [Review] | Culttt The Lean Startup by Eric Ries is a practical guide for entrepreneurs looking to start their own company or launch an innovative product. lean startupreview culttt https://culttt.com/2015/07/27/creating-new-ember-data-objects Creating new Ember Data objects | Culttt This tutorial showed how to use Test Driven Development to quickly create a new task in Ember. creating newemberdataobjectsculttt https://culttt.com/2015/03/11/patterns-of-enterprise-application-architecture-review Patterns of Enterprise Application Architecture [Review] | Culttt Patterns of Enterprise Application Architecture is a classic programming book written by Martin Fowler and highly regarded by many respected computer... enterprise applicationarchitecture reviewpatternsculttt https://culttt.com/2015/03/23/creating-a-new-thread-application-service Creating a new Thread Application Service | Culttt This article explains how to use the Cribbb application to create new threads within a Group, and how to create an Application Service to enforce the necessary... new threadapplication servicecreatingculttt https://culttt.com/2013/03/11/what-is-test-driven-development What is Test Driven Development? | Culttt Test Driven Development (TDD) is a software development process that involves writing tests before writing code, running tests to make sure the code passes,... test driven developmentculttt https://culttt.com/2015/01/19/modelling-notification-system-php Modelling a Notification System in PHP | Culttt This article explains the importance of designing a notification system for the open source application Cribbb. notification systemmodellingphpculttt https://culttt.com/2014/07/14/working-entities-doctrine-2 Working with Entities in Doctrine 2 | Culttt This tutorial provides instructions on how to create entities in Doctrine 2 for a web application, such as a User and Post entity. workingentitiesdoctrine2culttt https://culttt.com/ Culttt | Articles on business, technology, and the Internet Articles on business, technology, and the Internet business technologycultttarticlesinternet https://culttt.com/2015/01/26/setting-notification-system-php Setting up a Notification system in PHP | Culttt This article outlines the steps necessary to create a notification system for a web application, emphasizing that it can be complicated. notification systemsettingphpculttt https://culttt.com/2012/05/28/wordpress-bootstrap-theme WordPress Bootstrap Theme | Culttt This article provides a comprehensive guide for creating a WordPress theme from scratch, including how to create the necessary files and use The Loop and... wordpress bootstrap themeculttt https://culttt.com/2012/03/19/the-start-up-of-you-review The Start-up of You [Review] | Culttt The Start-up of You is a guide for how to view your career like an Entrepreneur views a business start-up. review cultttstart https://culttt.com/2014/12/03/6-principles-writing-maintainable-code 6 Principles for Writing Maintainable Code | Culttt This article emphasizes the importance of beginning software development projects from a clean slate in order to avoid excessive complexity that can make code... 6 principleswriting maintainablecodeculttt https://culttt.com/2014/07/16/create-active-record-style-php-sdk-part-2 How to create an Active Record style PHP SDK Part 2 | Culttt The Active Record pattern is a way to tightly couple the persistence layer of an entity to the entity itself, allowing for easy CRUD operations. active recordstyle phppart 2createsdk https://culttt.com/2011/12/05/10-of-the-most-annoying-facebook-status-ever 10 of the most annoying Facebook statuses ever! | Culttt This article warns people to be aware of the type of Facebook updates they share, as it outlines 10 types of annoying status updates. 10annoyingfacebookstatusesever https://culttt.com/2014/02/10/using-view-composers-laravel-4 Using View Composers in Laravel 4 | Culttt View Composers are a useful tool for computer programming which allow for code to be abstracted into a single location and reused in multiple Views, thus... laravel 4 cultttusingviewcomposers https://culttt.com/2015/04/08/working-with-hashes-in-ruby Working with Hashes in Ruby | Culttt This tutorial introduced the concept of hashes in Ruby and went over several useful methods for working with them. workinghashesrubyculttt https://culttt.com/2012/01/04/prediction-microsoft-to-buy-rim-in-2012 Prediction: Microsoft to buy RIM in 2012 | Culttt In 2011, Apple and Android gained significant market share in the smartphone industry, overtaking BlackBerry and Windows Mobile. predictionmicrosoftbuyrim2012 https://culttt.com/2013/10/16/need-build-distribution-channel Why you need to build your own distribution channel | Culttt In recent years, online products have become more sophisticated and well designed, but companies often struggle to get the products adopted by the mass market. distribution channelneedbuildculttt https://culttt.com/2014/04/16/php-magic-methods What are PHP Magic Methods? | Culttt This article provides an introduction to PHP's Magic Methods, which are object methods that allow developers to define how an object should respond to certain... phpmagicmethodsculttt https://culttt.com/2015/12/09/defining-url-routes-in-ruby-on-rails Defining URL routes in Ruby on Rails | Culttt This tutorial covered how to define URLs in Ruby on Rails. definingurlroutesrubyrails https://culttt.com/2013/06/03/creating-the-twitter-following-model-in-laravel-4 Creating the Twitter following model in Laravel 4 | Culttt When starting a project, it is important to map out all of the key resources of the software through domain modelling. laravel 4 cultttcreatingtwitterfollowingmodel https://culttt.com/2013/03/20/the-importance-of-understanding-what-is-working-in-online-marketing The importance of understanding what is working in online marketing | Culttt Acquiring customers for online products can be a slow and challenging process. online marketingimportanceunderstandingworkingculttt https://culttt.com/2014/12/01/moving-new-bounded-context Moving to a new Bounded Context | Culttt This article is part of a series on building an open source application called Cribbb. bounded contextmovingnewculttt https://culttt.com/2014/01/22/webhooks What are Webhooks? | Culttt In the past decade, the trend of the Internet has moved away from static websites and towards real-time applications and services. webhooksculttt https://culttt.com/2014/02/03/laravel-4-cache-service Laravel 4 Cache as a Service | Culttt Cache is an essential part of a web application stack, and Laravel provides a powerful API for implementing it. laravel 4cacheserviceculttt https://culttt.com/2015/06/24/understanding-inheritance-in-ruby Understanding Inheritance in Ruby | Culttt Inheritance is an important concept in Object-oriented programming, where an object acquires the same properties and methods of its parent object. understandinginheritancerubyculttt https://culttt.com/2013/09/30/researching-planning-web-application Researching and planning a web application | Culttt This series of posts is about using the Laravel 4 framework to build an Open Source application called Cribbb. web applicationresearchingplanningculttt https://culttt.com/2014/05/19/creating-basic-user-registration-system-laravel-4 Creating a basic user registration system in Laravel 4 | Culttt This article discusses the process of developing an invitation system for a Laravel 4 application, including how to request a new invitation, create an... laravel 4 cultttbasic userregistration systemcreating https://culttt.com/2012/09/24/prevent-php-sql-injection-with-pdo-prepared-statements Prevent PHP SQL Injection with PDO Prepared Statements | Culttt SQL Injection is a common problem when inexperienced developers write vulnerable code in PHP. php sqlprepared statementspreventinjectionpdo https://culttt.com/2012/02/29/the-new-lanchester-military-strategy-for-startups The New Lanchester military strategy for startups | Culttt The New Lanchester Strategy is a battle tactic adapted to the business world which involves focusing on a single point in the market to gain a foothold and... military strategynewlanchesterstartupsculttt https://culttt.com/2012/03/26/make-data-your-competitive-advantage Make data your competitive advantage | Culttt In order to remain competitive, businesses need to have an online presence and utilize data to their advantage. make datacompetitive advantageculttt