article thumbnail

Maintain Slim PHP MVC Frameworks with a Layered Structure

Toptal

Fat controllers and models: an inevitable problem for most large-scale projects based on MVC frameworks such as Yii and Laravel. Fortunately, there's a cure, and it's in architecting a layered structure

MVC 81
article thumbnail

Unity with MVC: How to Level Up Your Game Development

Toptal

In this article I’ll relate my experience with the popular Unity game development platform and the Model-View-Controller (MVC) pattern for game development. In my seven years of development, having wrestled with my fair share of game dev spaghetti, I’ve been achieving great code structure and development speed using this design pattern

MVC 104
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

A Step by Step Guide to Build an App using MVC 6 and Angular 2 with NET Core

Cabot Solutions

NET Core is an open source cross platform framework of NET platform This article details building an app using MVC 6 and AngularJS 2 with NET Core

MVC 53
article thumbnail

Building an MVC Application with Spring Framework: A Beginner's Tutorial

Toptal

In this article, Toptal engineer Stefan Varga challenges the popular notion of Java as a complicated platform for simple needs, and walks us through a step by step tutorial to building a simple MVC application with the Spring Framework and JPA The Spring Framework is a powerful, feature-rich, and well-designed framework for the Java platform.

MVC 54
article thumbnail

What to do when your AngularJS application goes end of life

WorkingMouse

AngularJS is a javascript based open source framework that gained popularity because of its simplicity and MVC architecture. As is the case with all technology eventually, AngularJS has now become legacy

MVC 52
article thumbnail

Design Pattern

InnovationM

MVC 52
article thumbnail

Working With Static Patterns: A Swift MVVM Tutorial

Toptal

In this article, Toptal Freelance iOS Developer Lucas van Dongen implements an iOS chat app, comparing the classic MVC approach with a static immutable MVVM pattern Real-time data-driven apps create new challenges in the way we structure our programs, especially on mobile.

MVC 109
article thumbnail

Net senior developer job offer in Barcelona

Apiumhub

Develop and improve a product platform using C#, ASP.NET MVC / Web API, Xamarin and MS Azure as part of a highly motivated team. At least 3 years professional experience in.NET, ASP.NET MVC / Web API, MS SQL Server or other database. You have a good understanding of the MVC, web development concepts. ASP.NET MVC 5, ASP.NET Web API 2, Azure SQL Database, Entity Framework 6, Azure Services, HTML5, Bootstrap 3, CSS3, jQuery.

.Net 76
article thumbnail

GitLab Extends Scope, Reach of CI/CD Platform

DevOps.com

Brendan O’Leary, senior developer evangelist for GitLab, said a Minimal Viable Change (MVC) capability […].

MVC 99
article thumbnail

Angular 5 and ASP.NET Core

Toptal

Microsoft and Google have worked together since Angular 2, rendering ASP.NET Web Forms and MVC Razor obsolete. Nevertheless, while ASP.NET’s front-end tools may be lacking, it is still a great back-end framework. In this article, Toptal Freelance Angular Developer Pablo Albella teaches us how to create the best architecture for both these worlds

MVC 96
article thumbnail

Laravel 8 Layouts And Views Using AdminLTE3

Php,Mysql,Jquery Tutorial And Interview Question

The Laravel is a powerful and MVC pattern based framework. […]. We will create laravel 8 layout and views Using AdminLTE3 Theme.This tutorial help to convert simple bootstrap HTML theme into laravel 8 layout. The layout means a theming of your laravel application.

PHP 52
article thumbnail

PhalconPHP: A Solution for High-load RESTful APIs

Toptal

PhalconPHP will make your high-load application fast and easy, it's one of the fastest MVC frameworks for PHP available. It's written in C and supplied as a compiled PHP extension, so it doesn’t need to be interpreted at every request. Consider PhalconPHP for your next project, you won't regret it

MVC 107
article thumbnail

Hitchhiker's Guide to Sitecore Architecture in 2022

Thinking It Through with Liz Spranzani

This could be compared to the mid-2000s when Classic ASP gave way to.NET and 2010s when MVC took over from Web Forms. A turning tide is ushering in major changes in the digital and Sitecore space.

MVC 59
article thumbnail

iOS Centralized and Decoupled Networking: AFNetworking Tutorial with a Singleton Class

Toptal

The Model-View-Controller (MVC) design pattern is great for the longevity and maintainability of an iOS application’s codebase. In this article, I’ll teach you how to set up a centralized singleton networking object that, decoupled from micro-level MVC components, can be reused throughout your application but you may find yourself adding similar functions to multiple models as your app grows.

