Tips

Tips posts, videos, courses, and more

Baransel · 1 year ago

Getting Started with Python: Tips, Tricks, and Code Examples

Python is a high-level, interpreted programming language that is widely used for a variety of applications, including web development, scientific computing, data analysis, artificial intelli...
2

TechvBlogs · 1 year ago

How to Secure Your Laravel Application: Get the Best Tips for Laravel Security

Laravel is certainly almost everyone's favorite PHP framework and an excellent developer's companion. It attempts to relieve the pain that comes with development tasks such as sessions, auth...
5

TechvBlogs · 1 year ago

Laravel Pint - A PHP Code Style Fixer for Minimalists

The long-awaited hype train is finally over, Laravel latest open-source CLI app has been released to the world, and we got our hands on it to tell you all about it. Introducing Laravel Pin...
5

TechvBlogs · 1 year ago

Laravel 9 WhereNotIn Database Query Examples

Laravel framework has been in demand for some time now. Its expressive command line structure has mesmerized the coding world. The framework is also known for its robust scalability. Laravel...
4

Tony Lea · 1 year ago

Developer Tips on Becoming Your Own Boss

I can pinpoint the moment I got excited about the possibility of becoming my own boss. I stumbled upon a magazine article (yep, magazine... which means it was a while ago). The article featu...
6

TechvBlogs · 2 years ago

How to Get Previous and Next Record in Laravel

A really common task is to display links for the previous and next record typically you find these on blogs, when viewing the post a previous title and link are displayed and the same for th...
4

TechvBlogs · 2 years ago

How to get a Client IP address in Laravel

What is an IP Address? An Internet Protocol(IP) address also known as a logical address is given by the internet service provider(ISP) which uniquely identifies a system over the network. IP...
3

Abhiraj Bhowmick · 2 years ago

10 CSS tips you need to know right now.

1. Change the color of the cursor for any input field 2. Center any thing with just 3 lines of CSS 3. Add smooth scroll in just one line of CSS 4. Add any image to the heading of a page t...
8

Damian Demasi · 2 years ago

Measuring your progress in Web Development: why is it important and how to do it

The learning journey in the web development world can be chaotic at times. If you think about the fact that there are too many topics to learn, too much to remember, and the incommensurable...
3

Mr. Ånand · 2 years ago

How NOT to contribute to Open Source on GitHub: Tips For Beginners

While maintaining some projects on GitHub during Hacktoberfest 2021, I came across many new open source contributors. They are just starting their open-source journey and making mistakes. In...
7

TechvBlogs · 2 years ago

How To Install Vue 3 in Laravel 8 From Scratch

What is Vue.js? Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core li...
5

Savio Martin · 2 years ago

Pro Tips to Search on Google 🔥

Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
7

Tapas Adhikary · 2 years ago

5 ways to merge arrays in JavaScript and their differences

An array is a collection of elements or items. We use arrays to store data as elements and retrieve them back when we need them. The array is a data structure widely used in many programming...
5

Kim Hallberg · 2 years ago

How to add your socials to DevDojo

Hello there fellow member. 👋 Ever wondered how to add your socials? Like your Twitter, Github, Polywork and Facebook page? 🤔 Don't fret, it's a simple process. Let me show you how. Profile...
8

Taimoor Sattar · 3 years ago

9 tips for better Code with JavaScript

Javascript is a language that's understood by the browser. It is used to load dynamic content without refreshing the page. It would help if you made your Javascript code more readable in few...
5

Kim Hallberg · 3 years ago

Creating default user initial avatars in PHP 7

This post had some traction on my dev.to profile, so I thought, why not add it here as well. What are "default" avatars? When it comes to user-uploaded material, such as avatars, f...
9

Tony Lea · 4 years ago

5 Tips for Becoming a Better Developer

Want to be a better developer? We all do, right? Well I’ve put together 5 sure fire fundamentals to follow in order to become a better developer. Ironically these tips have little to do with...
6

Loading More Content