Skip to content
Logo
  • Home
  • 🤔 Did you know?
  • iOS
  • Swift
  • PHP
  • Security
  • Tips
  • App Gone Free
  • 🍿 Movies 🎥
    • Video Category
  • About me
December 23, 2019

How to ignore all files and folder of a folder, but not the folder itself?

Trying to ignore files and folder of a parent folder but want to upload the parent folder? Well, you are the right place ?. Let me show you how you […]

gitignore 0 1 min read
How to use composer in shared server. Easy way.
December 19, 2019

How to use composer in shared server. Easy way.

Trying to install composer in shared server? Well, you are in the right place. I have very simple approach for this. Here are the steps for you. Access to your […]

Composer 0 2 min read
413 Request Entity Too Large in Nginx Ubuntu Server [Solved]
November 27, 2019

413 Request Entity Too Large in Nginx Ubuntu Server [Solved]

You might get this issue while uploading images either from website or from api request. Whatever is the case, the solution is same and simple. This actually occurs if you […]

Help 0 1 min read
How to Create an Apache SSL Certificate on Ubuntu
November 19, 2019

How to Create an Apache SSL Certificate on Ubuntu

Installing SSL certificate on ubuntu server is quite easy. Today, I will show you how you can do that. Please follow following steps and you will be able to install […]

Security 0 2 min read
November 19, 2019

Swift didSet and willSet on properties in Realm doesn’t work?

Are you trying to use didSet and willSet on properties created on realm based classes? Is it working? I think it won’t. If so, you have come to right place. […]

Database 0 1 min read
Realm: Advantage using List [iOS][Swift]
November 3, 2019

Realm: Advantage using List [iOS][Swift]

Using Realm makes our code clean and easy to communicate with local database. Realm includes List class which is quite powerful. I did use it but didn’t know the actual […]

Apple 0 1 min read
How to ignore .env file while pushing or pulling from gitlab? [Laravel]
October 4, 2019

How to ignore .env file while pushing or pulling from gitlab? [Laravel]

You can simply ignore files in Laravel by mentioning file name(.env) in .gitignore file. But why you are not able to ignore .env? Curious? Well, I was too not able […]

CD/CI 0 1 min read
How to remove Public from URL in Laravel? [updated @ Mar 10, 2021]
August 21, 2019

How to remove Public from URL in Laravel? [updated @ Mar 10, 2021]

Laravel framework is awesome to use. But for beginners, it might be irritating to fix the issue where user needs to goto /public file to access newly created project. If […]

Help 0 2 min read
How to trigger a function after certain time once typing ends in Swift?
August 6, 2019

How to trigger a function after certain time once typing ends in Swift?

Hello everyone! Today I am going to show you how you can trigger a method after certain duration which executes only after you stop typing. Well, you might think there […]

Apple 0 1 min read

Posts pagination

1 2 »

Copyright ©2025 Santosh Maharjan . All rights reserved. Powered by WordPress & Designed by Bizberg Themes