is it really that hard that no one/group/company build new Operation System? for phone, system, both, etc?
what do you do for keep coding? i after 5~10 minutes get tired and waste 30 minutes on internet, watching movies, etc
is that secure?
is there any way to know how much i know about programming? in %? i mean for example if i know anything about variable i know 10% of it, i know loops that means 25% of it and ...
why some site like google has separate page for username/email and password?
is it possible to convert a 3rd party pwa website to desktop/phone application?
i just like to know that if i use inexpensive printer and print something until i get what i want. and then print that with expensive printer. will i get same result (in color...
big website like microsoft, imdb, netflix has very very very good fast response. i mean it's like you don't click any thing and they give you result. how they do that? is that...
why we need take care of browser support? i mean what's the reason that someone don't use latest browser version?
does all color printer use CMYK to print stuff? and result (in color not quality) is same for both expensive and inexpensive printer?
is there any built in package in nodejs for hashing password? if not which package should i use that use salt so even same password get diff hash.
i have style for ul like this: ul { display: flex; justify-content: center; align-items: center: } what i want is set first child and last child of ul to left and ri...
after looking at some of typeorm github issues, for me it's like that is hard to use and need lots of configuraitons. is there any alternative way to handle with database with...
1. is base.Something mandatory? if no when is and is not? 2. is it matter that my code be before or after base? in other word is it important that first we write our code then...
a long time ago i asked about which free tutorial should i use. but no one answered (in that time for blazor) so i tested some free tutorials on youtube. in my opinion Frank L...
when i don't know what to write. so what should i do?
in one table i have two columns one is unique and another is duplicate. unique always unique and duplicate is that maybe has duplicate and may be not. now i want get Duplicat...
i just found some but in your code. i don't it will work or not. so test it. const postImport = async function (stream, groupId, datasetDisplayName, isPaginatedReport) { l...
why html and css is not standard? i mean why different browser has their own engine and styles and how them work to show result to end user?
why sticky position not working? i found these reasons. 1. sticky position most has top/bottom/left/right property : mine has and still not working. 2. parent element of stick...