MVC 75
article thumbnail

Top 5 JavaScript Trends in 2021

The Crazy Programmer

For example, Backbone was created primarily as a solution to end-to-end MVC; AngularJS attempted (and largely succeeded) in solving this problem too but with more ease on developers’ wrists. What are the most vital characteristics that developers seek in a JavaScript framework?

Trends 363
article thumbnail

5 Reasons for you to fall in love with Low-Code

Xebia

I remember my time being a.NET developer, having to know/learn PL/SQL, SQL Server, C#, ASP.NET Web Forms, MVC, HTML, CSS, JavaScript, how to configure IIS, Git, TFS, AngularJS, and many others.

MVC 130
article thumbnail

5 Reasons for you to fall in love with Low-Code

Xebia

I remember my time being a.NET developer, having to know/learn PL/SQL, SQL Server, C#, ASP.NET Web Forms, MVC, HTML, CSS, JavaScript, how to configure IIS, Git, TFS, AngularJS, and many others.

MVC 130
article thumbnail

Express, Koa, Meteor, Sails.js: Four Frameworks Of The Apocalypse

Toptal

Whether it's the minimalist Express or the full-blown MVC web framework Sails.js, Node.js Some platforms have an overwhelming number of options for web frameworks. Node.js, the event-driven server-side JavaScript environment, is one such platform. seems to have it all. In this article, Toptal Freelance Software Engineer Chuoxian Yang explores four of the most popular Node.js web frameworks and discusses how each framework stands out from the rest of the crowd in Node.js.

MVC 85
article thumbnail

A Practical Roadmap for Existing Sitecore Customers to Move To XM Cloud

Perficient

But if you have significant investment in XP, MVC and ASP.Net, you may not have the appetite or budget to rebuild everything from scratch, at least all at once. Collect performance metrics of the MVC version of the feature and then for the headless version.

MVC 62
article thumbnail

Managing the uncertainty and complexity in Software Development – Facing the problem (part 2/3)

Perficient

Having identified the sections, their elements, and their variations allowed me to create and distribute everything in MVC Views and partial Views. What amazed me the most was that in a couple of weeks, I was able to present a demo of the new Transaction Review Page written in ASP.NET MVC.

article thumbnail

CodeSOD: Undefined Variable

The Daily WTF

Robert H was trawling through the JavaScript front-end for his team's ASP.NET MVC application. The goal was to prepare for a complete rewrite of the front-end, because, well, it had problems and wasn't reliable or maintainable.

MVC 59
article thumbnail

Spring vs Spring Boot: Which one should you choose?

Openxcell

Additionally, Spring Boot is built on top of Spring Framework, similar to Spring MVC frameworks web applications. Spring provides MVC (Model-View-Controller) support out of the box with its support for WebFlux and Reactive programming styles. Is Spring MVC and Spring Boot the same?

MVC 52
article thumbnail

Why Companies Are Turning To Asp.Net For Web Application Development?

Xicom

There are a lot of open-source technologies like java and PHP and on the contrary, comes closed-source technology like ASP.Net MVC. This comes with myriad benefits far more from ASP.Net MVC for web app development. The MVC Architecture.

MVC 59
article thumbnail

Managing the uncertainty and complexity in Software Development – Facing the problem (part 2/3)

Perficient

Having identified the sections, their elements, and their variations allowed me to create and distribute everything in MVC Views and partial Views. What amazed me the most was that in a couple of weeks, I was able to present a demo of the new Transaction Review Page written in ASP.NET MVC. This is the second post of a blog series which summarizes the lessons I learned during a technological migration with high uncertainty and complexity.

article thumbnail

Optimizely Content Delivery API

Perficient

Optimizely Content Delivery API To build Optimizely pages and blocks on a website, we use C# MVC razor helpers in the Optimizely Content Management System (CMS).

MVC 62
article thumbnail

Your technology architecture and engineering organization should coevolve as your startup grows

Abhishek Tiwari

1-10 Engineers Focus: Rapid product delivery to find mythical product market fit Architecture: a well designed 12-factor MVC app running securely on Heroku or Google App Engine, or any other PaaS platform. I suggest using a proven MVC framework like Rails, Django, Express, Sails, etc.

MVC 81
article thumbnail

CodeSOD: An Impossible Problem

The Daily WTF

A mix of using MVC-style patterns with a formatter between the model and the UI would be "right", but might be more setup than the problem truly calls for.

MVC 105
article thumbnail

