Taofeekdboy's Posts
Nairaland Forum › Taofeekdboy's Profile › Taofeekdboy's Posts
1 2 3 4 5 6 7 8 9 10 (of 18 pages)
Toppytek:If you don't mind, you can send me a mail, then we can figure it together |
Toppytek:I don't think so, it doesn't work in django 3.0, it was made for django 1.11. You can also create a custom tags in your model without the use of taggit. |
Toppytek:That's very good, if you have any questions or any issues regarding that, you can leave it here, I will try my possible best to answer it to my knowledge |
countyl:send me a mail on taofeekdboy@yahoo.com |
EngtTemmy:that's if you use the cdn but you can download it locally to your project and use it offline. |
modash:Thank you bro... |
Use CSS media queries. You can Google it up |
fnep2smooth:Flutter is a mobile dev framework built on Dart. Dart is a programming language similar to Java but more easier to learn. So flutter is just an sdk for building hybrid mobile apps just like React-native. |
More to what neuroboy has said, before you can make both mobile and web app for a single application, then you have to build a restful API, where you need a backend technology such as nodejs, Django, PHP and the rest, you should go for either nodejs or Django but my personal preference is Django because of its drf(django rest framework) which simplifies your work and makes it very fast to build a restful API. Basic knowledge of python is required to work with Django and the tutorials can be found on YouTube, udemy, ww3schools and the likes. With a restful API, you can make calls to your API from both your web app and mobile app. In line with mobile app development, you will need to know either kotlin for Android dev or swift for ios dev, flutter or react-native for both android and ios dev. In which way you choose, I wish you best of luck and happy coding!!! |
VillagePeople11:The OP must be conversant with JavaScript before he can learn React or Vue otherwise he will just get tired and drop it. |
SUPREMOTM:I am using 8GB RAM and I do open android studio and flutter tho I don't really use flutter but react-native, my point is, even if you are using 16GB or 32GB, if its an HDD drive, it will still be lagging, that's the problem I faced before I changed to SSD, now I can operate my pycharm, android studio, emulator Adobe illustrator at once. The cons of SSD is the expensiveness. |
There are many ways to do it; First option might involve token, you can use jwt token to do that, in which after the user or owner pay for the book, then you generate the token and store it in the database, then everytime the user log in, the token will be retrieved and you can use that to prevent the route or page of the ebook download. Second option is about using user details in which you setup a variable for every user and that variable will be dynamic based on if the user has purchased the book or not. Most options also depends on which tools you are using tho. |
Fortunatesoul:After downloading python, you need to set the path when installing it on your laptop, during installation, it will ask you to set the path of python on your laptop. Pycharm has nothing to do with jdk Java as you are using Intel idea or Java text editor. |
DrLevi:To your first question; There are so many languages framework you can use for backend technology ranging from Javascript, PHP, Java, Python and so on, it depends on which you are comfortable with and the one you feel it's right for you. I'm using Python and Django as its framework and have never had any regret since then. Your second question is not a new question. It has been asked so many times but the answer to that is, everywhere is saturated be it data analyst, game development and app development. The truth is find one that suits you and be the best, they will be looking for you. |
DrLevi:He only used django template engine which is powered by jinja and maybe bootstrap or Css |
Nice work brother. About the user authentication, you need to validate the username input of the user by converting the username to lowercase because if you don't enter the username the way it is now, it won't log you in... Django with any Javascript framework is very sweet and nice. Good job brother. |
My first mobile app I developed using react-native https://play.google.com/store/apps/details?id=site.legacymusic.tech_my_music_app I have the main website as well, it is just a call to an API I made. www.legacymusic.site |
Iamsheye:when using array in Javascript, it comes with methods in which index, indexOf, search are part of. Index in array means find the number in which the object is located. Example of an array[1, 2, 3, 4], If you do array.indexof(2) will give you 1 because the item is in the array but if it's not in the array it will give you - 1, searching for something in the array gives you 1 or - 1 depending on if the item is there or not. You can read more on indexOf, index, search in Javascript Array. |
Iamsheye:I tried it with this and it works perfectly and it's more efficient.
|
Iamsheye:Good bro, but bro the code is too verbose, you can simplify it without using the check variable. Just use if and else statement and the break is unnecessary as well cos you are not using while loop. if(checkCourse === scorelength or so) { your logic } else{ your logic} You can as well use itenary operator as it makes your code cleaner and efficient. |
iCode2:bro, the reason my most people prefer hdd drive is because of the price.. Ssd is very expensive but the speed is second to none, I was using hdd before, crashes everytime and very slow but since when I have changed to ssd, I regret ever buying an hdd laptop. |
iCode2:I think option 2 is much more better but if you can close your eyes and buy a laptop of ssd drive, even if the size is 128gb, you won't regret you did because of their speed. It will help you in the future as you are adding software to your system. |
You can download yarn from their website, and if you have it installed already, find your npm folder and delete it from there and install it from their main website. Hope this helps. |
To simplify your code, you might not need to write if statement again to check if it is not. Just write if(your statement ) and else(if it's not ). You might not even need the check variable as it will check directly. |
crownedrookie:You have to install heroku first on your machine, then you run heroku login command.... |
Graspad:I will advise you to learn html and css even if it is their basics because you will need them when coding backend. You will have to check if your logic is working or not by that. As someone has suggested that you learn html, css and Javascript, that will be a better idea as it will give you more details about frontend dev as well. Welcome to the world of web dev. |
Barney001:I don't have his python tutorial, only react. |
arejibadz:You need internet connection to run create-react-app because it will download some files to your package.json file. |
Jummate:Thanks bro. |
