Blogs

Blogs from Obii Kriationz Web LLP


Fail fast, succeed faster - a Lean Strategy

Fail fast, succeed faster - a Lean Strategy

'Fail fast, succeed faster' is a school of thought from lean thinking books that advocate extensive testing and incremental delivery to determine whether an idea has value.

Read More
Product Wireframing - Process and Benefits

Product Wireframing - Process and Benefits

A wireframe is a hand-written, scribbled or app-drawn two-dimensional layout of a product that describes the critical interface components, layout structures, user journey, intended behaviour and high...

Read More
Agile for Startups

Agile for Startups

Eric Ries writes, “entrepreneurship is a kind of management”. While entrepreneurship looks exciting and thrilling, management comes across as dull and monotonous to many of us.

Read More
Chatbots for SMEs in India

Chatbots for SMEs in India

Chatbots can be used for customer engagement and driving customers through a brand’s sales funnel. A small or medium-scale business can automate numerous processes using a chatbot.

Read More
How to Install a Laravel App on a Shared server?

How to Install a Laravel App on a Shared server?

This blog post is a helper document for novice Laravel developers trying to set up a Laravel app on a shared server.

Read More
Software Development Life Cycle

Software Development Life Cycle

The Software Development Life Cycle is a well-defined procedure for producing high-quality, low-cost software in the shortest time feasible. The SDLC aims to create unique software that surpasses all...

Read More
What is Laravel Mix

What is Laravel Mix

A thin layer exists on top of the WebPack called the Laravel mix to simplify the management of front-end assets. Laravel Mix exposes fluent API for dynamically constructing Webpack configuration.

Read More
How to write better user stories

How to write better user stories

A user story is an essential sub-artefact in the primary artefact - product backlog. In addition, the user story helps a scrum team achieve transparency.

Read More
How to install Laravel on Digital Ocean Instance

How to install Laravel on Digital Ocean Instance

This blog post is a helper document for novice Laravel developers trying to set up a Laravel app on a Digital Ocean Cloud Instance.

Read More
Product Management - The Art of Story Telling

Product Management - The Art of Story Telling

The art of storytelling is a crucial skill for a product manager. Like a skilled screenwriter, a product manager must explore the unexplored, think outside of their personality

Read More
Read this if you are planning to teach your kids coding!

Read this if you are planning to teach your kids coding!

We need to work on our kids' emotional intelligence to make them better individuals, equipped with skills to feel compassion for a fellow human being. By inculcating human-centric ideas, we will be ab...

Read More
ObiiNext - Introducing service vertical of Obii Kriationz

ObiiNext - Introducing service vertical of Obii Kriationz

We are delighted to introduce ObiiNext.com - our standalone service vertical catering to Web Development, Software Development, SEO services, Cloud Consulting, UI/UX consulting and DevOps consulting.

Read More
Adding Bootstrap scaffolding in Laravel

Adding Bootstrap scaffolding in Laravel

Adding Bootstrap scaffolding in Laravel - Though Laravel doesn't dictate which JS and CSS pre-processors one can use, it provides an essential beginning for using Bootstrap, React and Vue through rapi...

Read More
Unit Testing on Laravel - part 1

Unit Testing on Laravel - part 1

Laravel supports unit testing through an out of the box feature called phpunit.xml. Tests are run in a different environment. All the test variables are configured with the phpunit.xml file.

Read More
Understanding Scrum from Developer's perspective

Understanding Scrum from Developer's perspective

Scrum principles expect the development team to be self-organising and cross-functional, empowering the team to be responsible, transparent and courageous.

Read More
Open (Public) APIs

Open (Public) APIs

To that end, it is preferable to build open APIs with open source software and community-driven standards rather than with proprietary protocols or bespoke data formats.

Read More
What is Web 3.0?

What is Web 3.0?

The “Web 3.0” is an internet that runs on a peer-to-peer network instead of central servers and will be more efficient than the current web.

Read More
User Persona Template

User Persona Template

User personas are stereotypes of users whose objectives and traits speak to the requirements of a broader user base. Here is a User Persona Template in Word Document

Read More
Notes for Professional Scrum Product Owner 1 (PSPO I) Exams

Notes for Professional Scrum Product Owner 1 (PSPO I) Exams

This post is a helper document for Professional Scrum Product Owner-1 or PSPO-1 - a certification assessment offered by Scrum.org that assesses a product owner's knowledge of the Scrum framework and i...

Read More
Using Scrum principles for Nation Building

Using Scrum principles for Nation Building

Scrum implementation in the Governance and Governmental agencies can bring high-scale transformation and place hope and aspirations at the heart of its problem-solving process.

