๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Visual Studio Code Search and Replace with Regular Expressions

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Regex Visual-Studio-Code

I want to use Search And Replace in Visual Studio Code to change every instance of lth1gtcontentlth1gt to content within a document using a Regular Expression

Thumbnail for Posts

What Are the Differences Between PSR-0 and PSR-4

๐Ÿ“‚ Categories: Php

Recently Ive read about namespaces and how they are beneficial Im currently creating a project in Laravel and trying to move from class map autoloading to

Thumbnail for Posts

What are the main performance differences between varchar and nvarchar SQL Server data types

๐Ÿ“‚ Categories: Programming

Im working on a database for a small web app at my school using SQL Server 2005 I see a couple of schools of thought on the issue of varchar vs nvarchar Use

Thumbnail for Posts

What is the difference relationship between GitHub Projects and Milestones

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Github Project

The recent update to GitHub added something called Projects into the GitHub workflow and because I dont have any particular experience with project tracking

Thumbnail for Posts

What is the difference between npm install and npm run build

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Npm Npm-Install

What is the difference between npm install and npm run build I have noticed in my project that sometimes npm starts failing when npm install is performed but

Thumbnail for Posts

What is the difference between UTC and GMT

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Datetime Timezone Utc Gmt

I have a few queries regarding the Time zones Can the time be captured in UTC alone Is UTC 6 and GMT 6 the same and does that mean it is US local time Say I

Thumbnail for Posts

What is the point of noreturn

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: C++11 Attributes Noreturn

dclattrnoreturn provides the following example noreturn void f throw error OK but I do not understand what is the point of noreturn because the return type of

Thumbnail for Posts

What is the use of ObservableCollection in net

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net Observablecollection

What is the use of ObservableCollection in

Thumbnail for Posts

Whats better at freeing memory with PHP unset or var null

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Php

I realise the second one avoids the overhead of a function call update is actually a language construct but it would be interesting to know if one is better