Login
Discover
Waves
Communities
Login
Signup
Stefan H.
@andersenlab
25
Custom Healthcare Software Development
Followers
1
Following
0
Follow
Resource Credits
Available
Used
Location
Berlin, Germany
Website
https://andersenlab.de
Created
2021-05-06 07:32
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
andersenlab
programming
2021-06-18 05:55
!
New account with an unverified outbound link, Reveal content
JS object processing functions
Let's look on the example of some database: We have fields "id", "destination" (where to fly), date of creation, author name, hashtags and flight. var posts = [ { id: '1', destination:
$ 0.000
0
andersenlab
html
2021-06-14 08:02
!
New account with an unverified outbound link, Reveal content
HTML+CSS - is it worth to start?
If you are a beginner, you face some problems such as Which language to choose" and so on. Then you discover (hopefully) that HTML and CSS are the easiest to "learn" (I really try to avoid
$ 0.000
0
andersenlab
programming
2021-06-08 11:26
!
New account with an unverified outbound link, Reveal content
Dynamic problems to improve your productivity
Hey to everyone! I've posted some tips, but not so far I've talked to a person, that says "It is not enough to start programming by yourself". A lot of beginners visit a lot of courses to be
andersenlab
programming
2021-06-04 07:36
!
New account with an unverified outbound link, Reveal content
5 ways to sort wisely
Hey to everyone! I guess you all did sorting at least once. I also guess that everyone knows a sorting called "Bubble", cause it is the easiest and most popular. But when it comes to time and
andersenlab
java
2021-05-31 09:10
!
New account with an unverified outbound link, Reveal content
Functions for string in java
I've already made an article for some helpful tips, but I think there is a need to discuss all functions too. Shortly but understandable. String Firstly, of course, we have to initialize our string. What
andersenlab
java
2021-05-25 07:24
!
New account with an unverified outbound link, Reveal content
Functions in your own class
The best example of usage of your own class is to work with a database. Moreover, using functions in class is more correct than simple functions anyway. Let's work on the example of databases. What is
andersenlab
java
2021-05-21 07:32
!
New account with an unverified outbound link, Reveal content
Helpful tips for usage of string
I don't think there is a need to explain the meaning of string. We can simply name it as a line and I would say that it is much better to use string than char (symbols) as there are more interesting tools
andersenlab
work
2021-05-17 08:33
!
New account with an unverified outbound link, Reveal content
How to work with files? Tips for beginners
What does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and
andersenlab
java
2021-05-12 07:53
!
New account with an unverified outbound link, Reveal content
How to work with files? Tips for beginners
What does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and
andersenlab
calendare
2021-05-06 11:35
!
New account with an unverified outbound link, Reveal content
Calendar / date in java
Here I would like to discuss such objects as Calendar or Date with those, who begin their way in Java. What is the difference in Date and Calendar? Date - amount of milliseconds, starting from 01.01.1970