Read More
TCP vs UDP Meme Version

TCP vs UDP Meme Version

TCP vs UDP - The critical difference between the protocols is that TCP is a connection-oriented protocol, whereas UDP is a connectionless protocol.

Read More
Setting up Database and a basic Schema on a Laravel App

Setting up Database and a basic Schema on a Laravel App

This post gives a bird's eye view of the options available in Laravel to work with Databases. Connect a database, build a model and a migration class and migrate the schema.

Read More
Design thinking for Problem solving

Design thinking for Problem solving

Design thinking solves problems by reframing the problem in human-centric ways and focusing on the aspect important from a user perspective.

Read More
Laravel Vs Symfony

Laravel Vs Symfony

Symfony and Laravel are both popular PHP frameworks that are widely used for web application development. In this blog, we will discuss why Symfony might be a better choice than Laravel in certain si...

Read More
ChatGPT writes about ChatGPT

ChatGPT writes about ChatGPT

ChatGPT writes about ChatGPT - ChatGPT is a powerful language generation model developed by OpenAI that is capable of understanding and responding to human language in a variety of formats. This model...

Read More
How to Make HTTP Request using JavaScript

How to Make HTTP Request using JavaScript

Making an HTTP request in JavaScript is a common task that many developers need to do in order to retrieve data from a server or to send data to a server.

Read More
Warning: SessionHandler::read() Error on  Symfony 5.4

Warning: SessionHandler::read() Error on Symfony 5.4

Symfony can sometimes run into errors that can be difficult to troubleshoot. One such error is the "Warning: SessionHandler::read(): open(...) failed" error, which can occur when trying to access a se...

Read More
Building form in Symfony

Building form in Symfony

Building a form in Symfony involves several steps, including creating a form class, defining the form fields, rendering the form, validating form data, and saving the data to the database.

Read More
Role based access control for users on Symfony framework

Role based access control for users on Symfony framework

Here is a step by step article on how to create a Role based access control for users on Symfony framework

Read More
SOLID principles for Laravel Developers

SOLID principles for Laravel Developers

The SOLID principles are a set of five design principles that can be used to improve the design and maintainability of object-oriented software. In this blog post, we will discuss how Laravel develope...

Read More
Must-know PHP methods for a Laravel and Symfony developer

Must-know PHP methods for a Laravel and Symfony developer

Laravel and Symfony are powerful PHP frameworks that offers a wide range of features and tools to help developers build robust and scalable web applications. However it is essential to have a good un...

Read More
Laravel Database Querying methods

Laravel Database Querying methods

Laravel is a popular PHP framework that provides a robust set of tools for building web applications. One of the most important components of any web application is the ability to query the database....

Read More
Owl carousel implementation on a Laravel App

Owl carousel implementation on a Laravel App

One of the challenges of building web applications is creating a user-friendly and responsive interface. That's where Owl Carousel comes in. In this blog post, we'll explore how to integrate Owl Carou...

Read More
Achieving Role Based Access in Laravel

Achieving Role Based Access in Laravel

Role-based access control (RBAC) is an essential feature for web applications that require different access levels for different types of users. In this blog post we'll explore how to implement Role-B...

Read More
Implementing S3 on a Laravel System for Image Storage

Implementing S3 on a Laravel System for Image Storage

In this blog post, we will explore how to implement S3 on a Laravel system for image storage, covering the necessary steps in configuring the environment, updating the driver, creating a controller, a...

Read More
Understanding .htaccess file - helper blog for developers

Understanding .htaccess file - helper blog for developers

In this blog, we will delve into the world of the .htaccess file and explore its capabilities in optimizing websites, managing redirects, enhancing security, and much more. Join us as we unlock the se...

Read More
Mitigating Risks in Offshore Development: Strategies for Success

Mitigating Risks in Offshore Development: Strategies for Success

Discover effective strategies for mitigating risks in offshore development and ensuring project success. Learn how to safeguard sensitive data, protect intellectual property, and establish secure comm...

Read More
Mastering PHP Interview: Comprehensive Answers to Top PHP Programming Questions

Mastering PHP Interview: Comprehensive Answers to Top PHP Programming Questions

Prepare for your PHP interview with confidence! Discover in-depth answers to a wide range of PHP programming questions, covering topics from basic syntax to advanced concepts. Get ready to showcase yo...

Read More
What is HTTP and how does it work?

What is HTTP and how does it work?

Discover the power of HTTP. Blog talks about HTTP, its features, components and more. Learn how to send data to web servers, create and update resources, and enhance your web applications' functional...

Read More