How to Prevent Sequence Race Conditions when Using Rails ActiveJob

MagmaLabs

Ruby on Rails Ruby On Rails is a web application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

MVC 52
article thumbnail

Angular vs React – Difference Between Angular and React

The Crazy Programmer

If we compare Angular with React, then we see that Angular is completely a MVC (Model View Controller) framework as it helps in building the structure of application but React is just a JavaScript library – only the view. Complete MVC framework for building web pages and applications. If you are a web developer and stumbling around which platform should you choose for your next project, Angular or React? Then, you are at the correct place.

MVC 136
article thumbnail

Top 3 lessons learned in Backend Architecture. Interview with Cuong Le – backend developer at Apiumhub

Apiumhub

We are continuing with our interview series ( previously we had interviewed Diego Ojeda – Android Lead at Apiumhub , Serhii Zabolennyi – QA Automation engineer at Apiumhub , Javier Gomez – backend developer at Apiumhub and today we interview Cuong Le – Backend developer at Apiumhub and talk about key lessons learned in Backend architecture.

MVC 59
article thumbnail

Top 5 Python Frameworks You Must Know in 2022

The Crazy Programmer

In addition, it follows an architecture called MVC-MVT, which has authentication support, URL routing, and other important features. According to the Statista study, Python was the most used programming language in the whole world in 2021.

MVC 152
article thumbnail

Managing the uncertainty and complexity in Software Development – Discovering the problem (part 1/3)

Perficient

The client gave me a “simple” requirement: there was an existing page of the web application (I’ll call it the Transaction Review Page) that needed to be migrated from ASP.Net Web Forms to ASP.NET MVC and it was supposed to keep all the existing functionality.

article thumbnail

A Step-by-Step Tutorial for Your First AngularJS App

Toptal

Like most JavaScript MVC frameworks, it lets you work with any server-side technology as long as it can serve your app through a RESTful web API. If you haven’t tried AngularJS yet, you’re missing out. The framework consists of a tightly integrated toolset that will help you build well structured, rich client-side applications in a modular fashion—with less code and more flexibility.

MVC 107
article thumbnail

Classic WTF: Front-Ahead Design

The Daily WTF

In MVC, there are three different components: the Model (the data), the View (the UI), and the Control (everything else). If you think about it, two of MVC’s components are nothing but dead weight. Summer breaks are a great opportunity to improve yourself.

MVC 99
article thumbnail

Exercises in Programming Style

Henrik Warne

The first is an MVC (Model View Controller) version, although the view simply prints to the console (no GUI). For example: Trinity instead of MVC , Things instead of Objects , Hollywood instead of Callbacks , Bulletin Board instead of Pub/Sub and Kick Forward instead of Continuation-passing. In the book club at work , we recently finished reading Exercises in Programming Style by Cristina Videira Lopes.

Exercises 191
article thumbnail

Hire leading.NET Developer for your Website in 2018

Xicom

By choosing the best, we mean that the developer you hire should be well-aware of the current trends in MVC ASP.NET programming. It means if you get a website made in MVC ASP.NET, it will be able to reach to that 80% of the smartphone users also. ?Fast Suitable for all kinds of business: MVC based ASP.NET development is also suitable for any type of web or app development.

MVC 45
article thumbnail

Node.JS vs Python – Which to Choose & Skills of Developers

Sunflower Lab

It follows the model–view–controller (MVC) architectural pattern. It supports multiple databases and follows a MVC pattern. (Spoiler Alert: Includes the Top Node.JS Libraries and Python Web Frameworks!) “The The backend or the server-side is the base or foundation of a project. The user-facing elements and client-side of the web application are supported by the backend. Therefore, if you want a high-performance application experience this is where you need to focus.”

MVC 40
article thumbnail

Why use the NestJS framework?

Apiumhub

You can build Rest APIs, MVC applications, GraphQL applications, Web Sockets, or CLIs, and CRON jobs. As a front-end developer, I would like to say that the NestJs framework was the best choice to start touching the backend part of the applications.

article thumbnail

Angular vs React – Detailed comparison for Startups and Entrepreneurs

Openxcell

It requires complex configuration to integrate React in the traditional MVC framework. Users must have in-depth knowledge of the integration of user interface into the MVC framework. It works on MVC.

article thumbnail

Top 11 Reasons to Hire AngularJS Developers for Customer-Centric Business

Openxcell

MVC and MVVM Architecture Integration. AngularJS follows MVC (model-view-controller) and MVVM (model-view-view-model) architecture. MVC architecture separates the application into three segments.

MVC 52